summaryrefslogtreecommitdiff
path: root/src/vm/metasig.h
AgeCommit message (Expand)AuthorFilesLines
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