platform/upstream/dotnet/runtime.git
2022-03-10 Zoltan Varga[mono][wasm] Add changes required by emscripten 3.1...
2022-03-10 Maoni Stephenschange the region related config names to be more reaso...
2022-03-09 Parker Bibus[MAUI][PERF] Add IPA file usage for iOS Maui SOD (...
2022-03-09 Elinor FungDon't build IJW and COM tests for mono (#66400)
2022-03-09 Egor BogatovExtend Equals/StartsWith auto-vectorization for Ordinal...
2022-03-09 Adam Sitnikskip the ReadToEndAsync_WithCancellation test if there...
2022-03-09 Aaron RobinsonUpdate CancellationToken.cs (#66399)
2022-03-09 Zoltan Varga[mono][jit] Add a helper function to check that a metho...
2022-03-09 Jan KotasMove Array.CreateInstance methods to shared CoreLib...
2022-03-09 Adam SitnikReduce the amount of memory allocated by System.IO...
2022-03-09 Simon Rozsival[Mono] Add SIMD intrinsics for Vector64/128 "All" and...
2022-03-09 Aaron RobinsonRemove compiler warning suppression 2 (#66375)
2022-03-09 Jakob Botsch... Fix early stack offset and size computations for ARM32...
2022-03-09 Stephen ToubAdd Stopwatch.GetElapsedTime (#66372)
2022-03-09 Stephen ToubFix cancellation race condition in PipeStream cancellat...
2022-03-09 brianmedFirst try at implementing newly suggested ctor for...
2022-03-09 Jakob Botsch... Do not mark implicit byrefs with GTF_GLOB_REF (#66266)
2022-03-09 Koundinya VeluriFix some exception messages for BindHandle-like cases...
2022-03-09 SingleAccretionDo not propagate RHS flags in block morphing (#66291)
2022-03-09 Aaron RobinsonRemove compiler warning suppression (#66234)
2022-03-08 Parker BibusPartial revert of Maui Install Fix #65904 (#66221)
2022-03-08 Olli SaarikiviFix NonBacktracking quadratic behavior with deep loops...
2022-03-08 dotnet-maestro... [main] Update dependencies from dotnet/linker (#66331)
2022-03-08 Stephen ToubFix code coverage gaps in RegexGenerator and fix RegexC...
2022-03-08 Jakob Botsch... Fix instruction hex display for arm/arm64 when W^X...
2022-03-08 Radek ZikmundMark EncryptionPolicy.NoEncryption and EncryptionPolicy...
2022-03-08 Elinor FungAdd tests for `ijwhost` (#66308)
2022-03-08 Badre BSAILAuse the name of the header when throwing exception...
2022-03-08 Fan Yang[Mono] Enable generating SIMD intrinsics for System...
2022-03-08 Zoltan Varga[mono][jit] Remove OP_FCONV_TO_I/OP_RCONV_TO_I from...
2022-03-08 Zoltan Varga[mono][jit] Disable deopt in gsharedvt methods. (#66322)
2022-03-08 Aleksey Kliger... [mono] Put WeakAttribute support under an ifdef (#66213)
2022-03-08 Michal StrehovskýAdd MultiModule test to issues.targets (#66289)
2022-03-08 Bruce ForstallDisable failing bindhandleinvalid tests (#66303)
2022-03-08 Jose Perez... Adding Count(ReadOnlySpan<char>) Overloads (#66026)
2022-03-08 Tomáš RylekFix ConditionalFactAttribute instances in ILPROJ tests...
2022-03-08 Jeremy KoritzinskyAdd partial to the enclosing types when running the...
2022-03-08 Bruce ForstallTry additional nuget retries (#66306)
2022-03-07 Egor BogatovJIT: Optimize movzx after setcc (#66245)
2022-03-07 Maryam AriyanRevisiting nullable annotations on caching (#66215)
2022-03-07 Ankit Jain[wasm] Rename `$(EmccInitialMemory)` to `$(EmccInitialH...
2022-03-07 Ankit Jain[wasm][aot] Disable `System.Text.RegularExpressions...
2022-03-07 Filip NavaraFix compatibility with NTLM authentication to McAfee...
2022-03-07 Stephen ToubFix missing StringSyntax attribute in Regex ref assembl...
2022-03-07 Stephen ToubEnable RegexOptions.RightToLeft and lookbehinds in...
2022-03-07 AraHaanUse runtime and targeting pack version of System.Diagno...
2022-03-07 Stephen A.... Use RegexGenerator in applicable tests (#66179)
2022-03-07 Fan Yang[Mono] Intrinsify Convert* for Vector{64, 128} on ARM64...
2022-03-07 Eirik TsarpalisFix issues related to JsonSerializerOptions mutation...
2022-03-07 dotnet-maestro... [main] Update dependencies from 9 repositories (#65843)
2022-03-07 SingleAccretionFix a couple issues with GTF_GLOB_REF setting (#66247)
2022-03-07 Adam Sitnik remove invalid System.IO.FileSystem.Watcher tests...
2022-03-07 Genevieve WarrenBackport docs fixes for Cbor (#66180)
2022-03-07 Lakshan FernandoAnnotating Native CoreLib library to be AOT friendly...
2022-03-07 Michal StrehovskýFix clash between tentative method optimizations (...
2022-03-07 Michal StrehovskýFix workaround for static virtual methods (#66290)
2022-03-07 Meri KhamoyanMerikhamoyan vector intrinsics operators (#66002)
2022-03-07 Peter SollichDecommit region tails (#66008)
2022-03-07 SingleAccretionCount `OBJ/BLK` as memory uses (#66135)
2022-03-07 SingleAccretionDo not create small constants while morphing cascading...
2022-03-07 Egor BogatovFix address exposure + fsub (#66253)
2022-03-07 Radek ZikmundFix performance regression in SSL handshake (#66077)
2022-03-07 dotnet-maestro... [main] Update dependencies from dotnet/linker (#66081)
2022-03-07 Stephen ToubAdd missing regex position check after BOL optimization...
2022-03-06 Dennis YemelyanovTry to remove "-" and "'" from HighCharTable (#66200)
2022-03-06 Sergey Andreenko[crossgen2] Promote single byref aot. (#65682)
2022-03-06 Andy AyersJIT: fix scalability issue in redundant branch optimize...
2022-03-06 Andy AyersJIT: add OSR patchpoint strategy, inhibit tail duplicat...
2022-03-06 dotnet botLocalized file check-in by OneLocBuild Task: Build...
2022-03-06 Alexander Köplinger[mono] Remove SkipVerification support from the runtime...
2022-03-06 Sajad SamiizadehRemove unnecessary return (#66252)
2022-03-05 Zoltan Varga[mono][llvm] Fix crashes when methods fail LLVM compila...
2022-03-05 Jan KotasRevert "Fix issues related to JsonSerializerOptions...
2022-03-05 Jan KotasReplace TargetFrameworks with TargetFramework where...
2022-03-05 Jeff HandleyAddress feedback on fabricbot config for area pods...
2022-03-05 Kevin JonesReplace CngCommon hash with OneShotHashHelpers.
2022-03-05 Elinor FungRename classes in p/invoke generator to be `LibraryImpo...
2022-03-05 Aaron RobinsonUse CMakeProjectReference instead of ProjectReference...
2022-03-05 Ankit Jain[wasm] Add support for symbolicating native traces...
2022-03-05 Stephen HalterAdd HostApplicationBuilder (#65109)
2022-03-04 SingleAccretionDelete compUnsafeCastUsed (#66204)
2022-03-04 SingleAccretionSlightly more aggressive ASG reversal (#65920)
2022-03-04 SingleAccretionKeep the volatility of CLS_VARs in rationalize (#65919)
2022-03-04 Stephen ToubFix source generated regex compilation failure due...
2022-03-04 Stephen ToubClean up stale use of runtextbeg/end in RegexInterprete...
2022-03-04 Radek Doulik[wasm] Use INITIAL_MEMORY instead of TOTAL_MEMORY ...
2022-03-04 Jan KotasFix catching of generic exception in crossgened shared...
2022-03-04 Koundinya VeluriAdd support for Windows IO completions to the portable...
2022-03-04 Andrew AuMake sure that StressLogAnalyzer works with filtering...
2022-03-04 Sam PatelUpdate files to remove imhameed (#66160)
2022-03-04 Eirik TsarpalisMake ReadStack.JsonTypeInfo derivation logic consistent...
2022-03-04 Eirik TsarpalisFix issues related to JsonSerializerOptions mutation...
2022-03-04 Eirik TsarpalisFix DebuggerDisplay for serializer types (#65971)
2022-03-04 Stephen ToubSome more clean up for RegexOptions.NonBacktracking...
2022-03-04 Alexander Köplinger[mono] Remove support for nint/nuint/nfloat from mini...
2022-03-04 Adam Sitnik delete the test file with custom security settings...
2022-03-04 Aaron RobinsonRename unixinterface.cpp -> exports.cpp (#66190)
2022-03-04 Andy GockeRemove the multitarget from ILCompiler.Reflection.R2r...
2022-03-04 Aleksey Kliger... [tests] Add MonoApi runtime tests (#65221)
2022-03-04 Stephen ToubUse RegexGenerator in System.Private.Xml (#66142)
next