platform/upstream/dotnet/runtime.git
2016-05-13 Lubomir LitchevAdd a issues target file with thests to be excluded...
2016-05-06 John ChenMerge pull request dotnet/coreclr#4797 from JohnChen0...
2016-05-06 Bruce ForstallMerge pull request dotnet/coreclr#4810 from BruceForsta...
2016-05-06 Bruce ForstallMerge pull request dotnet/coreclr#4819 from BruceForsta...
2016-05-06 Matt EllisMerge pull request dotnet/coreclr#4821 from ellismg...
2016-05-06 Matt EllisFix conditional in Unix build definition
2016-05-06 Bruce ForstallDisable tests which fail in a RyuJIT/x86 Checked build...
2016-05-05 Bruce ForstallMark EDX as trashed by the no-gc helper calls
2016-05-05 Jarret ShookMerge pull request dotnet/coreclr#4800 from jashook...
2016-05-05 jashookFixup netci changes to build correctly.
2016-05-05 Bruce ForstallMerge pull request dotnet/coreclr#4782 from BruceForsta...
2016-05-05 Davis GoodinMerge pull request dotnet/coreclr#4792 from dagood...
2016-05-05 John Chen ... Remove an assert in AssemblySpec::EmitToken
2016-05-05 Jarret ShookMerge pull request dotnet/coreclr#4790 from jashook...
2016-05-05 Rama krishnan... Merge pull request dotnet/coreclr#4767 from ramarag...
2016-05-05 Rama Krishnan... [Arm64] Initialize indirection cell for delegates
2016-05-05 Aditya MandaleekaMerge pull request dotnet/coreclr#4765 from adityamanda...
2016-05-05 Rahul KumarMerge pull request dotnet/coreclr#4780 from mkborg...
2016-05-05 Mike McLaughlinRemove O_RDWR from sem_open and better error codes...
2016-05-05 Andy AyersMerge pull request dotnet/coreclr#4763 from AndyAyersMS...
2016-05-04 Bruce ForstallRyuJIT/x86: convert SBCG to NYI for multi-level express...
2016-05-04 Aditya MandaleekaMerge pull request dotnet/coreclr#4504 from krytarowski...
2016-05-04 SivarvMerge pull request dotnet/coreclr#4755 from sivarv...
2016-05-04 Davis GoodinRemove CORE_ROOT workaround. .NET CLI no longer uses...
2016-05-04 jashookAdd ryujit x86 pr trigger.
2016-05-04 Kyungwoo LeeMerge pull request dotnet/coreclr#4723 from kyulee1...
2016-05-04 Michelle McDanielMerge pull request dotnet/coreclr#4727 from adiaaida...
2016-05-04 sivarvMulti-reg call node support.
2016-05-04 Sean GillespieMerge pull request dotnet/coreclr#4757 from swgillespie...
2016-05-04 Bruce ForstallMerge pull request dotnet/coreclr#4760 from dotnet...
2016-05-04 Kyungwoo LeeARM64: Enable Tail Call with Vararg
2016-05-04 Mikhail I.... Fix Windows 'linuxmscorlib arm' build
2016-05-04 Rahul KumarMerge pull request dotnet/coreclr#4759 from rahku/crossgen
2016-05-04 Kyungwoo LeeMerge pull request dotnet/coreclr#4771 from myungjoo...
2016-05-04 MyungJoo HamUnix/Build: use -fsigned-char
2016-05-04 Pat GavlinMerge pull request dotnet/coreclr#4478 from pgavlin...
2016-05-04 Aditya MandaleekaMerge pull request dotnet/coreclr#4768 from adityamanda...
2016-05-04 Andy AyersUpdate per review feedback.
2016-05-04 Yi Zhang (CLR)Merge pull request dotnet/coreclr#4740 from yizhang82...
2016-05-04 Aditya MandaleekaAdd quotes around coreFxBinDir example.
2016-05-04 Andy AyersMerge pull request dotnet/coreclr#4753 from AndyAyersMS...
2016-05-04 Aditya MandaleekaAdd 'fwrapv' compile option.
2016-05-04 Andy AyersAdd some tests for optimization of booleans
2016-05-04 Kamil RytarowskiAdd initial NetBSD documentation
2016-05-04 Russ KeldorphMerge pull request dotnet/coreclr#4705 from RussKeldorp...
2016-05-03 Aditya MandaleekaRevert "Fix array allocation bounds checking."
2016-05-03 MyungJoo HamARM: fix stack frame management (dotnet/coreclr#4641)
2016-05-03 Aditya MandaleekaMerge pull request dotnet/coreclr#4693 from adityamanda...
2016-05-03 Aditya MandaleekaAdd test for Begin/EndInvoke throwing PlatformNotSuppor...
2016-05-03 Rahul KumarFix checking of correct errorlevel for crossgen
2016-05-03 Bruce ForstallMerge pull request dotnet/coreclr#4738 from dotnet...
2016-05-03 Sean GillespieMerge pull request dotnet/coreclr#4721 from swgillespie...
2016-05-03 Sean GillespieDisable two tests under GCStress for dotnet/coreclr...
2016-05-03 Pat GavlinCreate JIT packages during the build.
2016-05-03 Michelle McDanielSet overflow flag for add/sub hi on x86 TYP_LONG
2016-05-03 Pat GavlinRemove SEH interactions between the JIT and the EE.
2016-05-03 Sean GillespieGCSimulator test run
2016-05-03 Andy AyersInliner: initial version of SizePolicy
2016-05-03 Pat GavlinMerge pull request dotnet/coreclr#4728 from pgavlin...
2016-05-03 Deepak ShankargoudaFixing issue with perf targets restoring test runtime...
2016-05-03 Yi Zhang (CLR)Fix calling convention mismatch in 7 interop tests...
2016-05-03 Bruce ForstallMerge pull request dotnet/coreclr#4732 from BruceForsta...
2016-05-03 Bruce ForstallConvert signed int=>long cast SBCG to NYI
2016-05-03 Pat GavlinFix contracts in `tryResolveToken` et. al.
2016-05-03 Jan VorlicekMerge pull request dotnet/coreclr#4726 from adityamanda...
2016-05-03 James KoGeneralize Buffer.BlockCopy optimization for either...
2016-05-03 Gaurav KhannaFix for buildstatus/Issues/Issues.aspx?iid=797159
2016-05-03 Jan VorlicekFix handling of FP args on stack in the ArgIterator...
2016-05-03 Rama krishnan... Merge pull request dotnet/coreclr#4694 from ramarag...
2016-05-03 Lubomir LitchevMerge pull request dotnet/coreclr#4616 from LLITCHEV...
2016-05-03 Kyungwoo LeeMerge pull request dotnet/coreclr#4731 from kyulee1...
2016-05-03 Kyungwoo LeeARM64: Trigger Failure Email for Push Only
2016-05-03 Rama Krishnan... Arm64:Implemeting ThisPtrRetBufPrecode:
2016-05-02 Aditya MandaleekaFix array allocation bounds checking.
2016-05-02 Bruce ForstallMerge pull request dotnet/coreclr#4719 from dotnet...
2016-05-02 Gaurav KhannaMerge pull request dotnet/coreclr#4684 from gkhanna79...
2016-05-02 Kyungwoo LeeMerge pull request dotnet/coreclr#4718 from kyulee1...
2016-05-02 Aditya MandaleekaMerge pull request dotnet/coreclr#4637 from adityamanda...
2016-05-02 Lubomir LitchevAdd ability to AutoStartProfiling for CoreCLR.
2016-05-02 Jan KotasMerge pull request dotnet/coreclr#4709 from myungjoo...
2016-05-02 Jan KotasMerge pull request dotnet/coreclr#4688 from dotnet...
2016-05-02 Bruce ForstallMerge pull request dotnet/coreclr#4692 from BruceForsta...
2016-05-02 Mike McLaughlinMerge pull request dotnet/coreclr#4543 from krytarowski...
2016-05-02 Kyungwoo LeeARM64: NativeVarArg
2016-05-02 Kyungwoo LeeMerge pull request dotnet/coreclr#4621 from kyulee1...
2016-05-02 Kyungwoo LeeARM64: Enable Varargs with float argument.
2016-05-02 Kyungwoo LeeMerge pull request dotnet/coreclr#4699 from kyulee1...
2016-05-02 Andy AyersMerge pull request dotnet/coreclr#4689 from AndyAyersMS...
2016-05-02 Gaurav KhannaEnable crossgen to load JIT from a custom location
2016-05-02 Bruce ForstallAdd support for easily collecting JitFuncInfoLogFile...
2016-05-02 Yi Zhang (CLR)Merge pull request dotnet/coreclr#4710 from yizhang82...
2016-05-02 Russ KeldorphMerge pull request dotnet/coreclr#4707 from RussKeldorp...
2016-05-02 Russ KeldorphMerge pull request dotnet/coreclr#4704 from RussKeldorp...
2016-05-02 Yi Zhang (CLR)Fix warnings
2016-05-02 Jonghyun ParkFix dotnet/coreclr#4496 (dotnet/coreclr#4503)
2016-05-02 MyungJoo HamDisable WIN32_REGISTRY for UNIX platforms
2016-05-01 John ChenMerge pull request dotnet/coreclr#4556 from JohnChen0/r2r
2016-05-01 Russ KeldorphMark some GC tests incompatible with GCStress
2016-05-01 John Chen ... Support generic methods without generic dictionary
2016-05-01 Russ KeldorphDisable Vector3Interop until failures are addressed
next