Bart De Smet 59802a7891 Reduce code in GroupJoin. 7 anni fa
..
Aggregate.cs 5faed346a8 Use C# 8.0 in Aggregate. 7 anni fa
All.cs a14f42f8d4 Use C# 8.0 in All and Any. 7 anni fa
Any.cs a14f42f8d4 Use C# 8.0 in All and Any. 7 anni fa
AppendPrepend.cs 8260e5243f Use C# 8.0 in Append and Prepend. 7 anni fa
AsAsyncEnumerable.cs 6a3dfda574 Move Create and AsAsyncEnumerable. 7 anni fa
Average.Generated.cs c70c1e5d2c Use C# 8.0 in Average. 7 anni fa
Average.Generated.tt c70c1e5d2c Use C# 8.0 in Average. 7 anni fa
Cast.cs 555dbb6810 Changing a few classes to private. 7 anni fa
Concat.cs dd907ead48 Use C# 8.0 in Concat. 7 anni fa
Contains.cs 85a9111e33 Tweak local function signatures in Contains. 7 anni fa
Count.cs c36dc93b92 Use C# 8.0 in Count and LongCount. 7 anni fa
DefaultIfEmpty.cs fab4165c01 Reduce code in DefaultIfEmpty. 7 anni fa
Distinct.cs b2cc797263 Reduce code duplication in Distinct. 7 anni fa
ElementAt.cs 3e63666486 Use C# 8.0 in ElementAt. 7 anni fa
ElementAtOrDefault.cs 3e63666486 Use C# 8.0 in ElementAt. 7 anni fa
Empty.cs 8d2882a48f Fixing name of TryGetElementAtAsync. 7 anni fa
Except.cs 05360aba29 Reduce code in Except, Intersect, and Union. 7 anni fa
First.cs 0980e87430 Avoiding heap-allocated closures 7 anni fa
FirstOrDefault.cs 8e5a9f51cd Use C# 8.0 in First. 7 anni fa
ForEach.cs f931420e89 Use C# 8.0 in ForEach. 7 anni fa
GroupBy.cs 780694dd9a Add missing new. 7 anni fa
GroupJoin.cs 59802a7891 Reduce code in GroupJoin. 7 anni fa
Grouping.cs 043997b2e7 Fix typo. 7 anni fa
Intersect.cs 05360aba29 Reduce code in Except, Intersect, and Union. 7 anni fa
Join.cs b9f9514d57 Revert "Use only var when type is obvious." 7 anni fa
Last.cs 0980e87430 Avoiding heap-allocated closures 7 anni fa
LastOrDefault.cs ddaf9b991f Use C# 8.0 in Last. 7 anni fa
LongCount.cs c36dc93b92 Use C# 8.0 in Count and LongCount. 7 anni fa
Lookup.cs 971f38e22d Use C# 8.0 in Lookup. 7 anni fa
Max.cs 4ab51fea0c Use C# 8.0 in generic Min and Max. 7 anni fa
Min.cs 4ab51fea0c Use C# 8.0 in generic Min and Max. 7 anni fa
MinMax.Generated.cs b138e06b0a Use C# 8.0 in primitive Min and Max. 7 anni fa
MinMax.Generated.tt b138e06b0a Use C# 8.0 in primitive Min and Max. 7 anni fa
OfType.cs b9f9514d57 Revert "Use only var when type is obvious." 7 anni fa
OrderBy.cs a5ad50d29b Adding tests for OrderBy. 7 anni fa
OrderedAsyncEnumerable.cs ccd9a44c0b Obey to repo's code style for OrderedAsyncEnumerable. 7 anni fa
Range.cs b9f9514d57 Revert "Use only var when type is obvious." 7 anni fa
Repeat.cs aa2430bb42 Check for cancellation in a few more places. 7 anni fa
Reverse.cs b9f9514d57 Revert "Use only var when type is obvious." 7 anni fa
Select.Opt.Generated.cs 2b0cd8e161 Enabling optimizations for combining N selectors 7 anni fa
Select.Opt.Generated.tt 2b0cd8e161 Enabling optimizations for combining N selectors 7 anni fa
Select.Opt.cs 2b0cd8e161 Enabling optimizations for combining N selectors 7 anni fa
Select.cs 5227c48429 Refactor Where/Select optimizations 7 anni fa
SelectMany.cs b9f9514d57 Revert "Use only var when type is obvious." 7 anni fa
SequenceEqual.cs 4f97781307 Fix SequenceEqual chaining. 7 anni fa
Single.cs 5c55c93bd5 Use C# 8.0 in Single. 7 anni fa
SingleLinkedNode.cs b9f9514d57 Revert "Use only var when type is obvious." 7 anni fa
SingleOrDefault.cs 5c55c93bd5 Use C# 8.0 in Single. 7 anni fa
Skip.cs 3a3c59ba42 Change signature of Clone. 7 anni fa
SkipLast.cs db5992d579 Remove unused using. 7 anni fa
SkipWhile.cs b9f9514d57 Revert "Use only var when type is obvious." 7 anni fa
Sum.Generated.cs 6c7a784426 Use C# 8.0 in Sum. 7 anni fa
Sum.Generated.tt 6c7a784426 Use C# 8.0 in Sum. 7 anni fa
Take.cs cfd11d1c62 Adding BCL style exception factories. 7 anni fa
TakeLast.cs b9f9514d57 Revert "Use only var when type is obvious." 7 anni fa
TakeWhile.cs b9f9514d57 Revert "Use only var when type is obvious." 7 anni fa
ToArray.cs 369026d24e Taming CancellationToken overload hell 7 anni fa
ToAsyncEnumerable.Observable.cs b9f9514d57 Revert "Use only var when type is obvious." 7 anni fa
ToAsyncEnumerable.Task.cs 80b4afa2c0 Small tweak to Task<T> conversion code. 7 anni fa
ToAsyncEnumerable.cs aa2430bb42 Check for cancellation in a few more places. 7 anni fa
ToDictionary.cs 1640ce2dae Use C# 8.0 in ToDictionary. 7 anni fa
ToEnumerable.cs 0980e87430 Avoiding heap-allocated closures 7 anni fa
ToHashSet.cs 8a41d15864 Use C# 8.0 in ToHashSet. 7 anni fa
ToList.cs 7cf8fb5a3b Use C# 8.0 in ToList. 7 anni fa
ToLookup.cs 369026d24e Taming CancellationToken overload hell 7 anni fa
ToObservable.cs b9f9514d57 Revert "Use only var when type is obvious." 7 anni fa
Union.cs 05360aba29 Reduce code in Except, Intersect, and Union. 7 anni fa
Where.Opt.Generated.cs be5d8bb438 Enabling optimizations for combining N predicates 7 anni fa
Where.Opt.Generated.tt be5d8bb438 Enabling optimizations for combining N predicates 7 anni fa
Where.Opt.cs be5d8bb438 Enabling optimizations for combining N predicates 7 anni fa
Where.cs 5227c48429 Refactor Where/Select optimizations 7 anni fa
Zip.cs d596d9f6d8 Adding "deep cancellation" API surface predicated by a NO_DEEP_CANCELLATION symbol. 7 anni fa