Bart De Smet 69a02b3516 Optimize First. il y a 7 ans
..
Aggregate.cs 955246cfb3 Minor optimizations in Aggregate. il y a 7 ans
All.cs 5eed2806db Minor tweaks to Any and All. il y a 7 ans
Any.cs 5eed2806db Minor tweaks to Any and All. il y a 7 ans
AppendPrepend.cs daba4d8755 Named parameter cosmetics. il y a 7 ans
Average.Generated.cs 2e45ab5b38 Renaming some methods to use Core suffix. il y a 8 ans
Average.Generated.tt 2e45ab5b38 Renaming some methods to use Core suffix. il y a 8 ans
Average.cs b360cc4a26 Formatting Average. il y a 7 ans
Cast.cs 8c1ca84f1c Moving OfType to its own file. il y a 8 ans
Concat.cs b53998f1d6 More code cleanup. il y a 7 ans
Contains.cs f7bd7fed23 Optimize Contains. il y a 7 ans
Count.cs 7a4bdf54bc Support ICollection for short-circuiting Count. il y a 7 ans
Create.cs b53998f1d6 More code cleanup. il y a 7 ans
DefaultIfEmpty.cs daba4d8755 Named parameter cosmetics. il y a 7 ans
Distinct.cs cf1dbedb42 Use ConfigureAwait(false) when awaiting UnionWithAsync. il y a 7 ans
ElementAt.cs 271688e421 Adapting to GetAsyncEnumerator(CancellationToken) interface change. il y a 7 ans
ElementAtOrDefault.cs 4847c39521 Modernize some code. il y a 7 ans
Empty.cs 4847c39521 Modernize some code. il y a 7 ans
Except.cs b53998f1d6 More code cleanup. il y a 7 ans
First.cs 69a02b3516 Optimize First. il y a 7 ans
FirstOrDefault.cs 69a02b3516 Optimize First. il y a 7 ans
ForEach.cs 271688e421 Adapting to GetAsyncEnumerator(CancellationToken) interface change. il y a 7 ans
GroupBy.cs ee62cf2eba Passing down cancellation to Lookup functionality. il y a 7 ans
GroupJoin.cs 271688e421 Adapting to GetAsyncEnumerator(CancellationToken) interface change. il y a 7 ans
Grouping.cs 271688e421 Adapting to GetAsyncEnumerator(CancellationToken) interface change. il y a 7 ans
Intersect.cs b53998f1d6 More code cleanup. il y a 7 ans
Join.cs e2b5a524e1 Some stylistic changes. il y a 7 ans
Last.cs 743e98cf90 Using Core pattern for First, Last, Single. il y a 7 ans
LastOrDefault.cs 743e98cf90 Using Core pattern for First, Last, Single. il y a 7 ans
LongCount.cs ff4deee27c Inline LongCount. il y a 7 ans
Max.cs 271688e421 Adapting to GetAsyncEnumerator(CancellationToken) interface change. il y a 7 ans
Min.cs 271688e421 Adapting to GetAsyncEnumerator(CancellationToken) interface change. il y a 7 ans
MinMax.Generated.cs 1a7192b640 Moving Standard Query Operators to System.Linq.Async. il y a 8 ans
MinMax.Generated.tt 1a7192b640 Moving Standard Query Operators to System.Linq.Async. il y a 8 ans
OfType.cs 8c1ca84f1c Moving OfType to its own file. il y a 8 ans
OrderBy.cs 1a7192b640 Moving Standard Query Operators to System.Linq.Async. il y a 8 ans
OrderedAsyncEnumerable.cs b343121674 Some more naming changes. il y a 7 ans
Range.cs 4847c39521 Modernize some code. il y a 7 ans
Repeat.cs b53998f1d6 More code cleanup. il y a 7 ans
Reverse.cs b53998f1d6 More code cleanup. il y a 7 ans
Select.cs b53998f1d6 More code cleanup. il y a 7 ans
SelectMany.cs 4847c39521 Modernize some code. il y a 7 ans
SequenceEqual.cs 271688e421 Adapting to GetAsyncEnumerator(CancellationToken) interface change. il y a 7 ans
Single.cs 743e98cf90 Using Core pattern for First, Last, Single. il y a 7 ans
SingleLinkedNode.cs b53998f1d6 More code cleanup. il y a 7 ans
SingleOrDefault.cs 743e98cf90 Using Core pattern for First, Last, Single. il y a 7 ans
Skip.cs 6f2e856fd2 Adding Async[Enumerable|List]Partition and use it for Skip and Take. il y a 8 ans
SkipLast.cs b53998f1d6 More code cleanup. il y a 7 ans
SkipWhile.cs b53998f1d6 More code cleanup. il y a 7 ans
Sum.Generated.cs 1f6068c93c Inline Sum implementations. il y a 7 ans
Sum.Generated.tt 1f6068c93c Inline Sum implementations. il y a 7 ans
Take.cs 6f2e856fd2 Adding Async[Enumerable|List]Partition and use it for Skip and Take. il y a 8 ans
TakeLast.cs b53998f1d6 More code cleanup. il y a 7 ans
TakeWhile.cs b53998f1d6 More code cleanup. il y a 7 ans
ToArray.cs ada8a64036 Renaming IIListProvider to IAsyncIListProvider. il y a 8 ans
ToAsyncEnumerable.cs 0a64f5bcb6 Use CreateEnumerable overloads that take in a CancellationToken. il y a 7 ans
ToDictionary.cs 1a7192b640 Moving Standard Query Operators to System.Linq.Async. il y a 8 ans
ToEnumerable.cs 271688e421 Adapting to GetAsyncEnumerator(CancellationToken) interface change. il y a 7 ans
ToHashSet.cs 401bf16e60 Adding ToHashSet. il y a 8 ans
ToList.cs ada8a64036 Renaming IIListProvider to IAsyncIListProvider. il y a 8 ans
ToLookup.cs ee62cf2eba Passing down cancellation to Lookup functionality. il y a 7 ans
ToObservable.cs 6716857cb4 Simplify ToObservable implementation. il y a 7 ans
Union.cs cf1dbedb42 Use ConfigureAwait(false) when awaiting UnionWithAsync. il y a 7 ans
Where.cs b53998f1d6 More code cleanup. il y a 7 ans
Zip.cs b53998f1d6 More code cleanup. il y a 7 ans