summaryrefslogtreecommitdiff
path: root/src/vm/ilmarshalers.cpp
AgeCommit message (Expand)AuthorFilesLines
2020-06-04[Tizen] Enable ASan annotation of passing to native code buffersAndrey Kazmin1-1/+2
2019-09-17[release/3.1] Fix marshalling a pinnable multi-dimensional arr… (#26664)Jeremy Koritzinsky1-3/+2
2019-05-02System.GC.AllocateUninitializedArray (#24096)Vladimir Sadov1-2/+2
2019-04-03Remove ADID and ADIndex from CoreCLR (#23588)David Wrighton1-7/+7
2019-03-19Implement support for copy constructors when marshalling in IJW (#22805)Jeremy Koritzinsky1-0/+86
2019-02-13Replace Win32Native.cs with Interop files (#22540)Stephen Toub1-4/+4
2019-02-06Throw an exception when passing strings by-value as out parameters. (#21513)Jeremy Koritzinsky1-28/+42
2019-01-20Cleanup array related FCalls (#22097)Jan Kotas1-6/+2
2019-01-14Custom Marshalers in custom-ALC-loaded assemblies results in types loaded fro...Jeremy Koritzinsky1-36/+36
2019-01-08Extract cleanup changes from #21793. (#21852)Jeremy Koritzinsky1-14/+22
2019-01-03Add test for StringBuilder null terminator implementation detail (#21800)Jeremy Koritzinsky1-11/+3
2019-01-02Simplify and improve integer overflow checks in Interop (#21732)Jan Kotas1-6/+5
2019-01-01strlen to managed code and vectorize (#21729)Ben Adams1-6/+6
2018-12-20Replace more of JitHelpers with S.R.CS.Unsafe (#21598)Jan Kotas1-2/+2
2018-11-24Fix Interop/PInvoke/Miscellaneous/HandleRef tests under GCStress (#21131)Jeremy Koritzinsky1-4/+10
2018-11-15Add tests for ANSI BSTRs (#20985)Jeremy Koritzinsky1-1/+2
2018-11-10Keep delegate fields alive across a full native call (#20896)Jeremy Koritzinsky1-25/+4
2018-09-28Enable BSTR Marshaling Support for x-plat PInvoke (#19766)Luqun Lou1-1/+2
2018-07-17Move Decimal to shared (#18948)Pent Ploompuu1-5/+0
2017-02-10Remove always defined FEATURE_CORECLRdanmosemsft1-129/+0
2016-12-04Fix several misspellings of exception and "a exception". (#8442)Jon Hanna1-1/+1
2016-07-07MarshalAs(UnManaged.ByValArray) overflow.Tijoy Tom Kalathiparambil1-9/+7
2016-05-06UTF8 Marshaling support(UnmanagedType.LPUTF8Str)Tijoy Tom Kalathiparambil1-0/+242
2016-01-27Update license headersdotnet-bot1-4/+3
2015-01-30Initial commit to populate CoreCLR repo dotnet-bot1-0/+6140