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
path: root/src/mono
AgeCommit message (Expand)Author
2022-08-22exports dotnet and exit as named export (#74222)github-actions[bot]
2022-08-22[release/7.0-rc1] Omit the JS sync context if threads are not enabled (#74236)github-actions[bot]
2022-08-22[release/7.0-rc1] net7.0 + net6.0 workload multitargeting changes (#74018)Larry Ewing
2022-08-20Remove AES and SubtleCrypto from WASM (#74165) (#74246)Eric Erhardt
2022-08-20Prevent awaiting promise that never resolves (#74243)github-actions[bot]
2022-08-19[Ppc64le] bug fixes (#74131)Alhad Deshpande
2022-08-17[release/7.0-rc1] [mono] Implement missing functionality for cctor invocation...github-actions[bot]
2022-08-17Add missing .npmrc (#74039)github-actions[bot]
2022-08-17[release/7.0-rc1] [wasm][debugger] Hide members from classes that don't have ...github-actions[bot]
2022-08-16[main] Update dependencies from dotnet/linker (#73894)dotnet-maestro[bot]
2022-08-15[wasm][debugger] Support "supportsDebuggerProperties" from DAP (#71148)Thays Grazia
2022-08-15[wasm] cleanup testing and host support in templatest and tests (#73785)Pavel Savara
2022-08-15[wasm][debugger] Fix "command is not pending" (#72953)Thays Grazia
2022-08-15Repoint urls in docs (#73766)N0D4N
2022-08-14[wasm] Misc tests related fixes (#73884)Ankit Jain
2022-08-14[wasm-mt] Use asset loading for dotnet.worker.js; update WasmAppBuilder (#73697)Aleksey Kliger (λgeek)
2022-08-13[metadata] Do less initialization in mono_class_is_assignable (#73786)Aleksey Kliger (λgeek)
2022-08-13[wasm][debugger] Breakpoint set in a invalid line, set it to the next availab...Thays Grazia
2022-08-13Optimize `AssemblyLoadContext.LoadFromStream` and fix partial reads. (#72783)Theodore Tsirpanis
2022-08-13Support void* to UIntPtr parameter conversion for Invoked method (#73748)Buyaa Namnan
2022-08-12[main] Update dependencies from dotnet/linker (#73410)dotnet-maestro[bot]
2022-08-12[Ppc64le] Added memory patch thunking for function calls (#73616)Alhad Deshpande
2022-08-12[debugger] First draft of managed debugger on wasi (#67272)Thays Grazia
2022-08-12[mono][jit] Don't inflate Mono.ValueTuple with byrefs (#73689)Vlad Brezae
2022-08-12Fix build error in mini-ppc.h (#73845)Alexander Köplinger
2022-08-12[wasm] Disable some tests on NodeJS/Windows (#73834)Ankit Jain
2022-08-12Introduce a default synchronization context for wasm (#72652)Katelyn Gadd
2022-08-11[wasm] fix error cases in assets loading (#73702)Pavel Savara
2022-08-11[wasm] crypto deadlock fix (#73537)Pavel Savara
2022-08-11[wasm][debugger] Debug on Node.js (#68807)Thays Grazia
2022-08-11Remove [Serializable] from OptionException (#73316)Levi Broderick
2022-08-10[MONO] Move marshal-ilgen into a component (#71203)Nathan Ricci
2022-08-10Remove unused thumb2_supported variable in mini-arm.c (#73701)Alexander Köplinger
2022-08-10[wasm] Misc fixes (#73662)Ankit Jain
2022-08-10[wasm] Update javascript API usage in samples and tests (#73367)Marek Fišera
2022-08-10[interp] bounds check fallthru in conditional branches (#73580)Aleksey Kliger (λgeek)
2022-08-10[wasm][debugger] Fix some racy tests (#73524)Ankit Jain
2022-08-09[Android] Remove BROKEN_CLOCK_SOURCE define on Android (#73489)Steve Pfister
2022-08-09[wasm] asset loading for workers (#73484)Pavel Savara
2022-08-09[mono][interp] Return null for localloc with len 0 (#73174)Vlad Brezae
2022-08-09[Mono] Enable X86Base.Pause test only when LLVM is enabled (#73318)Fan Yang
2022-08-09[wasm-ep] Remove old sample and JS-based diagnostics (#73586)Aleksey Kliger (λgeek)
2022-08-09[wasm][debugger] Detect `new` keyword in derived members on GetProperties (#7...Ilona Tomkowicz
2022-08-08Create a method to compare previous frames on call stack for firefox. (#73000)Thays Grazia
2022-08-08[wasm] fix IMPORTS and flat API in createDotnetRuntime callback parameterPavel Savara
2022-08-08[wasm-ep] Use DOTNET_DiagnosticPorts to configure Diagnostic Server (#73370)Aleksey Kliger (λgeek)
2022-08-08[mono][jit] Transition the x86 backend to use SSE for fp arithmetic. (#65723)Zoltan Varga
2022-08-08[mono][jit] Don't memset memory in increments lower than word size (#73480)Vlad Brezae
2022-08-07[Mono] Fix Assert.Null failed for Mono in System.Reflection.Emit (#73504)Josie Bigler
2022-08-06[wasm] Add intrinsics for BitOperations.PopCount in AOT mode. (#73147)Zoltan Varga