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