summaryrefslogtreecommitdiff
path: root/src/vm/object.h
AgeCommit message (Expand)AuthorFilesLines
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
2017-03-05Delete IsNonW8PFrameworkAPI checks (#9964)Jan Kotas1-3/+0
2017-03-01Cleanup the native globalization code (#9887)Tarek Mahmoud Sayed1-37/+0
2017-02-28Globalization merge (#9835)Tarek Mahmoud Sayed1-134/+11
2017-02-15Remove never defined FEATURE_SERIALIZATIONdanmosemsft1-3/+1
2017-02-14Remove never defined FEATURE_REMOTINGdanmosemsft1-166/+0
2017-02-14Remove never defined FEATURE_REFLECTION_ONLY_LOADdanmosemsft1-3/+0
2017-02-14Remove never defined FEATURE_LEAK_CULTURE_INFOdanmosemsft1-48/+0
2017-02-14Remove never defined FEATURE_IMPERSONATIONdanmosemsft1-30/+0
2017-02-12Remove never defined FEATURE_COMPRESSEDSTACKdanmosemsft1-77/+2
2017-02-12Remove never defined FEATURE_CLICKONCEdanmosemsft1-14/+0
2017-02-12Remove always defined FEATURE_SYNCHRONIZATIONCONTEXT_WAITdanmosemsft1-8/+0
2017-02-12Remove always defined FEATURE_EXCEPTION_NOTIFICATIONSdanmosemsft1-4/+0
2017-02-10Remove always undefined FEATURE_CAS_POLICYdanmosemsft1-3/+0
2017-02-10Remove always defined FEATURE_CORECLRdanmosemsft1-153/+0
2017-02-10Remove always undefined FEATURE_APTCAdanmosemsft1-13/+0
2017-02-06CAS Security cleanup (#9355)Jan Kotas1-211/+0
2016-12-21Delete FEATURE_LEGACYSURFACE (#8704)Jan Kotas1-8/+0
2016-12-05[x86/Linux] Revise COMPlusThrowCallback (#8430)Jonghyun Park1-0/+2
2016-11-10Expose some things for ns2.0Koundinya Veluri1-3/+16
2016-11-01Enable the rest of netstandard1.7 globalization APIs (#7935)Tarek Mahmoud Sayed1-2/+0
2016-10-17Enable NumberFormatInfo netstandard 1.7 APIs (#7659)Tarek Mahmoud Sayed1-2/+0
2016-08-23Enable more code under globalization for netcoreTarek Mahmoud Sayed1-14/+9
2016-08-14Port serialization implementation to Unix globalization typesStephen Toub1-2/+0
2016-08-14Restore most serialization implementations in coreclrStephen Toub1-2/+0
2016-07-09Fix exceptions in GC (#6192)Jan Vorlicek1-0/+2
2016-05-17Update StringObject comment in object.h (#5011)Matt Warren1-5/+1
2016-05-10Improve performance of ExecutionContextSwitcher to help async invocation perfgeoffkizer1-1/+4
2016-03-09Delete dead codeJan Kotas1-12/+2
2016-01-27Update license headersdotnet-bot1-4/+3