summaryrefslogtreecommitdiff
path: root/src/System.Private.CoreLib/shared/System/Collections/Generic/List.cs
AgeCommit message (Expand)AuthorFilesLines
2019-07-18Remove now unnecessary !s / TODO-NULLABLE comments (#25749)Stephen Toub1-6/+6
2019-07-11Remove stale nullable !s and pragmas (#25640)Stephen Toub1-3/+3
2019-05-28Add and apply nullable attributes (#24679)Stephen Toub1-19/+22
2019-05-09Turn on nullability for all of Corelib (#24497)Stephen Toub1-1/+0
2019-05-06Nullable: System.Collections.Generic remainder (#24340)Krzysztof Wicher1-40/+41
2018-12-21Remove _syncRoot field from collections (#21628)Dan Moseley1-13/+1
2018-10-17Revert List.InsertRange changes from #8306 (#20471)Stephen Toub1-33/+8
2018-08-31Revert "Remove not necessary type forwarded from attributes when type comes f...Santiago Fernandez Madero1-0/+1
2018-08-29Remove not necessary type forwarded from attributes when type comes from msco...Santiago Fernandez Madero1-1/+0
2018-08-20Mark some readonly fields readonly (#19559)Ben Adams1-2/+2
2018-08-13Remove unused local from List<T>.RemoveRange (dotnet/corefx#31727)Robin Sue1-1/+0
2018-05-08Rename mscorlib to System.Private.Corelib (#17926)Maryam Ariyan1-0/+1188