summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2019-04-01Nullable: AsyncLocal (#23618)Stephen Toub6-58/+59
2019-04-01Nullable: WaitHandles (#23604)Stephen Toub15-58/+70
2019-04-01Nullable: SemaphoreSlim (#23628)Stephen Toub1-26/+27
2019-04-01Nullable: ExecutionContext (#23611)Stephen Toub4-39/+48
2019-04-01Fix build break due to nullable PR conflicts (#23641)Stephen Toub2-3/+3
2019-04-01Nullable: ThreadLocal (#23626)Stephen Toub1-38/+43
2019-04-01Nullable: Lazy (#23639)Stephen Toub3-30/+33
2019-04-01Nullable: SpinWait/Lock (#23613)Stephen Toub2-0/+2
2019-04-01Nullable: CancellationToken (#23609)Stephen Toub3-42/+58
2019-04-01Nullable: Monitor (#23603)Stephen Toub1-2/+1
2019-04-01Nullable: ManualResetEventSlim (#23630)Stephen Toub1-8/+11
2019-04-01Nullable: SynchronizationContext (#23634)Stephen Toub5-15/+19
2019-04-01Nullable: Annotate remaining System.*Exception (#23585)Santiago Fernandez Madero49-160/+188
2019-04-01Nullable annotations for Delegate/MulticastDelegate (#23615)Dan Moseley3-130/+92
2019-04-01Nullable: ThreadPool (#23600)Stephen Toub2-59/+66
2019-04-01Annotate Unix interop (#23589)Dan Moseley37-9/+46
2019-03-29Merge pull request #23561 from tannergooding/NullableSRITanner Gooding50-9/+59
2019-03-29Merge pull request #23560 from tannergooding/NullableFeatureTanner Gooding71-732/+1200
2019-03-29Nullable: System.Runtime.IntrinsicsTanner Gooding50-9/+59
2019-03-29Fixing the StringInfo constructor to work with the nullability analysisTanner Gooding1-2/+1
2019-03-29Merge remote-tracking branch 'dotnet/master' into NullableFeatureTanner Gooding70-730/+1199
2019-03-29Update dependencies from https://github.com/dotnet/core-setup build 20190328....dotnet-maestro[bot]2-3/+3
2019-03-29Update dependencies from https://github.com/dotnet/arcade build 20190329.1 (#...dotnet-maestro[bot]5-7/+92
2019-03-29Nullable: Internal.Console, System.ValueType (#23505)buyaa-n2-3/+5
2019-03-29 Updating BuildTools, CoreCLR to preview4-03828-01, preview4-27528-71, respec...Tanner Gooding4-11/+6
2019-03-28Avoid boxing allocations for async in Tier0 (#22984)Ben Adams1-0/+2
2019-03-28Delete simple unused vars2 (#23491)Sergey Andreenko11-106/+45
2019-03-28[master] Update dependencies from dotnet/core-setup (#23407)dotnet-maestro[bot]2-3/+3
2019-03-28Simplify StackFrame class (#23483)Marek Safar4-88/+21
2019-03-28Delete RuntimeThread.cs (#23532)Jan Kotas2-57/+0
2019-03-28Improve performance of Marvin32 (#22816)Levi Broderick4-59/+188
2019-03-28Exclude failing in PRs tests 2. (#23540)Sergey Andreenko1-0/+9
2019-03-28Delete `setup_coredis_tools` from runtest.py. (#23495)Sergey Andreenko1-49/+1
2019-03-28Fix increment calculation in IncrementingPollingCounter (#23502)Sung Yoon Whang3-1/+169
2019-03-28Exclude failing in PRs tests. (#23535)Sergey Andreenko1-0/+9
2019-03-28Nullable: DateTimeFormat, DateTimeFormatInfoScanner, SortKey, StringInfo, Tex...Krzysztof Wicher7-76/+87
2019-03-28Nullable: NumberFormatInfo, CultureInfo (#23459)Krzysztof Wicher4-82/+70
2019-03-28Nullable: Exception, SystemException, Argument*Exception (#23515)Santiago Fernandez Madero6-73/+77
2019-03-28Fix codegen for StoreNonTemporal (#23511)Carol Eidt2-8/+14
2019-03-28Restrict Ubuntu.1404.Arm32.Open from running against PRs (#23523)Egor Chesakov1-1/+2
2019-03-28Nullable: make Object.ToString() return nullable (#23510)Santiago Fernandez Madero4-12/+7
2019-03-28Struct & SIMD improvements (#22255)Carol Eidt18-217/+494
2019-03-28Fix Helix queue names (#23468)Jeremy Koritzinsky1-8/+8
2019-03-28Switch to BYOC BuildPools in internal project (#23501)Egor Chesakov1-4/+6
2019-03-28Merge pull request #23519 from BruceForstall/RestoreWindowsArmBuildJobsBruce Forstall1-7/+4
2019-03-28Nullable: System.Object (#23466)Santiago Fernandez Madero2-3/+5
2019-03-28Nullable: all calendars (#23469)Krzysztof Wicher25-53/+67
2019-03-28Nullable: System.Char (#23480)Santiago Fernandez Madero1-19/+21
2019-03-28Restore Windows arm32/arm64 innerloop build jobsBruce Forstall1-7/+4
2019-03-28Merge pull request #23325 from VSadov/CmpExchA64Vladimir Sadov6-94/+62