platform/upstream/coreclr.git
2016-03-10 Eugene RozenfeldMerge pull request #3641 from erozenfeld/GetCORSystemDi...
2016-03-10 Rahul KumarMerge pull request #3640 from rahku/EHTestPort
2016-03-10 Aditya MandaleekaMerge pull request #3603 from bendono/doc
2016-03-10 Eugene RozenfeldFix for a bug in GetCORSystemDirectoryInternaL
2016-03-10 Jan VorlicekMerge pull request #3639 from svick/patch-1
2016-03-10 Rahul KumarFix arm64 build break
2016-03-10 Sejong OhMerge pull request #3638 from sejongoh/quick_path_fix_f...
2016-03-10 Petr OnderkaRemove incorrect escaping in example in BOTR
2016-03-10 Davis GoodinMerge pull request #3589 from dagood/test-dependency...
2016-03-10 Sejong OhFix shell command to execute init-tool.sh on CI
2016-03-10 Davis GoodinFix the centralized GC test project.jsons and other...
2016-03-10 Davis GoodinUpgrade new test project.json files from merge.
2016-03-10 Davis GoodinAdd documentation for dependency validation.
2016-03-10 Davis GoodinAdd System.Threading.Thread to tests to restore missing...
2016-03-10 Davis GoodinUpdate dependencies on packages that don't exist.
2016-03-10 Davis GoodinAdd working validation rules for xunit packages and...
2016-03-10 Davis GoodinRemove potentially unused System.Numerics.Vectors.Windo...
2016-03-10 Davis GoodinUpdate all versions to validate.
2016-03-10 Davis GoodinAdd validation to test build.
2016-03-10 Jan KotasMerge pull request #3629 from leemgs/upstream-crossbuild2
2016-03-10 Sean GillespieMerge pull request #3394 from swgillespie/gctests
2016-03-10 Rahul KumarMerge pull request #3489 from rahku/EHTestPort
2016-03-10 Rahul KumarPort EH tests.
2016-03-10 Geunsik LimRemove unnecessary expressions.
2016-03-10 Sean GillespieInitial bringup of new set of ported GC tests.
2016-03-10 Jose Perez... Merge pull request #3598 from joperezr/DisableOpenSourc...
2016-03-10 Jose Perez... Disable OpenSourceSign and update Build Tools
2016-03-10 Geunsik LimAdd comment about disabling crossgen command for cross...
2016-03-10 Rama krishnan... Merge pull request #3599 from ramarag/arm64nativetests
2016-03-09 Andy AyersMerge pull request #3626 from AndyAyersMS/InlineRefacto...
2016-03-09 Aditya MandaleekaMerge pull request #3624 from adityamandaleeka/remove_t...
2016-03-09 Pat GavlinMerge pull request #3625 from pgavlin/SupportPackageVersion
2016-03-09 Rama Krishnan... Enable native test binaries to be built for Arm64
2016-03-09 Andy AyersFix various naming convention issues in inliner code
2016-03-09 tijoytomMerge pull request #3562 from tijoytom/master
2016-03-09 Pat GavlinAccept a build number arg in BuildRyuJitPackage.
2016-03-09 Andy AyersMerge pull request #3602 from AndyAyersMS/InlineRefacto...
2016-03-09 Aditya MandaleekaRemove duplicate ThreadStatic tests.
2016-03-09 tijoytomMerge branch 'master' of https://github.com/dotnet...
2016-03-09 Andy AyersInline refactoring: move native callsite estimator
2016-03-09 tijoytomskip ci please
2016-03-09 Mike McLaughlinMerge pull request #3567 from mikem8361/dbgshimcp
2016-03-09 Matt MitchellMerge pull request #3621 from kyulee1/arm64
2016-03-09 Kyungwoo LeeAdd folks to private run
2016-03-09 Jan VorlicekMerge pull request #3595 from janvorli/fix-stack-walk...
2016-03-09 Sejong OhMerge pull request #3558 from sejongoh/fix_gc_stress_se...
2016-03-09 Ben MonroeFix spelling and grammar.
2016-03-09 Mike McLaughlinAdded CreateProcessForLaunch, ResumeProcess and CloseRe...
2016-03-09 Andy AyersMerge pull request #3574 from AndyAyersMS/InlineRefacto...
2016-03-09 Jan VorlicekMerge pull request #3588 from janvorli/fix-exception...
2016-03-09 Kyungwoo LeeMerge pull request #3478 from kyulee1/var
2016-03-09 Stephen ToubMerge pull request #3575 from stephentoub/argexception_...
2016-03-08 Pat GavlinMerge pull request #3594 from pgavlin/GcInfoEncoderCleanup
2016-03-08 Pat GavlinMove some definitions out of gcinfoencoder.h.
2016-03-08 Pat GavlinMerge pull request #3587 from pgavlin/UseListInLSRA
2016-03-08 Jan VorlicekFix stack walking on Unix in case of finally
2016-03-08 Andy AyersMerge pull request #3592 from AndyAyersMS/FixAssert
2016-03-08 tijoytomDisable tests failing on Linux
2016-03-08 Pat GavlinUse jitstd::list in the LSRA.
2016-03-08 William GodbeMerge pull request #3469 from wtgodbe/raceCond
2016-03-08 Andy AyersInliner: fix assert about repeated failing observations
2016-03-08 Lubomir LitchevMerge pull request #3555 from LLITCHEV/Issue3540
2016-03-08 Sejong OhFix GC stress setup failure on Unix-like OSes
2016-03-08 Jan KotasMerge pull request #3573 from vcsjones/fix-3566
2016-03-08 Gaurav KhannaMerge pull request #3577 from gkhanna79/FixUbuntu15
2016-03-08 Jan VorlicekFix Unix exception handling in finalizers
2016-03-08 Kyungwoo LeeFix for casting byref to double in morph
2016-03-08 Kyungwoo LeeMerge pull request #3548 from kyulee1/fixgc
2016-03-08 Jan KotasMerge pull request #3568 from dotnet-bot/from-tfs
2016-03-08 Jan KotasMerge pull request #3576 from leemgs/upstream-crossbuild
2016-03-08 Gaurav KhannaFix Ubuntu 15.10 Build break
2016-03-08 Geunsik LimARM: skip generating native image for mscorlib in case...
2016-03-08 stephentoubAdd missing parameter name to GetEra ArgumentOutOFRange...
2016-03-08 Andy AyersInline refactoring: move state machine into LegacyPolicy
2016-03-08 Lubomir LitchevRemove the RBM_LOWINT define. Change LsraLimitSmallIntS...
2016-03-08 Jarret ShookMerge pull request #3564 from jashook/x86_lb_excludes
2016-03-08 tijoytomDisabling failing tests.
2016-03-08 Kevin JonesFix failing test in IntPtrGetHashCode.
2016-03-08 Andy AyersMerge pull request #3556 from AndyAyersMS/InlineRefacto...
2016-03-08 Rama krishnan... Merge pull request #3441 from ramarag/pal_longfile
2016-03-08 Pat GavlinMerge pull request #3553 from dotnet-bot/from-tfs
2016-03-08 Matt EllisMerge pull request #3477 from DrewScoggins/master
2016-03-08 Jarret Shookx86 lb excludes
2016-03-07 tijoytomImprove interop test coverage
2016-03-07 Gaurav KhannaFix build break on Desktop arising out of MoveFileWrapp...
2016-03-07 Andy AyersInline refactoring: revise candidacy determination
2016-03-07 DDCloudEnabling LongFile Support in PAL
2016-03-07 Kyungwoo LeeARM64: Fix for handling GC register for call site
2016-03-07 Pat GavlinReapply change 1578859: Add a new set of APIs for JIT...
2016-03-07 William GodbeFix race condition in Pri 2 tests, and revert those...
2016-03-07 Jarret ShookMerge pull request #2878 from jashook/x86_exclude_update
2016-03-07 Lubomir LitchevMerge pull request #3521 from LLITCHEV/Issue3225
2016-03-07 jashookNew x86 excludes and turn on ci testing for x86.
2016-03-07 Jan KotasMerge pull request #3543 from leemgs/upstream-cross...
2016-03-07 Geunsik LimARM: Remove Distro/OS that have not been tested
2016-03-06 Jan KotasMerge pull request #3470 from erozenfeld/ValueNumbersFo...
2016-03-06 Jan KotasMerge pull request #3508 from hughbe/patch-1
2016-03-06 Jan KotasMerge pull request #3538 from vcsjones/fix-3531
2016-03-05 Kevin JonesFix compilation errors on tests.
2016-03-05 Jan KotasMerge pull request #3536 from JohnChen0/master
next