Bart De Smet 998fbc2827 Use async iterators for TakeWhile. há 7 anos atrás
..
Aggregate.cs 5faed346a8 Use C# 8.0 in Aggregate. há 7 anos atrás
All.cs a14f42f8d4 Use C# 8.0 in All and Any. há 7 anos atrás
Any.cs a14f42f8d4 Use C# 8.0 in All and Any. há 7 anos atrás
AppendPrepend.cs 8260e5243f Use C# 8.0 in Append and Prepend. há 7 anos atrás
AsAsyncEnumerable.cs 6a3dfda574 Move Create and AsAsyncEnumerable. há 7 anos atrás
Average.Generated.cs c70c1e5d2c Use C# 8.0 in Average. há 7 anos atrás
Average.Generated.tt c70c1e5d2c Use C# 8.0 in Average. há 7 anos atrás
Cast.cs 555dbb6810 Changing a few classes to private. há 7 anos atrás
Concat.cs dd907ead48 Use C# 8.0 in Concat. há 7 anos atrás
Contains.cs 85a9111e33 Tweak local function signatures in Contains. há 7 anos atrás
Count.cs c36dc93b92 Use C# 8.0 in Count and LongCount. há 7 anos atrás
DefaultIfEmpty.cs fab4165c01 Reduce code in DefaultIfEmpty. há 7 anos atrás
Distinct.cs b2cc797263 Reduce code duplication in Distinct. há 7 anos atrás
ElementAt.cs 3e63666486 Use C# 8.0 in ElementAt. há 7 anos atrás
ElementAtOrDefault.cs 3e63666486 Use C# 8.0 in ElementAt. há 7 anos atrás
Empty.cs 8d2882a48f Fixing name of TryGetElementAtAsync. há 7 anos atrás
Except.cs 05360aba29 Reduce code in Except, Intersect, and Union. há 7 anos atrás
First.cs 0980e87430 Avoiding heap-allocated closures há 7 anos atrás
FirstOrDefault.cs 8e5a9f51cd Use C# 8.0 in First. há 7 anos atrás
ForEach.cs 578bb662de Optimize ForEach implementations. há 7 anos atrás
GroupBy.cs 7d459c9d85 Implementing more overloads of GroupBy. há 7 anos atrás
GroupJoin.cs 59802a7891 Reduce code in GroupJoin. há 7 anos atrás
Grouping.cs 043997b2e7 Fix typo. há 7 anos atrás
Intersect.cs 05360aba29 Reduce code in Except, Intersect, and Union. há 7 anos atrás
Join.cs e16dff76d6 Reduce code in Join. há 7 anos atrás
Last.cs 0980e87430 Avoiding heap-allocated closures há 7 anos atrás
LastOrDefault.cs ddaf9b991f Use C# 8.0 in Last. há 7 anos atrás
LongCount.cs c36dc93b92 Use C# 8.0 in Count and LongCount. há 7 anos atrás
Lookup.cs 971f38e22d Use C# 8.0 in Lookup. há 7 anos atrás
Max.cs 4ab51fea0c Use C# 8.0 in generic Min and Max. há 7 anos atrás
Min.cs 4ab51fea0c Use C# 8.0 in generic Min and Max. há 7 anos atrás
MinMax.Generated.cs b138e06b0a Use C# 8.0 in primitive Min and Max. há 7 anos atrás
MinMax.Generated.tt b138e06b0a Use C# 8.0 in primitive Min and Max. há 7 anos atrás
OfType.cs b9f9514d57 Revert "Use only var when type is obvious." há 7 anos atrás
OrderBy.cs 7f90a10101 Reduce code in OrderBy. há 7 anos atrás
OrderedAsyncEnumerable.cs 7f90a10101 Reduce code in OrderBy. há 7 anos atrás
Range.cs b9f9514d57 Revert "Use only var when type is obvious." há 7 anos atrás
Repeat.cs aa2430bb42 Check for cancellation in a few more places. há 7 anos atrás
Reverse.cs b9f9514d57 Revert "Use only var when type is obvious." há 7 anos atrás
Select.Opt.Generated.cs 2b0cd8e161 Enabling optimizations for combining N selectors há 7 anos atrás
Select.Opt.Generated.tt 2b0cd8e161 Enabling optimizations for combining N selectors há 7 anos atrás
Select.Opt.cs 2b0cd8e161 Enabling optimizations for combining N selectors há 7 anos atrás
Select.cs 6d298c9c85 Use async iterators for indexed Select overloads. há 7 anos atrás
SelectMany.cs b9f9514d57 Revert "Use only var when type is obvious." há 7 anos atrás
SequenceEqual.cs 4f97781307 Fix SequenceEqual chaining. há 7 anos atrás
Single.cs 5c55c93bd5 Use C# 8.0 in Single. há 7 anos atrás
SingleLinkedNode.cs b9f9514d57 Revert "Use only var when type is obvious." há 7 anos atrás
SingleOrDefault.cs 5c55c93bd5 Use C# 8.0 in Single. há 7 anos atrás
Skip.cs 3a3c59ba42 Change signature of Clone. há 7 anos atrás
SkipLast.cs 59984d24fd Use async iterators for SkipLast. há 7 anos atrás
SkipWhile.cs b9f9514d57 Revert "Use only var when type is obvious." há 7 anos atrás
Sum.Generated.cs 6c7a784426 Use C# 8.0 in Sum. há 7 anos atrás
Sum.Generated.tt 6c7a784426 Use C# 8.0 in Sum. há 7 anos atrás
Take.cs cfd11d1c62 Adding BCL style exception factories. há 7 anos atrás
TakeLast.cs 64a37ef68d Use async iterators for TakeLast. há 7 anos atrás
TakeWhile.cs 998fbc2827 Use async iterators for TakeWhile. há 7 anos atrás
ToArray.cs 369026d24e Taming CancellationToken overload hell há 7 anos atrás
ToAsyncEnumerable.Observable.cs b9f9514d57 Revert "Use only var when type is obvious." há 7 anos atrás
ToAsyncEnumerable.Task.cs 80b4afa2c0 Small tweak to Task<T> conversion code. há 7 anos atrás
ToAsyncEnumerable.cs aa2430bb42 Check for cancellation in a few more places. há 7 anos atrás
ToDictionary.cs 8cefa656f8 Adding optimized implementations of ToDictionary. há 7 anos atrás
ToEnumerable.cs 0980e87430 Avoiding heap-allocated closures há 7 anos atrás
ToHashSet.cs fb3b6f40e4 Reduce code in ToHashSet. há 7 anos atrás
ToList.cs 7cf8fb5a3b Use C# 8.0 in ToList. há 7 anos atrás
ToLookup.cs a948fa2173 Use local functions to ToLookup. há 7 anos atrás
ToObservable.cs b9f9514d57 Revert "Use only var when type is obvious." há 7 anos atrás
Union.cs 05360aba29 Reduce code in Except, Intersect, and Union. há 7 anos atrás
Where.Opt.Generated.cs be5d8bb438 Enabling optimizations for combining N predicates há 7 anos atrás
Where.Opt.Generated.tt be5d8bb438 Enabling optimizations for combining N predicates há 7 anos atrás
Where.Opt.cs be5d8bb438 Enabling optimizations for combining N predicates há 7 anos atrás
Where.cs 620478334d Use async iterators for indexed Where overloads. há 7 anos atrás
Zip.cs af84c58c29 Use async iterators for Zip. há 7 anos atrás