platform/upstream/coreclr.git
2015-09-07 Jan VorlicekMerge pull request #1503 from benpye/arm-strike-build-fix
2015-09-06 Jan KotasMerge pull request #1501 from erozenfeld/ReadyToRunThro...
2015-09-05 Ben PyeFixes ARM Strike build
2015-09-05 Eugene RozenfeldAdd mappings for ReadyToRun helpers used by llilc:
2015-09-04 Jan VorlicekMerge pull request #1491 from janvorli/unix-remove...
2015-09-04 Jan VorlicekRemove thread affinity and critical region stuff for...
2015-09-04 Jan KotasMerge pull request #1484 from gitchomik/master
2015-09-04 gitchomikBuilding mscorlib.dll using Mono on Linux
2015-09-04 Jan KotasMerge pull request #1493 from christos-P/patch-1
2015-09-04 Matt MitchellMerge pull request #1490 from BruceForstall/FixILTests
2015-09-04 christos-Pminor correction
2015-09-04 Jan KotasMerge pull request #1492 from benjamin-hodgson/patch-1
2015-09-04 Jan KotasMerge pull request #1489 from kangaroo/arm-clang-fixes
2015-09-04 Benjamin HodgsonFix link to API review process documentation
2015-09-04 Geoff Norton[arm] Fix RtlRestoreContext on ARM with newer clang
2015-09-04 Bruce ForstallMore System.Console IL test cleanup
2015-09-04 Bruce ForstallFix more System.Console references
2015-09-04 Bruce ForstallAdd System.Console references and replace usages with...
2015-09-04 Bruce ForstallCanonicalize appearance of empty mscorlib assembly...
2015-09-03 Andy AyersMerge pull request #1486 from AndyAyersMS/FixWarnings
2015-09-03 Andy AyersFix compilation warnings in gcinfoencoder.
2015-09-03 Aditya MandaleekaMerge pull request #1483 from adityamandaleeka/unused_p...
2015-09-03 Matt MitchellMerge pull request #1481 from mmitche/fix-strike-build...
2015-09-03 Lakshmi PriyaMerge pull request #1451 from Priya91/longpath
2015-09-03 Aditya MandaleekaFix warnings about Get/SetPc functions
2015-09-03 Matt MitchellFix the SOS strike build on arm/arm64 cross
2015-09-03 Matt MitchellMerge pull request #1479 from mmitche/fix-package-issues
2015-09-03 Lakshmi Priya... Fix directory longname test failures on Linux.
2015-09-02 Matt MitchellPackage updates and fixes
2015-09-02 Matt MitchellMerge pull request #1450 from ww898/build_with_spaces
2015-09-02 Matt MitchellMerge pull request #1472 from ellismg/cleanup-msbuild...
2015-09-02 Mike McLaughlinMerge pull request #1471 from mikem8361/modenumosx
2015-09-02 Mike McLaughlinChanged popen to execute "/usr/bin/vmmap".
2015-09-02 Matt EllisMerge pull request #1470 from dotnet-bot/from-tfs
2015-09-02 Matt EllisMerge pull request #1464 from gitchomik/patch-1
2015-09-01 Mike McLaughlinAdded process module enumeration for OSx.
2015-09-01 Matt EllisFix release build of mscorlib from build.sh
2015-09-01 Mike McLaughlinMerge pull request #1469 from mikem8361/freebsdfix
2015-09-01 Pat GavlinMerge pull request #1458 from ANDREENKOS/SIMDTests
2015-09-01 Mike McLaughlinFix FreeBSD build after merge of my changes from the...
2015-09-01 Stephen ToubMerge pull request #1467 from janvorli/fix-curl-pinvoke
2015-09-01 Jan VorlicekFix pthread locks initialization issue
2015-09-01 Zhicheng Zhu The UPDATE_CONTEXT_POINTERS actually breaks lots of...
2015-08-31 Mike McLaughlinFix the build break caused by my recent xplat SOS changes.
2015-08-31 gitchomikUpdate linux-instructions.md
2015-08-28 Sergey Andreenkodelete fixed tests from issue list
2015-08-28 Lakshmi Priya... Respond to PR feedback.
2015-08-28 Jan VorlicekMerge pull request #1455 from janvorli/ready-to-run...
2015-08-28 Jan VorlicekEnsure ReadyToRun test verifies version resiliency
2015-08-28 Jan KotasMerge pull request #1446 from benpye/arm-regression-fix
2015-08-28 Mike McLaughlinMerge pull request #1442 from mikem8361/cmdaliases
2015-08-28 Lakshmi Priya... Replace MAX_PATH defines with new defines in pal.
2015-08-27 Lakshmi PriyaMerge pull request #1449 from Priya91/longpath-binder
2015-08-27 Mike McLaughlinEnabled GCInfo, EEHeap, DumpRuntimeTypes and EHInfo...
2015-08-27 Pat GavlinMerge pull request #1406 from ANDREENKOS/SIMDTests
2015-08-27 Koundinya VeluriMerge pull request #1439 from kouvel/PalErrorOnNamedSyn...
2015-08-27 Mikhail PilinUpdate build.cmd to support spaces in clerclr checkout...
2015-08-27 Lakshmi Priya... Replace missed MAX_PATH defines with new defines in vm.
2015-08-27 Lubomir LitchevMerge pull request #1445 from LLITCHEV/master
2015-08-27 Sergey AndreenkoNew tests were added.
2015-08-27 Sergey AndreenkoSIMD tests
2015-08-27 Matt MitchellMerge pull request #1205 from benpye/pal-test-junit
2015-08-27 Ben PyeFix build regression for ARM.
2015-08-27 Lubomir LitchevFix for ref counting issue introduced in a recent optim...
2015-08-27 Koundinya VeluriReturn error upon attemping to create named objects...
2015-08-26 Ben PyeUse printf instead of non standard -e
2015-08-26 Ben PyeTry fixing FreeBSD PAL tests
2015-08-26 Lakshmi PriyaMerge pull request #1435 from Priya91/longpath-binder
2015-08-26 Ben Pyerunpaltests.sh outputs a XUnit compatible result file...
2015-08-26 Jan VorlicekMerge pull request #1437 from janvorli/ready-to-run...
2015-08-26 Jan VorlicekAdd ready to run tests
2015-08-26 Jan VorlicekMerge pull request #1436 from janvorli/fix-gc-during...
2015-08-26 Jan VorlicekFix corner case of GC stack walking during exception...
2015-08-26 Aditya MandaleekaMerge pull request #1371 from adityamandaleeka/gcsuspen...
2015-08-25 Lakshmi Priya... Replace MAX_PATH with new defines in vm.
2015-08-25 Jan KotasMerge pull request #1434 from kangaroo/pinvoke-stubs
2015-08-25 Lakshmi Priya... Replace MAX_PATH with new defines.
2015-08-25 Geoff Norton[amd64] Implement the pinvoke stubs for unix
2015-08-25 Aditya MandaleekaDetect whether we interrupted an epilog properly
2015-08-25 Jeremy KuhneMerge pull request #1381 from JeremyKuhne/maxpath
2015-08-25 Jan KotasMerge pull request #1428 from jkotas/readytorun-doc
2015-08-25 Jan KotasAdd ReadyToRun overview to documentation
2015-08-25 Jan KotasMerge pull request #1432 from jkotas/rollback-1421
2015-08-25 Jan KotasRe-enable JIT test
2015-08-24 Jeremy KuhneRun code under long paths on Unix
2015-08-24 Jan KotasMerge pull request #1431 from dotnet-bot/from-tfs
2015-08-24 Bruce ForstallFix bug 1213453 (GitHub issue #1421): incorrect EH...
2015-08-22 Aditya MandaleekaMerge pull request #1230 from jasonwilliams200OK/master
2015-08-22 Mike McLaughlinMerge pull request #1423 from mikem8361/gcroot
2015-08-22 Mike McLaughlinEnable gcroot and other gc related sos commands.
2015-08-21 Jan KotasMerge pull request #1424 from andschwa/tpa-assertion
2015-08-21 Andrew SchwartzmeyerRemove Binder assertion for BindByWhereRef
2015-08-21 Jan KotasMerge pull request #1422 from jgalar/master
2015-08-21 Jérémie GalarneauLTTng supports hardware context
2015-08-21 Jan KotasMerge pull request #1416 from jkotas/vs2015-autodetect
2015-08-21 Jan KotasDisable test failing on VS2015
2015-08-21 Jan KotasUse volatile stores for values read by DAC
2015-08-21 Jan KotasTurn on C# optimizations on two large tests
2015-08-21 Jan KotasAuto-detect VS2015
2015-08-21 Jan KotasMerge pull request #1413 from jkotas/atypical-callsite
next