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