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