summaryrefslogtreecommitdiff
path: root/src/vm/mscorlib.h
AgeCommit message (Expand)AuthorFilesLines
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
2018-08-08Move methodbody and exceptionHandlingClause to shared (#19364)Anirudh Agnihotry1-19/+19
2018-08-08ReNaming and rearranging the variables to reduce the diff (#19338)Anirudh Agnihotry1-12/+11
2018-08-03Moved LocalVariableInfo to shared (#19184)Anirudh Agnihotry1-5/+5
2018-07-17Move Decimal to shared (#18948)Pent Ploompuu1-1/+0
2018-06-26Add VM support for Unsafe.AsRef(in T)Jan Kotas1-1/+2
2018-06-09Avoid NativeOverlapped pinning by allocating unmanaged memory for it (#18360)Jan Kotas1-10/+9
2018-06-08Moved Mutex.cs From src to shared (#18320)Anirudh Agnihotry1-1/+1
2018-04-27Add better portable PDB caching to System.Diagnostics.StackTrace. (#17804)Mike McLaughlin1-1/+0
2018-04-17Convert native StringBuilder methods to managed (#17472)mikedn1-5/+0
2018-03-08Move String to shared corelib partition (#16749)Jan Kotas1-7/+10
2018-02-28Replace ambiguous _WIN64 and BIT64 with _TARGET_64BIT_ macroEgor Chesakov1-2/+2
2018-02-26Use overriden double/float GetHashCode for default struct hashcodes (#16550)Jan Kotas1-0/+6
2018-01-25Compute System.Private.CoreLib roots required by the runtime. (#15525)Eugene Rozenfeld1-2/+8
2018-01-23Add Unsafe.IsAddressGreaterThan / IsAddressLessThan (#15988)Levi Broderick1-0/+2
2017-12-14Adding Unsafe API Add nuint that is used by SpanHelpers (#15527)Ahson Khan1-0/+1
2017-12-13Adding Unsafe APIs that are used by System.Memory (#15497)Ahson Khan1-1/+3
2017-11-21Delete unused leftovers from binary serialization (#15140)Jan Kotas1-1/+0
2017-11-11Remove unnecessary Exception._exceptionMethodString field (#14992)Stefan Nikolei1-1/+0
2017-11-06Cleanup BCLDebug (#14868)Jan Kotas1-3/+0
2017-10-30Simplify Comparer/EqualityComparers (#14737)Jan Kotas1-2/+0
2017-10-24Cleanup BCLDebugJan Kotas1-3/+0
2017-10-17Merge pull request #14311 from ViktorHofer/SerializationExceptionsViktor Hofer1-3/+3
2017-10-16Adjusting field name changes in native codeViktor Hofer1-3/+3
2017-10-16Reduce Timer lock contentionStephen Toub1-1/+1
2017-09-27JIT: devirtualization support for EqualityComparer<T>.Default (#14125)Andy Ayers1-0/+11
2017-09-13Delete JitHelpers.UnsafeCastJan Kotas1-2/+0
2017-09-01Share four exception types (#13492)Dan Moseley1-1/+1
2017-08-31Adding {ReadOnly}Memory, OwnedMemory, MemoryHandle, and IRetainable (#13583)Ahson Ahmed Khan1-2/+4
2017-08-27Remove always defined FEATURE_RANDOMIZE_STRING_HASHING define (#13491)Dan Moseley1-3/+0
2017-08-23Fixed Equals/GetHashCode bug for struct. (#13164)Jim Ma1-0/+2
2017-08-17Fix AssemblyName(string) constructor's version parsing (#13373)Koundinya Veluri1-1/+3
2017-08-09Start at running ILLink to find dead code in Corelib (#13266)Dan Moseley1-2/+0
2017-08-07Cleanup code access security from the unmanaged runtime (#13241)Jan Kotas1-5/+0
2017-07-28Add String(ReadOnlySpan<char>) ctorStephen Toub1-0/+1
2017-07-09Unify LazyInitializers with CoreRT (#12697)Jan Kotas1-1/+0
2017-06-30Reducing diffs with CoreRT (#12579)Jan Kotas1-1/+1
2017-05-17Finish deleting dead CAS code from CoreLib (#11436)Jan Kotas1-22/+1
2017-05-17Switch multicast delegate stub on Windows x64 to use stubs-as-il (#11624)Jan Kotas1-1/+1
2017-05-05Remove ArrayList (#11426)Justin Van Patten1-6/+0
2017-04-17Jit intrinsics for Span<T>.get_Item and ReadOnlySpan<T>.get_Item. (#10910)Andy Ayers1-0/+2
2017-04-15Move Span/ReadOnlySpan to shared CoreLib partition (#10988)Jan Kotas1-2/+1
2017-03-05Delete IsNonW8PFrameworkAPI checks (#9964)Jan Kotas1-3/+0
2017-03-01Cleanup the native globalization code (#9887)Tarek Mahmoud Sayed1-23/+0
2017-02-28Globalization merge (#9835)Tarek Mahmoud Sayed1-97/+8
2017-02-27Add Unsafe.ReadUnaligned/WriteUnaligned (#9808)mikedn1-0/+4
2017-02-25Treat BitConverter.IsLittleEndian as an intrinsicMike Danes1-0/+2
2017-02-24Merge pull request #9598 from ahsonkhan/OptimizeSpanClearAhson Ahmed Khan1-0/+1