[offsets-tool] Only create the .stamp-clone file if the clone succeeds.
[mono.git] / mono /
2016-05-10 Ludovic HenryMerge pull request #2978 from ludovic-henry/coop-fix...
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-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
2016-05-05 Ludovic Henry[threads] Be more verbose in the case of an error
2016-05-05 Ludovic Henry[runtime] Use utils mono_thread_info_yield
2016-05-05 Ludovic HenryMerge pull request #2948 from ludovic-henry/coop-n2m...
2016-05-05 Aleksey Kliger ... Merge pull request #2965 from lambdageek/dev/checked...
2016-05-05 Zoltan VargaFix the cross compiler build.
2016-05-05 Ludovic HenryMerge pull request #2964 from ludovic-henry/sgen-monoco...
2016-05-05 Marek SafarMerge pull request #2966 from marek-safar/oid
2016-05-04 Alex Rønne PetersenMerge pull request #2928 from alexrp/master
2016-05-04 Ludovic Henry[corlib] Import System.Threading.Monitor
2016-05-04 Ludovic HenryMerge pull request #2955 from ludovic-henry/mono_msec_t...
2016-05-04 Aleksey Kliger[coop] Allow BLOCKING->DETACHED transition.
2016-05-04 Aleksey Kliger[checked] Use correct reset blocking cookie when attach...
2016-05-04 Ludovic Henry[marshal] Add EH callback for native-to-managed wrapper
2016-05-04 Ludovic Henry[marhsal] Always generate try { ... } finally { .....
2016-05-04 Marek Safar[corlib] Update locale tables. Fixes #40697
2016-05-04 Marek SafarMerge pull request #2962 from marek-safar/referencesour...
2016-05-03 Zoltan Varga[aot] Emit EmptyArray<enum>:.cctor () instances since...
2016-05-03 Ludovic Henry[sgen] Kill USE_MONO_CTX and ARCH_NUM_REGS
2016-05-03 Ludovic Henry[MonoContext] Make cross compiler a specific case
2016-05-03 Ludovic Henry[sgen] Make Sparc use MonoContext
2016-05-03 Ludovic Henry[sgen] Make PowerPC use MonoContext
2016-05-03 Ludovic Henry[runtime] Fix potential overflow when using mono_msec_ticks
2016-04-30 Zoltan Varga[arm64] Dist arm64-codegen.h. Fixes #38223.
2016-04-27 Alexander KöplingerMerge pull request #1345 from mattleibow/websocket...
2016-04-26 monojenkinsMerge pull request #2947 from mfilippov/master
2016-04-26 Joao Matos[runtime] Moved MONO_ZERO_LEN_ARRAY to mono-publib.h.
2016-04-26 Marek SafarMerge pull request #2949 from Unity-Technologies/xbuild...
2016-04-25 Alexander KöplingerMerge pull request #2953 from mono/fix-fileinfo-delete
2016-04-25 Zoltan Varga[runtime] Remove dead mono_thread_get_and_clear_pending...
2016-04-25 Ludovic HenryMerge pull request #2946 from ludovic-henry/fix-process...
2016-04-25 Ludovic HenryMerge pull request #2924 from ludovic-henry/fix-missing...
2016-04-25 Ludovic Henry[io-layer] Remove dead code
2016-04-25 Alexander KöplingerMerge pull request #2952 from mono/revert-2721-fix...
2016-04-25 Alexander KöplingerRevert "[runtime] Fix potential overflow when using...
2016-04-25 Ludovic HenryMerge pull request #2721 from ludovic-henry/fix-mono_ms...
2016-04-24 Ludovic Henry[Process] Fix handle leak on child process Creation
2016-04-24 Ludovic Henry[Process] Improve debugging info and slight refactor...
2016-04-24 Alexander KöplingerMerge pull request #2941 from jogibear9988/patch-1
2016-04-24 Marek SafarRevert "[verifier] Do method visibility checks for...
2016-04-24 Marek SafarRevert "WIP - don't merge"
2016-04-24 Marek SafarRevert "WIP fix the previous issue."
2016-04-24 Marek SafarMerge pull request #2942 from jogibear9988/patch-2
2016-04-22 Aleksey Kliger ... Merge pull request #2944 from lambdageek/dev/monoerror...
2016-04-22 Aleksey Kliger[runtime] MonoError-ize mono_thread_create{,_internal}
2016-04-21 Zoltan Varga[runtime] Allow enums with base type of char in Enum...
2016-04-21 monojenkinsMerge pull request #2940 from xmcclure/disable-jit...
2016-04-21 Andi McClureFix gsharedvt compile on DISABLE_JIT platforms
2016-04-21 Andi McClureMerge pull request #2918 from lateralusX/jlorenss/aot...
2016-04-21 Vlad BrezaeMerge pull request #2869 from BrzVlad/feature-mod-union-opt
2016-04-21 monojenkinsMerge pull request #2935 from kumpera/new-gc-test
2016-04-21 monojenkinsMerge pull request #2932 from ludovic-henry/fix-waithan...
2016-04-20 monojenkinsMerge pull request #2880 from kumpera/fix_5644
2016-04-20 Rodrigo Kumpera[sgen] Add regression test for the interaction between...
2016-04-20 Zoltan VargaMerge pull request #2934 from vargaz/fix-36852
2016-04-20 Ludovic Henry[corlib] Ifdef out calls to SynchronizationAttribute...
2016-04-20 Zoltan Varga[sgen] Avoid returning NULL from null_link_if (), that...
2016-04-20 Alex Rønne Petersen[profiler] Remove unnecessary compiler flags related...
2016-04-20 Alex Rønne Petersen[profiler] Don't build shared libraries under bitcode.
2016-04-20 Rodrigo KumperaWIP fix the previous issue.
2016-04-20 Rodrigo KumperaWIP - don't merge
2016-04-20 Rodrigo Kumpera[verifier] Do method visibility checks for virtual...
2016-04-20 Rodrigo Kumpera[profile] Fix a regression from last commit.
2016-04-20 Aleksey Kliger ... Merge pull request #2859 from lambdageek/dev/monoerror...
2016-04-20 Alex Rønne Petersen[profiler] Build all profiler modules in the same way.
2016-04-20 Alex Rønne Petersen[profiler] Remove unused OProfile stuff from the build...
next