Bart De Smet 42273fc6a3 Use C# 8.0 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 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 369026d24e Taming CancellationToken overload hell пре 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 година