platform/upstream/dotnet/runtime.git
2016-06-02 Brian SullivanAdded additional fix for ARM32 in lvHfaSlots
2016-06-01 Brian SullivanProposed fix for HFA args on ARM32
2016-06-01 James KoSpeed up CreateComparer in Comparer/EqualityComparer...
2016-06-01 Fadi HannaFix for issue 5343: Assert Failure: !"Cannot take the...
2016-06-01 Kyungwoo LeeMerge pull request dotnet/coreclr#5372 from kyulee1...
2016-06-01 William GodbeMerge pull request dotnet/coreclr#5376 from wtgodbe...
2016-06-01 wtgodbePublish packages into folders named for their configuration
2016-06-01 Andy AyersMerge pull request dotnet/coreclr#5306 from jamesqo...
2016-06-01 Kyungwoo LeeARM64: eh11_large exclusion
2016-06-01 Stephen ToubMerge pull request dotnet/coreclr#4918 from stephentoub...
2016-06-01 James KoAdd new document on how to setup/view JIT dumps
2016-06-01 James SingletonRemove duplicate avoid in comments from a few files...
2016-06-01 Aditya MandaleekaMerge pull request dotnet/coreclr#4909 from lemmaa...
2016-06-01 John ChenAdd more Ready-to-Run generics tests (dotnet/coreclr...
2016-06-01 MyungJoo HamARM/Linux: Fix Exception Handler PAL Test Fail (dotnet...
2016-06-01 Kurt AadnoyComment typo fix: removed double word (dotnet/coreclr...
2016-06-01 Jonghyun ParkFix JIT PInvoke Check Failure on Linux/ARM (dotnet...
2016-06-01 Pat GavlinMerge pull request dotnet/coreclr#5350 from pgavlin...
2016-06-01 Sung-Jae LeeAdd options to 'runtest.sh'
2016-06-01 Rama krishnan... Merge pull request dotnet/coreclr#5353 from ramarag...
2016-06-01 Rama Krishnan... Refactoring Arguments passed to runtest.cmd
2016-05-31 Pat GavlinMerge pull request dotnet/coreclr#5340 from pgavlin...
2016-05-31 Pat GavlinMark two tests as always optimized and exclude two...
2016-05-31 Kyungwoo LeeMerge pull request dotnet/coreclr#5339 from kyulee1...
2016-05-31 Sean GillespieMerge pull request dotnet/coreclr#5335 from swgillespie...
2016-05-31 Matt EllisMerge pull request dotnet/coreclr#5294 from ellismg...
2016-05-31 Pat GavlinMerge pull request dotnet/coreclr#5334 from pgavlin...
2016-05-31 Fadi HannaFix for issue 5241: [RTM] Interop\ICastable\Castable...
2016-05-31 Russ KeldorphMerge pull request dotnet/coreclr#5301 from RussKeldorp...
2016-05-31 Matt EllisSupport building on all supported distros
2016-05-31 Pat GavlinMove gtComputeFPlvls next to gtSetEvalOrder.
2016-05-31 Pat GavlinRename fg{FPstLvlRedo,ComputeFPlvls} to gt*.
2016-05-31 Kyungwoo LeeARM64: Fix JIT_MemSet
2016-05-31 Sean GillespieDisable a large number of GC tests from running under...
2016-05-31 Pat GavlinRemove LONG_MATH_REGPARAM from the JIT.
2016-05-31 AlexGhiondeaMerge pull request dotnet/coreclr#5189 from AlexGhionde...
2016-05-31 Bruce Bowyer... Port String.IndexOf(char) and LastIndexOf(char) from...
2016-05-31 Petr OnderkaUpdate Windows instructions (dotnet/coreclr#5312)
2016-05-31 chunseokleeUpdate tryrun.cmake for arm-softfp (dotnet/coreclr...
2016-05-31 Jonghyun ParkUpdates tryrun.cmake for ARM cross build (dotnet/corecl...
2016-05-31 Jonghyun ParkEnable 'System.Private.CoreLib.dll' build on cross...
2016-05-30 James KoFix: if errorlevel 0 is almost always true (dotnet...
2016-05-30 Jan KotasMerge pull request dotnet/coreclr#5240 from wateret...
2016-05-30 Jan KotasMerge pull request dotnet/coreclr#5087 from myungjoo...
2016-05-30 stephentoubAvoid unnecessary ContingentProperties allocations
2016-05-30 stephentoubMake m_contingentProperties non-volatile
2016-05-30 stephentoubMove Task's m_parent to ContingentProperties
2016-05-30 Peter JasFix ucol_setMaxVariable detection for Gentoo Linux...
2016-05-30 Jürgen HötzelDon't use libstdc++ wrappers for stdlib.h (dotnet/corec...
2016-05-30 MyungJoo HamARM: Remove workaround no more required
2016-05-30 MyungJoo HamARM/THUMB PC Least Bit Set for Range Check
2016-05-30 Russ KeldorphMerge pull request dotnet/coreclr#5093 from wateret...
2016-05-29 Sergiy KuryataMerge pull request dotnet/coreclr#5307 from ellismg...
2016-05-29 Matt EllisFix RHEL 7 Build
2016-05-28 Jose Perez... Merge pull request dotnet/coreclr#5290 from joperezr...
2016-05-28 John ChenEnsure Ready-to-Run module is activated in generics...
2016-05-28 Matt EllisMerge pull request dotnet/coreclr#5299 from CarolEidt...
2016-05-28 Aditya MandaleekaMerge pull request dotnet/coreclr#5295 from adityamanda...
2016-05-28 James KoRemove the dnvm-based installation instructions from...
2016-05-28 Rama krishnan... Merge pull request dotnet/coreclr#5236 from leemgs...
2016-05-28 Russ KeldorphSecond attempt to properly modify environment for stres...
2016-05-28 Mike McLaughlinFix the named semaphore leak on OSX (and Linux) (dotnet...
2016-05-28 Hanjoung LeeFix Assert Error "Unexpected size when returning struct...
2016-05-28 Geunsik LimDocumentation: Adding flag descriptions of unit test...
2016-05-28 Carol EidtFix a build break due to PR dotnet/coreclr#5101
2016-05-28 Brian SullivanMerge pull request dotnet/coreclr#5263 from briansull...
2016-05-28 Pat GavlinMerge pull request dotnet/coreclr#5277 from pgavlin...
2016-05-28 Sergiy KuryataMerge pull request dotnet/coreclr#5257 from Priya91...
2016-05-27 Rama krishnan... Merge pull request dotnet/coreclr#5261 from ramarag...
2016-05-27 Brian SullivanAvoid using register x8 as it will be used as the RetBu...
2016-05-27 Carol EidtMerge pull request dotnet/coreclr#5101 from CarolEidt...
2016-05-27 Fadi HannaExcluding Weak-GCReferences tests from GC stress runs...
2016-05-27 Jose Perez... Adding commit hash to all built binaries.
2016-05-27 Alex GhiondeaIntroduce a central packages.builds file that controls...
2016-05-27 David MasonMerge pull request dotnet/coreclr#5266 from vancem...
2016-05-27 Russ KeldorphMerge pull request dotnet/coreclr#5279 from RussKeldorp...
2016-05-27 Russ KeldorphFix environment settings for Unix JIT stress scenarios
2016-05-27 Jan VorlicekFix GCStress 0xC on Unix (dotnet/coreclr#5276)
2016-05-27 Matt EllisMerge pull request dotnet/coreclr#5225 from ellismg...
2016-05-27 Carol EidtMerge pull request dotnet/coreclr#5260 from CarolEidt...
2016-05-27 Carol EidtUse JitFuncInfoLogFile to check if SIMD intrinsics...
2016-05-27 Pat GavlinRemove another redundant call to gtSetEvalOrder.
2016-05-27 Mike McLaughlinFix System.Diagnostics.StackTrace symbol issue (dotnet...
2016-05-27 Kyungwoo LeeMerge pull request dotnet/coreclr#5249 from kyulee1...
2016-05-27 Dmitri-BotcharnikovFix sos ClrStack print of GC frames for ARM/Linux ...
2016-05-27 Brian SullivanMerge pull request dotnet/coreclr#5270 from briansull...
2016-05-27 Mike McLaughlinFix debuggertests failures OSX. (dotnet/coreclr#5267)
2016-05-27 chunseokleeFix for clrstack after bpmd (dotnet/coreclr#5051)
2016-05-27 John ChenMerge pull request dotnet/coreclr#5262 from JohnChen0...
2016-05-27 JohnChen0Fix generic non-virtual method call in Ready-to-Run...
2016-05-27 Kyungwoo LeeARM64: Fix Liveness update for Division By Zero
2016-05-27 Jarret ShookMerge pull request dotnet/coreclr#5238 from prajwal...
2016-05-27 AlexGhiondeaMerge pull request dotnet/coreclr#5217 from AlexGhionde...
2016-05-27 Brian SullivanProposed fix for dotnet/coreclr#5264
2016-05-27 Matt EllisAdd Fedora, OpenSuse and Ubuntu 16.04 packages
2016-05-27 Vance MorrisonEventSource Events that use complex types do not get...
2016-05-27 Kyungwoo LeeMerge pull request dotnet/coreclr#5256 from kyulee1...
2016-05-27 Aditya MandaleekaAdd noexcept to some non-throwing new overloads.
2016-05-26 Rama Krishnan... Fxing the case of COMPlus_GCStress
2016-05-26 Gaurav KhannaMerge pull request dotnet/coreclr#5144 from gkhanna79...
next