summaryrefslogtreecommitdiff
path: root/src/vm/metasig.h
AgeCommit message (Expand)AuthorFilesLines
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-0/+2
2019-03-18Add Utf8String skeleton (#23209)Levi Broderick1-0/+14
2019-03-04Remove loose dependency in runtime on System.ComponentModel. (#23010)Aaron Robinson1-8/+3
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/+1
2019-01-12Add NativeLibrary Resolve Event (#21929)Swaroop Sridhar1-0/+1
2019-01-03Cleanup current culture handling in the unmanaged runtime (#21706)Jan Kotas1-3/+2
2019-01-01strlen to managed code and vectorize (#21729)Ben Adams1-0/+1
2018-12-10Refactor internal System.AppDomain out of CoreLib (#21460)Jan Kotas1-16/+4
2018-12-03Refactor all FCalls out of AppDomain.cs (#21337)Jan Kotas1-1/+1
2018-11-22Delete System.AppDomainSetup (#21157)Jan Kotas1-1/+1
2018-11-16Add explicit signatures for Span indexerJan Kotas1-1/+10
2018-11-10Keep delegate fields alive across a full native call (#20896)Jeremy Koritzinsky1-4/+5
2018-10-23Add support for IDispatch in CoreCLRAaron Robinson1-0/+1
2018-06-26Add VM support for Unsafe.AsRef(in T)Jan Kotas1-0/+2
2018-03-08Move String to shared corelib partition (#16749)Jan Kotas1-0/+3
2018-02-03Fix failfast stacktrace (#15895)Sung Yoon Whang1-0/+1
2018-01-25Compute System.Private.CoreLib roots required by the runtime. (#15525)Eugene Rozenfeld1-0/+3
2017-12-15Convert uses of the Dangerous APIs to use MemoryMarshal.GetReference (#15532)Ahson Khan1-1/+1
2017-12-14Adding Unsafe API Add nuint that is used by SpanHelpers (#15527)Ahson Khan1-0/+1
2017-08-31Adding {ReadOnly}Memory, OwnedMemory, MemoryHandle, and IRetainable (#13583)Ahson Ahmed Khan1-0/+5
2017-08-17Fix AssemblyName(string) constructor's version parsing (#13373)Koundinya Veluri1-0/+2
2017-07-28Add String(ReadOnlySpan<char>) ctorStephen Toub1-0/+2
2017-07-28Add generic encoding support to metasigJan Kotas1-0/+6
2017-05-17Finish deleting dead CAS code from CoreLib (#11436)Jan Kotas1-8/+1
2017-02-27Add Unsafe.ReadUnaligned/WriteUnaligned (#9808)mikedn1-0/+4
2017-02-15Remove never defined FEATURE_SERIALIZATIONdanmosemsft1-5/+0
2017-02-14Remove never defined FEATURE_REMOTINGdanmosemsft1-24/+0
2017-02-14Remove never defined FEATURE_IMPERSONATIONdanmosemsft1-4/+0
2017-02-12Remove never defined FEATURE_COMPRESSEDSTACKdanmosemsft1-7/+2
2017-02-12Remove never defined FEATURE_COMINTEROP_REGISTRATIONdanmosemsft1-3/+0
2017-02-12Remove always defined FEATURE_SYNCHRONIZATIONCONTEXT_WAITdanmosemsft1-2/+0
2017-02-12Remove always defined FEATURE_HOST_ASSEMBLY_RESOLVERdanmosemsft1-2/+0
2017-02-10Remove always undefined FEATURE_CAS_POLICYdanmosemsft1-6/+0
2017-02-10Remove always defined FEATURE_CORECLRdanmosemsft1-4/+0
2017-02-10Remove always undefined FEATURE_APTCAdanmosemsft1-3/+0
2017-02-06CAS Security cleanup (#9355)Jan Kotas1-58/+0
2016-10-12Return false from IsMarshalByRefImpl/IsContextfulImpl when remoting is not su...Jan Kotas1-0/+3
2016-05-23Add missing #ifdef FEATURE_ICASTABLEJan Kotas1-0/+2
2016-05-19Fix x86 only ICastable feature bug.Yi Zhang1-2/+2
2016-01-27Update license headersdotnet-bot1-4/+3
2016-01-19Add generic detection of Stream.{Begin|End}{Read|Write} overridesJan Kotas1-0/+4
2015-11-08Expose Environment.GetCommandLineArgs in mscorlibPallavi Taneja1-0/+1
2015-03-18Implement runtime support for ICastable interfaceEugene Zemtsov1-2/+5
2015-01-30Initial commit to populate CoreCLR repo dotnet-bot1-0/+722