platform/upstream/dotnet/runtime.git
2017-04-12 Aditya MandaleekaHide knowledge of handle table buckets and home heaps...
2017-04-12 Aditya MandaleekaDelete Ref_ContainHandle and ContainsOBJECTHANDLE.
2017-04-12 Aditya MandaleekaAdd GetNewHandleTable and GetGlobalHandleTable to inter...
2017-04-12 Aditya MandaleekaRemove GetHandleTableForHandle and add CreateDuplicateH...
2017-04-12 Aditya MandaleekaReplace GetHandleTableContext with GetHandleContext.
2017-04-12 Aditya MandaleekaMerge pull request dotnet/coreclr#10882 from adityamand...
2017-04-12 Aditya MandaleekaMerge pull request dotnet/coreclr#10877 from adityamand...
2017-04-12 Jan KotasMove files to shared CoreLib partition (dotnet/coreclr...
2017-04-12 Aditya MandaleekaMerge pull request dotnet/coreclr#10816 from adityamand...
2017-04-12 William GodbeMerge pull request dotnet/coreclr#10907 from wtgodbe...
2017-04-12 wtgodbePass null instead of empty for PB_BuildType
2017-04-11 William GodbeMerge pull request dotnet/coreclr#10906 from wtgodbe...
2017-04-11 wtgodbePass PB_BuildType as a Pipeline ReportingParameter
2017-04-11 William GodbeMerge pull request dotnet/coreclr#10899 from wtgodbe...
2017-04-11 wtgodbeAdd last set of reportingParameters to pipelines.json
2017-04-11 Andy AyersMerge pull request dotnet/coreclr#10867 from AndyAyersM...
2017-04-11 Mandar SahasrabuddheCoreFx dotnet/coreclr#15622 Dictionary<TKey, TValue...
2017-04-11 Bruce ForstallMerge pull request dotnet/coreclr#10880 from BruceForst...
2017-04-11 Pat GavlinMerge pull request dotnet/coreclr#10876 from pgavlin...
2017-04-11 Jan KotasMove a few more types from CoreFX to CoreLib (dotnet...
2017-04-11 Matt GalbraithMerge pull request dotnet/coreclr#10894 from dotnet...
2017-04-11 Jan KotasMerge pull request dotnet/corertdotnet/coreclr#3288...
2017-04-11 Bruce ForstallCreate common files for ARM32 and ARM64 common code
2017-04-11 Matt GalbraithAdd some BuildType and Subtype info to CoreCLR build...
2017-04-11 Pat GavlinMerge pull request dotnet/coreclr#10886 from hseok...
2017-04-11 Jan KotasMerge pull request dotnet/corertdotnet/coreclr#3285...
2017-04-11 Hyeongseok OhRemove sudo in netci.groovy
2017-04-11 Hyeongseok OhOverwrite permission in coreoverlay generation
2017-04-11 Hyeongseok OhFix netci.groovy
2017-04-11 Hyeongseok OhFix CI test error: permission error
2017-04-11 Sergey AndreenkoDo not spill eeStack after ldtoken opcode. (dotnet...
2017-04-11 Aditya MandaleekaRemove double initialization of variables in app domain...
2017-04-11 Koundinya VeluriFix some static methods on ThreadPool to wait for initi...
2017-04-11 Bruce ForstallMerge pull request dotnet/coreclr#10782 from parjong...
2017-04-11 Aditya MandaleekaMove handle null checks to VM side.
2017-04-11 dotnet botUpdate CoreClr to preview1-25210-04 (dotnet/coreclr...
2017-04-11 Pat GavlinMerge pull request dotnet/coreclr#10871 from pgavlin...
2017-04-10 Pat GavlinMerge pull request dotnet/coreclr#10866 from pgavlin...
2017-04-10 Pat GavlinFix a few errors in cast decomposition.
2017-04-10 Dan Moseleyempty array (dotnet/coreclr#10841)
2017-04-10 Roman ArtemevMerge pull request dotnet/coreclr#10814 from rartemev...
2017-04-10 Bruce ForstallMerge pull request dotnet/coreclr#10808 from sdmaclea...
2017-04-10 Jonghyun ParkExtract genInterruptible setting as a separate region
2017-04-10 Jonghyun ParkUse hasPartialArgInfo instead of isPartialArgInfo
2017-04-10 Sergey Andreenkoadd test with deep execution tree without stores. ...
2017-04-10 Pat GavlinPackage compatjit.dll in pipeline builds.
2017-04-10 Pat GavlinFormat code.
2017-04-10 Aditya MandaleekaMove handle destruction code to IGCHandleTable.
2017-04-10 Pat GavlinFix VSO bug 405852.
2017-04-10 Jan KotasAdd back UnmanagedType.LPUTF8Str (dotnet/coreclr#10859)
2017-04-10 RewCoreLib Build System portability updates (dotnet/corecl...
2017-04-10 Koundinya VeluriFix contract to allow call into GarbageCollect() to...
2017-04-10 Aditya MandaleekaMerge pull request dotnet/coreclr#10823 from adityamand...
2017-04-10 Omar TawfikAdd empty System.Runtime.CompilerServices.RuntimeFeatur...
2017-04-10 Roman ArtemevAdded netstandard corelib into ilasm reference resolver
2017-04-10 Atsushi KanamoriFix perf penalty for creating dictionaries the easy...
2017-04-10 Andy AyersJit: fix issue with single-def type propagation
2017-04-10 Steve MacLean... [Arm64] Cleanup/fix InitBlkUnroll
2017-04-10 dotnet botUpdate CoreFx to preview1-25210-01 (dotnet/coreclr...
2017-04-10 James KoImplement slicing APIs for ArraySegment<T> (dotnet...
2017-04-10 IlyaIncorrect parameter order found by PVS-Studio (dotnet...
2017-04-10 Atsushi KanamoriGet rid of "#if FEATURE_RANDOMIZED_STRING_HASHING"...
2017-04-10 Sergey AndreenkoForbid lea without index and base. (dotnet/coreclr...
2017-04-10 Jan KotasDelete FEATURE_READYTORUN define for CoreLib build...
2017-04-10 Jonghyun Park[x86/Linux] Set ResumeEsp as Caller Sp when unwond...
2017-04-10 Jonghyun Park[x86/Linux] 16-byte aligned ResolveWorkerChainLookupAsm...
2017-04-10 Buyduck* Fixed issue, when structures with many fields had...
2017-04-10 Jan KotasMove files to shared CoreLib partition (dotnet/coreclr...
2017-04-09 Aditya MandaleekaMove variable handle creation.
2017-04-09 Sean Gillespie[Local GC] Move knowledge of the free object method...
2017-04-09 Jan KotasMove files to shared CoreLib partition (dotnet/coreclr...
2017-04-09 Joseph TremouletUpdate VS2017 'Individual Components' install info...
2017-04-09 Jan KotasDelete reference to model.xml since it no longer exists...
2017-04-09 Jim MaFix the broken link in contributing.md (dotnet/coreclr...
2017-04-09 Bruce ForstallMerge pull request dotnet/coreclr#10776 from sdmaclea...
2017-04-09 Bruce ForstallMerge pull request dotnet/coreclr#10736 from sdmaclea...
2017-04-08 Hadi BraisFix corerun issue when loaded from PATH (dotnet/coreclr...
2017-04-08 Alex PerovichUse a monotonic clock for test timing (dotnet/coreclr...
2017-04-08 Koundinya VeluriHandle SIGTERM on OSX (dotnet/coreclr#10723)
2017-04-08 Jim MaExit gracefully when running ildasm -nat against unsupp...
2017-04-08 Bruce ForstallMerge pull request dotnet/coreclr#10811 from BruceForst...
2017-04-08 Sean Gillespie[Local GC] Fix some interface violations (dotnet/corecl...
2017-04-08 Jan KotasMerge pull request dotnet/corertdotnet/coreclr#3262...
2017-04-07 Jan KotasFind & replace Exception.SetErrorCode with Exception...
2017-04-07 Aditya MandaleekaMerge pull request dotnet/coreclr#10757 from adityamand...
2017-04-07 Aditya MandaleekaMove OBJECTHANDLE definition to gcinterface.h
2017-04-07 Aditya MandaleekaAdd creation of special handle types to IGCHandleTable.
2017-04-07 Omar TawfikAdd System.Runtime.CompilerServices.ReadOnlyAttribute...
2017-04-07 Davis GoodinTemporarily disable symweb indexing (dotnet/coreclr...
2017-04-07 Bruce ForstallRemove RELOC_SUPPORT define
2017-04-07 Jeremy KuhneStrip out unused reg code. (dotnet/coreclr#10741)
2017-04-07 Steve MacLean... [Arm64] enable initblk loop unrolling
2017-04-07 William GodbeMerge pull request dotnet/coreclr#10806 from wtgodbe...
2017-04-07 Jan KotasDelete moved file
2017-04-07 Jan KotasMerge pull request dotnet/corertdotnet/coreclr#3247...
2017-04-07 Ahson Ahmed... Using AsSpan since we no longer have slice on string...
2017-04-07 Bruce ForstallMerge pull request dotnet/coreclr#10799 from sdmaclea...
2017-04-07 wtgodbePublish portable OSX binaries into separate container...
2017-04-07 Jan KotasMove public ThreadAbortException back to CoreLib (dotne...
2017-04-07 dotnet botUpdate CoreClr, CoreFx to preview1-25207-02, preview1...
next