platform/upstream/dotnet/runtime.git
2016-12-21 Gaurav KhannaMerge pull request dotnet/coreclr#8701 from dotnet...
2016-12-21 SivarvMerge pull request dotnet/coreclr#8697 from sivarv...
2016-12-21 dotnet-botUpdate CoreClr, CoreFx to beta-24821-04, beta-24821...
2016-12-21 Gaurav KhannaMerge pull request dotnet/coreclr#8696 from dotnet...
2016-12-21 Jan VorlicekRemove FEATURE_BLC_FORMATTING (dotnet/coreclr#8699)
2016-12-21 dotnet-botUpdate CoreClr, CoreFx to beta-24821-03, beta-24821...
2016-12-21 sivarvFix GT_LOCKADD register specification.
2016-12-20 Gaurav KhannaMerge pull request dotnet/coreclr#8670 from dotnet...
2016-12-20 Joseph TremouletMerge pull request dotnet/coreclr#8693 from JosephTremo...
2016-12-20 Joseph TremouletUse field type value-numbering local field stores
2016-12-20 dotnet-botUpdate CoreClr, CoreFx to beta-24820-02, beta-24820...
2016-12-20 Sujin KimChange wrong indentations in GetSecureInvoke() codes...
2016-12-20 mskvortsovARM: do not use unpredictable sub.w sp, rN, #imm (dotne...
2016-12-20 Jonghyun Park[x86/Linux] Implement libunwind-based unwindLazyStack...
2016-12-20 Sujin KimFix the bug that Secure Delegate Stubs are compiled...
2016-12-19 William GodbeMerge pull request dotnet/coreclr#8681 from gkhanna79...
2016-12-19 Gaurav KhannaUpdate build-packages.sh to support portableLinux
2016-12-19 Alexander RadchenkoAdd Encoding.GetBytes(string, offset, count) (dotnet...
2016-12-19 John ChenFix DllImport of IdnToAscii & IdnToUnicode (dotnet...
2016-12-19 Andy AyersMerge pull request dotnet/coreclr#8674 from AndyAyersMS...
2016-12-19 Igor Kulaychuk[Linux][GDB-JIT] Fix bugs in gdbjit that break lldb...
2016-12-19 SaeHie Park[x86/Linux] Add UMThunkStub (dotnet/coreclr#8627)
2016-12-19 Peter MarcuFixing up the arm subsystem versions (dotnet/coreclr...
2016-12-18 Mike McLaughlinRemove Read/WriteProcessMemory from PAL. (dotnet/corecl...
2016-12-18 Jan KotasUse ExecutionPolicy ByPass to execute probe-win.ps1...
2016-12-18 Andy AyersWiden basic block flag field to 64 bits
2016-12-17 Gaurav KhannaMerge pull request dotnet/coreclr#8668 from gkhanna79...
2016-12-16 Gaurav KhannaPackaging support for portable Linux binaries.
2016-12-16 Gaurav KhannaMerge pull request dotnet/coreclr#8664 from dotnet...
2016-12-16 Jan KotasAvoid Unsafe.AsRef in Span<T> implementation (dotnet...
2016-12-16 Alexander RadchenkoDictionary.GetValueOrDefault (dotnet/coreclr#8641)
2016-12-16 dotnet-botUpdate CoreClr to beta-24816-04
2016-12-16 Hyeongseok OhFix buildsystem for linux cross-architecture component...
2016-12-16 Rama krishnan... Makes CultureInfo.get_Parent thread safe (dotnet/corecl...
2016-12-16 Gaurav KhannaMerge pull request dotnet/coreclr#8659 from dotnet...
2016-12-16 dotnet-botUpdate CoreFx to beta-24816-02
2016-12-16 Igor Kulaychuk[Linux][GDB-JIT] Add try/catch blocks to methods in...
2016-12-15 Alexander RadchenkoMake it easier to use StringComparison & StringComparer...
2016-12-15 Jan KotasSwitch GCSample to the canonical GCToOSInterface implem...
2016-12-15 Gaurav KhannaMerge pull request dotnet/coreclr#8649 from dotnet...
2016-12-15 Carol EidtMerge pull request dotnet/coreclr#8642 from CarolEidt...
2016-12-15 dotnet-botUpdate CoreClr, CoreFx to beta-24815-03, beta-24815...
2016-12-15 John ChenRemove API Set dependency (dotnet/coreclr#8624)
2016-12-15 Carol EidtMerge pull request dotnet/coreclr#8207 from CarolEidt...
2016-12-15 SivarvMerge pull request dotnet/coreclr#8329 from litian2025...
2016-12-15 Gaurav KhannaMerge pull request dotnet/coreclr#8645 from dotnet...
2016-12-15 dotnet-botUpdate CoreFx to beta-24815-01
2016-12-15 Sasha SemennikovMerge pull request dotnet/coreclr#8546 from alsemenn...
2016-12-15 Pat GavlinMerge pull request dotnet/coreclr#8640 from pgavlin...
2016-12-14 Li TianFix SIMD Scalar Move Encoding: VEX.L should be 0
2016-12-14 Carol EidtCorrectly sequence fgMorphModToSubMulDiv
2016-12-14 Pat GavlinAdd a regression test.
2016-12-14 Gaurav KhannaMerge pull request dotnet/coreclr#8582 from dotnet...
2016-12-14 Pat GavlinFix ref count adjustment in `fgMorphBlockStmt`.
2016-12-14 Igor Kulaychuk[Linux][GDB-JIT] Add simple C++ mangling of method...
2016-12-14 Pat GavlinMerge pull request dotnet/coreclr#8601 from pgavlin...
2016-12-14 Michal StrehovskýAdd support for R2R ldvirtftn helpers (dotnet/coreclr...
2016-12-14 dotnet-botUpdate CoreClr, CoreFx to beta-24814-03, beta-24814...
2016-12-14 Jonghyun ParkMove RUNTIME_FUNCTION__BeginAddress into clrnt.h (dotne...
2016-12-14 Jonghyun Park[x86/Linux] Adds Dummy Exception Handler (dotnet/corecl...
2016-12-14 mskvortsov[ARM32/Linux] Initial bring up of FEATURE_INTERPRETER...
2016-12-14 ahsonkhanAdding method implementations to fast span/readonlyspan...
2016-12-14 Jonghyun Park[x86/Linux] Enforce 16-byte stack alignment (dotnet...
2016-12-14 Jonghyun Park[x86/Linux] Fix incorrect __fastcall definition (dotnet...
2016-12-14 Jonghyun Park[x86/Linux] Fix "Bad opcode" assert in unwindLazyState...
2016-12-13 Bruce ForstallMerge pull request dotnet/coreclr#8617 from hqueue...
2016-12-13 Jonghyun Park[x86/Linux] Port jithelp.asm (dotnet/coreclr#8491)
2016-12-13 Pat GavlinFix the ARM32 build.
2016-12-13 Jeremy KuhneRemove no-op file security (dotnet/coreclr#8611)
2016-12-13 Pat GavlinFix consume-order checking in codegen.
2016-12-13 Wes HaggardMerge pull request dotnet/coreclr#8560 from AlexRadch...
2016-12-13 SivarvMerge pull request dotnet/coreclr#8621 from mikedn...
2016-12-13 Mike DanesFix incorrect compare narrowing in TreeNodeInfoInitCmp
2016-12-13 Mike McLaughlinEnable interop debugging for Windows amd64 and x86...
2016-12-13 Jan KotasSynchronize src\mscorlib\corefx with the CoreRT fork...
2016-12-13 Jeremy KuhneRemove managed environment cache (dotnet/coreclr#8604)
2016-12-13 Jan KotasDelete HostProtection attributes (dotnet/coreclr#8610)
2016-12-13 Hyung-Kyu ChoiRyujit/ARM32 Initial Lowering::IsContainableImmed for ARM
2016-12-13 Carol EidtMerge pull request dotnet/coreclr#8520 from hqueue...
2016-12-13 Hyung-Kyu ChoiRyujit/ARM32 Implement Lowering::LowerCast for ARM
2016-12-13 Drew ScogginsMerge pull request dotnet/coreclr#8510 from DrewScoggin...
2016-12-13 Drew ScogginsAdd ability to give a name to a PR run
2016-12-12 Jan KotasRename Contract.Assert to Debug.Assert (dotnet/coreclr...
2016-12-12 SaeHie Park[x86/Linux] implement TheUMEntryPrestub (dotnet/coreclr...
2016-12-12 Davis GoodinFix longname DAC to enable arm[64] symbol packages...
2016-12-12 SivarvMerge pull request dotnet/coreclr#8532 from sivarv...
2016-12-12 Michelle McDanielMerge pull request dotnet/coreclr#8598 from adiaaida...
2016-12-12 Brian SullivanMerge pull request dotnet/coreclr#8541 from briansull...
2016-12-12 Alexander Radchenko// BLOCKED (do not add now): [EditorBrowsable(EditorBro...
2016-12-12 Michelle McDanielDisable GetGenerationWR2 for GCStress on x86
2016-12-12 Gaurav KhannaMerge pull request dotnet/coreclr#8421 from hseok-oh...
2016-12-12 Matt WarrenSpan<T> api update (dotnet/coreclr#8583)
2016-12-12 Evgeny Pavlov[x86/Linux][SOS] Don't include utilcode.h in gcdumpx86...
2016-12-12 Evgeny Pavlov[x86/Linux][SOS] Add CALLBACK (aka stdcall) to function...
2016-12-11 Sean GillespieLocal GC: Decouple write barrier operations between...
2016-12-10 Andy AyersFix typo in clang-format directive and reformat end...
2016-12-10 Stephen ToubMerge pull request dotnet/coreclr#8581 from stephentoub...
2016-12-10 Stephen ToubUse JitHelpers.UnsafeCast in ConditionalWeakTable
2016-12-10 Stephen ToubMerge pull request dotnet/coreclr#8420 from dotnet...
2016-12-10 Jan KotasImprove ConditionalWeakTable.Remove (dotnet/coreclr...
next