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-08-22[release/7.0-rc1] net7.0 + net6.0 workload multitargeting changes (#74018)Larry Ewing
2022-08-05MonoAOTCompiler.cs: fix regression in caching, which breaks incremental (#73427)Ankit Jain
2022-08-04[Android] Introduce NetTraceToMibcConverter task & streamline testing targets...Steve Pfister
2021-09-17[wasm] Add support for native relinking after Build, and… (#59153)Ankit Jain
2021-08-17[wasm] Add incremental build support (#57113)Ankit Jain
2021-07-22[wasm] Add $(EmccTotalMemory) to allow custom `-s TOTAL_MEMORY=..` (#56117)Ankit Jain
2021-07-19[wasm] Use compile rsp instead of link, for compiling native files (#55848)Ankit Jain
2021-07-15[wasm] Misc follow up improvements for workloads testing (#55647)Ankit Jain
2021-07-14[wasm] Run `Wasm.Build.Tests` against workloads (#54451)Ankit Jain
2021-06-23[wasm] Compile .bc->.o in parallel, before passing to the linker (#54053)Ankit Jain
2021-06-15Be more verbose when processes spawned from tasks fail. (#54144)Jo Shields
2021-05-10Improve logging in src/tasks/Common/Utils.cs (#52545)Alexander Köplinger
2021-05-01[wasm] Port additional fixes in #52078 main (#52125)Larry Ewing
2021-04-29[wasm] Build tasks for net472 also (#51959)Ankit Jain
2021-03-23Enable CA1052 (static holder types should be static) (#50047)Stephen Toub
2021-03-12[wasm] Allow assemblies to be skipped for AOTMode=AotInterp (#49446)Ankit Jain
2021-03-05MonoAOTCompiler.cs: Correctly handle relative path for assembly to (#49178)Ankit Jain
2021-01-20Stops logging MSBuild errors when AOT compiler writes to stderr (#47057)Steve Pfister
2020-12-17Add Wasm AOT steps into WasmApp.targets (#46081)Steve Pfister
2020-12-14[mono] Fix race condition in Utils + remove duplicated code (#46029)Egor Bogatov