platform/upstream/dotnet/runtime.git
2020-01-12 Alexander Soldatov[armel/Linux] Fix armel build (#1609)
2020-01-12 buyaa-nAnnotate System.Security.Claims for nullable (#1431)
2020-01-11 Marek SafarRemove dead code in BlockingCollection (#636)
2020-01-11 Felipe PessotoChange NetworkStream.Socket property from protected...
2020-01-11 Stephen ToubAnnotate Microsoft.Win32.SystemEvents for nullable...
2020-01-11 Jan KotasUnify cmake_minimum_required to 3.14.2 (#1315)
2020-01-11 Eric ErhardtAdd more known Regex patterns to increase test coverage...
2020-01-11 Stephen ToubAnnotate System.Diagnostics.FileVersionInfo for nullabl...
2020-01-11 Stephen ToubNormalize Regex char class containing a single negated...
2020-01-11 Jan KotasPartial Revert "Add asserts to catch unintentional...
2020-01-11 Andrew AuEnable TRACE_GC for the whole gc.cpp (#1604)
2020-01-11 Ganbarukamo41Change how we detect SSL3 on Windows (#1270)
2020-01-11 Swaroop SridharAdd Library builds for release-testing job (#1596)
2020-01-11 Youssef VictorFollow coding conventions (#297)
2020-01-11 Leandro A.... gc, pal: Avoid linking libnuma.so on non-NUMA systems...
2020-01-11 Levi BroderickFixup orphaned references to GetRawSzArrayData (#1458)
2020-01-11 Davis GoodinAdd LibrariesAllConfigurationsOverridePath (#1620)
2020-01-11 Dan MoseleyUpdate workflow readme (#1512)
2020-01-10 Jan VorlicekFix all GC stress failures in Pri1 tests on Unix with...
2020-01-10 Vivek MishraMerge pull request #497 from dotnet/31GA-snap
2020-01-10 Vivek MishraFixed stage-packages as per comments
2020-01-10 Tanner GoodingUpdating genCodeForBinary to be VEX aware (#1344)
2020-01-10 Davis GoodinGenerate full platform manifest in official build ...
2020-01-10 Andy AyersJIT: block local constant propagation of handles when...
2020-01-10 Tomáš RylekR2RDump improvements w.r.t. GC info reporting (#1539)
2020-01-10 Carol EidtFix and Test case for #27924 (#1059)
2020-01-10 Jeremy BartonAlways build the OpenSSL shim in portable mode on macOS.
2020-01-10 Aaron RobinsonMerge pull request #1226 from AaronRobinsonMSFT/sdk_4099
2020-01-10 buyaa-nAnnotate System.Linq.Expressions for nullable (#1064)
2020-01-09 Egor Chesakov[Arm64] Implement AbsoluteDifference hardware intrinsic...
2020-01-09 Elinor FungAdd binder tracing test for ResolveSatelliteAssembly...
2020-01-09 Tamar Christina[runtime] Arm64: Add TransposeEven and TransposeOdd...
2020-01-09 Tomas Weinfurtremove unneeded code (#1521)
2020-01-09 Jan VorlicekAdd gcstress option to SuperILC (#1446)
2020-01-09 Justin KotalikAdd MsQuic implementation of System.Net.Quic (#427)
2020-01-09 Josh GrovesFix typo (#1528)
2020-01-09 Eirik TsarpalisNullable annotate System.Reflection.Metadata (#1056)
2020-01-09 Eirik Tsarpalisfix stress script issue (#1452)
2020-01-09 Alexander KöplingerRename file extension of RunnerTemplate.Windows.txt...
2020-01-09 Stephen HalterDon't call AdvanceTo(default) in PipeReader.CopyToAsync...
2020-01-09 Elinor FungRemove BaseDomain::IsSharedDomain (always false now...
2020-01-09 Stephen ToubExpose CreateLinkedTokenSource(CancellationToken) ...
2020-01-09 Erhan AtesogluCoreFX renames (#1440)
2020-01-09 Stephen ToubMerge pull request #1348 from stephentoub/moreregexperf
2020-01-09 Tomas Weinfurtimprove ALPN handling (#1347)
2020-01-09 Michal StrehovskýFix fat call transform for x86 (#1451)
2020-01-09 Stephen ToubAdd a few more tests / improve code coverage
2020-01-09 Stephen ToubAddress PR feedback
2020-01-09 Stephen ToubAdditional code gen improvements
2020-01-09 Stephen ToubRename "Greedy" subexpressions to "Atomic"
2020-01-09 Stephen ToubFix CharInClass handling of invariant in lookup table
2020-01-09 Stephen ToubAdd more tests, and fix some bugs found
2020-01-09 Stephen ToubRestore netfx test configuration to serve as oracle
2020-01-09 Stephen ToubAdd non-backtracing support for greedy loops and lazyloops
2020-01-09 Stephen ToubAuto-greedy for last Alternate/Loop/Lazyloop in regex
2020-01-09 Stephen ToubAvoid unnecessary operations when textSpanPos == 0
2020-01-09 Stephen ToubAdd non-backtracking go support for anchors, alternatio...
2020-01-09 Stephen ToubUse vectorized IndeOf for some notoneloopgreedy loops
2020-01-09 Stephen ToubAdd Notoneloopgreedy to go with One/Setloopgreedy
2020-01-09 Stephen ToubAuto-greedy last set/one loop in regex
2020-01-09 Stephen ToubUpgrade some loops followed by boundaries to be greedy
2020-01-09 Stephen ToubAdd optimized non-backtracking code gen for limited...
2020-01-09 Stephen ToubImprove StringCode lookup in RegexWriter to avoid unnec...
2020-01-09 Stephen ToubOptimize allocation for child lists of RegexNodes
2020-01-09 Stephen ToubOptimize {Lazy}loops that directly wrap Set/One/Notone
2020-01-09 Stephen ToubAutomatically upgrade some loops to be greedy
2020-01-09 Stephen ToubCode spit EnsureStorage replacement to avoid spilling...
2020-01-09 Stephen ToubClean up minor style issues in RegexCompiler
2020-01-09 Stephen ToubMinor RegexCompiler codegen tweak for text[pos++]
2020-01-09 Stephen ToubRemove stale generated local in RegexCompiler
2020-01-09 Stephen ToubFix inadvertent closure in EmitCallCharInClass
2020-01-09 Stephen ToubAdd EmitCallCharInClass optimization for singleton
2020-01-09 Stephen ToubUse IndexOf{Any} for case-sensitive singletons in FindF...
2020-01-09 Stephen ToubClean up more code in RegexCompiler
2020-01-09 Stephen ToubPut back Regex singleton optimization
2020-01-09 Stephen ToubDelay JIT'ing until first execution
2020-01-09 Santiago Fernandez... Remove dead code in build.ps1 after -help option was...
2020-01-09 buyaa-nForgot remove a ? from ref assembly (#1467)
2020-01-09 Bruce ForstallUpdate superpmi.py helper script (#1474)
2020-01-09 dotnet-maestro... [master] Update dependencies from dotnet/arcade Microso...
2020-01-08 Drew ScogginsMerge pull request #1073 from DrewScoggins/dev/anscoggi...
2020-01-08 Levi BroderickExpose MemoryMarshal.GetArrayDataReference (#1036)
2020-01-08 Next TurnImprove RawArrayData comments (#1450)
2020-01-08 Adeel MujahidUpdate URLs in BOTR (#1441)
2020-01-08 Stephen ToubDisable failing BasicTest_AccessInstanceProperties_NoEx...
2020-01-08 Stephen ToubFix ReflectionTypeLoadException nullable annotations...
2020-01-08 Stephen ToubFix nullable annotations on CollectionExtensions.GetVal...
2020-01-08 Stephen ToubSuppress ExecutionContext flow in SocketHttpHandler...
2020-01-08 Anton FirszovEnsure LocalEndPoint being updated in SendToAsync(Socke...
2020-01-08 Stephen ToubAugment several "bool IsXx" APIs with [NotNullWhen...
2020-01-08 Anton LapounovFix GC heap corruption on ARM. (#1389)
2020-01-08 Zoltan VargaMerge pull request #1346 from vargaz/string-ctor-preser...
2020-01-08 Zoltan VargaFix PreserveDependencyAttribute.cs location.
2020-01-08 Elinor FungFix reported result in binder tracing for mismatched...
2020-01-08 Zoltan VargaAdd PreserveDependency attributes to String ctors to...
2020-01-08 Stephen ToubFix stack overflow in PhysicalAddress.TryParse taking...
2020-01-08 Swaroop SridharMerge pull request #1102 from swaroop-sridhar/release...
2020-01-08 Adeel MujahidChange location of some source files (#1376)
2020-01-08 Tarek Mahmoud... Fix Reading Time Formats with quotes from ICU (#1370)
2020-01-07 Matt GalbraithMerge pull request #1373 from dotnet/alpine-3-11
next