summaryrefslogtreecommitdiff
path: root/src/vm/mscorlib.h
AgeCommit message (Expand)AuthorFilesLines
2019-07-03Cleanup IL linker heuristic usage (#25547)Jan Kotas1-0/+1
2019-06-20Revert "ILMarshaler Refactor (#21227)" (#25292)Jeremy Koritzinsky1-1/+1
2019-06-18ILMarshaler Refactor (#21227)Jeremy Koritzinsky1-1/+1
2019-06-14Optimize Activator.CreateInstance (#25145)Jan Kotas1-10/+4
2019-06-04Synchronize managed and unmanaged Variant fields (#24951)Jan Kotas1-0/+5
2019-05-28Cleanup unnecessary code in exception formatting (#24797)Jan Kotas1-1/+0
2019-05-27Call derived ToString on inner exceptions (#24793)Dan Moseley1-2/+1
2019-05-24Enable LCID marshalling and clean up our LCID marshalling tests. (#24642)Jeremy Koritzinsky1-2/+0
2019-05-08Remove more MDA support code (#24457)Steve MacLean1-11/+0
2019-04-29Fix Satellite Assembly loading (#24191)Steve MacLean1-2/+3
2019-04-13Delete unused AssemblyName._hashForControl and related code (#23972)Jan Kotas1-2/+0
2019-04-11Contextual reflection (#23740)Steve MacLean1-0/+10
2019-04-10Move AssemblyName to shared (#23737)Egor Bogatov1-1/+1
2019-03-22Fix WinRT marshalling for NotifyPropertyChangedEventArgs and NotifyCollection...Jeremy Koritzinsky1-2/+2
2019-03-22Move Exception to shared partition (#23361)Marek Safar1-2/+0
2019-03-18Add Utf8String skeleton (#23209)Levi Broderick1-0/+15
2019-03-17Make more types eligible for vectorized code paths in MemoryExtensions (#20855)Levi Broderick1-0/+3
2019-03-04Remove loose dependency in runtime on System.ComponentModel. (#23010)Aaron Robinson1-1/+5
2019-03-01Implement Serialization GuardMorgan Brown1-1/+1
2019-02-27Address PR feedback (clean up style in Thread.CoreCLR.cs)Stephen Toub1-5/+5
2019-02-26Merge pull request #22841 from josalem/stacktrace-cache-unloading-20179-prech...John Salem1-0/+1
2019-02-22Mirror StackFrameHelperChanges in mscorlib.h and change allocation type to mo...John Salem1-0/+1
2019-02-14Replace multi-loaderallocator hash implementation in MethodDescBackpatchInfo ...David Wrighton1-0/+19
2019-02-14Remove unnecessary fields from WaitHandle (#22593)Filip Navara1-2/+0
2019-02-13Replace Win32Native.cs with Interop files (#22540)Stephen Toub1-4/+1
2019-02-04Move SynchronizationContext to shared partition (#22389)Marek Safar1-1/+1
2019-01-23Move common ThreadPool code to shared CoreLib partition. (#22115)Filip Navara1-1/+1
2019-01-20Cleanup array related FCalls (#22097)Jan Kotas1-1/+1
2019-01-18Add Per-assembly Load Native Library callbacks (#21555)Swaroop Sridhar1-0/+2
2019-01-18Add comments on headers that gets parsed by Mono linker for whoever touches t...Sung Yoon Whang1-0/+6
2019-01-12Add NativeLibrary Resolve Event (#21929)Swaroop Sridhar1-0/+1
2019-01-03Cleanup current culture handling in the unmanaged runtime (#21706)Jan Kotas1-4/+8
2019-01-01strlen to managed code and vectorize (#21729)Ben Adams1-1/+1
2018-12-29Move CultureInfo to shared CoreLib (#21672)Filip Navara1-8/+7
2018-12-21Streamline default EqualityComparer and Comparer for Enums (#21604)Jan Kotas1-8/+4
2018-12-20Replace more of JitHelpers with S.R.CS.Unsafe (#21598)Jan Kotas1-7/+5
2018-12-10Refactor internal System.AppDomain out of CoreLib (#21460)Jan Kotas1-22/+15
2018-12-03Refactor all FCalls out of AppDomain.cs (#21337)Jan Kotas1-46/+14
2018-11-24Fix Interop/PInvoke/Miscellaneous/HandleRef tests under GCStress (#21131)Jeremy Koritzinsky1-0/+4
2018-11-24Move AppDomain local data store to AppContext and cleanup AppContext (#21180)Jan Kotas1-1/+0
2018-11-22Delete System.AppDomainSetup (#21157)Jan Kotas1-10/+1
2018-11-21Delete dead/unused code (#21138)Jan Kotas1-11/+0
2018-11-16Add explicit signatures for Span indexerJan Kotas1-2/+4
2018-11-15Add tests for ANSI BSTRs (#20985)Jeremy Koritzinsky1-1/+1
2018-11-10Keep delegate fields alive across a full native call (#20896)Jeremy Koritzinsky1-5/+6
2018-10-26Remove some dead code related to cross-appdomain exceptions. (#20634)Austin Wise1-7/+0
2018-10-23Add support for IDispatch in CoreCLRAaron Robinson1-24/+13
2018-09-28Enable BSTR Marshaling Support for x-plat PInvoke (#19766)Luqun Lou1-1/+1
2018-08-30Add startup hook in System.Private.CoreLib (#19486)Sven Boemer1-0/+3
2018-08-11Make RuntimeType sealed and deleted support for introspection only loads (#19...Jan Kotas1-2/+0