Bart De Smet 5227c48429 Refactor Where/Select optimizations 6 ani în urmă
..
Aggregate.cs 0980e87430 Avoiding heap-allocated closures 6 ani în urmă
All.cs 0980e87430 Avoiding heap-allocated closures 6 ani în urmă
Any.cs 0980e87430 Avoiding heap-allocated closures 6 ani în urmă
AppendPrepend.cs b9f9514d57 Revert "Use only var when type is obvious." 6 ani în urmă
AsAsyncEnumerable.cs 6a3dfda574 Move Create and AsAsyncEnumerable. 7 ani în urmă
Average.Generated.cs 369026d24e Taming CancellationToken overload hell 6 ani în urmă
Average.Generated.tt 369026d24e Taming CancellationToken overload hell 6 ani în urmă
Average.cs b9f9514d57 Revert "Use only var when type is obvious." 6 ani în urmă
Cast.cs 555dbb6810 Changing a few classes to private. 6 ani în urmă
Concat.cs b9f9514d57 Revert "Use only var when type is obvious." 6 ani în urmă
Contains.cs 15fb36bba0 Simplify code using local functions 6 ani în urmă
Count.cs 0980e87430 Avoiding heap-allocated closures 6 ani în urmă
DefaultIfEmpty.cs b9f9514d57 Revert "Use only var when type is obvious." 6 ani în urmă
Distinct.cs b9f9514d57 Revert "Use only var when type is obvious." 6 ani în urmă
ElementAt.cs 0980e87430 Avoiding heap-allocated closures 6 ani în urmă
ElementAtOrDefault.cs 0980e87430 Avoiding heap-allocated closures 6 ani în urmă
Empty.cs 8d2882a48f Fixing name of TryGetElementAtAsync. 6 ani în urmă
Except.cs b9f9514d57 Revert "Use only var when type is obvious." 6 ani în urmă
First.cs 0980e87430 Avoiding heap-allocated closures 6 ani în urmă
FirstOrDefault.cs 0980e87430 Avoiding heap-allocated closures 6 ani în urmă
ForEach.cs 369026d24e Taming CancellationToken overload hell 6 ani în urmă
GroupBy.cs b9f9514d57 Revert "Use only var when type is obvious." 6 ani în urmă
GroupJoin.cs b9f9514d57 Revert "Use only var when type is obvious." 6 ani în urmă
Grouping.cs 8b7d90e758 Embrace LDM-2018-11-28 decision to check for cancellation in GetAsyncEnumerator. 6 ani în urmă
Intersect.cs b9f9514d57 Revert "Use only var when type is obvious." 6 ani în urmă
Join.cs b9f9514d57 Revert "Use only var when type is obvious." 6 ani în urmă
Last.cs 0980e87430 Avoiding heap-allocated closures 6 ani în urmă
LastOrDefault.cs 0980e87430 Avoiding heap-allocated closures 6 ani în urmă
LongCount.cs 0980e87430 Avoiding heap-allocated closures 6 ani în urmă
Lookup.cs b9f9514d57 Revert "Use only var when type is obvious." 6 ani în urmă
Max.Primitive.cs b9f9514d57 Revert "Use only var when type is obvious." 6 ani în urmă
Max.cs 0980e87430 Avoiding heap-allocated closures 6 ani în urmă
Min.Primitive.cs b9f9514d57 Revert "Use only var when type is obvious." 6 ani în urmă
Min.cs 0980e87430 Avoiding heap-allocated closures 6 ani în urmă
MinMax.Generated.cs 369026d24e Taming CancellationToken overload hell 6 ani în urmă
MinMax.Generated.tt 369026d24e Taming CancellationToken overload hell 6 ani în urmă
OfType.cs b9f9514d57 Revert "Use only var when type is obvious." 6 ani în urmă
OrderBy.cs a5ad50d29b Adding tests for OrderBy. 6 ani în urmă
OrderedAsyncEnumerable.cs b9f9514d57 Revert "Use only var when type is obvious." 6 ani în urmă
Range.cs b9f9514d57 Revert "Use only var when type is obvious." 6 ani în urmă
Repeat.cs aa2430bb42 Check for cancellation in a few more places. 6 ani în urmă
Reverse.cs b9f9514d57 Revert "Use only var when type is obvious." 6 ani în urmă
Select.Opt.cs 5227c48429 Refactor Where/Select optimizations 6 ani în urmă
Select.cs 5227c48429 Refactor Where/Select optimizations 6 ani în urmă
SelectMany.cs b9f9514d57 Revert "Use only var when type is obvious." 6 ani în urmă
SequenceEqual.cs 0980e87430 Avoiding heap-allocated closures 6 ani în urmă
Single.cs 0980e87430 Avoiding heap-allocated closures 6 ani în urmă
SingleLinkedNode.cs b9f9514d57 Revert "Use only var when type is obvious." 6 ani în urmă
SingleOrDefault.cs 0980e87430 Avoiding heap-allocated closures 6 ani în urmă
Skip.cs 3a3c59ba42 Change signature of Clone. 7 ani în urmă
SkipLast.cs b9f9514d57 Revert "Use only var when type is obvious." 6 ani în urmă
SkipWhile.cs b9f9514d57 Revert "Use only var when type is obvious." 6 ani în urmă
Sum.Generated.cs 0980e87430 Avoiding heap-allocated closures 6 ani în urmă
Sum.Generated.tt 2ed38972f3 Use local functions in Sum 6 ani în urmă
Take.cs cfd11d1c62 Adding BCL style exception factories. 7 ani în urmă
TakeLast.cs b9f9514d57 Revert "Use only var when type is obvious." 6 ani în urmă
TakeWhile.cs b9f9514d57 Revert "Use only var when type is obvious." 6 ani în urmă
ToArray.cs 369026d24e Taming CancellationToken overload hell 6 ani în urmă
ToAsyncEnumerable.Observable.cs b9f9514d57 Revert "Use only var when type is obvious." 6 ani în urmă
ToAsyncEnumerable.Task.cs 80b4afa2c0 Small tweak to Task<T> conversion code. 6 ani în urmă
ToAsyncEnumerable.cs aa2430bb42 Check for cancellation in a few more places. 6 ani în urmă
ToDictionary.cs d6171d53ee Reduce loop bodies 6 ani în urmă
ToEnumerable.cs 0980e87430 Avoiding heap-allocated closures 6 ani în urmă
ToHashSet.cs d6171d53ee Reduce loop bodies 6 ani în urmă
ToList.cs 0980e87430 Avoiding heap-allocated closures 6 ani în urmă
ToLookup.cs 369026d24e Taming CancellationToken overload hell 6 ani în urmă
ToObservable.cs b9f9514d57 Revert "Use only var when type is obvious." 6 ani în urmă
Union.cs b9f9514d57 Revert "Use only var when type is obvious." 6 ani în urmă
Where.Opt.cs 5227c48429 Refactor Where/Select optimizations 6 ani în urmă
Where.cs 5227c48429 Refactor Where/Select optimizations 6 ani în urmă
Zip.cs d596d9f6d8 Adding "deep cancellation" API surface predicated by a NO_DEEP_CANCELLATION symbol. 7 ani în urmă