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-10-07Extend use of w32subset API partitioning to cover more Win32 functions. (#20453)Johan Lorensson
2020-10-06Changed mono exception type from execution engine to not supported. (#20455)monojenkins
2020-10-05[sdb] Add support for function pointers. (#20448)Zoltan Varga
2020-10-05Initial work porting native diagnostic server library to C library potentiall...monojenkins
2020-10-03[mono] Fix constant folding for Math.Round (#20450)monojenkins
2020-10-02[metadata] Getting the element size of array of fnptr types is ok (#20446)monojenkins
2020-10-01[metadata] Use MONO_PROFILER_API on MonoClass getters in checked builds (#20440)Aleksey Kliger (λgeek)
2020-09-29[runtime] sync parameter name in tramp-s390x.c (#20438)Dan Horák
2020-09-28[interp] Throw an InvalidProgramException instead of asserting when trying to...Zoltan Varga
2020-09-26[aot] Prepend the assembly name to the names of gsharedvt wrappers to avoid d...Zoltan Varga
2020-09-26[runtime] Transition the trampoline code to use memory managers for memory al...Zoltan Varga
2020-09-25Fix mono_aot_plt_trampoline GC unsafe assumption. (#20431)Johan Lorensson
2020-09-25[aot] Add support for references to GENERIC_ARRAY_HELPER wrappers. (#20423)Zoltan Varga
2020-09-24[interp] Refactor finally block invocation (#20386)Vlad Brezae
2020-09-24[Mono] [GC] Fix TotalBytesAllocated and reenable test (#20427)monojenkins
2020-09-24[wasm][debugger] Fixing step over in an async method (#20426)monojenkins
2020-09-24Ongoing work on the cmake build. (#20428)monojenkins
2020-09-24[mono] Fix LLVM IR emission for Ssse3.AlignRight and Sse2/Sse41.Extract (#20429)monojenkins
2020-09-24[runtime] Throw a MarshalDirectiveException when returning an array from a pi...Zoltan Varga
2020-09-22[mono] Add test for wasm loader regression, fix loading from bundle (#20406)monojenkins
2020-09-22[interp] Track MINT_MONO_LDPTR as constants (#20418)Vlad Brezae
2020-09-22[wasm] [debugger] Adding test for dotnet/runtime#42227 PR (#20411)monojenkins
2020-09-18Support loading assemblies and symbols into debugger via callback (#20396)monojenkins
2020-09-18[metadata] Assorted enhancements for some CIL image formats (#20405)Aleksey Kliger (λgeek)
2020-09-18Add a minimal .editorconfig for Mono C files (#20399)monojenkins
2020-09-18[jit] Transition some memory allocations to memory managers. (#20400)Zoltan Varga
2020-09-18Ongoing cmake build work. (#20383)monojenkins
2020-09-16[mono] Add proper check for clock_gettime (#20385)monojenkins
2020-09-16[utils] Don't use __builtin_available on x86 or amd64 macos (#20395)Aleksey Kliger (λgeek)
2020-09-16[wasm][debugger] Move some functions from debugger-agent to debugger-engine (...monojenkins
2020-09-15Transition to GC Unsafe in mono_runtime_invoke_array (#20285)Boulougou
2020-09-15[wasm][debugger] Avoid infinite loop when we have a boxed `new object` (#20370)monojenkins
2020-09-15[mono] Introduce MonoMemoryManager to hold memory previously owned by the dom...monojenkins
2020-09-14[utils] Fix MONO_SOLIB_EXT in mono-dl.h on Apple ARM64 (now .dylib) (#20382)Ilia
2020-09-14[mono] Enable startup stats timer on wasm (#20363)monojenkins
2020-09-12[gc] add stop-the-world api (#20379)Aleksey Kliger (λgeek)
2020-09-12[metadata] Add #JTD heap MonoImage:minimal_delta bit (#20378)Aleksey Kliger (λgeek)
2020-09-11Remove some accidental duplicates from mini/CMakeLists.txt. (#20373)monojenkins
2020-09-10Ongoing work on the cmake build. (#20371)monojenkins
2020-09-10[crashing] update s390x handling (#20357)Dan Horák
2020-09-10[mono] Propagate -Werror properly, fix warning (#20364)monojenkins
2020-09-10Remove empty transform file. (#20368)monojenkins
2020-09-10[interp] Remove dead basic blocks and merge adjacent ones (#20354)Vlad Brezae
2020-09-08[WASM] Add satellite assemblies bundle and hook to register them (#20308)monojenkins
2020-09-08Move Marshal memory allocation methods into CoreLib shared partition (#20353)monojenkins
2020-09-05[interp] Add basic block support (#20328)Vlad Brezae
2020-09-05[wasm][debugger] Small improvements to fail gracefully (#20334)monojenkins
2020-09-05[wasm][debugger] Show actual data for boxed values (#20326)monojenkins
2020-09-05[wasm][debugger] Add support for Nullable<T> (#20325)monojenkins
2020-09-04[merp] Revert 7a0425e which is causing xamarin-android failures (#20332)Nathan Ricci