Bart De Smet ccd9a44c0b Obey to repo's code style for OrderedAsyncEnumerable. il y a 6 ans
..
Aggregate.cs 5faed346a8 Use C# 8.0 in Aggregate. il y a 6 ans
All.cs a14f42f8d4 Use C# 8.0 in All and Any. il y a 6 ans
Any.cs a14f42f8d4 Use C# 8.0 in All and Any. il y a 6 ans
AppendPrepend.cs 8260e5243f Use C# 8.0 in Append and Prepend. il y a 6 ans
AsAsyncEnumerable.cs 6a3dfda574 Move Create and AsAsyncEnumerable. il y a 7 ans
Average.Generated.cs dc2706c7ad Code-gen for Average. il y a 6 ans
Average.Generated.tt dc2706c7ad Code-gen for Average. il y a 6 ans
Cast.cs 555dbb6810 Changing a few classes to private. il y a 6 ans
Concat.cs dd907ead48 Use C# 8.0 in Concat. il y a 6 ans
Contains.cs 42273fc6a3 Use C# 8.0 in Contains. il y a 6 ans
Count.cs c36dc93b92 Use C# 8.0 in Count and LongCount. il y a 6 ans
DefaultIfEmpty.cs b9f9514d57 Revert "Use only var when type is obvious." il y a 6 ans
Distinct.cs b9f9514d57 Revert "Use only var when type is obvious." il y a 6 ans
ElementAt.cs 3e63666486 Use C# 8.0 in ElementAt. il y a 6 ans
ElementAtOrDefault.cs 3e63666486 Use C# 8.0 in ElementAt. il y a 6 ans
Empty.cs 8d2882a48f Fixing name of TryGetElementAtAsync. il y a 6 ans
Except.cs b9f9514d57 Revert "Use only var when type is obvious." il y a 6 ans
First.cs 0980e87430 Avoiding heap-allocated closures il y a 6 ans
FirstOrDefault.cs 8e5a9f51cd Use C# 8.0 in First. il y a 6 ans
ForEach.cs f931420e89 Use C# 8.0 in ForEach. il y a 6 ans
GroupBy.cs b9f9514d57 Revert "Use only var when type is obvious." il y a 6 ans
GroupJoin.cs b9f9514d57 Revert "Use only var when type is obvious." il y a 6 ans
Grouping.cs 8b7d90e758 Embrace LDM-2018-11-28 decision to check for cancellation in GetAsyncEnumerator. il y a 7 ans
Intersect.cs b9f9514d57 Revert "Use only var when type is obvious." il y a 6 ans
Join.cs b9f9514d57 Revert "Use only var when type is obvious." il y a 6 ans
Last.cs 0980e87430 Avoiding heap-allocated closures il y a 6 ans
LastOrDefault.cs ddaf9b991f Use C# 8.0 in Last. il y a 6 ans
LongCount.cs c36dc93b92 Use C# 8.0 in Count and LongCount. il y a 6 ans
Lookup.cs 971f38e22d Use C# 8.0 in Lookup. il y a 6 ans
Max.cs 4ab51fea0c Use C# 8.0 in generic Min and Max. il y a 6 ans
Min.cs 4ab51fea0c Use C# 8.0 in generic Min and Max. il y a 6 ans
MinMax.Generated.cs b138e06b0a Use C# 8.0 in primitive Min and Max. il y a 6 ans
MinMax.Generated.tt b138e06b0a Use C# 8.0 in primitive Min and Max. il y a 6 ans
OfType.cs b9f9514d57 Revert "Use only var when type is obvious." il y a 6 ans
OrderBy.cs a5ad50d29b Adding tests for OrderBy. il y a 6 ans
OrderedAsyncEnumerable.cs ccd9a44c0b Obey to repo's code style for OrderedAsyncEnumerable. il y a 6 ans
Range.cs b9f9514d57 Revert "Use only var when type is obvious." il y a 6 ans
Repeat.cs aa2430bb42 Check for cancellation in a few more places. il y a 6 ans
Reverse.cs b9f9514d57 Revert "Use only var when type is obvious." il y a 6 ans
Select.Opt.Generated.cs 2b0cd8e161 Enabling optimizations for combining N selectors il y a 6 ans
Select.Opt.Generated.tt 2b0cd8e161 Enabling optimizations for combining N selectors il y a 6 ans
Select.Opt.cs 2b0cd8e161 Enabling optimizations for combining N selectors il y a 6 ans
Select.cs 5227c48429 Refactor Where/Select optimizations il y a 6 ans
SelectMany.cs b9f9514d57 Revert "Use only var when type is obvious." il y a 6 ans
SequenceEqual.cs d4eea91c4f Use C# 8.0 in SequenceEqual. il y a 6 ans
Single.cs 5c55c93bd5 Use C# 8.0 in Single. il y a 6 ans
SingleLinkedNode.cs b9f9514d57 Revert "Use only var when type is obvious." il y a 6 ans
SingleOrDefault.cs 5c55c93bd5 Use C# 8.0 in Single. il y a 6 ans
Skip.cs 3a3c59ba42 Change signature of Clone. il y a 7 ans
SkipLast.cs b9f9514d57 Revert "Use only var when type is obvious." il y a 6 ans
SkipWhile.cs b9f9514d57 Revert "Use only var when type is obvious." il y a 6 ans
Sum.Generated.cs 0980e87430 Avoiding heap-allocated closures il y a 6 ans
Sum.Generated.tt 89ed66a36d Updated code generation for Sum to avoid closures il y a 6 ans
Take.cs cfd11d1c62 Adding BCL style exception factories. il y a 7 ans
TakeLast.cs b9f9514d57 Revert "Use only var when type is obvious." il y a 6 ans
TakeWhile.cs b9f9514d57 Revert "Use only var when type is obvious." il y a 6 ans
ToArray.cs 369026d24e Taming CancellationToken overload hell il y a 6 ans
ToAsyncEnumerable.Observable.cs b9f9514d57 Revert "Use only var when type is obvious." il y a 6 ans
ToAsyncEnumerable.Task.cs 80b4afa2c0 Small tweak to Task<T> conversion code. il y a 7 ans
ToAsyncEnumerable.cs aa2430bb42 Check for cancellation in a few more places. il y a 6 ans
ToDictionary.cs 1640ce2dae Use C# 8.0 in ToDictionary. il y a 6 ans
ToEnumerable.cs 0980e87430 Avoiding heap-allocated closures il y a 6 ans
ToHashSet.cs 8a41d15864 Use C# 8.0 in ToHashSet. il y a 6 ans
ToList.cs 7cf8fb5a3b Use C# 8.0 in ToList. il y a 6 ans
ToLookup.cs 369026d24e Taming CancellationToken overload hell il y a 6 ans
ToObservable.cs b9f9514d57 Revert "Use only var when type is obvious." il y a 6 ans
Union.cs e7df998e96 Use C# 8.0 in Union. il y a 6 ans
Where.Opt.Generated.cs be5d8bb438 Enabling optimizations for combining N predicates il y a 6 ans
Where.Opt.Generated.tt be5d8bb438 Enabling optimizations for combining N predicates il y a 6 ans
Where.Opt.cs be5d8bb438 Enabling optimizations for combining N predicates il y a 6 ans
Where.cs 5227c48429 Refactor Where/Select optimizations il y a 6 ans
Zip.cs d596d9f6d8 Adding "deep cancellation" API surface predicated by a NO_DEEP_CANCELLATION symbol. il y a 7 ans