Bart De Smet 1144c88c20 Eliminate redundant code in Range. 6 lat temu
..
Aggregate.cs 176fd41eba Add shim for code that's moved to TaskExtensions 6 lat temu
All.cs 176fd41eba Add shim for code that's moved to TaskExtensions 6 lat temu
Any.cs 176fd41eba Add shim for code that's moved to TaskExtensions 6 lat temu
AppendPrepend.cs 176fd41eba Add shim for code that's moved to TaskExtensions 6 lat temu
AsAsyncEnumerable.cs 6a3dfda574 Move Create and AsAsyncEnumerable. 7 lat temu
Average.Generated.cs 0171e2bad0 Use await using which now can bind to configured tasks. 6 lat temu
Average.Generated.tt 0171e2bad0 Use await using which now can bind to configured tasks. 6 lat temu
Cast.cs 490e2dd857 Use async iterators for Cast. 6 lat temu
Concat.cs 176fd41eba Add shim for code that's moved to TaskExtensions 6 lat temu
Contains.cs 176fd41eba Add shim for code that's moved to TaskExtensions 6 lat temu
Count.cs 176fd41eba Add shim for code that's moved to TaskExtensions 6 lat temu
DefaultIfEmpty.cs fab4165c01 Reduce code in DefaultIfEmpty. 6 lat temu
Distinct.cs b2cc797263 Reduce code duplication in Distinct. 6 lat temu
ElementAt.cs 176fd41eba Add shim for code that's moved to TaskExtensions 6 lat temu
ElementAtOrDefault.cs 176fd41eba Add shim for code that's moved to TaskExtensions 6 lat temu
Empty.cs 8d2882a48f Fixing name of TryGetElementAtAsync. 6 lat temu
Except.cs 176fd41eba Add shim for code that's moved to TaskExtensions 6 lat temu
First.cs 1a63ba15ab Use ValueTask<T> for aggregates to improve ergonomics when used in e.g. Select. 6 lat temu
FirstOrDefault.cs 0171e2bad0 Use await using which now can bind to configured tasks. 6 lat temu
ForEach.cs 176fd41eba Add shim for code that's moved to TaskExtensions 6 lat temu
GroupBy.cs 7d459c9d85 Implementing more overloads of GroupBy. 6 lat temu
GroupJoin.cs 0171e2bad0 Use await using which now can bind to configured tasks. 6 lat temu
Grouping.cs 043997b2e7 Fix typo. 6 lat temu
Intersect.cs 176fd41eba Add shim for code that's moved to TaskExtensions 6 lat temu
Join.cs 0171e2bad0 Use await using which now can bind to configured tasks. 6 lat temu
Last.cs 1a63ba15ab Use ValueTask<T> for aggregates to improve ergonomics when used in e.g. Select. 6 lat temu
LastOrDefault.cs 176fd41eba Add shim for code that's moved to TaskExtensions 6 lat temu
LongCount.cs 176fd41eba Add shim for code that's moved to TaskExtensions 6 lat temu
Lookup.cs 176fd41eba Add shim for code that's moved to TaskExtensions 6 lat temu
Max.cs 0171e2bad0 Use await using which now can bind to configured tasks. 6 lat temu
Min.cs 0171e2bad0 Use await using which now can bind to configured tasks. 6 lat temu
MinMax.Generated.cs 0171e2bad0 Use await using which now can bind to configured tasks. 6 lat temu
MinMax.Generated.tt 0171e2bad0 Use await using which now can bind to configured tasks. 6 lat temu
OfType.cs 7a0f4fe957 Use async iterators for OfType. 6 lat temu
OrderBy.cs 7f90a10101 Reduce code in OrderBy. 6 lat temu
OrderedAsyncEnumerable.cs 0171e2bad0 Use await using which now can bind to configured tasks. 6 lat temu
Range.cs 1144c88c20 Eliminate redundant code in Range. 6 lat temu
Repeat.cs aa2430bb42 Check for cancellation in a few more places. 6 lat temu
Reverse.cs 1a63ba15ab Use ValueTask<T> for aggregates to improve ergonomics when used in e.g. Select. 6 lat temu
Select.Opt.Generated.cs 2b0cd8e161 Enabling optimizations for combining N selectors 6 lat temu
Select.Opt.Generated.tt 2b0cd8e161 Enabling optimizations for combining N selectors 6 lat temu
Select.Opt.cs 2b0cd8e161 Enabling optimizations for combining N selectors 6 lat temu
Select.cs 176fd41eba Add shim for code that's moved to TaskExtensions 6 lat temu
SelectMany.cs 176fd41eba Add shim for code that's moved to TaskExtensions 6 lat temu
SequenceEqual.cs 0171e2bad0 Use await using which now can bind to configured tasks. 6 lat temu
Single.cs 0171e2bad0 Use await using which now can bind to configured tasks. 6 lat temu
SingleLinkedNode.cs b9f9514d57 Revert "Use only var when type is obvious." 6 lat temu
SingleOrDefault.cs 0171e2bad0 Use await using which now can bind to configured tasks. 6 lat temu
Skip.cs 3a3c59ba42 Change signature of Clone. 7 lat temu
SkipLast.cs 0171e2bad0 Use await using which now can bind to configured tasks. 6 lat temu
SkipWhile.cs 0171e2bad0 Use await using which now can bind to configured tasks. 6 lat temu
Sum.Generated.cs 176fd41eba Add shim for code that's moved to TaskExtensions 6 lat temu
Sum.Generated.tt 176fd41eba Add shim for code that's moved to TaskExtensions 6 lat temu
Take.cs cfd11d1c62 Adding BCL style exception factories. 7 lat temu
TakeLast.cs 0171e2bad0 Use await using which now can bind to configured tasks. 6 lat temu
TakeWhile.cs 176fd41eba Add shim for code that's moved to TaskExtensions 6 lat temu
ToArray.cs 1a63ba15ab Use ValueTask<T> for aggregates to improve ergonomics when used in e.g. Select. 6 lat temu
ToAsyncEnumerable.Observable.cs b9f9514d57 Revert "Use only var when type is obvious." 6 lat temu
ToAsyncEnumerable.Task.cs 80b4afa2c0 Small tweak to Task<T> conversion code. 7 lat temu
ToAsyncEnumerable.cs aa2430bb42 Check for cancellation in a few more places. 6 lat temu
ToDictionary.cs 176fd41eba Add shim for code that's moved to TaskExtensions 6 lat temu
ToEnumerable.cs 0980e87430 Avoiding heap-allocated closures 6 lat temu
ToHashSet.cs 176fd41eba Add shim for code that's moved to TaskExtensions 6 lat temu
ToList.cs 176fd41eba Add shim for code that's moved to TaskExtensions 6 lat temu
ToLookup.cs 1a63ba15ab Use ValueTask<T> for aggregates to improve ergonomics when used in e.g. Select. 6 lat temu
ToObservable.cs b9f9514d57 Revert "Use only var when type is obvious." 6 lat temu
Union.cs 176fd41eba Add shim for code that's moved to TaskExtensions 6 lat temu
Utilities.cs 176fd41eba Add shim for code that's moved to TaskExtensions 6 lat temu
Where.Opt.Generated.cs be5d8bb438 Enabling optimizations for combining N predicates 6 lat temu
Where.Opt.Generated.tt be5d8bb438 Enabling optimizations for combining N predicates 6 lat temu
Where.Opt.cs be5d8bb438 Enabling optimizations for combining N predicates 6 lat temu
Where.cs 176fd41eba Add shim for code that's moved to TaskExtensions 6 lat temu
Zip.cs 0171e2bad0 Use await using which now can bind to configured tasks. 6 lat temu