Merge pull request #5675 from mono/glib-debug-symbols
[mono.git] / mono /
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)
2017-08-25 Alex Rønne Petersen[profiler] Correct the description of the 'legacy'...
2017-08-25 Jonathan ChambersRetrieve thread lazily and avoid special case for defer...
2017-08-25 Jonathan ChambersEnsure exception out argument is initialized to NULL...
2017-08-24 Rodrigo KumperaMerge pull request #5420 from nealef/z13v5
2017-08-24 Martin Baulig[System]: Cleanup internal TLS APIs in preparation...
2017-08-24 Alex Rønne PetersenMerge pull request #5438 from cherusker/cherusker-2017...
2017-08-24 Alex Rønne PetersenMerge pull request #5439 from alexrp/master
2017-08-24 Alex Rønne Petersen[profiler] Add a missing method_leave event for the...
2017-08-24 Alex Rønne Petersen[profiler] Add a missing method_tail_call event when...
2017-08-24 cheruskerComplete the function prototype
2017-08-24 Zoltan VargaRevert "[runtime] Fix a warning."
2017-08-23 Rodrigo Kumpera[wasm] Add basic interpreter support for WebAssembly.
2017-08-23 Rodrigo Kumpera[mini] Add skeleton WebAssembly mini backend. It's...
2017-08-23 Rodrigo Kumpera[wasm] Add MONO_AOT_MODE_INTERP_LLVMONLY to MonoAotMode...
2017-08-23 Rodrigo KumperaMerge pull request #5415 from kumpera/wasm-support
2017-08-23 Rodrigo Kumpera[utils] Fix mono_valloc and mono_valloc_aligned malloc...
2017-08-23 Rodrigo Kumpera[wasm] Add wasm stubs for object-offsets and sgen-archdep.
2017-08-23 Rodrigo Kumpera[wasm] Add wasm strings to mono-config.c
2017-08-23 Rodrigo Kumpera[wasm] Add comments explaining the magic strings in...
2017-08-23 Rodrigo Kumpera[wasm] Add threading, dl and hwcap support for wasm.
2017-08-23 Neale FergusonRemove unnecessary ifdefed code
2017-08-23 Neale FergusonSkip load if same register
2017-08-23 Neale FergusonAdd support for z13 processor
2017-08-23 Armin Hasitzka[TSan] Unlocking MonoStats, GCStats and JITGCStats...
2017-08-23 Marek Safar[threadpool] Reduce logging verbosity level. Fixes...
2017-08-23 Alexander KöplingerMerge pull request #5423 from vargaz/workaround-58901
2017-08-22 Zoltan VargaRevert "Disable pinvoke2.exe test on OSX i386 for now...
2017-08-22 Zoltan Varga[runtime] Disable a test which asserts because of an...
2017-08-21 Rodrigo Kumpera[utils] Fix atomic fallout implementation function...
2017-08-21 Rodrigo Kumpera[wasm] Add wasm stubs for MonoContext and membar ops.
2017-08-21 Rodrigo KumperaMerge pull request #5406 from kumpera/fix_12157
2017-08-21 Rodrigo KumperaMerge pull request #5407 from kumpera/fix_31225
2017-08-21 Alexander KöplingerFix method-access.exe test (#5412)
2017-08-21 Alexander KöplingerDisable pinvoke2.exe test on OSX i386 for now (#5411)
2017-08-19 Jonathan ChambersAdd null check for target to optimized delegate constru...
2017-08-18 Rodrigo Kumpera[verifier] Base constructors can only be called on...
2017-08-18 Rodrigo KumperaMerge pull request #5396 from kumpera/fix_11696
2017-08-18 Rodrigo KumperaMerge pull request #5397 from kumpera/fix_41279
2017-08-18 vkargov[jit] Don't emit a redundant move in lazy fetch trampol...
2017-08-18 Aleksey Kliger[threads] Use designated initializer syntax in MAKE_SPE...
2017-08-17 Rodrigo Kumpera[runtime] Format MethodAccessException method names...
2017-08-17 Rodrigo KumperaMerge pull request #5390 from kumpera/fix_58637
2017-08-17 Rodrigo Kumpera[runtime] Don't set pkey to a value that will be freed...
2017-08-17 Rodrigo Kumpera[verifier] Check methodimpl table for duplicated. Fixes...
2017-08-17 Ludovic Henry[marshal] Rethrow in native-to-managed wrapper to keep...
2017-08-17 Ludovic Henry[w32error] Add ENODEV -> ERROR_DEV_NOT_EXIST error...
2017-08-17 Armin HasitzkaUse the `Unlocked* ()` functions to blacklist specific...
2017-08-16 Rodrigo Kumpera[corlib] When parsing the ECMA key, don't produce a...
2017-08-16 Marek SafarUpdate list of denied assemblies
2017-08-16 Rodrigo KumperaMerge pull request #5382 from kumpera/pedump_fix
2017-08-16 Ankit Jain[msbuild] Install a `deniedAssembliesList.txt` to suppo...
2017-08-15 Rodrigo Kumpera[verifier] Handle csc encoding of enums in cattr blobs...
2017-08-15 Rodrigo Kumpera[runtime] Add WINDOWS_RUNTIME type attribute that csc...
2017-08-15 Rodrigo Kumpera[verifier] Avoid double init of metadata when using...
2017-08-15 Rodrigo Kumpera[verifier] Partially revert 6d37ffdf534eae04a5d06b2e097...
next