summaryrefslogtreecommitdiff
path: root/src/System.Private.CoreLib/src/System/RtType.cs
AgeCommit message (Expand)AuthorFilesLines
2019-01-20Use List<T>.ToArray() in places (#22101)Ben Adams1-15/+8
2019-01-20Cleanup array related FCalls (#22097)Jan Kotas1-10/+2
2019-01-05(C#7) Use pattern matching `is` rather than `as` with null check (#21828)Ben Adams1-3/+1
2019-01-05Remove redundant unsafe contexts (#21826)Ben Adams1-17/+17
2019-01-03Reflection performance tweaks & cleanup (#21737)Jan Kotas1-17/+33
2019-01-02Replace Array.Copy(src, dst, int) calls with Array.Copy(src, 0, dst, 0, int) ...Stephen Toub1-1/+1
2019-01-01strlen to managed code and vectorize (#21729)Ben Adams1-2/+4
2018-12-31Improve MdUtf8String (#21720)Ben Adams1-57/+16
2018-12-04Merge pull request #21356 from stephentoub/xmlcommentsStephen Toub1-1/+1
2018-12-04Fix lots of malformed XML commentsStephen Toub1-1/+1
2018-12-01Rename CorElementType enum members to match the others definitions (#21324)Jan Kotas1-14/+14
2018-11-19Cleanup RtType.cs codeHugh Bellamy1-549/+285
2018-11-19Fix Type.GetInterface for null namespace and non-null interface namespaceHugh Bellamy1-1/+1
2018-11-04Optimization: Reduce many array allocations in GetCustomAtttributes()'s inher...Nick Craver1-1/+12
2018-11-03Cleanup and improve name formatting in reflection (#20781)Jan Kotas1-43/+18
2018-10-29Unhelpful error when Activator.CreateInstance can't find default constructor ...Andrew Au1-2/+7
2018-10-23Merge pull request #20497 from AaronRobinsonMSFT/additional_com_testsAaron Robinson1-6/+193
2018-10-23JIT: recover types from helper calls and more (#20447)Andy Ayers1-0/+4
2018-10-23Add support for IDispatch in CoreCLRAaron Robinson1-6/+193
2018-08-20Mark more structs as readonly (#19557)Ben Adams1-7/+7
2018-08-11Make RuntimeType sealed and deleted support for introspection only loads (#19...Jan Kotas1-32/+3
2018-08-10Don't early terminate on null for 64bit NR HashCode (#19331)Ben Adams1-1/+1
2018-06-24Simply type names in Corelib (#18623)Stephen Toub1-45/+45
2018-05-21Code cleanup and formatting for System.Memory files. (#17451)Ahson Khan1-45/+45
2018-05-08Rename mscorlib to System.Private.Corelib (#17926)Maryam Ariyan1-0/+5186