Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mono/mono.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2020-08-22[coop] Add handles for some SRE scenarios (#20259)monojenkins
2020-08-21Add missing exception checkpoint (#20274)monojenkins
2020-08-21Bump corefx to disable DateTime testAlexander Köplinger
2020-08-20[mono] Add MethodImplOptions.NoOptimization support (#20265)monojenkins
2020-08-20Fix trailing whitespaces (#20254)monojenkins
2020-08-19Add --sdk_root to sdkmanagerAlexander Köplinger
2020-08-19Support overriding SDK_DIR/NDK_DIR in sdks/android/MakefileAlexander Köplinger
2020-08-18[aot] Fix the lookup of jit info for WASM. On wasm, methods have no size, so ...Zoltan Varga
2020-08-18Enable tests failing due to missing array ctor and lbound index checks. (#20100)monojenkins
2020-08-18Fix EventActivityIdControl test on MonoVM. (#20106)monojenkins
2020-08-18[mono] Loader improvements: bundle optimization and logging (#20246)monojenkins
2020-08-18[mono] Add `X86Base` support. (#20253)monojenkins
2020-08-18[aot] Avoid emitting generic instances with vtype arguments on wasm to save s...Zoltan Varga
2020-08-15[wasm] Merge dotnet/runtime changes to mono/mono. (#20249)Thays Grazia
2020-08-15[mono] Make bundle filename changes netcore-only (#20251)monojenkins
2020-08-15[wasm] Add extra-emcc-flags parameter to packager (#20220)Caleb Cornett
2020-08-14[runtime] Update cmake build. (#20243)monojenkins
2020-08-14[mono] Improve MonoImage filename handling for bundled images (#20245)monojenkins
2020-08-14[wasm] Renaming debugger files. (#20244)Thays Grazia
2020-08-14Cleanup old corefx/coreclr GitHub issue links (#20201)monojenkins
2020-08-13[wasm] Remove unnecessary console messages. (#20236)monojenkins
2020-08-13[aot] Fix an assert which is hit for generic instances with a lot of argument...Zoltan Varga
2020-08-13[interp] Rework OBJREF and fix a GC issue (#20234)monojenkins
2020-08-12[mono] Fix configure to actually disable dllmap on non-mobile platforms (#20230)monojenkins
2020-08-12[coop] Use handles for mono_runtime_try_invoke_array (#20225)monojenkins
2020-08-12[aot] Avoid dedup-ing non-public instances. (#20226)Zoltan Varga
2020-08-11Type.IsAssignableTo (#20206)monojenkins
2020-08-11[runtime] If the initial pinvoke lookup fails, emit some code inside the mana...monojenkins
2020-08-11Fixing debugger hang that would occur when inspecting a field that has a Debu...Alex Thibodeau
2020-08-10[aot] Fix the handling of r4/r8 parameter types with attributes during generi...Zoltan Varga
2020-08-09[wasm][debugger] Add support for invoking getters on ValueTypes (#20222)monojenkins
2020-08-08[wasm] [debugger] Support Exception Break on Debugger (handled and unhandled)...monojenkins
2020-08-08[mono] Allow creating `TypedReference *` and `TypedReference &` via reflectio...monojenkins
2020-08-07[Wasm] Ensure monovm_initialize is called on startup and address other startu...monojenkins
2020-08-07[mono][interp] Optimize box+unbox to no-op (#20174)monojenkins
2020-08-06[wasm] Fix GC support in ves_icall_get_trace (). (#20210)monojenkins
2020-08-06[mono] Don't save byref `System.Void` into `MonoDomain::typeof_void`. (#20212)monojenkins
2020-08-04Mono: Ensure tasklets are removed in netcore build (#20203)monojenkins
2020-08-04Fix warning in debugger-agent.c (#20204)monojenkins
2020-08-04[runtime] Handle null byref returns in runtime invokes. (#20179)monojenkins
2020-08-04Check if a method is dynamic when transforming internal calls (#20199)monojenkins
2020-08-03Fix ICU_CFLAGS in mono configure.ac (#20198)monojenkins
2020-08-02[master] Bump msbuild to track xplat-master (#20189)Ankit Jain
2020-08-02[runtime] Add a configure workaround for apple silicon + older config.guess v...Zoltan Varga
2020-07-31Fix __asm__ specifications for Clang (#20190)Neale Ferguson
2020-07-31Bump emscripten to 1.40.0. (#20188)Zoltan Varga
2020-07-31[RISCV] Build fixes and simple exception handling (#20184)Bernhard Urban-Forster
2020-07-30[jit] Avoid calling mono_marshal_get_native_wrapper () too early, it needs to...Zoltan Varga
2020-07-29[wasm] Remove unused icalls for Environment properties (#20180)monojenkins
2020-07-29jay.exe (ILASM): Incorrect loop indexing, fixes #14241 (#20144)Glenn Slayden