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-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-04[wasm] deprecate legacy JS API and propose new (#73068)Pavel Savara
2022-07-28[wasm] remove support for CommonJS (#72865)Pavel Savara
2022-07-24Fix typos (#72709)Adeel Mujahid
2022-06-30[wasm] InterpToNativeGenerator: use invariant culture when generating C (#71460)Ankit Jain
2022-06-24[wasm] Switch default modules to es6 (#70746)Pavel Savara
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-07Fix typos (#69011)Adeel Mujahid
2022-03-28[wasm] EmccCompile: Improve AOT time by better utilizing the cores (#67195)Ankit Jain
2022-03-25Enable CA1822 (Mark members as static) analyzer (#66333)Marek Safar
2022-02-24[wasm] Use `--emit-symbol-map` to generate a `dotnet.js.symbols` (#65162)Ankit Jain
2022-01-24Implement IEquatable<T> on value types overriding Equals (and enable CA1066/1...Stephen Toub
2022-01-12Enable IDE0059 analyzer: Unnecessary assignment of a value (#63340)Marek Safar
2022-01-07Convert JIT/Methodical/Array/range Pri0 tests and hook up mobile testing (#62...Jeremy Koritzinsky
2021-12-16[wasm] Add support for running debugger tests CI (#62431)Ankit Jain
2021-12-10[wasm] Allow the main.js file to keep it's name (#62576)Pavel Savara
2021-12-04[wasm] Build improvements, and fixes (#61581)Ankit Jain
2021-11-17[wasm] renames and cleanup before modularization (#61596)Pavel Savara
2021-11-10[wasm] Build improvements (#61276)Ankit Jain
2021-11-10[wasm] Allow enums in unmanaged callbacks. (#61377)Zoltan Varga
2021-11-02[wasm] Re-enable source generator tests failing due to OOM (#60701)Ankit Jain
2021-10-15Eliminate pre-built assets during source-build (#60370)Eric Erhardt
2021-10-05[wasm] Fix typedef for non-void interp entry callbacks (#59968)Aleksey Kliger (λgeek)
2021-10-05Seal internal types in runtime tasks (#59935)Newell Clark
2021-10-05[wasm] missing lint fixes (#59969)Pavel Savara
2021-09-30[wasm] Build improvements based on feedback (#59391)Ankit Jain
2021-09-17[wasm] Add support for native relinking after Build, and… (#59153)Ankit Jain
2021-09-16[main] WasmAppBuilder: Use $(CopyLocalLockFileAssemblies) instead of … (#5...Ankit Jain
2021-09-13[wasm] Fix circular dependency in WasmAppBuilder (#58904)Ankit Jain
2021-08-17[wasm] Add incremental build support (#57113)Ankit Jain
2021-08-04[mono] Log a warning instead of crashing when encountering function pointer t...Zoltan Varga
2021-07-21[wasm] Fix regression in compiling .bc -> .o files (#56063)Ankit Jain
2021-07-19[wasm] Use compile rsp instead of link, for compiling native files (#55848)Ankit Jain
2021-07-19[wasm] Add support for using custom native libraries (#55797)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-07-13Use interpolated strings in more placesStephen Toub
2021-06-30[mono][wasm] Emit more logging from the EmccCompile task. (#54937)Zoltan Varga
2021-06-28[Mono] MSBuild Task housekeeping (#54485)Maxim Lipnin
2021-06-23[wasm] Compile .bc->.o in parallel, before passing to the linker (#54053)Ankit Jain