summaryrefslogtreecommitdiff
path: root/src/System.Private.CoreLib/shared/System/Array.cs
AgeCommit message (Expand)AuthorFilesLines
2019-07-18Remove now unnecessary !s / TODO-NULLABLE comments (#25749)Stephen Toub1-65/+65
2019-05-28Add and apply nullable attributes (#24679)Stephen Toub1-68/+71
2019-05-24Fix nullable annotation in Array.SetValueSantiago Fernandez Madero1-1/+1
2019-05-09Turn on nullability for all of Corelib (#24497)Stephen Toub1-1/+0
2019-04-30Merge master into NullableFeatureBuyaa Namnan1-33/+73
2019-04-29Improve pref of `Array.IndexOf()` for certain `T`. (#24293)dschinde1-33/+73
2019-04-27Nullable: Comparers, Dictionary and Friends (#23971)Santiago Fernandez Madero1-2/+2
2019-04-25Nullable System.Collections.EmptyReadOnlyDictionaryInternal, System.Collectio...Anirudh Agnihotry1-1/+1
2019-04-10Address follow-up PR feedback on System nullability annotations (#23878)Stephen Toub1-5/+6
2019-04-05Nullable: Array (#23746)Stephen Toub1-149/+141
2019-02-12Ifdef out code that triggers UTC bug (dotnet/corert#7003)Michal Strehovský1-0/+6
2019-02-08Move Array's SZGenericArrayEnumerator to shared partition (#22480)Marek Safar1-146/+0
2019-02-08Update CoreRT with shared array implementationJan Kotas1-29/+36
2019-02-06Move Array to shared partition (#22321)Marek Safar1-0/+2145