[runtime] Fix DISABLE_REFLECTION_EMIT build.
[mono.git] / mono /
2017-09-27 Rodrigo Kumpera[runtime] Fix DISABLE_REFLECTION_EMIT build.
2017-09-25 Rodrigo Kumpera[runtime] Handle RuntimeWrappedException and dynamic...
2017-09-25 Rodrigo Kumpera[runtime] Handle RuntimeWrappedException and dynamic...
2017-09-25 Ludovic Henry[profiler] Add dedicated coverage profiler (#5622)
2017-09-25 Bernhard Urban[ppc64] add instructions needed for builtin types
2017-09-25 Bernhard Urban[ppc] add native type support for float
2017-09-25 Bernhard Urban[ppc] add native type support for integer
2017-09-22 Zoltan Varga[jit] Fix constrained calls from gsharedvt methods...
2017-09-22 Vlad BrezaeMerge pull request #5594 from BrzVlad/fix-domain-abort...
2017-09-22 Vlad Brezae[tests] Add tests for AppDomainUnloadedException handling
2017-09-22 Vlad Brezae[tests] Add test for appdomain
2017-09-22 Vlad Brezae[runtime] Don't terminate application on unhandled...
2017-09-22 Vlad Brezae[runtime] Throw DomainUnloadedException exception when...
2017-09-22 Vlad Brezae[remoting] Refactor xdispatch wrapper to use icall...
2017-09-22 Vlad Brezae[runtime] Ignore ResetAbort when the current appdomain...
2017-09-21 Alexis ChristoforidesMerge pull request #5608 from mono/xcode9_bockbuild_fix
2017-09-21 Ludovic Henry[threads] Keep the tid after the thread has finished...
2017-09-21 Alex Rønne PetersenMerge pull request #5614 from alexrp/master
2017-09-21 Armin HasitzkaUnlock `mini-trampolines.c`: (#5597)
2017-09-20 Alex Rønne Petersen[runtime] Fix shared-only build.
2017-09-20 Armin HasitzkaMark `mono_g_hash_table_max_chain_length` as known...
2017-09-20 Armin Hasitzka[TSan] Unlock fastpath when checking domains_to_finaliz...
2017-09-19 Alex Rønne PetersenMerge pull request #5528 from rodrmoya/fix-mono-profile...
2017-09-19 Rodrigo Kumpera[verifier] Allow byref in PropertySig blobs. Fixes...
2017-09-19 Johan LorenssonMerge pull request #5573 from lateralusX/lateralusX...
2017-09-19 Marek SafarMerge pull request #5589 from marek-safar/tests
2017-09-18 Bernhard Urban[w32error] Add ENXIO -> ERROR_DEV_NOT_EXIST error trans...
2017-09-16 Zoltan Varga[llvm] Map byref types to the same type as the this...
2017-09-15 Aleksey Kliger ... [loader] Init MonoClass:sizes.element_size lazily ...
2017-09-15 Bernhard Urban[interp] disable assemblyresolve_event6.exe
2017-09-14 lateralusXInvalid handle exception during WSACleanup on shutdown.
2017-09-14 lateralusXFix sporadic failures in MonoTests.System.Net.HttpReque...
2017-09-13 Alex Rønne PetersenMerge pull request #5562 from alexrp/master
2017-09-13 Rodrigo KumperaMerge pull request #5550 from Cry-Miron/patch-1
2017-09-13 Marek Safar[corlib] Update negative symbol for all cultures. Fixes...
2017-09-13 Cry-MironChanged indentation to K&R indentation
2017-09-13 Alex Rønne Petersen[profiler] Revert the root_type field back to uleb128.
2017-09-12 Rodrigo KumperaMerge pull request #5544 from kumpera/verify_byref_return
2017-09-12 Alexander Kyte[runtime] Use no-op for SufficientExecutionStack on...
2017-09-12 Rodrigo Kumpera[verifier] Add test for structs.
2017-09-12 cheruskerMark operations on `shutting_down` as known and accepte...
2017-09-12 Aleksey Kliger[coop handles] Record backtrace when allocating handles...
2017-09-12 Aleksey Kliger[appdomain] Catch exceptions when invoking AppDomain...
2017-09-12 Aleksey Kliger[test] Regression test for #58950
2017-09-12 Cry-MironFix assert in module cleanup if nothing is cached
2017-09-12 Cry-MironFix issue where loaded global modules aren't freed
2017-09-11 Rodrigo Kumpera[verifier] Fail to merge stacks with different safe...
2017-09-11 Rodrigo Kumpera[verifier] Implement verification of byref returns.
2017-09-11 Jonathan ChambersImplement stack overflow handling on Win64. Call _reset...
2017-09-11 Armin Hasitzka[TSan] Interlock and unlock MonoJitStats (#5437)
2017-09-11 Niklas TherningMerge pull request #5504 from ntherning/wait-for-native...
2017-09-08 Rodrigo KumperaMerge pull request #5428 from kumpera/wasm-support-p2
2017-09-08 Ludovic Henry[threads] Fix "[threads] Fix leaking threads: SGen...
2017-09-08 Armin Hasitzka[TSan] Tackle MonoPerfCounters (#5413)
2017-09-07 Armin HasitzkaUse `Unlocked* ()` to mark racy counters (#5500)
2017-09-07 Armin Hasitzka[threads] Fix leaking threads: SGen Worker and Finalize...
2017-09-07 Armin Hasitzka[TSan] Reorganise / clean up counters logic in mini...
2017-09-06 Alex Rønne PetersenMerge pull request #5512 from rodrmoya/fix-mono-profile...
2017-09-06 Bernhard Urban[amd64] fix tailcall insn size (#5483)
2017-09-06 Armin HasitzkaInterlock `inflated_signatures_size`, `memberref_sig_ca...
2017-09-06 Zoltan Varga[bcl] Use RuntimeHelpers.GetHashCode () for getting...
2017-09-06 Zoltan Varga[sdb] Don't set tls->context when interrupting a thread...
2017-09-06 Neale FergusonAdd z14 support and extend z13 support
2017-09-05 Rodrigo Kumpera[utils] Fix inet_pton fallback.
2017-09-05 Niklas TherningWait for the native thread to die in Thread.Join()...
2017-09-04 cheruskerUse `Unlocked* ()` for operations on `joinable_thread_c...
2017-09-04 cheruskerFix racy counter and unify the styles
2017-09-01 Rodrigo Kumpera[wasm][sgen] Introduce DEFAULT_SWEEP_MODE, move DEFAULT...
2017-09-01 Rodrigo Kumpera[wasm] Wasm actually has inet_pton but configure doesn...
2017-09-01 Rodrigo Kumpera[wasm] Make sure we don't use the posix dl backend...
2017-09-01 Rodrigo Kumpera[wasm] Disable posix threading backend and fix wasm's.
2017-09-01 Rodrigo Kumpera[wasm] Move RETURN_ADDRESS macros to mini.h, use them...
2017-09-01 Rodrigo Kumpera[runtime] Replace a mono_class_vtable with mono_class_v...
2017-09-01 Rodrigo Kumpera[wasm] Fix eglib issues with WASM.
2017-09-01 Rodrigo KumperaMerge pull request #5486 from kumpera/fix_array_dispatc...
2017-09-01 Ludovic Henry[mini] Remove never defined MONO_ARCH_STACK_GROWS_UP...
2017-09-01 Rodrigo Kumpera[mini] Handle magic interfaces in common_trampoline...
2017-09-01 Armin HasitzkaImprove `class.c` for TSan instrumentation: (#5485)
2017-09-01 Egor BogatovMerge pull request #5444 from hifi/fix-tds-inputoutput
2017-08-31 Aleksey Kliger[w32file] Add 'kbfuse' filesystem type to known drive...
2017-08-31 Ludovic Henry[socket] Reduce handle manipulations in native (#5378)
2017-08-31 Marek SafarMerge pull request #5479 from marek-safar/cecil-bump
2017-08-31 Aleksey Kliger[cominterop] Get function ptr from interface before...
2017-08-31 Aleksey Kliger[marshal] Don't use a wrapper for mono_marshal_set_last...
2017-08-31 Zoltan Varga[llvm] Add support for building with more recent versio...
2017-08-31 Zoltan Varga[sdb] Fix support for async debugging in optimized...
2017-08-30 Joshua PetersonCall `g_utf8_to_utf16` with a proper argument (#5470)
2017-08-29 Marek SafarMerge pull request #5469 from marek-safar/ilasm
2017-08-29 Alexander KöplingerRevert "[runtime] Wait for the thread to really exit...
2017-08-29 Alexander KöplingerRevert "[llvm] Add support for building with more recen...
2017-08-29 Zoltan Varga[llvm] Add support for building with more recent versio...
2017-08-29 Zoltan Varga[runtime] Wait for the thread to really exit in Thread...
2017-08-29 Zoltan Varga[sgen] Move the mono_gchandle_ functions to sgen-mono...
2017-08-28 Zoltan Varga[amd64] Make code patching smp safe for the case where...
2017-08-28 Bernhard Urban[gc counters] avoid using Interlocked*64 functions...
2017-08-27 Alex Rønne PetersenMerge pull request #5459 from HinTak/patch-5
2017-08-27 HinTakMore informative g_error message
2017-08-27 Zoltan Varga[runtime] Use the AC_FUNC_STRERROR_R() autoconf macro...
2017-08-26 Zoltan Varga[jit] Assert that the trampoline code is called in...
2017-08-26 Uri Simchoni[amd64] silence compiler warning (#5435)
next