Bump API snapshot submodule
[mono.git] / mono /
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 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...
2017-08-15 Zoltan Varga[runtime] Use HOST_ defines instead of PLATFORM_ define...
2017-08-15 Rodrigo KumperaMerge pull request #5355 from kumpera/fix_58379
2017-08-14 Rodrigo Kumpera[mini] Add test for implicit widen on argument stores.
2017-08-14 Aleksey Kliger[remoting] transparent proxy GetType of an interface...
2017-08-14 Zoltan Varga[runtime] Fix a warning.
2017-08-14 Zoltan VargaFix a warning.
2017-08-13 Alex Rønne PetersenMerge pull request #5360 from urisimchoni/fix-mon
2017-08-13 Uri Simchoni[profiler] Fix log profiler SetMonitorEvents icall
2017-08-12 Jonathan ChambersUse eglib g_* allocators rather than malloc/calloc...
2017-08-11 Rodrigo Kumpera[jit] Add implicit widening of stores to args of types...
2017-08-11 Rodrigo KumperaAddress reviewer feedback.
2017-08-11 Alexis ChristoforidesMerge pull request #5353 from jonpryor/jonp-mono-api...
2017-08-11 Alex Rønne Petersen[profiler] Fix code coverage support.
2017-08-11 Alex Rønne PetersenMerge pull request #5352 from urisimchoni/fix-logprof...
2017-08-11 Zoltan Varga[llvm] Avoid generating invalid llvm IR when a finally...
2017-08-10 Rodrigo Kumpera[mini] Emit widen ops when storing to locals of size...
2017-08-10 Rodrigo KumperaMerge pull request #5323 from cherusker/cherusker-2017...
2017-08-10 cheruskerDistinguish between the XSI-compliant and the GNU-speci...
2017-08-10 Aleksey Kliger[monodis] Not all override methods are errors
2017-08-10 Armin Hasitzka[TSan] Yet another idea about whitelisting data races...
2017-08-09 Alexander KöplingerRevert "[runtime] Avoid building a separate static...
2017-08-09 Bernhard Urban[interp] builtin types (#5339)
2017-08-09 Aleksey Kliger ... Merge pull request #4379 from ermshiperete/master
2017-08-08 Zoltan Varga[runtime] Remove ves_icall_object_new_fast (), its...
2017-08-08 Zoltan Varga[btls] Compile btls using ninja if available. (#5333)
2017-08-08 Aleksey Kliger[eglib] (goutput.c) Revert Android logging host-target...
2017-08-08 Eberhard BeilharzFix allocation of memory to match the way it gets freed
2017-08-08 Damien Daspit[runtime] Fix bug when marshaling COM interfaces in...
2017-08-08 Eberhard Beilharz[runtime] Unit test for Xamarin-47560
2017-08-08 Uri SimchoniFix xdebug (#5309)
2017-08-08 Zoltan Varga[runtime] Fix a case where klass->blittable was written...
2017-08-08 Zoltan Varga[btls] Enable ccache support for cmake. (#5332)
2017-08-08 Alex Rønne PetersenMerge pull request #5317 from alexrp/master
next