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
path: root/mono
AgeCommit message (Expand)Author
2020-09-04[wasm][debugger] Add support for surfacing inherited members (#20318)monojenkins
2020-09-04Add x86/arm64/arm support to the cmake build. Fix issues. (#20348)monojenkins
2020-09-04[runtime] Allocate code memory using MAP_JIT on apple silicon, patching code ...Zoltan Varga
2020-09-03Add ios support to the cmake build system. (#20333)monojenkins
2020-09-02[interp] Optimize out conditional branches (#20330)Vlad Brezae
2020-08-31[mono] Add mono_image_open_from_data_alc to unstable embedding API (#20303)monojenkins
2020-08-31[wasm][debugger] Disable an extraneous debug message (#20317)monojenkins
2020-08-31mono: result of regmask should be stored in regmask_t, not int (#20322)Stefanos Kornilios Mitsis Poiitidis
2020-08-30[MIPS32] Fix mono_arch_get_cie_program and ELF_MACHINE undefined issue (#20323)Leslie Zhai
2020-08-29[mono] Squelch Mach exception handlers (#20321)imhameed
2020-08-29[runtime] Fix signature of mini_cleanup (). (#20320)monojenkins
2020-08-28Revert "[mono] Convert Environment.CurrentManagedThreadId to an icall (#20313...Alexander Köplinger
2020-08-28[mono] Convert Environment.CurrentManagedThreadId to an icall (#20313)monojenkins
2020-08-27Issue18826 fix (#19580)HinTak
2020-08-27[mono] ALC function restructuring for unloadability (#20306)monojenkins
2020-08-27Add support for using cmake in the mono runtime build. (#20309)monojenkins
2020-08-26[mono] Add mono_assembly_decref, return value on both decref and addref (#20305)monojenkins
2020-08-26[mono] Enable additional warnings as errors (#20293)monojenkins
2020-08-25[runtime] Catch attempts to create enum types with an underlying type that is...imhameed
2020-08-25Port EventPipe CoreCLR changes to Mono. (#20278)monojenkins
2020-08-25Avoid following invalid pointers in mono_w32process_get_modules on Darwin. (#...imhameed
2020-08-24[coop] Add configuration option to disable stack scan (#20264)monojenkins
2020-08-24[mono] Thread DllImportSearchPath flags down to LoadLibraryEx (#20292)monojenkins
2020-08-24[mono] Add more detailed logs for the PInvoke resolution process (#20291)monojenkins
2020-08-22[mono] Don't leak coop handles, fix type in managed ALC struct (#20281)monojenkins
2020-08-22[mono] Disable XML file loading entirely on netcore (#20280)monojenkins
2020-08-22[mono] Add g_ptr_array_find to eglib (#20279)monojenkins
2020-08-22[runtime] Make the code which handles pinvoke lookup retries netcore only. (#...Zoltan Varga
2020-08-22[runtime] Ongoing work on mono cmake build (#20268)monojenkins
2020-08-22[mono][llvm] Revert noopt modifier (#20286)monojenkins
2020-08-22[coop] Add handles for some SRE scenarios (#20259)monojenkins
2020-08-21Add missing exception checkpoint (#20274)monojenkins
2020-08-20[mono] Add MethodImplOptions.NoOptimization support (#20265)monojenkins
2020-08-20Fix trailing whitespaces (#20254)monojenkins
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[mono] Make bundle filename changes netcore-only (#20251)monojenkins
2020-08-14[runtime] Update cmake build. (#20243)monojenkins
2020-08-14[mono] Improve MonoImage filename handling for bundled images (#20245)monojenkins
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[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