platform/upstream/dotnet/runtime.git
2017-01-26 Bruce ForstallImprove SIMD tests
2017-01-25 Jonghyun ParkIntroduce REGDISPLAY_BASE (dotnet/coreclr#9095)
2017-01-25 William GodbeMerge pull request dotnet/coreclr#9119 from wtgodbe...
2017-01-25 wtgodbeFix CoreFX Binary copying in netci.groovy
2017-01-25 Michelle McDanielMerge pull request dotnet/coreclr#9111 from adiaaida...
2017-01-25 William GodbeMerge pull request dotnet/coreclr#9099 from wtgodbe...
2017-01-25 William GodbeMerge pull request dotnet/coreclr#9113 from wtgodbe...
2017-01-25 Michelle McDanielFix x86compatjit and x86lb legs
2017-01-25 wtgodbeAlways use release folder for CoreFxBinDir
2017-01-25 William GodbeMerge pull request dotnet/coreclr#9112 from wtgodbe...
2017-01-25 wtgodbeFix arg parsing for buildagainstpackages argument
2017-01-25 Michelle McDanielMerge pull request dotnet/coreclr#9100 from adiaaida...
2017-01-25 Michelle McDanielUpdate isUsedFromMemory to include CNS_DBLs
2017-01-25 Stephen ToubMerge pull request dotnet/coreclr#9024 from stephentoub...
2017-01-25 Jan KotasMerge pull request dotnet/coreclr#9102 from dotnet...
2017-01-25 Jan KotasMerge pull request dotnet/coreclr#9104 from dotnet...
2017-01-25 SivarvMerge pull request dotnet/coreclr#9084 from hqueue...
2017-01-25 Jan KotasRevert "Improve CompareOrdinalIgnoreCaseHelper performa...
2017-01-25 Tarek Mahmoud... Revert "Fast-path for ASCII & UTF8 Encoding ASCII data"
2017-01-25 Drew ScogginsMerge pull request dotnet/coreclr#9073 from DrewScoggin...
2017-01-25 Drew ScogginsFix Ubuntu Perf Runs
2017-01-25 Andy AyersMerge pull request dotnet/coreclr#9096 from AndyAyersMS...
2017-01-25 Brian SullivanMerge pull request dotnet/coreclr#9020 from briansull...
2017-01-25 William GodbeMerge pull request dotnet/coreclr#9092 from wtgodbe...
2017-01-25 wtgodbeReintroduce building Core_Root to runtest.cmd
2017-01-24 wtgodbeFix runtest.sh build of Coreoverlay to account for...
2017-01-24 Andy AyersAdd BenchmarkGames revcomp benchmark
2017-01-24 Brian SullivanDocument jumpStub usage in Codeman.cpp
2017-01-24 Bruce Bowyer... Improve CompareOrdinalIgnoreCaseHelper performance...
2017-01-24 Andy AyersMerge pull request dotnet/coreclr#9065 from pgavlin...
2017-01-24 William GodbeMerge pull request dotnet/coreclr#8973 from wtgodbe...
2017-01-24 Rahul KumarMerge pull request dotnet/coreclr#9090 from rahku/arm64fix
2017-01-24 Ben AdamsFast-path for ASCII & UTF8 Encoding ASCII data (dotnet...
2017-01-24 Ian HaysMerge pull request dotnet/coreclr#8944 from DmitryDzuba...
2017-01-24 wtgodbeAdd support for running CoreCLR Tests in Helix
2017-01-24 Gaurav KhannaMerge pull request dotnet/coreclr#9071 from gkhanna79...
2017-01-24 Rahul KumarFix arm64 build break
2017-01-24 Gaurav KhannaMerge pull request dotnet/coreclr#9076 from dotnet...
2017-01-24 mikednDelete unused files (dotnet/coreclr#9082)
2017-01-24 dotnet-botUpdate CoreClr, CoreFx to beta-24924-01, beta-24924...
2017-01-24 Jonghyun Park[x86/Linux] Port CheckRegDisplaySP (dotnet/coreclr...
2017-01-24 Hyung-Kyu ChoiFix codegen for GT_NEG to handle floating point type
2017-01-24 Jonghyun Park[x86/Linux] Fix EH Region Mismatch (dotnet/coreclr...
2017-01-24 Jonghyun ParkSimplify #ifdef related with UnwindStackFrame (dotnet...
2017-01-24 Hyung-Kyu ChoiImplement GT_INTRINSIC_Sqrt for floating-point
2017-01-24 Jonghyun ParkClean up #else in EECodeManager::FixContext (dotnet...
2017-01-24 Jonghyun ParkClean up LeaveFinally/LeaveCatch (dotnet/coreclr#9050)
2017-01-24 Bruce ForstallMerge pull request dotnet/coreclr#9074 from BruceForsta...
2017-01-24 Koundinya VeluriDisallow statics of spans and class instance members...
2017-01-24 Jonghyun Park[x86/Linux] Port two preconditions in ExceptionTracker...
2017-01-24 Jonghyun ParkRename Esp in x86 REGDISPLAY as SP (dotnet/coreclr...
2017-01-24 Carol EidtMerge pull request dotnet/coreclr#8672 from mikedn...
2017-01-24 Carol EidtMerge pull request dotnet/coreclr#9072 from CarolEidt...
2017-01-24 Jan KotasPort GC fixes from CoreRT (dotnet/coreclr#9078)
2017-01-24 Jonghyun ParkRemove PALAPI attribute from PAL Callback (dotnet/corec...
2017-01-24 Jonghyun ParkClean up #else in EECodeManager::GetAmbientSP (dotnet...
2017-01-24 Andy AyersMerge pull request dotnet/coreclr#8910 from AndyAyersMS...
2017-01-24 Sean Gillespie[Local GC] Provide an implementation of GCToOSInterface...
2017-01-24 Bruce ForstallFix GenTree hash function for commutative operators
2017-01-24 Sean GillespieDisable GC/Scenarios/DoublinkList/doublinkgen (dotnet...
2017-01-24 Sean Gillespie[Local GC] Add three finalization-related operations...
2017-01-24 Carol EidtAdd a test case for a test optimization
2017-01-24 Gaurav KhannaMerge pull request dotnet/coreclr#9056 from dotnet...
2017-01-23 Gaurav KhannaUpdate CoreCLR nuget package versions to 2.0.0
2017-01-23 Jan KotasMerge pull request dotnet/coreclr#9058 from dotnet...
2017-01-23 Matt EllisMerge pull request dotnet/coreclr#9059 from omajid...
2017-01-23 Pat GavlinFix the ordering of phases in compphases.h.
2017-01-23 DmitryMove version increment, add size conditions
2017-01-23 dotnet-botUpdate CoreClr to beta-24923-06
2017-01-23 Omair MajidTreat RHEL 7.x versions as RHEL 7 when building
2017-01-23 danmosemsftRemove desktop props
2017-01-23 danmosemsftRemove disabled FEATURE_APTCA
2017-01-23 danmosemsftRemove disabled FEATURE_APPDOMAINMANAGER_INITOPTIONS
2017-01-23 danmosemsftRemove disabled FEATURE_APPX_BINDER
2017-01-23 danmosemsftRemove disabled FEATURE_X509_SECURESTRINGS
2017-01-23 danmosemsftRemove disabled FEATURE_X509
2017-01-23 danmosemsftRemove disabled FEATURE_UNSAFE_CONTRACTS
2017-01-23 danmosemsftRemove disabled FEATURE_SERIALIZATION
2017-01-23 danmosemsftRemove disabled FEATURE_RWLOCK
2017-01-23 danmosemsftRemove disabled FEATURE_PLS
2017-01-23 danmosemsftRemove disabled FEATURE_NORM_IDNA_ONLY
2017-01-23 danmosemsftRemove disabled FEATURE_METHOD_RENTAL
2017-01-23 danmosemsftRemove disabled FEATURE_LINK_DEMAND
2017-01-23 danmosemsftRemove disabled FEATURE_LEGACYSURFACE
2017-01-23 danmosemsftRemove disabled FEATURE_LEAK_CULTURE_INFO
2017-01-23 Justin Van... Add String.Trim overloads that take a single char ...
2017-01-23 danmosemsftRemove disabled FEATURE_CRYPTO
2017-01-23 danmosemsftRemove disabled FEATURE_COMPRESSEDSTACK
2017-01-23 danmosemsftRemove disabled FEATURE_COMINTEROP_WINRT_DESKTOP_HOST
2017-01-23 danmosemsftRemove disabled FEATURE_COMINTEROP_MANAGED_ACTIVATION
2017-01-23 danmosemsftRemove disabled FEATURE_CODEPAGES_FILE
2017-01-23 danmosemsftRemove disabled FEATURE_CASE_SENSITIVE_FILESYSTEM
2017-01-23 danmosemsftRemove disabled FEATURE_ADVANCED_MANAGED_ETW_CHANNELS
2017-01-23 Dan MoseleyMerge pull request dotnet/coreclr#9044 from dotnet...
2017-01-23 Andy AyersAdd simple span benchmarks
2017-01-23 danmosemsftDisable and remove FEATURE_APPDOMAIN_RESOURCE_MONITORIN...
2017-01-23 Gaurav KhannaMerge pull request dotnet/coreclr#9035 from dotnet...
2017-01-23 Pat GavlinMerge pull request dotnet/coreclr#8724 from hqueue...
2017-01-23 danmosemsftRevert "remove FEATURE_APPDOMAIN_RESOURCEMONITORING...
2017-01-23 Ben AdamsRemove some Diagnostics.Eventing allocations (dotnet...
next