platform/upstream/dotnet/runtime.git
2017-06-02 Carol EidtMerge pull request dotnet/coreclr#12003 from sjsinju...
2017-06-02 Michal StrehovskýAdd support for flat vtables in RyuJIT (dotnet/coreclr...
2017-06-02 Yi Zhang (CLR)Fix a bug in LoadNativeStringResource to honor the...
2017-06-02 Jonghyun ParkInvoke jitShutdown during ProcessShutdownWork (dotnet...
2017-06-02 Jonghyun Park[x64/Linux] Fix FEATURE_INTERPRETER Release build ...
2017-06-01 Daniel PodderFix optdata restore functionality (dotnet/coreclr#11935)
2017-06-01 Karthik RajasekaranEnsure that platform is considered for LongPlatformName...
2017-06-01 Jonghyun ParkSupport msbuildonunsupportedplatform on non-x64 archite...
2017-06-01 Sergey AndreenkoFix 11991 (dotnet/coreclr#12013)
2017-06-01 Carol EidtMerge pull request dotnet/coreclr#11959 from hqueue...
2017-06-01 Roman ArtemevMerge pull request dotnet/coreclr#11860 from rartemev...
2017-06-01 Pat GavlinMerge pull request dotnet/coreclr#11876 from hqueue...
2017-06-01 chunseokleegdbjit symbols exported (dotnet/coreclr#11739)
2017-06-01 Steve MacLean... [Arm64] Use inner shareable for instGen_MemoryBarrier
2017-06-01 Steve MacLean[Arm64] Use half barriers for IL Volatile implementation
2017-06-01 José RiveroUpdating version of xUnit-Performance-Api (dotnet/corec...
2017-06-01 Morgan BrownFixes deserializaing TimeZoneInfo by putting back the...
2017-06-01 Jonghyun Park[x64/Linux] Use correct argument registers in Interpret...
2017-06-01 Stephen ToubMerge pull request dotnet/coreclr#11988 from stephentou...
2017-05-31 Brian RobbinsRemove GCX_PREEMP call when allocating a buffer. (dotne...
2017-05-31 Atsushi KanamoriPost-Serialization cleanup fixes to Reflection (dotnet...
2017-05-31 mikednDelete useless file (dotnet/coreclr#12021)
2017-05-31 Stephen ToubDisable inheritance of several common file descriptors
2017-05-31 Gaurav KhannaDefault to portable build in dev and official builds...
2017-05-31 gbalykovFix issues with RelativePointer instead of RelativeFixu...
2017-05-31 Atsushi KanamoriExpose Enumerator members out of EnvironmentAugments...
2017-05-31 sjsujinkim[RyuJit/ARM32] Fix wrong behavior of UINT->CHAR casting
2017-05-31 Hyung-Kyu Choi[RyuJIT/ARM32] Update restoring TYP_DOUBLE interval
2017-05-31 Hyung-Kyu Choi[RyuJIT/ARM32] Applying review feedback
2017-05-31 Hyung-Kyu Choi[RyuJIT/ARM32] Applying review feedback
2017-05-31 Krzysztof WicherMerge pull request dotnet/coreclr#11995 from ViktorHofe...
2017-05-31 Maoni StephensAllowing larger segment size for SOH, in preparation...
2017-05-31 gbalykovRemove relocations from SECTION_MethodDesc for ngened...
2017-05-31 Viktor HoferInternal hashtable serialization attribute removed
2017-05-31 Viktor HoferCoretype variables renamed back to netfx counterpart...
2017-05-30 Carol EidtMerge pull request dotnet/coreclr#11977 from mskvortsov...
2017-05-30 Pat GavlinMerge pull request dotnet/coreclr#11872 from hqueue...
2017-05-30 Sergey AndreenkoSkip cast nodes for the tail call check. (dotnet/corecl...
2017-05-30 Jan KotasFix build break
2017-05-30 Marek SafarMoves windows specific field to Debug.Windows.cs file...
2017-05-30 Stephen ToubUse FD_CLOEXEC instead of equivalent 1 in InternalCreat...
2017-05-30 Gaurav KhannaRemove Debian Armel (dotnet/coreclr#11978)
2017-05-30 Mikhail SkvortcovRyuJIT/arm32: Fix double argument passing
2017-05-30 Vance MorrisonFix failures in ETW logging on 4GB aware 32 bit process...
2017-05-30 Carol EidtMerge pull request dotnet/coreclr#11972 from hseok...
2017-05-30 Carol EidtMerge pull request dotnet/coreclr#11973 from hseok...
2017-05-30 Hyeongseok Oh[RyuJIT/ARM32] Fix assertion failed 'remainingSize...
2017-05-30 Hyeongseok Oh[RyuJIT/ARM32] Fix offset of struct argument when using...
2017-05-30 Hyung-Kyu Choi[RyuJIT/ARM32] Fix restoring TYP_DOUBLE interval in...
2017-05-29 Roman ArtemevMake linux test build worked
2017-05-29 Tom DeseynImplement GetCurrentProcessCpuCount for Unix and merge...
2017-05-29 Buyduckadded DWARF exprloc for static value class fields ...
2017-05-28 Morgan BrownFix build breaks
2017-05-28 Morgan BrownIDeserializationCallback cleanup
2017-05-27 mikednFix tool initialization detection (dotnet/coreclr#11912)
2017-05-27 dotnet botUpdate CoreClr to preview1-25327-01 (dotnet/coreclr...
2017-05-27 Rich LanderUpdate test coverage statements in workflow doc
2017-05-27 Rich LanderUpdate license links
2017-05-27 dotnet botUpdate CoreClr, CoreFx to preview1-25326-02, preview1...
2017-05-27 Rich LanderUpdate contributor docs (dotnet/coreclr#11944)
2017-05-27 José RiveroEnable linux perf runs (dotnet/coreclr#11905)
2017-05-27 Morgan BrownISerializable cleanup (dotnet/coreclr#11873)
2017-05-26 Brian RobbinsMove rundown to the same code-site where we do ETW...
2017-05-26 Brian SullivanMerge pull request dotnet/coreclr#11920 from briansull...
2017-05-26 Sergey AndreenkoFix BitSetUint64, clean and improve the surrounding...
2017-05-26 Carol EidtMerge pull request dotnet/coreclr#11823 from hqueue...
2017-05-26 Jan KotasEETypeHashTable lookups can deadlock with GC during...
2017-05-26 Petr BredFix compile with disabled FEATURE_READYTORUN option...
2017-05-26 Hyung-Kyu Choi[RyuJIT/ARM32] Update RMB for helper function
2017-05-26 Michal StrehovskýMerge pull request dotnet/corertdotnet/coreclr#3709...
2017-05-26 Joseph TremouletMerge pull request dotnet/coreclr#11917 from JosephTrem...
2017-05-26 Hyung-Kyu ChoiApply review feedback to increase readability
2017-05-25 Brian SullivanRemove the check that requires an instrumented flags...
2017-05-25 Carol EidtMerge pull request dotnet/coreclr#11878 from CarolEidt...
2017-05-25 Pat GavlinMerge pull request dotnet/coreclr#11919 from pgavlin...
2017-05-25 Pat GavlinMerge pull request dotnet/coreclr#11880 from mskvortsov...
2017-05-25 Pat GavlinAdd XUnit results for Windows_NT x86 jobs.
2017-05-25 Carol EidtMake untracked lclVars contained
2017-05-25 Brian RobbinsImplement Activity ID / Related Activity ID for EventSo...
2017-05-25 Joseph TremouletClear GTF_CALL from non-calls in rationalize
2017-05-25 Jarret ShookMerge pull request dotnet/coreclr#11834 from jashook...
2017-05-25 Hyeongseok Oh[ARM32/Linux] Copy tests.zip only for CI test
2017-05-25 Tomáš MatoušekAdds System.Runtime.CompilerServices.Runtimefeature...
2017-05-25 Aditya MandaleekaRemove g_fEEManagedEXEStartup and g_fEEIJWStartup....
2017-05-25 Brian RobbinsMark the EventPipe crst as host breakable. (dotnet...
2017-05-25 dotnet botUpdate CoreClr, CoreFx to preview1-25323-01, preview1...
2017-05-25 Jonghyun Park[x86/Linux] Reentrant PEImage::Load (dotnet/coreclr...
2017-05-25 Hyung-Kyu ChoiApply review feedback
2017-05-24 Pat GavlinMerge pull request dotnet/coreclr#11894 from pgavlin...
2017-05-24 Xiang FanFix Issue 11861 (dotnet/coreclr#11886)
2017-05-24 gbalykovAllow RelativePointer::SetValue usage for non-DAC build...
2017-05-24 Joseph TremouletMerge pull request dotnet/coreclr#11893 from JosephTrem...
2017-05-24 Joseph TremouletMerge pull request dotnet/coreclr#11883 from JosephTrem...
2017-05-24 Brian RobbinsIndicate if thread time events are in managed or native...
2017-05-24 Jarret ShookMerge pull request dotnet/coreclr#11832 from jashook...
2017-05-24 Pat GavlinNever enregister type-punned regStruct lclVars.
2017-05-24 Joseph TremouletWeaken type assertion in gtNewLclNode
2017-05-24 Joseph TremouletImprove comments around implicit byref rewrite
2017-05-24 Steve MacLean[Arm64/Win] Revise JIT_MemSet (dotnet/coreclr#11420)
2017-05-24 Jonghyun Park[x86/Linux] Thread-safe UMThunkMarshInfo::RunTimeInit...
next