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