summaryrefslogtreecommitdiff
path: root/src/vm/mlinfo.cpp
AgeCommit message (Expand)AuthorFilesLines
2019-09-17[release/3.1] Fix marshalling a pinnable multi-dimensional arr… (#26664)Jeremy Koritzinsky1-0/+2
2019-06-20Revert "ILMarshaler Refactor (#21227)" (#25292)Jeremy Koritzinsky1-2/+2
2019-06-18ILMarshaler Refactor (#21227)Jeremy Koritzinsky1-2/+2
2019-06-12Allocate handles for custom marshalers in ALCs instead of in the AppDomain. (...Jeremy Koritzinsky1-2/+1
2019-05-23Fewer ilstubs in corelib from reflection apis (#24708)David Wrighton1-36/+0
2019-05-20Cuckoo metadata (#24498)David Wrighton1-1/+1
2019-05-08Remove more MDA support code (#24457)Steve MacLean1-1/+0
2019-04-10If a delegate type is a WinRT delegate or a WinRT-projected delegate, allow d...Jeremy Koritzinsky1-1/+1
2019-04-09Don't denormalize enum return values on instance methods on x86. (#23816)Jeremy Koritzinsky1-1/+13
2019-04-05Enable return buffers on Windows ARM64 for struct-returning member functions ...Jeremy Koritzinsky1-3/+13
2019-04-04Disable marshalling delegates as _Delegate and enable marshalling delegates a...Jeremy Koritzinsky1-8/+31
2019-03-22Fix WinRT marshalling for NotifyPropertyChangedEventArgs and NotifyCollection...Jeremy Koritzinsky1-14/+3
2019-03-19Implement support for copy constructors when marshalling in IJW (#22805)Jeremy Koritzinsky1-0/+57
2019-01-23Remove all traces of FEATURE_STACK_PROBE. (#22149)Filip Navara1-1/+0
2019-01-14Custom Marshalers in custom-ALC-loaded assemblies results in types loaded fro...Jeremy Koritzinsky1-11/+10
2019-01-11Enable returning more complex structures via PInvoke returns. (#21470)Jeremy Koritzinsky1-25/+3
2019-01-08Extract cleanup changes from #21793. (#21852)Jeremy Koritzinsky1-18/+3
2018-12-06Port CustomMarshalers.dll to C# and .NET Core (#21343)Jeremy Koritzinsky1-1/+1
2018-12-03Remove IsNeutralDomain() (#21318)Steve MacLean1-30/+7
2018-11-21Delete dead/unused code (#21138)Jan Kotas1-30/+0
2018-11-15Add tests for ANSI BSTRs (#20985)Jeremy Koritzinsky1-2/+3
2018-09-28Enable BSTR Marshaling Support for x-plat PInvoke (#19766)Luqun Lou1-7/+2
2018-08-11Make RuntimeType sealed and deleted support for introspection only loads (#19...Jan Kotas1-7/+7
2018-06-22Add public implementation MarshalerSupport (#18530)Luqun Lou1-24/+1
2017-02-10Remove always defined FEATURE_CORECLRdanmosemsft1-81/+0
2016-12-01fix permissive C++ code (MSVC /permissive-) (#8337)Phil Christensen1-1/+3
2016-05-06UTF8 Marshaling support(UnmanagedType.LPUTF8Str)Tijoy Tom Kalathiparambil1-0/+10
2016-03-25Fix copy-paste typosEvgeny Mandrikov1-1/+0
2016-01-27Update license headersdotnet-bot1-4/+3
2015-05-13Removing System.dll from ProjectK and NetCoreForCoreCLRRyan Byington1-11/+14
2015-04-13Fixing the public key token that gets used to find System.Uri in System.Runti...Ryan Byington1-1/+1
2015-04-11When marshaling System.URI we to and from WinRT we use need to access System....Yi Zhang1-1/+1
2015-02-03Remove non ASCII characters from source filesMatt Ellis1-1/+1
2015-01-30Initial commit to populate CoreCLR repo dotnet-bot1-0/+5384