summaryrefslogtreecommitdiff
path: root/src/vm/runtimehandles.h
AgeCommit message (Expand)AuthorFilesLines
2019-05-23Fewer ilstubs in corelib from reflection apis (#24708)David Wrighton1-18/+18
2019-04-11Contextual reflection (#23740)Steve MacLean1-1/+1
2019-04-04Runtime support for upcoming .NET Core WinRT Host (#23402)Jeremy Koritzinsky1-1/+3
2019-04-03Remove ADID and ADIndex from CoreCLR (#23588)David Wrighton1-5/+5
2019-03-08Properly override IsEquivalentTo() API in RuntimeType (#23137)Aaron Robinson1-0/+2
2018-12-31Improve MdUtf8String (#21720)Ben Adams1-2/+0
2018-11-28Add IsCollectible property to Memberinfo and MethodInfo (#21155)John Salem1-0/+2
2018-10-29Unhelpful error when Activator.CreateInstance can't find default constructor ...Andrew Au1-2/+3
2018-08-11Make RuntimeType sealed and deleted support for introspection only loads (#19...Jan Kotas1-1/+1
2018-08-08Move methodbody and exceptionHandlingClause to shared (#19364)Anirudh Agnihotry1-29/+29
2018-08-03Moved LocalVariableInfo to shared (#19184)Anirudh Agnihotry1-11/+11
2018-05-01Rename internal Utf8String to MdUtf8String (#17856)Atsushi Kanamori1-1/+1
2018-01-29Fix reflection to work with default interface methods (#16034)Michal Strehovský1-1/+1
2017-09-06Support for not wrapping exceptions with TargetInvocationException. (#13767)Austin Wise1-2/+3
2017-09-01Update Type.GetMethods() to be generics friendly (#13745)Atsushi Kanamori1-0/+3
2017-08-07Cleanup code access security from the unmanaged runtime (#13241)Jan Kotas1-1/+0
2017-07-31Implement Type.IsByRefLike for CoreCLR (#13123)Atsushi Kanamori1-0/+1
2017-05-17Finish deleting dead CAS code from CoreLib (#11436)Jan Kotas1-33/+0
2017-04-06Call custom parameterless constructor on structs through Activator (#10778)Koundinya Veluri1-4/+2
2017-02-14Remove never defined FEATURE_REMOTINGdanmosemsft1-3/+0
2017-02-12Remove never defined FEATURE_CER and headerdanmosemsft1-1/+0
2017-02-10Remove always defined FEATURE_CORECLRdanmosemsft1-4/+0
2017-02-10Remove always undefined FEATURE_APTCAdanmosemsft1-3/+0
2016-05-07Remove FEATURE_HOSTED_BINDER definition (#4838)Jan Vorlicek1-2/+0
2016-05-06Fix Windows x86 exception handling issue (#4830)Jan Vorlicek1-1/+2
2016-01-27Update license headersdotnet-bot1-4/+3
2015-01-30Initial commit to populate CoreCLR repo dotnet-bot1-0/+677