David Karnok 261df7307c Merge branch 'master' into fix-contract-in-ToObservable há 6 anos atrás
..
Aggregate.cs 550db9d840 Use using declarations. há 6 anos atrás
All.cs fdc613c5b9 Local functions can shadow variables now. há 6 anos atrás
Any.cs 550db9d840 Use using declarations. há 6 anos atrás
AppendPrepend.cs 0311af1adb Fix a number of nullable warnings. há 6 anos atrás
AsAsyncEnumerable.cs 6a3dfda574 Move Create and AsAsyncEnumerable. há 7 anos atrás
Average.Generated.cs fdc613c5b9 Local functions can shadow variables now. há 6 anos atrás
Average.Generated.tt fdc613c5b9 Local functions can shadow variables now. há 6 anos atrás
Cast.cs 6335194978 Remove dead code of hand-rolled iterators. há 6 anos atrás
Concat.cs 36d59e375d Merge branch 'master' into dev/bartde/switch_expr há 6 anos atrás
Contains.cs f329683555 Enable nullable reference types. há 6 anos atrás
Count.cs ecd22ed6f0 Use C# 8.0 switch expression há 6 anos atrás
DefaultIfEmpty.cs 0311af1adb Fix a number of nullable warnings. há 6 anos atrás
Distinct.cs 0311af1adb Fix a number of nullable warnings. há 6 anos atrás
ElementAt.cs fdc613c5b9 Local functions can shadow variables now. há 6 anos atrás
ElementAtOrDefault.cs f329683555 Enable nullable reference types. há 6 anos atrás
Empty.cs f329683555 Enable nullable reference types. há 6 anos atrás
Except.cs f329683555 Enable nullable reference types. há 6 anos atrás
First.cs fdc613c5b9 Local functions can shadow variables now. há 6 anos atrás
FirstOrDefault.cs f329683555 Enable nullable reference types. há 6 anos atrás
ForEach.cs fdc613c5b9 Local functions can shadow variables now. há 6 anos atrás
GroupBy.cs f329683555 Enable nullable reference types. há 6 anos atrás
GroupJoin.cs 550db9d840 Use using declarations. há 6 anos atrás
Grouping.cs f329683555 Enable nullable reference types. há 6 anos atrás
Intersect.cs 46f5123be7 Merge branch 'master' of https://github.com/dotnet/reactive into NullableReferenceTypes há 6 anos atrás
Join.cs 550db9d840 Use using declarations. há 6 anos atrás
Last.cs fdc613c5b9 Local functions can shadow variables now. há 6 anos atrás
LastOrDefault.cs f329683555 Enable nullable reference types. há 6 anos atrás
LongCount.cs fdc613c5b9 Local functions can shadow variables now. há 6 anos atrás
Lookup.cs 0311af1adb Fix a number of nullable warnings. há 6 anos atrás
Max.cs f329683555 Enable nullable reference types. há 6 anos atrás
Min.cs f329683555 Enable nullable reference types. há 6 anos atrás
MinMax.Generated.cs fdc613c5b9 Local functions can shadow variables now. há 6 anos atrás
MinMax.Generated.tt fdc613c5b9 Local functions can shadow variables now. há 6 anos atrás
OfType.cs 6335194978 Remove dead code of hand-rolled iterators. há 6 anos atrás
OrderBy.cs b8c42e1bb9 Introduce a single place where all public async overloads are maintained to evaluate design options using a single SUPPORT_FLAT_ASYNC_API flag. há 6 anos atrás
OrderedAsyncEnumerable.cs 550db9d840 Use using declarations. há 6 anos atrás
Range.cs 1144c88c20 Eliminate redundant code in Range. há 6 anos atrás
Repeat.cs aa2430bb42 Check for cancellation in a few more places. há 7 anos atrás
Reverse.cs 0311af1adb Fix a number of nullable warnings. há 6 anos atrás
Select.Opt.Generated.cs 2b0cd8e161 Enabling optimizations for combining N selectors há 7 anos atrás
Select.Opt.Generated.tt 2b0cd8e161 Enabling optimizations for combining N selectors há 7 anos atrás
Select.Opt.cs 2b0cd8e161 Enabling optimizations for combining N selectors há 7 anos atrás
Select.cs 36d59e375d Merge branch 'master' into dev/bartde/switch_expr há 6 anos atrás
SelectMany.cs 0311af1adb Fix a number of nullable warnings. há 6 anos atrás
SequenceEqual.cs 550db9d840 Use using declarations. há 6 anos atrás
Single.cs ecd22ed6f0 Use C# 8.0 switch expression há 6 anos atrás
SingleLinkedNode.cs 2db68a9e36 Fix a few more warnings. há 6 anos atrás
SingleOrDefault.cs ecd22ed6f0 Use C# 8.0 switch expression há 6 anos atrás
Skip.cs 3a3c59ba42 Change signature of Clone. há 7 anos atrás
SkipLast.cs 550db9d840 Use using declarations. há 6 anos atrás
SkipWhile.cs 550db9d840 Use using declarations. há 6 anos atrás
Sum.Generated.cs fdc613c5b9 Local functions can shadow variables now. há 6 anos atrás
Sum.Generated.tt fdc613c5b9 Local functions can shadow variables now. há 6 anos atrás
Take.cs cfd11d1c62 Adding BCL style exception factories. há 7 anos atrás
TakeLast.cs 6335194978 Remove dead code of hand-rolled iterators. há 6 anos atrás
TakeWhile.cs 5deb0f1222 Some minor cleanup. há 6 anos atrás
ToArray.cs 1a63ba15ab Use ValueTask<T> for aggregates to improve ergonomics when used in e.g. Select. há 6 anos atrás
ToAsyncEnumerable.Observable.cs 0311af1adb Fix a number of nullable warnings. há 6 anos atrás
ToAsyncEnumerable.Task.cs 80b4afa2c0 Small tweak to Task<T> conversion code. há 7 anos atrás
ToAsyncEnumerable.cs 36d59e375d Merge branch 'master' into dev/bartde/switch_expr há 6 anos atrás
ToDictionary.cs 0311af1adb Fix a number of nullable warnings. há 6 anos atrás
ToEnumerable.cs f329683555 Enable nullable reference types. há 6 anos atrás
ToHashSet.cs f329683555 Enable nullable reference types. há 6 anos atrás
ToList.cs fdc613c5b9 Local functions can shadow variables now. há 6 anos atrás
ToLookup.cs f329683555 Enable nullable reference types. há 6 anos atrás
ToObservable.cs f1e9933715 Use a combined `try ... catch` for MoveNext & Current há 6 anos atrás
Union.cs 36d59e375d Merge branch 'master' into dev/bartde/switch_expr há 6 anos atrás
Utilities.cs 3edb789069 Use BCL types há 6 anos atrás
Where.Opt.Generated.cs be5d8bb438 Enabling optimizations for combining N predicates há 7 anos atrás
Where.Opt.Generated.tt be5d8bb438 Enabling optimizations for combining N predicates há 7 anos atrás
Where.Opt.cs be5d8bb438 Enabling optimizations for combining N predicates há 7 anos atrás
Where.cs 0311af1adb Fix a number of nullable warnings. há 6 anos atrás
Zip.cs 550db9d840 Use using declarations. há 6 anos atrás