platform/upstream/dotnet/runtime.git
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 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 Alex GhiondeaMake sure that when the StringBuilder.Append method...
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 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
2016-10-24 Jan KotasDelete DISABLE_EH_VECTORS
2016-10-24 Jan KotasDelete _TARGET_SET_ macro
2016-10-22 Jim MaFixed month calculating issue of calendars(dotnet/corec...
2016-10-22 Gaurav KhannaFix Binder based PInvoke resolution for dynamic assembl...
2016-10-22 Vijay RamakrishnanFixing the StackOverflowException error message. (dotne...
2016-10-22 Jim MaFixed typos and format issues on clr-code-guide doc...
2016-10-22 Jan KotasPort GC changes from CoreRT (dotnet/coreclr#7764)
2016-10-22 Dmitry-MeFix broken #elif (dotnet/coreclr#7756)
2016-10-22 Mukul SabharwalAdd Profiling API callbacks for R2R methods (dotnet...
2016-10-22 SivarvMerge pull request dotnet/coreclr#7749 from sivarv...
2016-10-22 James KoImprove ArraySegment's override of GetHashCode (dotnet...
2016-10-22 Pat GavlinMerge pull request dotnet/coreclr#7739 from pgavlin...
2016-10-22 Pat GavlinMerge pull request dotnet/coreclr#7760 from pgavlin...
2016-10-22 Pat GavlinMerge pull request dotnet/coreclr#7759 from pgavlin...
2016-10-21 Dmitry-MeInitialize member variable (dotnet/coreclr#7737)
2016-10-21 sivarvOptimize Vector<int>.Dot on AVX.
2016-10-21 Bruce ForstallMerge pull request dotnet/coreclr#7755 from dotnet...
2016-10-21 Rama krishnan... Merge pull request dotnet/coreclr#7754 from ramarag...
2016-10-21 Rama Krishnan... Adding Isafeserializationdata interface
2016-10-21 Mukul SabharwalAddress CR feedback
2016-10-21 Pat GavlinProperly initialize the varargs base lclVar.
2016-10-21 sandreenkoMerge pull request dotnet/coreclr#7672 from sandreenko...
2016-10-21 sandreenkoMerge pull request dotnet/coreclr#7743 from sandreenko...
2016-10-21 Pat GavlinInitialize long return type descs in `gtNewCallNode`.
2016-10-21 Mukul SabharwalAdd LCG JIT Compilation Profiler Callbacks
2016-10-21 kvochko[GDBJIT] Generate more complete debug information ...
2016-10-21 Maoni StephensMerge pull request dotnet/coreclr#7736 from hseok-oh...
2016-10-21 Michelle McDanielMerge pull request dotnet/coreclr#7724 from adiaaida...
2016-10-21 Jan KotasMerge pull request dotnet/coreclr#7745 from dotnet...
2016-10-21 Rama Krishnan... Exposing Some Threading Apis
2016-10-21 Andy AyersMerge pull request dotnet/coreclr#7727 from AndyAyersMS...
2016-10-21 Hyeongseok OhGC for large object allocation when fail to get new...
2016-10-21 Andy AyersJit: use class attributes check to reduce GC layout...
2016-10-20 dotnet-botUpdating the macro redefinition for _isnanf and _copysi...
next