platform/upstream/dotnet/runtime.git
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
2020-01-07 Adeel MujahidFix musl condition for chroot case (#1369)
2020-01-07 Matt GalbraithPR feedback
2020-01-07 Swaroop SridharAdd Job Description for Release testing
2020-01-07 Jan KotasDelete Tests.props (#1236)
2020-01-07 Matt GalbraithAdd Alpine 3.11 testing
2020-01-07 Juan HoyosAdd createdump to the sharedFramework folder to be...
2020-01-07 Youssef VictorAdd vbproj to .editorconfig (#1354)
2020-01-07 Michal StrehovskýReduce confusion in vector layout algorithm (#1356)
2020-01-07 Carol EidtUpdate LSRA document (#1181)
2020-01-07 Carol EidtKill local asserts for partial write in copyBlock ...
2020-01-07 Jan VorlicekAnother PAL cleanup (#1359)
2020-01-07 Michal StrehovskýUpdate shared parts of crossgen2 (#1358)
2020-01-07 Egor BogatovFix TypeIntrinsics_il tests (#1271)
2020-01-07 Carol EidtFix LSRA dump of GC Kills (#1288)
2020-01-07 Alexander NikolaevNew PhysicalAddress.TryParse methods taking span and...
2020-01-07 Jan VorlicekRequire test framework assemblies crossgen to succeed...
2020-01-07 Elinor FungMake sure default ALC is initialized before resolving...
2020-01-07 Jeff HandleyFix broken docs links (#1005)
2020-01-07 Jan VorlicekPAL unused functions cleanup (#1313)
2020-01-07 Jan KotasForce Windows SDK to be 10.0 (#1331)
2020-01-07 Adeel MujahidFix build on Void Linux musl (#1337)
2020-01-07 Alexandre MutelFix compMatchedVM by using osType to detect cross targe...
2020-01-07 Tanner GoodingUpdate cmd and batch scripts to be crlf (#1336)
2020-01-06 Vladimir SadovUpdating `JitEEVersionIdentifier` GIUD. A follow up...
2020-01-06 Bill WertOptimize AdjustMaxWorkersActive (#1103)
2020-01-06 ts2doCopy change to XsdDateTime (#1319)
2020-01-06 Carlos Sanchez... Add documentation guidelines when adding new APIs ...
2020-01-06 Eric StJohnRemove STREAM_MEMORY_OVERLOADS_AVAILABLE (#1328)
2020-01-06 Dmitriy MaksimovRemoved duplicates/unused code from src\jit\jitstd...
2020-01-06 Elinor FungFix reported result for incompatible version for defaul...
2020-01-06 Erhan AtesogluCoreFX Renames in System.IO PathInternal.Tests (#1017)
2020-01-06 Andrew ArnottFix typo: availabe -> available (#1324)
2020-01-06 Alexandre MutelAdd CMAKE add_jit function and remove duplicated code...
next