summaryrefslogtreecommitdiff
path: root/src/vm/runtimehandles.cpp
AgeCommit message (Expand)AuthorFilesLines
2019-06-04PR FeedbackSantiago Fernandez Madero1-3/+0
2019-05-23Fewer ilstubs in corelib from reflection apis (#24708)David Wrighton1-36/+36
2019-05-02System.GC.AllocateUninitializedArray (#24096)Vladimir Sadov1-7/+7
2019-04-24More multi-appdomain support removal (#23921)David Wrighton1-8/+5
2019-04-15Use NewArrayHolder for array types (#24017)Omair Majid1-1/+1
2019-04-11Contextual reflection (#23740)Steve MacLean1-1/+14
2019-04-08Allow reabstraction of default interface methods (#23313)Michal Strehovský1-1/+1
2019-04-04Runtime support for upcoming .NET Core WinRT Host (#23402)Jeremy Koritzinsky1-0/+2
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/+19
2019-01-23Remove all traces of FEATURE_STACK_PROBE. (#22149)Filip Navara1-29/+4
2019-01-04Avoid passing stack crawl mark unnecessarily deep in the call stack. (#21783)Filip Navara1-1/+2
2018-12-31Improve MdUtf8String (#21720)Ben Adams1-19/+0
2018-11-28Add IsCollectible property to Memberinfo and MethodInfo (#21155)John Salem1-0/+15
2018-11-28Delete code related to LoaderOptimization and SharedDomain (#21031)Jan Kotas1-12/+1
2018-11-15Allow supressing exceptions in diamond inheritance cases (#20458)Michal Strehovský1-1/+1
2018-08-11Make RuntimeType sealed and deleted support for introspection only loads (#19...Jan Kotas1-2/+2
2018-08-08Move methodbody and exceptionHandlingClause to shared (#19364)Anirudh Agnihotry1-26/+26
2018-08-03Moved LocalVariableInfo to shared (#19184)Anirudh Agnihotry1-8/+8
2018-05-01Rename internal Utf8String to MdUtf8String (#17856)Atsushi Kanamori1-3/+3
2018-04-18Delete RuntimeMethodHandle.GetSecurityFlag (#17643)Jan Kotas1-6/+0
2018-03-27Enable reflection load ComImport assembly and Type.IsComObjectType (#16943)Luqun Lou1-12/+0
2018-01-29Fix reflection to work with default interface methods (#16034)Michal Strehovský1-4/+4
2017-09-01Update Type.GetMethods() to be generics friendly (#13745)Atsushi Kanamori1-0/+8
2017-08-07Cleanup code access security from the unmanaged runtime (#13241)Jan Kotas1-35/+1
2017-07-31Implement Type.IsByRefLike for CoreCLR (#13123)Atsushi Kanamori1-0/+19
2017-06-23[Local GC] Remove a number of inclusions of handle table private headers from...Sean Gillespie1-1/+0
2017-06-15[Local GC] Fix a number of handle table interface violations (#12277)Sean Gillespie1-1/+2
2017-05-17Finish deleting dead CAS code from CoreLib (#11436)Jan Kotas1-356/+0
2017-05-08Add an event pipe that pipes to the profiler apisMukul Sabharwal1-0/+4
2017-02-14Remove never defined FEATURE_REMOTINGdanmosemsft1-26/+0
2017-02-10Remove always defined FEATURE_CORECLRdanmosemsft1-44/+0
2017-02-10Remove always undefined FEATURE_APTCAdanmosemsft1-30/+0
2016-08-17Due to comdat folding some fcalls are pointing to same code. This fix ensures...Rahul Kumar1-0/+6
2016-08-08Disable few more transparency checks for .net coreRahul Kumar1-0/+6
2016-05-07Remove FEATURE_HOSTED_BINDER definition (#4838)Jan Vorlicek1-7/+2
2016-05-06Fix Windows x86 exception handling issue (#4830)Jan Vorlicek1-23/+11
2016-03-24Delete legacy netcf compat support (final part)Jan Kotas1-43/+0
2016-01-27Update license headersdotnet-bot1-4/+3
2015-02-03Remove non ASCII characters from source filesMatt Ellis1-3/+3
2015-01-30Initial commit to populate CoreCLR repo dotnet-bot1-0/+3618