Merge pull request #2250 from esdrubal/master
[mono.git] / mono /
2016-05-17 Alexis ChristoforidesMerge pull request #2250 from esdrubal/master
2016-05-17 Alexander KöplingerMerge pull request #2979 from akoeplinger/tests-simplify
2016-05-17 Marek HabersackMerge pull request #2988 from radical/xbuild-fix-proces...
2016-05-16 Aleksey Kliger ... Merge pull request #3001 from ludovic-henry/coop-blocki...
2016-05-16 Alexander KöplingerMerge pull request #2987 from spouliot/ipv6only
2016-05-16 Zoltan Varga[arm] Align the stack to 16 bytes in mono_arch_get_call...
2016-05-16 Ludovic Henry[coop] Use GC safe/unsafe macros inside the runtime
2016-05-16 Rodrigo KumperaMerge pull request #2969 from ludovic-henry/coop-no...
2016-05-16 Marek SafarMerge pull request #2999 from marek-safar/rs-FileWeb
2016-05-16 Ludovic Henry[coop] Ensure exception handling is done in GC unsafe...
2016-05-16 Ludovic Henry[debug] Print MonoMethod pointer in mono_pmip output
2016-05-16 Ludovic Henry[coop] Assert that trampolines are called from GC unsaf...
2016-05-16 Ludovic Henry[coop] The magic trampoline might be called from BLOCKI...
2016-05-16 Ludovic Henry[coop] Add default ftnptr eh callback
2016-05-16 Ludovic Henry[coop] Use unbalanced state switching functions for...
2016-05-16 Ludovic Henry[coop] Add possibly unbalanced state switching functions
2016-05-16 Ludovic Henry[coop] Throw exception from finally clause in native...
2016-05-16 Ludovic Henry[coop] Remove try { ... } finally { ... } from managed...
2016-05-16 Ludovic Henry[coop] Remove support for invoke thunk wrapper
2016-05-16 Aleksey Kliger ... Merge pull request #2993 from lambdageek/dev/monoerror...
2016-05-16 Marek SafarMerge pull request #2995 from marek-safar/rs-IPAddress
2016-05-15 Zoltan Varga[reflection] Avoid force-setting klass->has_finalize...
2016-05-14 Zoltan Varga[llvmonly] Avoid generating gsharedvt out wrappers...
2016-05-13 Marek Safar[System] IPAddress from referencesource
2016-05-13 Zoltan Varga[coop] Avoid calling mono_marshal_set_last_error (...
2016-05-13 Aleksey Kliger ... Merge pull request #2974 from lambdageek/dev/monoerror...
2016-05-13 Zoltan VargaFix a warning.
2016-05-13 Zoltan Varga[llvmonly] Make sure that linkonce methods need no...
2016-05-12 Aleksey Kliger[runtime] MonoError-ize mono_string_from_utf16
2016-05-12 Marek SafarMerge pull request #2984 from amccague/ping-task-fix
2016-05-12 Alexander KöplingerMerge pull request #2990 from akoeplinger/fix-fsharp
2016-05-12 Zoltan Varga[arm] Make sure MONO_CONTEXT_GET_CURRENT () sets sp...
2016-05-12 Aleksey Kliger[runtime] MonoError-ize mono_mlist_{alloc,prepend,append}
2016-05-12 Aleksey Kliger[runtime] Eliminate some uses of mono_error_raise_exception
2016-05-12 Aleksey Kliger[cominterop] Get rid of uses of mono_error_raise_exception
2016-05-12 Aleksey Kliger[cominterop] MonoError-ize mono_string_from_bstr
2016-05-12 Zoltan VargaFix an bug added by 5b9f9751baedfeba4a0771fb18b50cba3c5...
2016-05-12 Alex Rønne PetersenMerge pull request #2853 from alexrp/thread-name-improv...
2016-05-12 Alex Rønne Petersen[threads] Add a missing mono_hazard_pointer_clear ...
2016-05-12 Alex Rønne Petersen[threads] mono_thread_set_name_internal (): Rename...
2016-05-12 Alex Rønne Petersen[threads] Don't consider MONO_THREAD_FLAG_NAME_SET...
2016-05-12 Alex Rønne Petersen[threads] Don't exempt thread pool threads from the...
2016-05-12 Alex Rønne Petersen[threads] Only mark a thread as having a name set if...
2016-05-12 Alex Rønne Petersen[threads] Rename mono_thread_info_set_name () to mono_n...
2016-05-12 Alex Rønne Petersen[domain] Remove an unnecessary call to mono_thread_info...
2016-05-12 Zoltan Varga[arm] Implement a dummy version of MONO_CONTEXT_GET_CUR...
2016-05-12 Zoltan Varga[arm] Fix the DISABLE_JIT build.
2016-05-12 Zoltan Varga[aot] Add some MonoError machinery to aot-runtime.c.
2016-05-11 Vlad BrezaeMerge pull request #2971 from BrzVlad/feature-cross...
2016-05-11 Alexander KöplingerMerge pull request #2986 from akoeplinger/fix-mono310...
2016-05-11 Ludovic HenryMerge pull request #2982 from ludovic-henry/fix-cross...
2016-05-11 Alexander KöplingerMerge pull request #2985 from akoeplinger/fix-bug39305
2016-05-11 Zoltan Varga[arm] Implement hardfp support in gsharedvt. Store...
2016-05-11 amccagueMerge remote-tracking branch 'mono/master' into ping...
2016-05-11 Marek SafarMerge pull request #2973 from marek-safar/rs-Uri
2016-05-11 Zoltan Varga[arm] Remove the unfinished nacl codegen code.
2016-05-11 Zoltan Varga[arm] Implement hardfp support for dyncalls.
2016-05-11 Zoltan Varga[arm] Fix float32 + hardfp support.
2016-05-10 Aleksey Kliger ... Merge pull request #2983 from akoeplinger/fix-bug40462
2016-05-10 Ludovic Henry[MonoContext] Fix sgen STW cross compilation
2016-05-10 Ludovic HenryRevert "[MonoContext] Make cross compiler a specific...
2016-05-10 Ludovic HenryMerge pull request #2978 from ludovic-henry/coop-fix...
2016-05-10 amccagueMerge remote-tracking branch 'mono/master' into ping...
2016-05-10 Marek SafarMerge pull request #2933 from ludovic-henry/referenceso...
2016-05-10 Zoltan Varga[llvmonly] Avoid sharing refs and intptrs in gsharedvt...
2016-05-10 Zoltan Varga[llvmonly] Disable linkonce methods, they don't work...
2016-05-10 Zoltan Varga[runtime] Check for a null argument in mono_monitor_ent...
2016-05-10 Zoltan Varga[jit] Set the real_offset of inlined bblocks to the...
2016-05-10 Zoltan Varga[llvmonly] Transform the error returned by init_method...
2016-05-10 Alexander Köplinger[tests] Simplify 'test-sgen' target logic in Makefile.am
2016-05-09 Vlad Brezae[sgen] Pack structs for binary protocol entries
2016-05-09 Vlad Brezae[sgen] Use types with explicit size for protocol entrie...
2016-05-09 Ludovic Henry[threads] Fix reset blocking state transition
2016-05-09 Aleksey Kliger ... Merge pull request #2967 from lambdageek/dev/coop-threa...
2016-05-09 Aleksey Kliger ... Merge pull request #2954 from lambdageek/dev/monoerror...
2016-05-09 Aleksey Kliger[runtime] Pending exception takes precedence over Threa...
2016-05-09 Aleksey Kliger[runtime] MonoError-ize mono_field_static_get_value
2016-05-09 Aleksey Kliger[runtime] MonoError-ize mono_field_static_get_value_for...
2016-05-09 Aleksey Kliger[runtime] MonoError-ize get_default_field_value
2016-05-09 Aleksey Kliger[runtime] MonoError-ize mono_get_constant_value_from_blob
2016-05-09 Zoltan Varga[arm] Enable native types for Xamarin.WatchOS.dll too...
2016-05-09 Zoltan Varga[llvm] Enable OP_LADD_OVF opcodes on 32 bit platforms...
2016-05-09 Zoltan Varga[ppdb] Avoid using pdb files for assemblies which are...
2016-05-08 Zoltan Varga[llvm] Add support for OP_GC_SAFE_POINT.
2016-05-06 Zoltan Varga[arm] Align the stack correctly in the gsharedvt trampo...
2016-05-06 Zoltan Varga[arm] Define MONO_ARCH_DISABLE_HW_TRAPS on watchos.
2016-05-06 Aleksey Kliger ... Merge pull request #2968 from lambdageek/dev/coop-unify...
2016-05-06 Aleksey Kliger[runtime] Unify codepath in mono_jit_thread_attach
2016-05-05 Rodrigo KumperaMerge pull request #2963 from ludovic-henry/fix-unified...
2016-05-05 Ludovic Henry[sgen] Fix possible race condition between world stop...
2016-05-05 Ludovic Henry[sgen] Do not skip starting and detaching thread during...
2016-05-05 Ludovic Henry[threads] Correct comment
2016-05-05 Ludovic Henry[sgen] Improve STW debugging output
2016-05-05 Ludovic Henry[threads] Make debugging output consistent
2016-05-05 Ludovic Henry[threads] Increase state machine verbosity when crashing
2016-05-05 Ludovic Henry[threads] Fix segfault
2016-05-05 Ludovic Henry[suspend] Don't try to suspend an already suspended...
2016-05-05 Ludovic Henry[threads] Fix compilation warning
2016-05-05 Ludovic Henry[sgen] Add some assertion for stack start and end
2016-05-05 Ludovic Henry[tests] Add sgen-new-threads-dont-join-stw-2
next