Bart De Smet ac470e6889 Remove ASYNC_ITERATOR_CAN_RETURN_AETOR; this is now supported in the latest preview. 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 8260e5243f Use C# 8.0 in Append and Prepend. 6 年 前
AsAsyncEnumerable.cs 6a3dfda574 Move Create and AsAsyncEnumerable. 7 年 前
Average.Generated.cs c70c1e5d2c Use C# 8.0 in Average. 6 年 前
Average.Generated.tt c70c1e5d2c Use C# 8.0 in Average. 6 年 前
Cast.cs 555dbb6810 Changing a few classes to private. 6 年 前
Concat.cs dd907ead48 Use C# 8.0 in Concat. 6 年 前
Contains.cs 85a9111e33 Tweak local function signatures in Contains. 6 年 前
Count.cs c36dc93b92 Use C# 8.0 in Count and LongCount. 6 年 前
DefaultIfEmpty.cs fab4165c01 Reduce code in DefaultIfEmpty. 6 年 前
Distinct.cs b2cc797263 Reduce code duplication in Distinct. 6 年 前
ElementAt.cs 3e63666486 Use C# 8.0 in ElementAt. 6 年 前
ElementAtOrDefault.cs 3e63666486 Use C# 8.0 in ElementAt. 6 年 前
Empty.cs 8d2882a48f Fixing name of TryGetElementAtAsync. 6 年 前
Except.cs ac470e6889 Remove ASYNC_ITERATOR_CAN_RETURN_AETOR; this is now supported in the latest preview. 6 年 前
First.cs 0980e87430 Avoiding heap-allocated closures 6 年 前
FirstOrDefault.cs 8e5a9f51cd Use C# 8.0 in First. 6 年 前
ForEach.cs 578bb662de Optimize ForEach implementations. 6 年 前
GroupBy.cs 7d459c9d85 Implementing more overloads of GroupBy. 6 年 前
GroupJoin.cs ac470e6889 Remove ASYNC_ITERATOR_CAN_RETURN_AETOR; this is now supported in the latest preview. 6 年 前
Grouping.cs 043997b2e7 Fix typo. 6 年 前
Intersect.cs ac470e6889 Remove ASYNC_ITERATOR_CAN_RETURN_AETOR; this is now supported in the latest preview. 6 年 前
Join.cs ac470e6889 Remove ASYNC_ITERATOR_CAN_RETURN_AETOR; this is now supported in the latest preview. 6 年 前
Last.cs 0980e87430 Avoiding heap-allocated closures 6 年 前
LastOrDefault.cs ddaf9b991f Use C# 8.0 in Last. 6 年 前
LongCount.cs c36dc93b92 Use C# 8.0 in Count and LongCount. 6 年 前
Lookup.cs 971f38e22d Use C# 8.0 in Lookup. 6 年 前
Max.cs 4ab51fea0c Use C# 8.0 in generic Min and Max. 6 年 前
Min.cs 4ab51fea0c Use C# 8.0 in generic Min and Max. 6 年 前
MinMax.Generated.cs b138e06b0a Use C# 8.0 in primitive Min and Max. 6 年 前
MinMax.Generated.tt b138e06b0a Use C# 8.0 in primitive Min and Max. 6 年 前
OfType.cs b9f9514d57 Revert "Use only var when type is obvious." 6 年 前
OrderBy.cs 7f90a10101 Reduce code in OrderBy. 6 年 前
OrderedAsyncEnumerable.cs 7f90a10101 Reduce code in OrderBy. 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 ac470e6889 Remove ASYNC_ITERATOR_CAN_RETURN_AETOR; this is now supported in the latest preview. 6 年 前
SelectMany.cs ac470e6889 Remove ASYNC_ITERATOR_CAN_RETURN_AETOR; this is now supported in the latest preview. 6 年 前
SequenceEqual.cs 4f97781307 Fix SequenceEqual chaining. 6 年 前
Single.cs 5c55c93bd5 Use C# 8.0 in Single. 6 年 前
SingleLinkedNode.cs b9f9514d57 Revert "Use only var when type is obvious." 6 年 前
SingleOrDefault.cs 5c55c93bd5 Use C# 8.0 in Single. 6 年 前
Skip.cs 3a3c59ba42 Change signature of Clone. 7 年 前
SkipLast.cs ac470e6889 Remove ASYNC_ITERATOR_CAN_RETURN_AETOR; this is now supported in the latest preview. 6 年 前
SkipWhile.cs ac470e6889 Remove ASYNC_ITERATOR_CAN_RETURN_AETOR; this is now supported in the latest preview. 6 年 前
Sum.Generated.cs 6c7a784426 Use C# 8.0 in Sum. 6 年 前
Sum.Generated.tt 6c7a784426 Use C# 8.0 in Sum. 6 年 前
Take.cs cfd11d1c62 Adding BCL style exception factories. 7 年 前
TakeLast.cs ac470e6889 Remove ASYNC_ITERATOR_CAN_RETURN_AETOR; this is now supported in the latest preview. 6 年 前
TakeWhile.cs ac470e6889 Remove ASYNC_ITERATOR_CAN_RETURN_AETOR; this is now supported in the latest preview. 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. 6 年 前
ToAsyncEnumerable.cs aa2430bb42 Check for cancellation in a few more places. 6 年 前
ToDictionary.cs 8cefa656f8 Adding optimized implementations of ToDictionary. 6 年 前
ToEnumerable.cs 0980e87430 Avoiding heap-allocated closures 6 年 前
ToHashSet.cs fb3b6f40e4 Reduce code in ToHashSet. 6 年 前
ToList.cs 7cf8fb5a3b Use C# 8.0 in ToList. 6 年 前
ToLookup.cs a948fa2173 Use local functions to ToLookup. 6 年 前
ToObservable.cs b9f9514d57 Revert "Use only var when type is obvious." 6 年 前
Union.cs 05360aba29 Reduce code in Except, Intersect, and Union. 6 年 前
Utilities.cs 5cddc62b53 SelectMany can implement IAsyncIListProvider. 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 ac470e6889 Remove ASYNC_ITERATOR_CAN_RETURN_AETOR; this is now supported in the latest preview. 6 年 前
Zip.cs ac470e6889 Remove ASYNC_ITERATOR_CAN_RETURN_AETOR; this is now supported in the latest preview. 6 年 前