platform/upstream/coreclr.git
2016-03-04 John Chen ... Restore linking debug corerun.exe with retail CRT
2016-03-04 Jan KotasMerge pull request #3512 from benpye/arm-monotonic...
2016-03-04 Kyungwoo LeeMerge pull request #3509 from kyulee1/arm64build
2016-03-04 Aditya MandaleekaMerge pull request #3497 from adityamandaleeka/threadin...
2016-03-04 Ben PyeFix C++11 issue when converting string to char *
2016-03-04 Andy AyersMerge pull request #3500 from AndyAyersMS/InlineRefacto...
2016-03-04 Ben PyeAdd value to arm/arm64 tryrun files for HAVE_CLOCK_MONO...
2016-03-04 Rahul KumarMerge pull request #3491 from rahku/Helix
2016-03-04 Rahul Kumaradd TargetsWindows property required by cloudtest.targe...
2016-03-04 Aditya MandaleekaChange priority of tests in baseservices/threading...
2016-03-04 Jan KotasMerge pull request #3502 from myungjoo/fix/3462_arm_lin...
2016-03-04 Jan KotasMerge pull request #3503 from dotnet-bot/from-tfs
2016-03-04 Mike McLaughlinMerge pull request #3404 from gregg-miskelly/DbgShimFix
2016-03-04 Sejong OhMerge pull request #3156 from sejongoh/add_gc_stress_modes
2016-03-04 Sejong OhMerge pull request #3337 from sejongoh/reuse_existing_f...
2016-03-04 Andy AyersInline refactoring: convert hints into observations
2016-03-04 Kyungwoo LeeFix for disabling incremental build for ARM64
2016-03-04 Maoni Stephens197654 [x86] [scanRuntime] Fix contracts in gcenv.os.cpp
2016-03-04 MyungJoo HamFix Stack Unwind Behavior of Libunwind-ARM
2016-03-04 MyungJoo HamFix PAL_VirtualUnwind Behavior with Clutters in PC
2016-03-04 Sejong OhAdd GC stress modes
2016-03-04 Kyungwoo LeeMerge pull request #3498 from kyulee1/disinc
2016-03-04 Sejong Ohreuse getStressModeScriptStep
2016-03-04 William GodbeMerge pull request #3499 from wtgodbe/nameTooLong
2016-03-04 William GodbeFix file-name-too-long error for all builds, not just...
2016-03-04 Aditya MandaleekaRemove needless references to test library.
2016-03-03 Andy AyersMerge pull request #3472 from AndyAyersMS/InlineRefacto...
2016-03-03 Kyungwoo LeeFix for disabling incremental link in Windows
2016-03-03 Pat GavlinMerge pull request #3494 from dotnet-bot/from-tfs
2016-03-03 Aditya MandaleekaAdd license headers to ported threading tests.
2016-03-03 Aditya MandaleekaRemove Monitor/EnterExit15.
2016-03-03 Pat GavlinMerge pull request #3488 from benpye/arm-redefinition
2016-03-03 Pat GavlinAdd two files that should have been part of changeset...
2016-03-03 Aditya MandaleekaExclude DefaultStackCommit test from non-Windows platforms.
2016-03-03 Aditya MandaleekaOpen source tests from baseservices/threading.
2016-03-03 Pat GavlinRefactor Utilcode's IAllocators.
2016-03-03 Lubomir LitchevMerge pull request #3459 from LLITCHEV/Issue3382-1
2016-03-03 MyungJoo HamFix CMake Script for libunwind Feature Check
2016-03-03 MyungJoo HamFix Stack Unwind for ARM/Linux
2016-03-03 Ben PyeFix ARM build regression
2016-03-03 Lubomir LitchevFix GC holes for all AMD64 platforms (Windows and Syste...
2016-03-03 Russ KeldorphMerge pull request #3457 from RussKeldorph/Reenable
2016-03-03 Sejong OhMerge pull request #3284 from sejongoh/pull_down_coredi...
2016-03-03 Matt MitchellMerge pull request #3476 from mmitche/fix-triggers
2016-03-03 Davis GoodinMerge pull request #3405 from dagood/new-cli
2016-03-03 Matt MitchellFix triggers
2016-03-03 Pat GavlinMerge pull request #1668 from Dmitry-Me/assignmentOpRet...
2016-03-02 SivarvMerge pull request #3467 from sivarv/emitInsMovFix
2016-03-02 Jan KotasMerge pull request #3471 from dotnet-bot/from-tfs
2016-03-02 Mike McLaughlinMerge pull request #3466 from mikem8361/armfix
2016-03-02 Maoni StephensIntegrate GC changes from full framework
2016-03-02 Andy AyersInline refactoring: rework logic in compCompileHelper
2016-03-02 Andy AyersMerge pull request #3447 from AndyAyersMS/ForceInlineFix
2016-03-02 Jarret ShookMerge pull request #3468 from jashook/amr64_rel
2016-03-02 jashookTurn off testing for arm64 for debug and checked builds.
2016-03-02 Jarret ShookMerge pull request #3435 from jashook/arm64_testing
2016-03-02 Mike McLaughlinFixes issue #3453 ARM build break.
2016-03-02 Andy AyersMerge pull request #3460 from AndyAyersMS/FixBadInlinee...
2016-03-02 Davis GoodinChange all dependency versions to match what was actual...
2016-03-02 Davis GoodinRemove RestorePackages = true from all test csproj's.
2016-03-02 Davis GoodinUse tooling to add Platforms dependencies and imports...
2016-03-02 Davis GoodinRemove all lockfiles from source control.
2016-03-02 Davis GoodinUpgrade CLI version and buildtools, and make build...
2016-03-02 sivarvFix to intermittent failure of jit test 200w1d-09_cpp_r.exe
2016-03-02 Kyungwoo LeeMerge pull request #3444 from kyulee1/mul
2016-03-02 Kyungwoo LeeARM64: Fix for Multiplication with Overflow Check
2016-03-02 Pat GavlinMerge pull request #3464 from kyulee1/deltest
2016-03-02 jashookSmall changes to netci to enable arm64 testing.
2016-03-02 Jan KotasMerge pull request #3456 from bbowyersmyth/StringReplace
2016-03-02 Kyungwoo LeeDelete a bad test (b06435) for double to long conversion
2016-03-02 Sejong OHAdd pulling down coredistool package for gcstress test
2016-03-02 Jan KotasMerge pull request #3458 from dotnet-bot/from-tfs
2016-03-02 Andy AyersInliner: fix assert for multiple failure reasons when...
2016-03-02 John ChenFix build break on arm caused by long path support...
2016-03-02 Russ KeldorphReenable tests after #2728 workaround in place
2016-03-02 Sean GillespieMerge pull request #3448 from swgillespie/license_headers
2016-03-02 Bruce Bowyer... Port String.Replace(char, char) from CoreRT
2016-03-02 Andy AyersInliner: restore some force inline overrides
2016-03-01 Swaroop SridharMerge pull request #3438 from swaroop-sridhar/corjithost
2016-03-01 Mike McLaughlinMerge pull request #3445 from mikem8361/buildsymbols
2016-03-01 John ChenMerge pull request #3433 from JohnChen0/longpath
2016-03-01 Gaurav KhannaMerge pull request #3440 from gkhanna79/InitToolsUpdate
2016-03-01 Andy AyersMerge pull request #3436 from AndyAyersMS/InlineRefacto...
2016-03-01 Kyungwoo LeeMerge pull request #3385 from kyulee1/fixmod1
2016-03-01 Mike McLaughlinEnable source/line info on "release" builds
2016-03-01 Kyungwoo LeeARM64: Fix for Mod 1
2016-03-01 Gaurav KhannaMap RHEL distribution to download CentOS CLI
2016-03-01 Lubomir LitchevMerge pull request #3351 from LLITCHEV/Issue2757
2016-03-01 Brian SullivanMerge pull request #3437 from briansull/update-tests
2016-03-01 Brian SullivanMoved 42 tests from UNSTABLE to EXPECTED_PASS
2016-03-01 Swaroop SridharExport CorJitHost interface
2016-03-01 Brian SullivanUpdated arm64 Tests.lst for PR #3430
2016-03-01 Andy AyersInliner refactoring: allow repeated bad observations
2016-02-29 Lubomir LitchevAdd support for emitting GC-ness of the second return...
2016-02-29 Pat GavlinMerge pull request #3434 from dotnet-bot/from-tfs
2016-02-29 Andy AyersMerge pull request #3432 from AndyAyersMS/InlineRefacto...
2016-02-29 Pat GavlinFix a build break in ArenaAllocator.
2016-02-29 John Chen ... Support long paths in CoreCLR runtime on Windows
2016-02-29 Andy AyersInliner refactoring: remove the LR sampling mode
2016-02-29 Pat GavlinMerge pull request #3431 from CarolEidt/ProtojitAltJit
next