summaryrefslogtreecommitdiff
path: root/src/vm/object.h
AgeCommit message (Expand)AuthorFilesLines
2019-05-02System.GC.AllocateUninitializedArray (#24096)Vladimir Sadov1-3/+3
2019-04-13Delete unused AssemblyName._hashForControl and related code (#23972)Jan Kotas1-4/+0
2019-04-11Fix 23740 (#23906)Steve MacLean1-4/+4
2019-04-11Contextual reflection (#23740)Steve MacLean1-2/+50
2019-04-03Remove ADID and ADIndex from CoreCLR (#23588)David Wrighton1-65/+28
2019-03-22Move Exception to shared partition (#23361)Marek Safar1-9/+4
2019-03-18Add Utf8String skeleton (#23209)Levi Broderick1-1/+63
2019-02-14Replace multi-loaderallocator hash implementation in MethodDescBackpatchInfo ...David Wrighton1-0/+133
2019-02-14Remove unnecessary fields from WaitHandle (#22593)Filip Navara1-6/+7
2019-02-13Move SafeHandle to managed code and shared (#22564)Stephen Toub1-17/+0
2019-02-04Move SynchronizationContext to shared partition (#22389)Marek Safar1-6/+3
2019-01-23Remove all traces of FEATURE_STACK_PROBE. (#22149)Filip Navara1-6/+0
2019-01-03Cleanup current culture handling in the unmanaged runtime (#21706)Jan Kotas1-16/+0
2018-12-29Move CultureInfo to shared CoreLib (#21672)Filip Navara1-6/+5
2018-12-10Refactor internal System.AppDomain out of CoreLib (#21460)Jan Kotas1-53/+0
2018-12-10Delete vm/context.* (#21459)Jan Kotas1-1/+0
2018-12-03Refactor all FCalls out of AppDomain.cs (#21337)Jan Kotas1-203/+0
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-11/+0
2018-11-21Delete dead/unused code (#21138)Jan Kotas1-22/+0
2018-11-09Delete dead/unreachable code related to remoting (#20880)Jan Kotas1-10/+0
2018-10-07Remove some dead remoting and context static things (#20277)Austin Wise1-1/+0
2018-10-05Remove context statics stuff (#20256)Jan Vorlicek1-79/+0
2018-08-08ReNaming and rearranging the variables to reduce the diff (#19338)Anirudh Agnihotry1-24/+23
2018-06-06Cross-bitness support in JitInterface (#18329)Egor Chesakov1-145/+6
2018-06-04Work in VM towards cross-bitness crossgen (#18245)Egor Chesakov1-1/+18
2018-05-30Fix Managed Thread Name SettingVance Morrison1-1/+5
2018-05-04Fix System.String over-allocation (#17876)Jan Kotas1-14/+6
2018-04-17Convert native StringBuilder methods to managed (#17472)mikedn1-132/+0
2018-03-27Vectorized SequenceCompareTo for Span<char> (#17237)Jan Kotas1-2/+0
2018-03-08Move String to shared corelib partition (#16749)Jan Kotas1-1/+0
2018-03-01Merge pull request #16660 from echesakovMSFT/UseTarget64BitMacroEgor Chesakov1-2/+2
2018-02-28Replace ambiguous _WIN64 and BIT64 with _TARGET_64BIT_ macroEgor Chesakov1-2/+2
2018-02-28Delete unnecesary StackCrawlMarks (#16648)Jan Kotas1-8/+0
2018-02-21Show the expected stack trace from a rethrown exception. (#16464)Alexandre Teoi1-1/+0
2018-02-05Reimplement string.Replace in managed code (#16214)Jan Kotas1-1/+0
2018-01-21Remove AppDomainLeaks configuration option (#15956)antofik1-187/+0
2017-12-22Fix manual GC_PROTECTs around StackTraceArray (#15621)Jan Kotas1-8/+2
2017-11-27Improve Monitor scaling (#14216)Koundinya Veluri1-0/+2
2017-11-21Move SafeBuffer and a few other files to shared CoreLib partition (#15141)Jan Kotas1-52/+0
2017-11-11Remove unnecessary Exception._exceptionMethodString field (#14992)Stefan Nikolei1-1/+0
2017-10-24Cleanup BCLDebugJan Kotas1-6/+0
2017-10-18Improve thread statics performance (#14560)Jan Kotas1-0/+7
2017-08-27Remove always defined FEATURE_RANDOMIZE_STRING_HASHING define (#13491)Dan Moseley1-4/+0
2017-08-09Start at running ILLink to find dead code in Corelib (#13266)Dan Moseley1-2/+0
2017-06-26Replace array type handle with method table in arguments of array allocation ...Ruben Ayrapetyan1-7/+43
2017-06-06Restore logic for when to use satellite resource lookup under AppX (#12117)Jan Kotas1-3/+0
2017-05-17Finish deleting dead CAS code from CoreLib (#11436)Jan Kotas1-75/+0
2017-04-16Fix comment about pinning bit in object.h (#11004)3032481531-3/+3
2017-04-13[x86/Linux] Use appropriate FCALL macro for SafeBuffer methods (#10935)Jonghyun Park1-2/+2