platform/upstream/dotnet/runtime.git
2016-06-16 Russ KeldorphDisable GCStress=C periodic triggers for OSX
2016-06-16 William GodbeMerge pull request dotnet/coreclr#5835 from wtgodbe...
2016-06-16 wtgodbeFix error when passing msbuild args to build.cmd/buildt...
2016-06-16 Jan KotasMark Volatile methods with NonVersionable attribute...
2016-06-16 Kyungwoo LeeMerge pull request dotnet/coreclr#5821 from kyulee1...
2016-06-16 Kyungwoo LeeARM64: Fix WriteBarrier
2016-06-16 Wes HaggardMerge pull request dotnet/coreclr#5824 from dotnet...
2016-06-16 Jan VorlicekRemove end labels from regular asm procs on Unix (dotne...
2016-06-16 Andy AyersMerge pull request dotnet/coreclr#5819 from AndyAyersMS...
2016-06-16 dotnet-botUpdating External dependencies to rc4-24216-00
2016-06-16 Brian SullivanMerge pull request dotnet/coreclr#5794 from briansull...
2016-06-15 Brian SullivanFixes for two JIT helpers that should not use the x8...
2016-06-15 William GodbeMerge pull request dotnet/coreclr#5820 from wtgodbe...
2016-06-15 wtgodbeUpdate crossgen strings for coreclr coverage tests
2016-06-15 Bruce ForstallMerge pull request dotnet/coreclr#5815 from BruceForsta...
2016-06-15 John ChenMerge pull request dotnet/coreclr#5814 from JohnChen0...
2016-06-15 Andy AyersInliner: simple performance tests
2016-06-15 Mike McLaughlinFix exception stacktrace when ulimit is hit OSX. (dotne...
2016-06-15 Jarret ShookMerge pull request dotnet/coreclr#5786 from prajwal...
2016-06-15 Bruce ForstallRemove AMD64 code from legacy code path
2016-06-15 James KoUpdate SpecializeComparer for enums (dotnet/coreclr...
2016-06-15 Ivan BaravyFix sos.DumpIL on LP64 systems with s/long/LONG/g ...
2016-06-15 Maoni StephensMerge pull request dotnet/coreclr#5807 from Maoni0...
2016-06-15 John Chen ... Modify CrossGen test script to work around cmd.exe bug
2016-06-15 Rahul KumarMerge pull request dotnet/coreclr#5682 from lemmaa...
2016-06-15 Evgeny PavlovInitial support of breakpoint setting by source file...
2016-06-15 Sung-Jae Lee[ARM64/Linux] Fix `error: index must be an integer...
2016-06-15 Maoni0Need to filter addresses not in the heap range in the...
2016-06-15 Maoni StephensMerge pull request dotnet/coreclr#5773 from Maoni0...
2016-06-15 Jan KotasMerge pull request dotnet/coreclr#5803 from dotnet...
2016-06-14 Maoni0My last fix of checking whether the runtime was suspend...
2016-06-14 Jan KotasFix full framework build break
2016-06-14 William GodbeMerge pull request dotnet/coreclr#5798 from wtgodbe...
2016-06-14 wtgodbeRemove unecessary coverage arg passed to coreclr test run
2016-06-14 Peter JasAdd missing inttypes header for musl-libc (dotnet/corec...
2016-06-14 Sean GillespieMerge pull request dotnet/coreclr#5791 from swgillespie...
2016-06-14 Jan KotasFix incorrect buffer limits in Module.FullyQualifiedNam...
2016-06-14 Wes HaggardMerge pull request dotnet/coreclr#5695 from AlexGhionde...
2016-06-14 William GodbeMerge pull request dotnet/coreclr#5792 from wtgodbe...
2016-06-14 wtgodbeRemove extra quote from runtest arg in coverage job
2016-06-14 Sean GillespieFix bracket spacing in runtest script
2016-06-14 Kyungwoo LeeMerge pull request dotnet/coreclr#5789 from kyulee1...
2016-06-14 Wes HaggardMerge pull request dotnet/coreclr#5787 from dotnet...
2016-06-14 Kyungwoo LeeARM64: Fix a GC hole for Indirect Branch
2016-06-14 Peter JasLink libintl in case of Alpine (dotnet/coreclr#5731)
2016-06-14 dotnet-botUpdating External dependencies to rc4-24214-00
2016-06-14 Prajwal A NARM-CI: Convert Linux ARM emulator CI check to cross...
2016-06-14 Jan KotasRefactor MethodTable::ContainsStackPtr (dotnet/coreclr...
2016-06-13 Jan VorlicekFix PAL executable allocator locking (dotnet/coreclr...
2016-06-13 Kshama PawarMerge pull request dotnet/coreclr#5702 from mjsabby...
2016-06-13 Jarret ShookMerge pull request dotnet/coreclr#5766 from dotnet...
2016-06-13 Matt MitchellRevert "ARM-CI: Convert Linux ARM emulator CI check...
2016-06-13 William GodbeMerge pull request dotnet/coreclr#5764 from wtgodbe...
2016-06-13 Sean GillespieMerge pull request dotnet/coreclr#5762 from swgillespie...
2016-06-13 wtgodbeUpdate coverage test to have correct configuration...
2016-06-13 Jan KotasDelete bad assert (dotnet/coreclr#5757)
2016-06-13 William GodbeMerge pull request dotnet/coreclr#5713 from wtgodbe...
2016-06-13 Jan KotasDelete unnecessary cruft from internal mscorlib referen...
2016-06-13 Sean GillespiePass --long-gc and --gcsimulator to long GC and GCSimul...
2016-06-13 wtgodbeKeep mutex alive to avoid race condition in openmutexpo...
2016-06-13 James KoSpecialize Comparer<T> for enums to avoid boxing (dotne...
2016-06-12 Jan KotasPartial revert "Fix problem with virtual memory commit...
2016-06-12 Jan KotasUndo StompWriteBarrierResize reordering (dotnet/coreclr...
2016-06-12 Peter JasAdd check for gnu/lib-names.h (dotnet/coreclr#5727)
2016-06-12 Peter JasCheck for unavailable cache-size macro (dotnet/coreclr...
2016-06-12 Jan KotasCorrect comment (dotnet/coreclr#5738)
2016-06-11 Vance MorrisonMerge pull request dotnet/coreclr#5544 from vancem...
2016-06-11 Peter JasTypedef __ptrace_request for musl-libc (dotnet/coreclr...
2016-06-11 Peter JasAdd check for sys/sysctl.h (dotnet/coreclr#5726)
2016-06-11 Mukul SabharwalAdd Profiling APIs that fail on non-Windows OS
2016-06-11 Jan KotasDo not use fragile native image content when generating...
2016-06-11 Jonghyun ParkUpdates tryrun.cmake for ARM / ARM (softfp) (dotnet...
2016-06-11 Justin Van... JapaneseCalendar: Use Registry.LocalMachine instead...
2016-06-11 Jarret ShookMerge pull request dotnet/coreclr#5680 from prajwal...
2016-06-11 Justin Van... Remove obsolete Registry.DynData field from System...
2016-06-11 Prajwal A NARM-CI: Convert Linux ARM emulator CI check to cross...
2016-06-11 Justin Van... Remove non-generic Stack from System.Private.CoreLib...
2016-06-11 Koundinya VeluriMerge pull request dotnet/coreclr#5707 from kouvel...
2016-06-10 Andy AyersMerge pull request dotnet/coreclr#5692 from AndyAyersMS...
2016-06-10 Jan VorlicekFix rethrow of managed exception from native code ...
2016-06-10 Koundinya VeluriFix for GC hole when using software write watch
2016-06-10 Alex GhiondeaDefault to latest behavior when a TFM is not specified
2016-06-10 Kyungwoo LeeMerge pull request dotnet/coreclr#5691 from kyulee1...
2016-06-10 Rahul KumarMerge pull request dotnet/coreclr#5694 from rahku/sosFix
2016-06-10 Rahul KumarFixes AV in sos for arm64
2016-06-10 Andy AyersModify Crypto benchmark so it uses a fixed random seed
2016-06-10 Kyungwoo LeeARM64: Another Tests.lst Update for R2R
2016-06-10 Kyungwoo LeeMerge pull request dotnet/coreclr#5685 from kyulee1...
2016-06-10 Sean GillespieMerge pull request dotnet/coreclr#5621 from swgillespie...
2016-06-10 Sean GillespieRemove need for longgc and gcsimulator tests to have...
2016-06-10 Jan KotasMerge pull request dotnet/coreclr#5684 from dotnet...
2016-06-10 Kyungwoo LeeARM64: Update Tests.lst
2016-06-10 Jan Kotasmscorlib/System.Private.CoreLib cleanup
2016-06-10 Gaurav KhannaMerge pull request dotnet/coreclr#5679 from dotnet...
2016-06-10 dotnet-botUpdating External dependencies to rc4-24210-00
2016-06-10 Kyungwoo LeeMerge pull request dotnet/coreclr#5667 from kyulee1...
2016-06-10 Andy AyersMerge pull request dotnet/coreclr#5670 from AndyAyersMS...
2016-06-10 Kshama PawarMerge pull request dotnet/coreclr#5656 from dotnet...
2016-06-10 Swaroop SridharMerge pull request dotnet/coreclr#5666 from swaroop...
2016-06-10 Pat GavlinMerge pull request dotnet/coreclr#5658 from pgavlin...
next