summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)AuthorFilesLines
2017-02-12Remove always defined FEATURE_VERSIONINGdanmosemsft13-66/+0
2017-02-12Remove defined but wrapping dead code FEATURE_SYNTHETIC_CULTURESdanmosemsft2-51/+0
2017-02-12Remove always defined FEATURE_SYNCHRONIZATIONCONTEXT_WAITdanmosemsft9-32/+0
2017-02-12Remove always defined FEATURE_SPAN_OF_Tdanmosemsft9-30/+0
2017-02-12Remove always defined FEATURE_MAIN_CLR_MODULE_USES_CORE_NAMEdanmosemsft3-19/+0
2017-02-12Remove always defined FEATURE_HOST_ASSEMBLY_RESOLVERdanmosemsft28-104/+32
2017-02-12Remove always defined FEATURE_EXCEPTIONDISPATCHINFOdanmosemsft12-65/+0
2017-02-12Remove always defined FEATURE_EXCEPTION_NOTIFICATIONSdanmosemsft11-45/+2
2017-02-12Add RuntimeHelpers.IsReferenceOrContainsReferences<T>() (#9541)Jan Kotas7-55/+74
2017-02-12Merge pull request #9544 from stephentoub/delete_unused_constStephen Toub1-2/+0
2017-02-12Optimize List Clear+Remove (#9540)Ben Adams1-14/+35
2017-02-12Remove unused const in ArraySortHelperStephen Toub1-2/+0
2017-02-11Merge pull request #9525 from danmosemsft/defines2Dan Moseley271-32991/+65
2017-02-11Merge pull request #9471 from stephentoub/task_perfStephen Toub8-330/+341
2017-02-11Fix checks for methods that use StackCrawlMark (#9537)Jan Kotas2-28/+20
2017-02-11Merge pull request #9495 from pgavlin/OptConfigPat Gavlin3-16/+27
2017-02-11Inadvertent inline redundant define in threadsuspend.cppdanmosemsft1-0/+11
2017-02-11Inadvertent inline redundant define in paldanmosemsft1-0/+25
2017-02-11Inadvertent inline redundant define in fxretarget.hdanmosemsft1-0/+2
2017-02-11Revert inadvertent remove of #if FASTLOOPdanmosemsft1-0/+8
2017-02-11Dead commentdanmosemsft1-6/+0
2017-02-11Revert "Remove always defined FEATURE_CORESYSTEM"danmosemsft59-13/+1677
2017-02-11Revert "Remove more always defined FEATURE_CORESYSTEM"danmosemsft8-5/+15
2017-02-11Perf improvements to Task/Task<T>Stephen Toub6-281/+275
2017-02-11Streamline AsyncTaskMethodBuildersStephen Toub3-49/+66
2017-02-10Revert "Remove always defined FEATURE_CORRUPTING_EXCEPTIONS"danmosemsft31-1/+214
2017-02-10Missed part of file deletedanmosemsft4-7/+0
2017-02-10Remove always defined FEATURE_CORRUPTING_EXCEPTIONSdanmosemsft31-214/+1
2017-02-10Remove more always defined FEATURE_CORESYSTEMdanmosemsft8-15/+5
2017-02-10Dead filesdanmosemsft4-113/+0
2017-02-10Remove always undefined FEATURE_CAS_POLICYdanmosemsft42-5856/+1
2017-02-10Redundant ASSERTE blocksdanmosemsft2-6/+0
2017-02-10Remove always defined FEATURE_CORECLRdanmosemsft255-24932/+59
2017-02-10Dead filesdanmosemsft2-1471/+0
2017-02-10Remove always undefined FEATURE_APTCAdanmosemsft35-648/+3
2017-02-10Turn segfauts into asserts in debug build (#9509)Steve MacLean2-2/+3
2017-02-10Merge pull request #9501 from chcosta/mscorlib_racechcosta1-7/+0
2017-02-10[Arm64/Unix] Fix gdbjit support (#9512)Steve MacLean1-0/+2
2017-02-10[Arm64] Add more GCROOTS logging (#9514)Steve MacLean1-2/+9
2017-02-10Remove always defined FEATURE_CORESYSTEMdanmosemsft59-1672/+12
2017-02-10Merge pull request #9491 from jkotas/NoInliningJan Kotas22-324/+90
2017-02-10Merge pull request #9496 from CarolEidt/FixCoreFx15713Carol Eidt2-3/+20
2017-02-10Fix formatting.Pat Gavlin2-2/+2
2017-02-10Merge pull request #9499 from jashook/arm64_dyn_block_assertJarret Shook1-1/+8
2017-02-10Merge pull request #9085 from mskvortsov/ryujit-arm32-ehBruce Forstall11-182/+523
2017-02-10ARM64 Modify genCodeForInitBlk assertjashook1-1/+8
2017-02-10Fix the release build with OPT_CONFIG and address PR feedback.Pat Gavlin3-7/+5
2017-02-10Fix race condition building System.Private.CoreLib and SOS.NETCore.dllChristopher Costa1-7/+0
2017-02-10Use DynamicSecurityMethod attribute to mark methods with StackCrawlMarkJan Kotas20-322/+88
2017-02-10Revert "JIT: fix confusing inline failure reason"Jan Kotas2-2/+2