summaryrefslogtreecommitdiff
path: root/src/System.Private.CoreLib/shared/System
AgeCommit message (Expand)AuthorFilesLines
2019-04-02Nullable: Interlocked, Volatile (#23655)Stephen Toub2-10/+11
2019-04-02Merge remote-tracking branch 'dotnet/master' into merge-master-nullableSantiago Fernandez Madero9-73/+111
2019-04-02Nullable: System.Enumbuyaa-n1-49/+46
2019-04-02Nullable: globalization remainder (#23526)Krzysztof Wicher50-439/+470
2019-04-02Nullable: System.Buffers (#23619)Stephen Toub66-31/+104
2019-04-01Nullable: AsyncLocal (#23618)Stephen Toub5-57/+58
2019-04-01Nullable: WaitHandles (#23604)Stephen Toub10-52/+60
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-01PermissionSet: follow netfx more in order to avoid workarounds with nullable ...Krzysztof Wicher1-2/+2
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: ManualResetEventSlim (#23630)Stephen Toub1-8/+11
2019-04-01Change PermissionSet.SyncRoot to return this instead of null (#23631)Krzysztof Wicher1-1/+1
2019-04-01Nullable: SynchronizationContext (#23634)Stephen Toub2-4/+6
2019-04-01Fix bad Debug.Assert statements in UTF-8 processing (#23627)Levi Broderick1-4/+4
2019-04-01Nullable: Annotate remaining System.*Exception (#23585)Santiago Fernandez Madero46-154/+179
2019-04-01Add new era in Japan called "Reiwa" (#23614)Acid Chicken (硫酸鶏)3-7/+8
2019-04-01Nullable: ThreadPool (#23600)Stephen Toub1-53/+57
2019-03-29Implement IEquatable to Memory and ReadOnlyMemory (#23586)Ganbarukamo412-2/+2
2019-03-29Assembly.Load ALC name (#23574)Steve MacLean1-1/+1
2019-03-29Merge pull request #23561 from tannergooding/NullableSRITanner Gooding50-9/+59
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-29Change Timer implementation on Unixes to use only one scheduling thread (#7071)Koundinya Veluri1-56/+93
2019-03-29Merge remote-tracking branch 'dotnet/master' into NullableFeatureTanner Gooding9-122/+206
2019-03-29 Updating BuildTools, CoreCLR to preview4-03828-01, preview4-27528-71, respec...Tanner Gooding1-1/+1
2019-03-28Avoid boxing allocations for async in Tier0 (#22984)Ben Adams1-0/+2
2019-03-28Simplify StackFrame class (#23483)Marek Safar2-62/+8
2019-03-28Improve performance of Marvin32 (#22816)Levi Broderick3-58/+187
2019-03-28Fix increment calculation in IncrementingPollingCounter (#23502)Sung Yoon Whang1-1/+1
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 Madero5-25/+30
2019-03-28Nullable: make Object.ToString() return nullable (#23510)Santiago Fernandez Madero3-11/+4
2019-03-28Nullable: System.Object (#23466)Santiago Fernandez Madero1-3/+4
2019-03-28Nullable: all calendars (#23469)Krzysztof Wicher25-53/+67
2019-03-28Nullable: System.Char (#23480)Santiago Fernandez Madero1-19/+21
2019-03-28Nullable: System.Double, System.Single (#23503)Santiago Fernandez Madero2-54/+56
2019-03-28GetPinnableReference on String.cs (#23428)simplejackcoder1-0/+7
2019-03-27Nullable: System.Object (#23466)Santiago Fernandez Madero1-3/+4
2019-03-27Nullable: all calendars (#23469)Krzysztof Wicher25-53/+67
2019-03-27Nullable: System.Char (#23480)Santiago Fernandez Madero1-19/+21
2019-03-27Nullable updates for byte type (#23460)buyaa-n1-27/+28
2019-03-27Nullable changes for boolean type (#23451)buyaa-n1-19/+20
2019-03-27Nullable: String (#23450)Santiago Fernandez Madero4-116/+120
2019-03-27nullable: number (#23454)Krzysztof Wicher8-27/+36