summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2017-02-12Remove always defined FEATURE_SPAN_OF_Tdanmosemsft10-32/+0
2017-02-12Remove never used FEATURE_NORM_IDNA_ONLYdanmosemsft1-1/+0
2017-02-12Remove never used FEATURE_MERGE_CULTURE_SUPPORT_AND_ENGINEdanmosemsft2-2/+0
2017-02-12Remove always defined FEATURE_MAIN_CLR_MODULE_USES_CORE_NAMEdanmosemsft4-20/+0
2017-02-12Remove always defined FEATURE_HOST_ASSEMBLY_RESOLVERdanmosemsft29-105/+32
2017-02-12Remove always defined FEATURE_EXCEPTIONDISPATCHINFOdanmosemsft13-66/+0
2017-02-12Remove always defined FEATURE_EXCEPTION_NOTIFICATIONSdanmosemsft12-46/+2
2017-02-12Remove never used FEATURE_ASYNC_IOdanmosemsft1-1/+0
2017-02-12Fix indentation in cmakedanmosemsft1-2/+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-11Merge pull request #9523 from jashook/up_arm64_timeoutJarret Shook1-0/+3
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-11Merge pull request #9437 from JosephTremoulet/UpdateFormatJoseph Tremoulet1-5/+5
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-10[Unix] Skipped tests should report exit code 2 (#9510)Steve MacLean2-7/+7
2017-02-10Turn segfauts into asserts in debug build (#9509)Steve MacLean2-2/+3
2017-02-10Up the timeout for arm64 jobs that run tests.jashook1-0/+3
2017-02-10Merge pull request #9501 from chcosta/mscorlib_racechcosta2-8/+1
2017-02-10Update lsra-throughput.mdCarol Eidt1-0/+4
2017-02-10Merge pull request #9519 from CarolEidt/FixCoreFx15713Carol Eidt3-0/+172
2017-02-10[Arm64/Unix] Remove aarch64 unsupported message (#9508)Steve MacLean1-1/+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-10Add a test case for PR #9496Carol Eidt3-0/+172
2017-02-10Merge pull request #9491 from jkotas/NoInliningJan Kotas22-324/+90