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
2021-06-11[debugger] Fix assertion when trying to debug an async method in a valuetype ...Thays Grazia
2021-06-10Add support for OpenBSD/arm64 (#21015)Patrick Wildt
2021-06-10[mono][wasm] add new signatures for pread|pwrite, preadv|pwritev, posix_fallo...Adam Sitnik
2021-06-07Fixing the GetInterfaceMap tests for mono in the runtime repo. (#21094)Bill Holmes
2021-06-04Fix for null pointer bug found by UBSAN (#21070)Jonathan B Coe
2021-05-13[debugger][interpreter] Generate seq_points even when doesn't have debug info...Thays Grazia
2021-05-11Add thunking to s390x for calls that will be patched (#21052)Neale Ferguson
2021-05-10Fix tarball buildAlexander Köplinger
2021-05-10[mono] Fix leak in assembly-specific dllmap lookups (#21048)monojenkins
2021-05-04Remove !sig->is_inflated assert from icall wrapper generator. (#21046)Esme
2021-05-04Azure Pipelines Windows CI (#20879)Jo Shields
2021-04-30[MonoIO] Wrap calls to open() in EINTR handling (#21041)Aleksey Kliger (λgeek)
2021-04-13[arm64] Fix wrong marshalling in gsharedvt transition (#21004)Vlad Brezae
2021-04-02Correcting proclib function that did not adhere to filemap wrappers (#20989)Alex Thibodeau
2021-04-02mono_breakpoint_clean_code always returns TRUE. (#16603)Jay Krell
2021-04-01Fix console warning spam in threadpool-io.c (#20980)Hugo Locurcio
2021-04-01Fix implicit conversion warning (#20861)Zhenbo Li
2021-04-01Import s390x fixes from dotnet runtime (#20991)Neale Ferguson
2021-03-31Fix setting or getting pointer fields with reflection (#20891)Sebastian Paarmann
2021-03-30Update to consume jemalloc upstream releases (#20988)Phil Jaenke
2021-03-30Fix r4_conv_to_i (#20985)Vlad Brezae
2021-03-25[debugger] Removing call to jit_done to help debug multithread (#20970)Thays Grazia
2021-03-16Allowing sockets to be created with icmpv6 (#20896)Bill Holmes
2021-03-12[marshal] Fix VARIANT marshaling in structs (#20917)Aleksey Kliger (λgeek)
2021-03-11Don't include mono-dtrace.h when generating offsets (#20919)Alexander Köplinger
2021-03-08Add support for Apple Silicon on Xamarin.Mac SDK (#20597)mathieubourgeois
2021-03-05[sdb] Add Module.ApplyChanges (#20889)Aleksey Kliger (λgeek)
2021-02-17s390x: Trampoline fixes and implement mono_arch_patch_code_new (#20852)Neale Ferguson
2021-02-16Don't assume result is non-NULL if its type is not TYPE_VOID when tracing. (#...g-insn
2021-02-11Further fixes for s390x that correct some test suite failures (#20829)Neale Ferguson
2021-02-10Fix early return in Process.Start (#20821)Ryan Lucia
2021-02-09Revert "Fix rpm build (#20798)"Alexander Köplinger
2021-02-05Ensure mono_gc_thread_detach is always called (#20822)monojenkins
2021-02-05Revert "[mono][debugger] First PR to implement iCorDebug on mono (#20757)"Thays
2021-02-05Revert "Fix compilation error (#20801)"Thays
2021-02-05Revert "[mono][debugger] Fixing len as unsigned int and comparing < 0 (#20806)"Thays
2021-02-04Fix the arm64 build. (#20820)Zoltan Varga
2021-02-03Initial arm64e support (#20818)Zoltan Varga
2021-02-03[AOT] Make native linker name configurable (#20814)Marek Habersack
2021-02-02[mbr] Add a global has_updates flag (#20812)monojenkins
2021-02-01Add support for EventPipe stackwalks and method formatting on Mono. (#20803)monojenkins
2021-01-31[mono][debugger] Fixing len as unsigned int and comparing < 0 (#20806)Thays Grazia
2021-01-30[wasm] Don't use MAP_32BIT, its not needed and newer emscripten versions don'...Zoltan Varga
2021-01-29Fix compilation error (#20801)Thays Grazia
2021-01-28Fix a warning in mono/mini/tramp-arm.c and tramp-ppc.c (#20797)monojenkins
2021-01-28Fix rpm build (#20798)Alexander Köplinger
2021-01-28[llvmonly] Fall back to the interpreter for methods with filter clauses. (#20...Zoltan Varga
2021-01-28Fix a warning. (#20787)Zoltan Varga
2021-01-28Add Mono EventPipe rundown support. (#20777)monojenkins
2021-01-28[Arm64] Implement MultiplyHigh (#20792)monojenkins