summaryrefslogtreecommitdiff
path: root/src/vm/object.h
AgeCommit message (Expand)AuthorFilesLines
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
2015-10-20Implementation of System V ABI struct passing.Lubomir Litchev1-0/+10
2015-10-16Fix Windows x86 build - use macro for friend declarationKoundinya Veluri1-2/+3
2015-10-12Add some fast paths that are missing outside WindowsKoundinya Veluri1-0/+1
2015-10-09Add allocation fast path for arrays of value type elements outside WindowsKoundinya Veluri1-0/+1
2015-03-26Fix about 12 kinds of warnings over the codebaseJan Vorlicek1-2/+2
2015-03-06Add a fourth parameter to the DEFINE_DACVAR macro that is the actual fully qu...Mike McLaughlin1-0/+1
2015-03-03Introduce FC_TypedByRef for passing TypedReferences as FCall argumentsJan Kotas1-2/+2
2015-02-21Fix warnings generated when building with Clang on Linux.Pat Gavlin1-3/+3
2015-02-03Remove non ASCII characters from source filesMatt Ellis1-1/+1
2015-01-30Initial commit to populate CoreCLR repo dotnet-bot1-0/+4680