Bart De Smet f931420e89 Use C# 8.0 in ForEach. 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 b9f9514d57 Revert "Use only var when type is obvious." 6 лет назад
AsAsyncEnumerable.cs 6a3dfda574 Move Create and AsAsyncEnumerable. 7 лет назад
Average.Generated.cs dc2706c7ad Code-gen for Average. 6 лет назад
Average.Generated.tt dc2706c7ad Code-gen for Average. 6 лет назад
Cast.cs 555dbb6810 Changing a few classes to private. 6 лет назад
Concat.cs b9f9514d57 Revert "Use only var when type is obvious." 6 лет назад
Contains.cs 42273fc6a3 Use C# 8.0 in Contains. 6 лет назад
Count.cs c36dc93b92 Use C# 8.0 in Count and LongCount. 6 лет назад
DefaultIfEmpty.cs b9f9514d57 Revert "Use only var when type is obvious." 6 лет назад
Distinct.cs b9f9514d57 Revert "Use only var when type is obvious." 6 лет назад
ElementAt.cs 0980e87430 Avoiding heap-allocated closures 6 лет назад
ElementAtOrDefault.cs 0980e87430 Avoiding heap-allocated closures 6 лет назад
Empty.cs 8d2882a48f Fixing name of TryGetElementAtAsync. 6 лет назад
Except.cs b9f9514d57 Revert "Use only var when type is obvious." 6 лет назад
First.cs 0980e87430 Avoiding heap-allocated closures 6 лет назад
FirstOrDefault.cs 0980e87430 Avoiding heap-allocated closures 6 лет назад
ForEach.cs f931420e89 Use C# 8.0 in ForEach. 6 лет назад
GroupBy.cs b9f9514d57 Revert "Use only var when type is obvious." 6 лет назад
GroupJoin.cs b9f9514d57 Revert "Use only var when type is obvious." 6 лет назад
Grouping.cs 8b7d90e758 Embrace LDM-2018-11-28 decision to check for cancellation in GetAsyncEnumerator. 7 лет назад
Intersect.cs b9f9514d57 Revert "Use only var when type is obvious." 6 лет назад
Join.cs b9f9514d57 Revert "Use only var when type is obvious." 6 лет назад
Last.cs 0980e87430 Avoiding heap-allocated closures 6 лет назад
LastOrDefault.cs 0980e87430 Avoiding heap-allocated closures 6 лет назад
LongCount.cs c36dc93b92 Use C# 8.0 in Count and LongCount. 6 лет назад
Lookup.cs b9f9514d57 Revert "Use only var when type is obvious." 6 лет назад
Max.cs 0980e87430 Avoiding heap-allocated closures 6 лет назад
Min.cs 0980e87430 Avoiding heap-allocated closures 6 лет назад
MinMax.Generated.cs 8d10432be7 Generate code for Min and Max. 6 лет назад
MinMax.Generated.tt 8d10432be7 Generate code for 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 b9f9514d57 Revert "Use only var when type is obvious." 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 0980e87430 Avoiding heap-allocated closures 6 лет назад
Single.cs 0980e87430 Avoiding heap-allocated closures 6 лет назад
SingleLinkedNode.cs b9f9514d57 Revert "Use only var when type is obvious." 6 лет назад
SingleOrDefault.cs 0980e87430 Avoiding heap-allocated closures 6 лет назад
Skip.cs 3a3c59ba42 Change signature of Clone. 7 лет назад
SkipLast.cs b9f9514d57 Revert "Use only var when type is obvious." 6 лет назад
SkipWhile.cs b9f9514d57 Revert "Use only var when type is obvious." 6 лет назад
Sum.Generated.cs 0980e87430 Avoiding heap-allocated closures 6 лет назад
Sum.Generated.tt 89ed66a36d Updated code generation for Sum to avoid closures 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. 7 лет назад
ToAsyncEnumerable.cs aa2430bb42 Check for cancellation in a few more places. 6 лет назад
ToDictionary.cs d6171d53ee Reduce loop bodies 6 лет назад
ToEnumerable.cs 0980e87430 Avoiding heap-allocated closures 6 лет назад
ToHashSet.cs d6171d53ee Reduce loop bodies 6 лет назад
ToList.cs 0980e87430 Avoiding heap-allocated closures 6 лет назад
ToLookup.cs 369026d24e Taming CancellationToken overload hell 6 лет назад
ToObservable.cs b9f9514d57 Revert "Use only var when type is obvious." 6 лет назад
Union.cs b9f9514d57 Revert "Use only var when type is obvious." 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 лет назад