summaryrefslogtreecommitdiff
path: root/src/vm/reflectioninvocation.cpp
AgeCommit message (Expand)AuthorFilesLines
2019-06-14Optimize Activator.CreateInstance (#25145)Jan Kotas1-6/+2
2019-05-23Fewer ilstubs in corelib from reflection apis (#24708)David Wrighton1-2/+2
2019-04-29Move DefaultBinder.CanConvert.cs to shared (#23931)Egor Bogatov1-31/+1
2019-04-24More multi-appdomain support removal (#23921)David Wrighton1-1/+1
2019-04-03Remove ADID and ADIndex from CoreCLR (#23588)David Wrighton1-6/+6
2019-03-18Add Utf8String skeleton (#23209)Levi Broderick1-4/+14
2019-03-08Move part of RuntimeHelpers to shared partition (#23130)Marek Safar1-4/+0
2019-02-01Ensure method is active in PrepareMethod (#22351)Andy Ayers1-0/+2
2019-01-23Remove all traces of FEATURE_STACK_PROBE. (#22149)Filip Navara1-11/+2
2019-01-19Removed unused 'Stack Walking' code (#22039)Matt Warren1-43/+0
2018-12-20Replace more of JitHelpers with S.R.CS.Unsafe (#21598)Jan Kotas1-9/+0
2018-12-03Remove IsNeutralDomain() (#21318)Steve MacLean1-4/+0
2018-11-21Delete dead/unused code (#21138)Jan Kotas1-37/+0
2018-11-12Allow jit to examine type of initonly static ref typed fields (#20886)Andy Ayers1-4/+27
2018-10-31Make the check for a struct fitting in a register check for either managed or...Jeremy Koritzinsky1-0/+5
2018-10-29Unhelpful error when Activator.CreateInstance can't find default constructor ...Andrew Au1-8/+16
2018-08-11Make RuntimeType sealed and deleted support for introspection only loads (#19...Jan Kotas1-24/+0
2018-08-07Make VM-side changes for ARM64 Windows calling convention.Aditya Mandaleeka1-0/+3
2018-06-28Typo (#18684)John Doe1-1/+1
2018-04-23Enable Invoke and GetValue for ref-returning members (#17732)Atsushi Kanamori1-5/+44
2018-04-19Rollback https://github.com/dotnet/coreclr/pull/17639 (#17671)Atsushi Kanamori1-40/+3
2018-04-18Delete RuntimeMethodHandle.GetSecurityFlag (#17643)Jan Kotas1-73/+0
2018-04-18Enable Invoke and GetValue for ref-returning members (#17639)Atsushi Kanamori1-3/+40
2018-02-14Implement RuntimeHelpers.PrepareMethod/PrepareDelegate for CoreCLR (#16382)Jan Kotas1-0/+108
2017-09-06Support for not wrapping exceptions with TargetInvocationException. (#13767)Austin Wise1-46/+63
2017-08-07Cleanup code access security from the unmanaged runtime (#13241)Jan Kotas1-109/+3
2017-06-12[Arm64/Unix] Add 64K page support (#10981)Steve MacLean1-1/+1
2017-05-17Finish deleting dead CAS code from CoreLib (#11436)Jan Kotas1-27/+0
2017-04-06Call custom parameterless constructor on structs through Activator (#10778)Koundinya Veluri1-56/+8
2017-02-23Reject byref-like object in FormatterServices.GetUninitializedObject (#9754)Jan Kotas1-63/+8
2017-02-15Remove never defined FEATURE_SERIALIZATIONdanmosemsft1-89/+0
2017-02-14Remove never defined FEATURE_REMOTINGdanmosemsft1-43/+0
2017-02-12Remove never defined FEATURE_CER and headerdanmosemsft1-107/+0
2017-02-10Revert "Remove always defined FEATURE_CORRUPTING_EXCEPTIONS"danmosemsft1-0/+6
2017-02-10Remove always defined FEATURE_CORRUPTING_EXCEPTIONSdanmosemsft1-6/+0
2017-02-10Remove always defined FEATURE_CORECLRdanmosemsft1-245/+0
2017-02-06CAS Security cleanup (#9355)Jan Kotas1-21/+0
2016-11-29Disable CER feature as it is not used (#8218)John Chen1-0/+6
2016-09-07Make TryEnsureSufficientExecutionStack public (#7077)Bart J.F. De Smet1-2/+0
2016-06-13Refactor MethodTable::ContainsStackPtr (#5754)Jan Kotas1-5/+5
2016-03-21Delete legacy netcf compat support (part 1)Jan Kotas1-28/+1
2016-02-18Revert "Revert "Remove useless security checks""Vance Morrison1-2/+4
2016-02-06Revert "Remove useless security checks"Jan Kotas1-4/+2
2016-02-04Remove security checks.Vance Morrison1-2/+4
2016-01-27Update license headersdotnet-bot1-4/+3
2016-01-14Improve stack limit checking precisionJan Vorlicek1-1/+1
2015-10-20Implementation of System V ABI struct passing.Lubomir Litchev1-7/+21
2015-10-07correct word spellingあまみや ゆうこ1-2/+2
2015-01-30Initial commit to populate CoreCLR repo dotnet-bot1-0/+3902