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