platform/upstream/dotnet/runtime.git
2016-10-31 Pat GavlinFix P/Invoke cookie passing on x86.
2016-10-29 Jeremy KuhneMerge pull request dotnet/coreclr#7882 from JeremyKuhne...
2016-10-29 Peter MarcuDateTime.ToString(“o”) allocates 32 objects, (dotnet...
2016-10-28 Jeremy KuhneAlign ArrayPool to shared code pattern
2016-10-28 Jeremy KuhneMerge pull request dotnet/coreclr#7817 from JeremyKuhne...
2016-10-28 Jan VorlicekRemove some unused PAL functions (dotnet/coreclr#7873)
2016-10-28 Pat GavlinMerge pull request dotnet/coreclr#7832 from pgavlin...
2016-10-28 SivarvMerge pull request dotnet/coreclr#3941 from sivarv...
2016-10-28 Pat GavlinFix formatting.
2016-10-28 sivarvMulti-reg call node design doc.
2016-10-28 Bruce ForstallMerge pull request dotnet/coreclr#7864 from BruceForsta...
2016-10-28 Jeremy KuhneCopy CoreFX FileStream to CoreLib
2016-10-28 John ChenEnsure the module slot in R2R image can be located...
2016-10-28 Drew ScogginsMerge pull request dotnet/coreclr#7835 from DrewScoggin...
2016-10-28 Jan KotasMerge pull request dotnet/coreclr#7872 from jkotas...
2016-10-28 Jan KotasAdd comment about F# dependency on hashing algorithm
2016-10-28 Jan KotasRevert "Better Tuple hashing, avoid boxing in Equals...
2016-10-28 Phil ChristensenC++ conformance. (building with /permissive-) (dotnet...
2016-10-28 Jan KotasMerge pull request dotnet/coreclr#7866 from dotnet...
2016-10-28 Jan VorlicekAdd missing std::move to one exception throw (dotnet...
2016-10-28 kchoiUpdate broken link to RIDs (dotnet/coreclr#7850)
2016-10-28 Michal StrehovskýUse memset instead of ZeroMemory (dotnet/coreclr#7851)
2016-10-28 Mike McLaughlinFix exception.StackTrace race condition. Issue dotnet...
2016-10-28 Austin WiseFix conversion from CorJitFlag2 enum to JitFlag. (dotne...
2016-10-27 Bruce ForstallInitial RyuJIT x86 SIMD support
2016-10-27 Dan Moseleyfix typo
2016-10-27 Rahul Kumarrollback CS1635584
2016-10-27 Rahul KumarExpose System.Security.Principal.PrincipalPolicy (requi...
2016-10-27 Bruce ForstallMerge pull request dotnet/coreclr#7837 from BruceForsta...
2016-10-27 Jan VorlicekAdd verification of System.Globalization.Native.so...
2016-10-27 Bruce ForstallIntroduce new CORJIT_FLAGS type
2016-10-27 AlexGhiondeaMerge pull request dotnet/coreclr#7803 from AlexGhionde...
2016-10-27 Michal StrehovskýImplement initThisClass for generic types in ReadyToRun...
2016-10-27 Rahul KumarMerge pull request dotnet/coreclr#7839 from rahku/_appd...
2016-10-27 Rahul Kumarexpose events from AppDomain via AssemblyLoadContext
2016-10-27 dotnet-botFix PDB creation for Ready-to-Run image of facade assem...
2016-10-27 Dmitry-MeProperly spell class name in comments (dotnet/coreclr...
2016-10-27 Jim MaFixed gcinfoencoder build errors. (dotnet/coreclr#7826)
2016-10-27 Tarek Mahmoud... Add the missing ICU APIs to the ICU shim (dotnet/corecl...
2016-10-27 Michal StrehovskýUse getLocationOfThisType instead of embedGenericHandle...
2016-10-27 Hanjoung Lee[ARM/CI] Change the name of corefx project (dotnet...
2016-10-27 SivarvMerge pull request dotnet/coreclr#7787 from sivarv...
2016-10-27 Michal StrehovskýMerge pull request dotnet/coreclr#7828 from MichalStreh...
2016-10-27 Andy AyersMerge pull request dotnet/coreclr#7746 from AndyAyersMS...
2016-10-26 Drew ScogginsMove JIT perf tests to new infrastructure
2016-10-26 Drew ScogginsUpdate performance tests
2016-10-26 John SoklaskiMove benchmarks to use netstandard1.4 instead of netcor...
2016-10-26 Alex GhiondeaMake sure that when the StringBuilder.Append method...
2016-10-26 Pat GavlinCorrect indirect P/Invoke call prlogs on x86.
2016-10-26 John ChenAllow Ready-to-Run image to be loaded multiple times...
2016-10-26 Michal StrehovskýFix value numbering of ReadyToRunGenericStaticBase
2016-10-26 Faizur RahmanAdd Misc types to InteropServices
2016-10-26 sivarvOptimize 'test' instruction for op1 == 0 and op1 !...
2016-10-26 Davis GoodinUpdate CoreClr, CoreFx to beta-24625-03, beta-24625...
2016-10-26 Pat GavlinMerge pull request dotnet/coreclr#7808 from pgavlin...
2016-10-26 Michelle McDanielMerge pull request dotnet/coreclr#7823 from adiaaida...
2016-10-26 Michelle McDanielFix format.py to look for .bat on Windows
2016-10-26 Tarek Mahmoud... Enable CultureInfo netstandard 1.7 APIs on Linux (dotne...
2016-10-26 Jan VorlicekRemove dependency of System.Globalization.Native.so...
2016-10-26 Rama krishnan... Merge pull request dotnet/coreclr#7816 from ramarag...
2016-10-26 sandreenkoMerge pull request dotnet/coreclr#7806 from sandreenko...
2016-10-26 Bruce ForstallMerge pull request dotnet/coreclr#7814 from dotnet...
2016-10-26 Rama Krishnan... Adding missing members of threading.overlapped
2016-10-26 Rahul KumarFix build break caused by git commit for AppDomain...
2016-10-25 Pat GavlinMerge pull request dotnet/coreclr#7802 from pgavlin...
2016-10-25 Sergey Andreenkofix VSO 278365
2016-10-25 Rama krishnan... Merge pull request dotnet/coreclr#7751 from ramarag...
2016-10-25 Drew ScogginsAdd CoreCLR perf test support to Jenkins
2016-10-25 Bruce ForstallMerge pull request dotnet/coreclr#7800 from BruceForsta...
2016-10-25 Rama Krishnan... Making MemoryFailPoint functional on xplat
2016-10-25 Pat GavlinClear side-effect flags on local reads in rationalize.
2016-10-25 Rahul KumarMerge pull request dotnet/coreclr#7786 from rahku/_appd...
2016-10-25 Rahul KumarAdd implementation of AppDomain.GetAssemblies
2016-10-25 Pat GavlinDo not promote long-typed args in methods that use...
2016-10-25 Michelle McDanielMerge pull request dotnet/coreclr#7799 from adiaaida...
2016-10-25 Andy AyersMerge pull request dotnet/coreclr#7798 from AndyAyersMS...
2016-10-25 Bruce ForstallChange JIT-EE interface GUID
2016-10-25 Michelle McDanielFix flag check when morphing into rotate
2016-10-25 Dmitry-MeCheck index before access (dotnet/coreclr#7795)
2016-10-25 Ivan BaravyAdd more lldbplugin/libsosplugin tests (dotnet/coreclr...
2016-10-25 Andy AyersInliner: fix RARE_GC_STRUCT observation impact
2016-10-25 Jan KotasDo not materialize CAS PseudoCustomAttribute (dotnet...
2016-10-25 Faizur RahmanAdd few Interop Marshal APIs (dotnet/coreclr#7742)
2016-10-25 Daniel PodderFix typos in windows build instructions (dotnet/coreclr...
2016-10-25 Mike McLaughlinFix performance problem introduced in previous change...
2016-10-24 sandreenkoMerge pull request dotnet/coreclr#7782 from sandreenko...
2016-10-24 Sergey Andreenkofix tfs build crash
2016-10-24 Ian HaysMerge pull request dotnet/coreclr#7778 from ianhays...
2016-10-24 Jan KotasAdd back call to BitArray::ClearAll (dotnet/coreclr...
2016-10-24 noahfalkMerge pull request dotnet/coreclr#7706 from mjsabby...
2016-10-24 SivarvMerge pull request dotnet/coreclr#7776 from sivarv...
2016-10-24 Ian HaysPR feedback for BinaryReader/Writer buffers
2016-10-24 Ian HaysAdd some extra checks to BinaryReader/Writer buffers
2016-10-24 Ian HaysMerge pull request dotnet/coreclr#7775 from ianhays...
2016-10-24 Jan KotasMerge pull request dotnet/coreclr#7772 from jkotas...
2016-10-24 sivarvFix the condition to dump a basic block stats.
2016-10-24 Ian HaysAdd CFG flag to ARM64 build
2016-10-24 Pat GavlinMerge pull request dotnet/coreclr#7720 from Dmitry...
2016-10-24 Jan KotasReplace LPVOID with void*
2016-10-24 Jan KotasSimplify GCINFODECODER_CONTRACT
next