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-09-19Add missing newline in mini-ops.h fileamd64_conditional_select_intrinsicMatous Kozak
2022-09-14Conditional Select for amd64, refactor arm64 codeMatous Kozak
2022-09-08Fix tests to use valid PBE iterations (#75238)Kevin Jones
2022-09-08[wasm] Drop actually not exported types from dotnet.d.ts (#75252)Marek Fišera
2022-09-08[mono] Add Vector128 Floor and Ceiling intrinsics for amd64 (#74936)Matous Kozak
2022-09-08[mono][llvm] Disable simd intrinsics when we might be interoping betwen jit a...Vlad Brezae
2022-09-08Use CLOCK_BOOTTIME to calculate BootTime on linux (#67589)Adeel Mujahid
2022-09-08JIT: Fix unrecognized unaligned field indirections on ARM32 (#75078)Jakob Botsch Nielsen
2022-09-08[wasm] fix NodeJS build (#75187)Pavel Savara
2022-09-08Fix WebProxy Race Condition Issue (#75193)Ahmet İbrahim AKSOY
2022-09-08[Android] Avoid using OffsetDateTime on APIs 25 and lower (#75196)Simon Rozsival
2022-09-08Simplify installer build by using step container targets (#75011)Jeremy Koritzinsky
2022-09-08[AArch64] amend the disassembly comment for the instruction. (#75241)Qiao Pengcheng
2022-09-08Exclude segment_standby_list from regions (#74975)Andrew Au
2022-09-08Remove unreferenced cryptographic filesKevin Jones
2022-09-08Add Fedora 38 RID (#74372)Omair Majid
2022-09-07Do not create `ADDR(HWI/SIMD)` in the inliner (#74276)SingleAccretion
2022-09-07Make special_sweep_p a per heap member (#74625)Andrew Au
2022-09-07Clean `impReturnInstruction` up a bit (#72887)SingleAccretion
2022-09-07Stage spmi aspnet collection through the repo artifacts dir (#74879)Andy Ayers
2022-09-07Remove SuperPMI collection of PMI of coreclr tests (#75211)Bruce Forstall
2022-09-07Use IndexOf{Any} in a few more places in System.Reflection.Metadata (#75135)Stephen Toub
2022-09-07Enable SuperPMI collection of CoreCLR test run (#74961)Bruce Forstall
2022-09-07Disable the GetTotalPauseDuration test (#75141)Andrew Au
2022-09-07Implement TryExportEncryptedPkcs8PrivateKeyPem with byte passwordsKevin Jones
2022-09-07Avoid gate/worker thread creation failure stall the thread pool (#74791)Eduardo Velarde
2022-09-07Fix issue with pip install on Alpine (#75143)Drew Scoggins
2022-09-07[wasm] Rename `$(WasmSIMD)`, and `$(WasmExceptionHandling)` to `$(WasmEnable*...Ankit Jain
2022-09-07[LoongArch64] amend the crossgen2 for LA64. (#75118)Qiao Pengcheng
2022-09-07Mark allocating function in finalizer test as NoInlining (#75189)Jakob Botsch Nielsen
2022-09-07[wasm] Use swizzle instruction for byte vectors (#75182)Radek Doulik
2022-09-07[wasm] Add more vector measurements (#75186)Radek Doulik
2022-09-07[wasm-mt] Fix pack/build issues in threaded builds (#75162)Aleksey Kliger (λgeek)
2022-09-07[SocketException]: New Constructor with string? for SocketException (#74744)Ahmet İbrahim AKSOY
2022-09-07Update dependencies from https://github.com/dotnet/arcade build 20220905.1 (#...dotnet-maestro[bot]
2022-09-07[mono][wasm] Make OP_WASM_SIMD_SWIZZLE use the shufflevector LLVM ins… (#75...Zoltan Varga
2022-09-07Swallow ObjectDisposedException when aborting QuicStream from CancellationAct...Radek Zikmund
2022-09-07Encode UserName value in UriBuilder (Issue #74662) (#74953)Connor Bullard
2022-09-07Fix race condition in DacEnumerableHashTable::BaseFindNextEntryByHash (#75099)Anton Lapounov
2022-09-07Support multiple processor groups for NativeAOT (#75165)Anton Lapounov
2022-09-07Use Encoding.ASCII.GetBytes instead of open-coded loop in CreateSecKeyAndSecW...Stephen Toub
2022-09-07Update docs for renamed type parameters (#75032)Genevieve Warren
2022-09-07Add a few missing char.IsXx helpers usage to RegexGenerator.Emitter.cs (#75101)Stephen Toub
2022-09-07Avoid temporary byte[] allocation in Pkcs' HeapBlockReatiner.AllocAsciiString...Stephen Toub
2022-09-07Add local build for System.Globalization shim (#72896)Samiullah Mohammed
2022-09-07Disable MaxResponseHeadersLength_Http3 (#75149)Natalia Kondratyeva
2022-09-06use msquic bits on all Windows platforms (#74544)Tomas Weinfurt
2022-09-06Quick fix for current maui net6.0 status. (#75027)Parker Bibus
2022-09-06add ability to set GCName via runtimeconfig. (#74831)Manish Godse
2022-09-06Make the JsonSerializerOptions.MemberAccessorStrategy property static. (#74986)Eirik Tsarpalis