summaryrefslogtreecommitdiff
path: root/src/dlls/mscorrc
AgeCommit message (Expand)AuthorFilesLines
2019-06-02Improve fatal err msg (#24390)Dan Moseley1-1/+1
2019-05-06Handle E_NOTIMPL return from CoInitializeEx. (#24387)Jeremy Koritzinsky2-0/+3
2019-04-19Block usage of default interfaces feature in COM scenarios (#23970)Aaron Robinson2-2/+3
2019-04-08Allow reabstraction of default interface methods (#23313)Michal Strehovský2-0/+2
2019-04-04Disable marshalling delegates as _Delegate and enable marshalling delegates a...Jeremy Koritzinsky2-1/+3
2019-03-25Disable loading IJW assemblies into collectible ALCJan Vorlicek2-0/+2
2019-03-19Implement support for copy constructors when marshalling in IJW (#22805)Jeremy Koritzinsky2-0/+4
2019-03-07Update error message for when a parent is marked as COMVisible(false) (#23092)Aaron Robinson1-1/+1
2019-02-22Remove 'from HRESULT' (#22782)Dan Moseley2-2/+0
2019-02-11Delete mda.cs and related dead code (#22535)Stephen Toub2-36/+0
2019-02-06Throw an exception when passing strings by-value as out parameters. (#21513)Jeremy Koritzinsky2-2/+2
2019-01-20Cleanup array related FCalls (#22097)Jan Kotas2-2/+1
2019-01-18Handle complex constrained calls with default interface methods (#21978)Michal Strehovský2-0/+2
2018-11-21Introduce Marshall.LoadLibrary API (#20871)Swaroop Sridhar2-0/+7
2018-11-12Allow jit to examine type of initonly static ref typed fields (#20886)Andy Ayers2-0/+4
2018-11-03Improve error messages for byref-like type loading errors (#20789)Jan Kotas2-8/+7
2018-10-30Add support for large number of argumets in CCW call on Arm64 (#20670)David Wrighton2-1/+5
2018-10-05Remove context statics stuff (#20256)Jan Vorlicek2-2/+0
2018-09-06Enable IJW Native calling managed (#19750)Morgan Brown2-0/+2
2018-08-23Enable unloading of AssemblyLoadContext (#18476)Jan Vorlicek2-2/+0
2018-08-11Make RuntimeType sealed and deleted support for introspection only loads (#19...Jan Kotas2-14/+0
2018-08-02Remove unused/nop/questionable code (#19239)Aaron Robinson2-2/+0
2018-06-26More Dead String (#18664)Henry Sharber1-104/+1
2018-06-24Removed dead strings used in debug-only code (#18622)hsharber1-631/+9
2018-06-18Remove dead strings mscorrc.rcHenry Sharber2-364/+13
2018-06-11Reword invalid program exception message (#18409)Dan Moseley2-4/+2
2018-04-23Enable Invoke and GetValue for ref-returning members (#17732)Atsushi Kanamori2-0/+3
2018-04-19Rollback https://github.com/dotnet/coreclr/pull/17639 (#17671)Atsushi Kanamori2-3/+0
2018-04-18Enable Invoke and GetValue for ref-returning members (#17639)Atsushi Kanamori2-0/+3
2018-03-27Enable reflection load ComImport assembly and Type.IsComObjectType (#16943)Luqun Lou2-0/+2
2018-02-17delete unused mirror files (#16423)Sergey Andreenko3-3/+0
2018-02-13Fix ambiguous interface method error message (#16341)Michal Strehovský1-1/+1
2018-01-25 Add GetLoadLibrary function for PAL & use in TrackErrorCode (#15831)William Godbe2-7/+12
2018-01-05Detect ByRefLike types using attribute (#15745)Jan Kotas2-2/+4
2017-11-02Merge branch 'master' into master-mergeMichal Strehovský2-82/+0
2017-10-06Delete dead code (#14365)Jan Kotas2-82/+0
2017-09-29Merge branch 'master' into merge_masterDavid Wrighton2-2/+4
2017-09-29Enable hardware intrinsic in debug and reflectionFei Peng2-0/+2
2017-08-15Finalize override lookup algorithm (#12753)Yi Zhang (CLR)2-0/+4
2017-07-12Improvements in the Zapper to VM interface, no longer throw exceptions across...Brian Sullivan2-10/+4
2017-02-12Remove never defined FEATURE_FUSIONdanmosemsft5-607/+0
2017-02-12Remove always defined FEATURE_HOST_ASSEMBLY_RESOLVERdanmosemsft2-4/+0
2017-02-10Remove always undefined FEATURE_CAS_POLICYdanmosemsft1-4/+0
2017-02-10Remove always defined FEATURE_CORECLRdanmosemsft2-42/+0
2017-02-10Remove always undefined FEATURE_APTCAdanmosemsft1-4/+0
2017-01-24Delete unused files (#9082)mikedn1-52/+0
2017-01-23Disallow statics of spans and class instance members of span (#9061)Koundinya Veluri2-1/+5
2016-12-26Remove files related to legacy build system (#8723)Robert3-65/+0
2016-07-28Enable RefEmitted assemblies to have Fallback LoadContext notionGaurav Khanna1-0/+2
2016-04-27Fix FileLoadException message for CoreCLR (#4624)Jan Kotas1-1/+10