Move mono_trace to header file
[mono.git] / mono /
2016-01-18 Marek HabersackMove mono_trace to header file
2016-01-18 Zoltan Varga[llvm] Fix some type imcompatibility problems which...
2016-01-18 Rodrigo KumperaMerge pull request #2435 from xmcclure/x-refresh
2016-01-18 Zoltan Varga[llvmonly] Fix the catching of exceptions of open types...
2016-01-18 Zoltan Varga[llvm] Add some missing opcodes.
2016-01-18 Zoltan Varga[runtime] Fix native-to-managed calls to delegates...
2016-01-17 Zoltan Varga[llvmonly] Add an instrinsics for MethodBase.GetCurrent...
2016-01-15 Zoltan Varga[llvmonly] Share more wrapper types. Avoid adding out...
2016-01-15 Zoltan Varga[llvmonly] Avoid a crash in ves_icall_GetCurrentMethod...
2016-01-15 Andi McClureFix incorrect comment on mono_jit_init_version
2016-01-15 Andi McClureClarify when ucontext_t is available
2016-01-18 Andi McClureBottleneck module loader platform macros
2016-01-15 Andi McClureFix build on platforms where native thread IDs are...
2016-01-15 monojenkinsMerge pull request #2444 from xmcclure/randfixes
2016-01-15 Andi McClureFix nonuniform distribution of mono_rand_try_get_uint32
2016-01-15 Andi McClureMake mono-rand consistent (fixes threadpool on some...
2016-01-15 Zoltan Varga[llvm] Split long bblocks instead of disabling llvm...
2016-01-15 Zoltan Varga[llvm] Fix a type conversion problem when calling the...
2016-01-15 Ludovic HenryMerge pull request #2362 from ludovic-henry/fix-process...
2016-01-15 Vlad BrezaeMerge pull request #2403 from BrzVlad/feature-emulation...
2016-01-15 Zoltan Varga[llvmonly] Fix mono_patch_info_equal () for MONO_PATCH_...
2016-01-14 Zoltan Varga[llvmonly] Fix the addition of gsharedvt in wrappers...
2016-01-14 Zoltan Varga[llvmonly] Fix the gsharedvt parameter passing code...
2016-01-14 Zoltan Varga[llvmonly] Add unwind info for unbox wrappers, not...
2016-01-14 Zoltan Varga[llvmonly] Fix initialization of static gshared methods...
2016-01-14 Aleksey Kliger ... Merge pull request #2438 from lambdageek/cherry-pick...
2016-01-14 Zoltan VargaMerge pull request #2439 from akoeplinger/fix-seqpoint...
2016-01-14 Alexander Köplinger[mono] test_op_il_seq_point test should use a temp...
2016-01-14 João Matos[runtime] Fixed ARM cross compiler builds.
2016-01-14 Vlad Brezae[jit] Delay emulation to allow optimizations to happen...
2016-01-14 Vlad Brezae[jit] Support decomposition of long imm ops to simple...
2016-01-14 Vlad Brezae[jit] Don't crash in mono_op_imm_to_op if opcode is...
2016-01-14 Vlad Brezae[jit] Don't decompose into unsupported instructions
2016-01-14 Vlad Brezae[jit] Don't hardcode the long vreg components
2016-01-14 Aleksey Kliger[handle] rename mono_handle_arena_(initialize|deinitialize)
2016-01-14 Aleksey Kliger[handle] Make MONO_HANDLE_ARENA_POP a function-like...
2016-01-14 Ludovic Henry[sgen] Remove DISABLE_CRITICAL_REGION as it's never...
2016-01-14 Ludovic Henry[checked-build] Add in GC critical region assertion
2016-01-14 Aleksey Kliger[checked] Nest MONO_{PREPARE,FINISH}_GC_CRITICAL_REGION
2016-01-14 Aleksey Kliger[coop] store MonoHandleArena pointer in MonoThreadInfo
2016-01-14 Aleksey Kliger[handle] Add _SETREF_NULL macros for MonoObjectHandle...
2016-01-14 Ludovic Henry[handle] Rename MonoHandleStorage->obj to MonoHandleSto...
2016-01-14 Ludovic Henry[handle] Add mono_handle_obj_is_null utility function
2016-01-14 Zoltan Varga[llvmonly] Implement Assembly.GetCallingAssembly (...
2016-01-14 Zoltan Varga[runtime] Make sure ptr-to-structure and structure...
2016-01-14 Marek Safar[mono] Update predefined Hebrew negative sign. Fixes...
2016-01-14 Marek SafarMerge pull request #2434 from knocte/bitmapattributes
2016-01-14 Alex Rønne PetersenMerge pull request #2426 from alexrp/http-test-remove...
2016-01-14 Alex Rønne PetersenMerge pull request #2424 from alexrp/task-unobserved...
2016-01-13 Zoltan Varga[llvm] Add a missing r4 opcodes.
2016-01-13 Zoltan Varga[llvmonly] Create empty stacktraces if backtraces are...
2016-01-13 Zoltan Varga[runtime] Disable a test which fails with bitcode.
2016-01-13 Alexander KöplingerMerge pull request #2428 from akoeplinger/fix-ipv6...
2016-01-13 Zoltan Varga[aot] Avoid overwriting entries in domain->seq_points...
2016-01-13 Ludovic Henry[handle] Add macro to push/pop arena
2016-01-13 Ludovic Henry[handle] Make handle.h use exclusively public headers...
2016-01-13 Ludovic Henry[handle] Remove SGen dependency
2016-01-13 Ludovic Henry[handle] Fix typo
2016-01-13 Ludovic Henry[handle] Implement mono_handle_(new|elevate) functions
2016-01-13 Ludovic Henry[handle] Inline handle-private.h in handle.h
2016-01-13 Marcos HenrichMerge pull request #2274 from esdrubal/udpclientreceive
2016-01-13 Marek SafarMerge pull request #2423 from radical/mcs-args
2016-01-13 Alex Rønne Petersen[TPL] Add support for the <ThrowUnobservedTaskException...
2016-01-13 João MatosMerge pull request #2422 from akoeplinger/environment...
2016-01-13 Alexander Köplinger[corlib] Properly implement Environment.Is64BitOperatin...
2016-01-13 Vlad BrezaeMerge pull request #2261 from BrzVlad/fix-arm-fast...
2016-01-12 Zoltan Varga[llvmonly] Avoid disabling llvm for the Selector.GetHan...
2016-01-12 Zoltan Varga[llvmonly] Fix support for variant interface methods...
2016-01-12 Zoltan Varga[llvm] Ignore OP_IL_SEQ_POINT.
2016-01-12 Aleksey Kliger ... Merge pull request #2418 from lambdageek/dev/bug-12205
2016-01-12 Zoltan Varga[aot] Add support for name mangling for more types.
2016-01-11 Aleksey Kliger[reflection] remove override get ReflectedType for...
2016-01-11 Alexander KöplingerMerge pull request #2382 from akoeplinger/system-net...
2016-01-10 Zoltan Varga[llvm] Allow support for emitting some methods using...
2016-01-09 Zoltan Varga[llvmonly] Avoid creating an empty output file for...
2016-01-09 Zoltan Varga[llvmonly] Avoid emitting the 'globals' aot table,...
2016-01-08 Zoltan Varga[llvm] Error out when using --aot=llvmonly if the runti...
2016-01-08 Alexander Köplinger[io-layer] Revert 31f13881a483201933b16e75d47a6d103d959...
2016-01-08 Zoltan Varga[runtime] Bump AOT file format version.
2016-01-08 Alexander Köplinger[io-layer] Fix build on OSX
2016-01-08 Zoltan Varga[llvmonly] Enable more tests.
2016-01-08 Zoltan Varga[llvmonly] Fix gsharedvt calls from gsharedvt methods.
2016-01-08 Alexander KöplingerMerge pull request #2384 from akoeplinger/system-net...
2016-01-08 NealeImplement a SetPriority/GetPriority facility for real...
2016-01-08 João MatosMerge pull request #2411 from rolfbjarne/parse-debug...
2016-01-08 Rolf Bjarne Kvinge[mini] Document mini_parse_debug_option.
2016-01-08 Rolf Bjarne Kvinge[mini] Rename mini_parse_debug_option's argument to...
2016-01-08 Alexander Köplinger[System] Initial port of System.Net.Sockets types from...
2016-01-08 João MatosMerge pull request #2363 from eriklarko/master
2016-01-08 João MatosMerge pull request #2410 from steffen-kiess/fix-monop
2016-01-08 Zoltan Varga[llvmonly] Extract the runtime invoke code into a separ...
2016-01-08 João MatosMerge pull request #2390 from schani/feature-bisector
2016-01-08 João MatosMerge pull request #2409 from rolfbjarne/parse-debug...
2016-01-08 Zoltan Varga[aot] Print the number of different kinds of methods...
2016-01-08 Rolf Bjarne Kvinge[runtime] Add API to set debug options without going...
2016-01-08 Zoltan Varga[llvmonly] Add support for nullable return types in...
2016-01-08 Zoltan Varga[llvmonly] Enable some tests which now work.
2016-01-08 Zoltan Varga[llvmonly] Fix support for gsharedvt delegate invoke...
2016-01-08 Zoltan Varga[amd64] Only use the gsharedvt calling conv for variabl...
2016-01-08 Zoltan Varga[runtime] Set the wrapper info correctly for generic...
next