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/tasks
AgeCommit message (Expand)Author
2022-09-12[release/7.0] [Android][libs] Introduce DateTimeOffset.Now temporary fast res...github-actions[bot]
2022-09-08Remove workaround for manifest changes (#75197)Larry Ewing
2022-09-07[release/7.0][wasm] Use the correct runtime pack version when the workload is...Ankit Jain
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-15[wasm] Unmanaged structs are considered blittable if module has `DisableRunti...Marek Fišera
2022-08-15[wasm] cleanup testing and host support in templatest and tests (#73785)Pavel Savara
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[wasm] Support parameters of type Enum with icalls (#73817)Marek Fišera
2022-08-12[wasm] Log as warning in interop generator when method signature is not suppo...Marek Fišera
2022-08-09[wasm] asset loading for workers (#73484)Pavel Savara
2022-08-06Refactor wasmappbuilder's System.Text.Json reference to use a versions.props ...Michael Simons
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
2022-08-04[wasm] deprecate legacy JS API and propose new (#73068)Pavel Savara
2022-07-31[Android] Don't exclude .gz files from assets.zip (#73077)Jo Shields
2022-07-28[wasm] remove support for CommonJS (#72865)Pavel Savara
2022-07-25[iOS] Enable Diagnostics.Tracing tests (#72545)Steve Pfister
2022-07-24Fix typos (#72709)Adeel Mujahid
2022-07-20[Android] Fix some System.Net tests (#71385)Simon Rozsival
2022-07-18[wasm] Fix failing CI test, and misc fixes (#72293)Ankit Jain
2022-07-17Fix typos (#72314)Adeel Mujahid
2022-07-15[wasm] Add interop code to the browser template (#72172)Radek Doulik
2022-07-12[wasm] Add new `wasm-experimental` workload (#71974)Ankit Jain
2022-07-08[mono] Update MonoAOTCompiler to provide reference assemblies location (#71787)Mitchell Hwang
2022-07-07Exclude AssemblyStripper from source-build (#71691)Michael Simons
2022-07-01Update Android NDK and set optimization flags (#68354)Alexander Köplinger
2022-06-30[wasm] InterpToNativeGenerator: use invariant culture when generating C (#71460)Ankit Jain
2022-06-29MonoAOTCompilerTask: Don't check for temp file if cache is disabled (#71411)Ankit Jain
2022-06-28Enable IDE0170 (Simplify property pattern) and IDE0200 (remove unnecessary la...Stephen Toub
2022-06-24[wasm] Switch default modules to es6 (#70746)Pavel Savara
2022-06-22[mono] Extend MonoAOTCompiler Task (#70851)Mitchell Hwang
2022-06-09Enable IDE0074 (Use compound assignment) (#70402)Stephen Toub
2022-06-07[mono] Extend mono AOT compiler to ingest .mibc profiles (#70194)Mitchell Hwang
2022-05-27Make interp_to_native_signatures_count static (#69867)Marek Fišera
2022-05-25[wasm] First attempt at a wasm app host (#68696)Ankit Jain
2022-05-25[wasm] Consolidate interop tables generators (#69620)Marek Fišera
2022-05-24[mono] Cleanup main.c/main-sgen.c split, unused glib functions, Apple compres...Alexander Köplinger
2022-05-23Fix typos (#69537)Adeel Mujahid
2022-05-09Merge pull request #67771 from dotnet/darc-main-31d4c308-6782-4440-8589-61f58...Andy Gocke
2022-05-07Fix typos (#69011)Adeel Mujahid
2022-04-22Merge remote-tracking branch 'dotnet/main' into darc-main-31d4c308-6782-4440-...Premek Vysoky
2022-04-21Enable new CA1311 (ToLower/Upper culture) and CA1852 (seal internal/private t...Stephen Toub
2022-04-21Merge branch 'main' into darc-main-31d4c308-6782-4440-8589-61f58f239059Alexander Köplinger
2022-04-17Support d8 instead of dx in ApkBuilder (#68084)Alexander Köplinger
2022-04-09Move tools and apps to net7.0Larry Ewing
2022-04-08Use properties for target versions for core and framework (#67717)Larry Ewing
2022-04-08[wasm] Bundle net472 dependencies for MonoAOTCompiler task (#67719)Ankit Jain
2022-04-07Various fixes for merged test runners on Mono (#67665)Jeremy Koritzinsky