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