[msbuild] bump to help debug wrench build failure
[mono.git] / mono /
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
2017-08-08 Zoltan Varga[runtime] Avoid building a separate static library...
2017-08-07 Zoltan Varga[jit] Remove unused mono_arch_print_tree () function...
2017-08-07 Zoltan Varga[runtime] Move eglib into mono/eglib so it becomes...
2017-08-07 Alex Rønne Petersen[profiler] Split method_leave callback into a method_ta...
2017-08-07 Alex Rønne Petersen[profiler] Mark generated raise functions as ICALL_DECL...
2017-08-07 Alex Rønne Petersen[runtime] Declare MonoProfilerCallContext::return_value...
2017-08-07 Alex Rønne Petersen[runtime] Add ICALL_DECL_EXPORT.
2017-08-07 Alex Rønne Petersen[profiler] Properly clean up the resources used by...
2017-08-07 Alex Rønne Petersen[profiler] Some improvements to the code coverage API.
2017-08-07 Armin Hasitzka[mono-threads-posix] Fix a buffer overflow (rather...
2017-08-07 Alex Rønne PetersenMerge pull request #5321 from urisimchoni/prof-lin
2017-08-07 Uri Simchoni[profiler] Avoid instrumenting inlined methods
2017-08-07 Uri Simchoni[profile] set the "no profiling" bitmask equal to zero
2017-08-07 Aleksey Kliger ... Merge pull request #5313 from lambdageek/corefx-sre...
2017-08-07 Ludovic Henry[w32handle] Remove use of w32handle for File, Console...
2017-08-05 Ludovic HenryRevert "[w32handle] Remove use of w32handle for File...
2017-08-05 Ludovic Henry[w32handle] Remove use of w32handle for File, Console...
2017-08-04 Alex Rønne Petersen[runtime] Install profiler-events.h as a public header.
2017-08-04 Aleksey Kliger ... Merge pull request #5306 from lambdageek/corefx-sre...
2017-08-04 Aleksey Kliger ... Merge pull request #5303 from lambdageek/cattr-bcheck
2017-08-04 Zoltan Varga[btls] Disable BUILD_SHARED_LIBS while building borings...
2017-08-03 Aleksey Kliger[custom_attrs] Add bounds checking to mono_reflection_c...
2017-08-03 Aleksey Kliger[custom_attrs] Add bounds checking to load_cattr_value
2017-08-03 Aleksey Kliger[custom_attrs] Add (some) bounds checking to create_cus...
2017-08-02 Vlad Brezae[tests] Disable test on llvm
2017-08-02 monojenkinsMerge pull request #5299 from cherusker/cherusker-2017...
2017-08-02 Alex Rønne Petersen[profiler] Fix MonoProfilerState::context_free_buffer...
2017-08-02 cheruskerFix racy `next_generic_inst_id`
2017-08-01 Alex Rønne Petersen[mini] Remove the functions that were unexported in...
2017-08-01 Alex Rønne Petersen[runtime] Declare MonoProfilerCallContext::method offset.
2017-08-01 Zoltan Varga[jit] Fix the DISABLE_JIT build.
2017-08-01 Aleksey Kliger ... Merge pull request #5288 from lambdageek/bug-58454
2017-08-01 Alex Rønne PetersenMerge pull request #5292 from alexrp/profiler-symbol...
2017-08-01 Alex Rønne Petersen[profiler] Move legacy profiler code to profiler.c.
2017-08-01 Alex Rønne PetersenMerge pull request #5274 from alexrp/profiler-call...
2017-08-01 Alex Rønne Petersen[mini] Add a mono_jit_aot_compiling () function.
2017-08-01 Alex Rønne Petersen[mini] Remove some unstable exports that are no longer...
2017-08-01 Alex Rønne Petersen[profiler] Implement call context introspection for...
2017-07-31 vkargovMerge pull request #5234 from vkargov/vk-kiokunegi
2017-07-31 Zoltan Varga[llvm] Fix the calling of fault clauses in llvm compile...
2017-07-28 Vlad BrezaeMerge pull request #5260 from BrzVlad/fix-handler-block
2017-07-28 Aleksey Kliger ... Merge pull request #5272 from lambdageek/bug-58421
2017-07-27 Aleksey Kliger ... Merge pull request #5271 from lambdageek/bug-58361
2017-07-27 Aleksey Kliger[sre] Resolve EnumBuilder tokens in managed. (Fixes...
2017-07-27 Aleksey Kliger[sre] Add MonoDynamicImageTokCollision arg to mono_dyna...
2017-07-27 Aleksey Kliger[sre] Handle typeref tokens in fixup_method (Fixes...
2017-07-27 Zoltan Varga[interp] Make the 'td' variable a pointer in generate...
2017-07-27 Zoltan Varga[interp] Rename some types to better reflect their...
2017-07-27 Zoltan Varga[runtime] Move object.c to 'common_sources', as it...
2017-07-27 Zoltan VargaSre not gc dependent (#5264)
2017-07-26 Zoltan Varga[runtime] Remove compile time gc dependencies from...
2017-07-26 Zoltan Varga[runtime] Remove compile-time gc dependencies from...
2017-07-25 Marek SafarMerge branch 'xml-dsig-transforms-from-corefx' of git...
2017-07-25 Alex Rønne Petersen[interp] Fix a copy/paste error in ea4e4a9ef6fc42570a23...
2017-07-25 Vlad Brezae[runtime] Remove handler block trampoline code
2017-07-25 Vlad Brezae[runtime] Fix handler block
2017-07-25 Zoltan Varga[runtime] Fix the size calculation for CustomAttributeT...
2017-07-24 Zoltan Varga[jit] Handle OP_VCALL_MEMBASE in get_simd_vreg ()....
2017-07-21 Alex Rønne PetersenMerge pull request #5248 from alexrp/profiler-api
2017-07-21 Armin Hasitzka[mempool] Annotate functions for clang's ThreadSanitize...
2017-07-20 Alex Rønne Petersen[profiler] Add back some legacy profiler API functions.
2017-07-20 Alex Rønne Petersen[profiler] Rename mono_profiler_install to mono_profile...
2017-07-20 Vlad Brezae[runtime] Fix abort ignore when suspended in first...
2017-07-20 Vlad BrezaeMerge pull request #5198 from BrzVlad/fix-binprot-stats
2017-07-20 Bernhard Urban[jit] test builtin types (#5208)
2017-07-20 Bernhard Urban[interp] reuse finally_ips infrastructue for fault...
2017-07-20 Vlad Brezae[sgen] Fix function signature
next