Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/dotnet/runtime.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2022-10-02Merge remote-tracking branch 'upstream/main' into joshield/split-runtime-extr...joshield/split-runtime-extra-platformsSteve Pfister
2022-10-01Reinstate strict prototypes warning (#76463)yowl
2022-10-01Fix SuperPMI unit test error checking (#76411)Bruce Forstall
2022-10-01[JIT] Fix potential division by zero in fgopt.cpp (#76424)Gilles Grospellier
2022-10-01Implement ChaCha20Poly1305 with CryptoKit on macOSKevin Jones
2022-10-01JIT: allow forward sub of QMARK nodes (#76476)Andy Ayers
2022-10-01Update jitrollingbuild.py (#76472)Bruce Forstall
2022-10-01Improve early bail-out logic in GCInfoDecoder (#76359)Filip Navara
2022-10-01JIT: Avoid internal register allocation when possible for PUTARG_SPLIT (#76443)Jakob Botsch Nielsen
2022-10-01Fix DEBUG/non-DEBUG SuperPMI asm diffs (#76470)Bruce Forstall
2022-10-01Remove `IDispatchImplAttribute` API (#76416)Aaron Robinson
2022-10-01SuperPMI collections: exclude more files/directories (#76384)Bruce Forstall
2022-10-01Use BCrypt for ephemeral RSA on WindowsJeremy Barton
2022-10-01[metadata] Skip null vtable entries when checking covariant return overrides ...Aleksey Kliger (λgeek)
2022-10-01[NativeAOT] Enable CI for macOS x64/arm64 (#75421)Filip Navara
2022-09-30Quick disasm check CI JitStress fix (#76417)Will Smith
2022-09-30Increase timeouts for runtime-dev-innerloop legs (#76453)Jan Kotas
2022-09-30NativeAOT: Conversion for opcode conv_u4 is unsigned (#76386)yowl
2022-09-30Remove reliance on deactivated A64 queue (#76457)Drew Scoggins
2022-09-30Always expose parents of exposed promoted fields (#76181)SingleAccretion
2022-09-30Removing short name column from compphases.h (#76030)Brian Bohe
2022-09-30JIT: increase slop tolerance when computing edge weights (#76409)Andy Ayers
2022-09-30[mono] Fix iOS/tvOS build with Xcode 14 (#76433)Alexander Köplinger
2022-09-30Support running Reflection tests within Visual Studio (#75915)Steve Harter
2022-09-30Implement AuthenticationTagMismatchException exceptionKevin Jones
2022-09-30[wasm] Add a workaround for issue#76429 to fix CI (#76432)Ankit Jain
2022-09-30Add QuicError.AlpnInUse member (#74754)Radek Zikmund
2022-09-30[wasm] Pass --web-server-use-cop for threading samples (#76419)Ankit Jain
2022-09-30Fix filtered exceptions when checking for ip forwarding (#76383)Radek Zikmund
2022-09-30Fix edit and continue in VS with hardware exceptions (#76401)Jan Vorlicek
2022-09-30Distributed transaction fixes (#76310)Shay Rojansky
2022-09-30[mono] Add Vector128 Negate and OnesComplement intrinsics for amd64 (#74993)Matous Kozak
2022-09-30Remove the GenericComPlusCall mechanism (#76415)Aaron Robinson
2022-09-30[NativeAOT] Fix System.Runtime.InteropServices tests (#75669)Michal Strehovský
2022-09-30[mono][jit] For beforefieldinit classes, only field accesses trigger initiali...Zoltan Varga
2022-09-30Remove some dead code from Array.IndexOf (#76388)Stephen Toub
2022-09-30Remove GT_ADDEX and replace with more generalized containment handling (#76273)Tanner Gooding
2022-09-30Disable gen 1 budget accounting fix for segments, so the segments implementat...Peter Sollich
2022-09-29[tests] Disable source generator tests mobile (#75609)Mitchell Hwang
2022-09-29JIT: optimize redundant branches by looking through phis (#76283)Andy Ayers
2022-09-29Ensure that StoreInd for contained HWIntrinsics has the constant "fit in byte...Tanner Gooding
2022-09-29SPMI: Improve speed significantly for large diffs (#76238)Jakob Botsch Nielsen
2022-09-29Return s_defaultResultTask from Task.FromResult in more cases (#76349)Stephen Toub
2022-09-29remove explicit LangVersion from a few projects (#75806)kasperk81
2022-09-29Delete malformed package.json used for tests, it confuses Component Governanc...Alexander Köplinger
2022-09-29Updating owners (#76330)Eric StJohn
2022-09-29Remove some extra static arrays used in Split() (#76003)Ilya
2022-09-29Fix using DependencyGraphViewer with AOT compilers (#76357)Michal Strehovský
2022-09-29Fix value type with static method fails to load (#76262)James S. Wang
2022-09-29Generate single interface dispatch map per canonical form (#76362)Michal Strehovský