summaryrefslogtreecommitdiff
path: root/src/System.Private.CoreLib/src/System/Array.cs
AgeCommit message (Expand)AuthorFilesLines
2019-02-06Move Array to shared partition (#22321)Marek Safar1-2702/+0
2019-01-20Cleanup array related FCalls (#22097)Jan Kotas1-1/+4
2019-01-05(C#7) Use pattern matching `is` rather than `as` with null check (#21828)Ben Adams1-7/+3
2018-12-05Revert Array enumerator behavior change (#21368)Jan Kotas1-7/+6
2018-11-20Vectorize Array.{Last}IndexOf<T>(...) for byte and char (#21116)Ben Adams1-3/+45
2018-11-03Cleanup and improve name formatting in reflection (#20781)Jan Kotas1-5/+0
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 more structs as readonly (#19557)Ben Adams1-8/+8
2018-06-24Simply type names in Corelib (#18623)Stephen Toub1-96/+96
2018-05-24Optimize Array.Clear using SpanHelpers (#18101)Jan Kotas1-2/+29
2018-05-21Code cleanup and formatting for System.Memory files. (#17451)Ahson Khan1-4/+4
2018-05-08Rename mscorlib to System.Private.Corelib (#17926)Maryam Ariyan1-0/+2640