summaryrefslogtreecommitdiff
path: root/src/dlls/mscorrc/mscorrc.rc
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 Koritzinsky1-0/+1
2019-04-19Block usage of default interfaces feature in COM scenarios (#23970)Aaron Robinson1-1/+2
2019-04-08Allow reabstraction of default interface methods (#23313)Michal Strehovský1-0/+1
2019-04-04Disable marshalling delegates as _Delegate and enable marshalling delegates a...Jeremy Koritzinsky1-1/+2
2019-03-25Disable loading IJW assemblies into collectible ALCJan Vorlicek1-0/+1
2019-03-19Implement support for copy constructors when marshalling in IJW (#22805)Jeremy Koritzinsky1-0/+2
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 Moseley1-1/+0
2019-02-11Delete mda.cs and related dead code (#22535)Stephen Toub1-32/+0
2019-02-06Throw an exception when passing strings by-value as out parameters. (#21513)Jeremy Koritzinsky1-0/+1
2019-01-20Cleanup array related FCalls (#22097)Jan Kotas1-1/+0
2019-01-18Handle complex constrained calls with default interface methods (#21978)Michal Strehovský1-0/+1
2018-11-21Introduce Marshall.LoadLibrary API (#20871)Swaroop Sridhar1-0/+2
2018-11-12Allow jit to examine type of initonly static ref typed fields (#20886)Andy Ayers1-0/+2
2018-11-03Improve error messages for byref-like type loading errors (#20789)Jan Kotas1-4/+4
2018-10-30Add support for large number of argumets in CCW call on Arm64 (#20670)David Wrighton1-1/+3
2018-10-05Remove context statics stuff (#20256)Jan Vorlicek1-1/+0
2018-09-06Enable IJW Native calling managed (#19750)Morgan Brown1-0/+1
2018-08-23Enable unloading of AssemblyLoadContext (#18476)Jan Vorlicek1-1/+0
2018-08-11Make RuntimeType sealed and deleted support for introspection only loads (#19...Jan Kotas1-7/+0
2018-08-02Remove unused/nop/questionable code (#19239)Aaron Robinson1-1/+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 Sharber1-189/+13
2018-06-11Reword invalid program exception message (#18409)Dan Moseley1-3/+2
2018-04-23Enable Invoke and GetValue for ref-returning members (#17732)Atsushi Kanamori1-0/+1
2018-04-19Rollback https://github.com/dotnet/coreclr/pull/17639 (#17671)Atsushi Kanamori1-1/+0
2018-04-18Enable Invoke and GetValue for ref-returning members (#17639)Atsushi Kanamori1-0/+1
2018-03-27Enable reflection load ComImport assembly and Type.IsComObjectType (#16943)Luqun Lou1-0/+1
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 Godbe1-5/+7
2018-01-05Detect ByRefLike types using attribute (#15745)Jan Kotas1-2/+3
2017-11-02Merge branch 'master' into master-mergeMichal Strehovský1-39/+0
2017-10-06Delete dead code (#14365)Jan Kotas1-39/+0
2017-09-29Merge branch 'master' into merge_masterDavid Wrighton1-0/+1
2017-09-29Enable hardware intrinsic in debug and reflectionFei Peng1-0/+1
2017-08-15Finalize override lookup algorithm (#12753)Yi Zhang (CLR)1-0/+2
2017-07-12Improvements in the Zapper to VM interface, no longer throw exceptions across...Brian Sullivan1-5/+2
2017-02-12Remove always defined FEATURE_HOST_ASSEMBLY_RESOLVERdanmosemsft1-2/+0
2017-02-10Remove always undefined FEATURE_CAS_POLICYdanmosemsft1-4/+0
2017-02-10Remove always defined FEATURE_CORECLRdanmosemsft1-31/+0
2017-02-10Remove always undefined FEATURE_APTCAdanmosemsft1-4/+0
2017-01-23Disallow statics of spans and class instance members of span (#9061)Koundinya Veluri1-0/+3
2016-04-27Fix FileLoadException message for CoreCLR (#4624)Jan Kotas1-1/+10
2016-03-16Update code to use COMPlus_ instead of COMPLUS_ when referencing knobsManu1-2/+2
2016-01-27Update license headersdotnet-bot1-4/+3
2016-01-12Add support Load assemblies from explicit path/streams into default load contextGaurav Khanna (CLR)1-0/+1
2015-04-17Add missing MIT license headersJan Vorlicek1-5/+5
2015-01-30Initial commit to populate CoreCLR repo dotnet-bot1-0/+2164