Merge pull request #3320 from lambdageek/dev/reflection-in-managed
[mono.git] / mono /
2016-07-29 Aleksey Kliger ... Merge pull request #3320 from lambdageek/dev/reflection...
2016-07-29 Aleksey Kliger[reflection] Marshal name arg of RuntimeType.GetNestedT...
2016-07-29 Aleksey Kliger[reflection] RuntimeType.GetNestedTypes in managed
2016-07-29 Aleksey Kliger[reflection] Marshal name arg to some RuntimeType searc...
2016-07-29 Aleksey Kliger[corlib] Add Mono.SafeStringMarshal struct
2016-07-29 Ludovic HenryRevert "[runtime] Add documentation to mono-os-{mutex...
2016-07-28 Ludovic Henry[gc] mono_os_cond_timedwait returns -1 on timeout,...
2016-07-28 Ludovic Henry[runtime] Add documentation to mono-os-{mutex,cond...
2016-07-28 Aleksey Kliger[reflection] Plug more leaks.
2016-07-28 Rodrigo KumperaMerge pull request #3338 from lambdageek/dev/plug-ptrar...
2016-07-28 Alex Rønne PetersenMerge pull request #3334 from alexrp/arm-cpu-detect-fix
2016-07-28 Aleksey Kliger[reflection] Don't leak GPtrArray internal array
2016-07-28 Alex Rønne Petersen[arm] Make HAVE_ARMV{5,6,7} macros override hwcap detec...
2016-07-27 Vlad BrezaeMerge pull request #2961 from schani/fix-sgen-refactoring
2016-07-27 Vlad BrezaeMerge pull request #3328 from BrzVlad/finalizer-thread...
2016-07-27 Alex Rønne Petersen[arm] Also check the 'model name' line for the architec...
2016-07-27 Zoltan Varga[sdb] Explicitly encode in the JIT debug info whenever...
2016-07-27 Vlad Brezae[sgen] Avoid popping the entire finalizer queues if...
2016-07-26 Aleksey Kliger ... Merge pull request #3199 from lambdageek/dev/proxy...
2016-07-26 Marek SafarMerge pull request #3330 from madewokherd/compactframework
2016-07-26 Ludovic Henry[semaphore] Return error for mono_os_sem_timedwait
2016-07-26 Ludovic Henry[semaphore] Make mono_os_semaphore_* functions return...
2016-07-26 Ludovic Henry[mutex] Make mono_os_mutex_* functions return more...
2016-07-26 Alexander KöplingerMerge pull request #3327 from rolfbjarne/bug41745
2016-07-26 Ludovic Henry[threadpool-ms] Fix use-after-unloaded of domain
2016-07-26 Alexander KöplingerMerge pull request #3331 from lambdageek/dev/test-for...
2016-07-26 Alexander KöplingerMerge pull request #3262 from lindenlab/add_continuatio...
2016-07-26 Dolphin HawkinsAdded Mono.Tasklets test
2016-07-25 Vincent PovirkRemap the Compact Framework PublicKeyToken for assembli...
2016-07-25 Alexander KyteMerge pull request #3324 from alexanderkyte/threads_unh...
2016-07-25 Mark Probst[sgen] Fix and simplify some debugging stuff.
2016-07-25 Mark Probst[sgen] Document sgen-copy-object.h
2016-07-25 Mark Probst[sgen] Fix major collection time accounting.
2016-07-25 Mark Probst[sgen] Only do fence when concurrent collection is...
2016-07-25 Mark Probst[sgen] Missing store/store fence.
2016-07-25 Mark Probst[sgen] Fix whole heap check.
2016-07-25 Mark Probst[sgen] Make unnecessary stack check into assertion.
2016-07-25 Mark Probst[sgen] Don't crash in binary protocol flush when forcing.
2016-07-25 Mark Probst[sgen] Flush binary protocol buffers when missing remsets.
2016-07-25 Mark Probst[sgen] Remove stupid typedef.
2016-07-25 Mark Probst[sgen] Get rid of the global gray queue.
2016-07-25 Mark Probst[sgen] Pass GC thread gray queue into jobs.
2016-07-25 Mark Probst[sgen] Don't expose the worker's gray queue.
2016-07-25 Mark Probst[sgen] Give remset consistency check a proper name...
2016-07-25 Mark Probst[sgen] Don't be too fussy about missing remsets to...
2016-07-25 Alexander Kyte[runtime] Call unhandled exception handler explicitly...
2016-07-25 Alexander KyteMerge pull request #3325 from alexanderkyte/fix_bitcode...
2016-07-25 Alexander KöplingerFix Windows build broken in 2c061c18852
2016-07-24 Zoltan Varga[runtime] Implement the GC domain finalization event...
2016-07-22 Zoltan Varga[runtime] Abort instead of stopping background threads...
2016-07-22 Alexander KöplingerMerge pull request #3318 from akoeplinger/cleaner-mini...
2016-07-21 Alexander KöplingerMerge pull request #3319 from akoeplinger/fix-mono...
2016-07-21 João MatosMerge pull request #3322 from grendello/offsets-tool-xa
2016-07-21 Vlad Brezae[sgen] Fix build
2016-07-21 Rodrigo KumperaMerge pull request #3289 from BrzVlad/fix-critical...
2016-07-21 Rodrigo KumperaMerge pull request #3321 from BrzVlad/fix-block-state...
2016-07-21 Rodrigo KumperaMerge pull request #3290 from BrzVlad/fix-finalizer...
2016-07-21 Alexander Köplinger[mini] Explicitly turn nunit output on or off based...
2016-07-21 Vlad Brezae[sgen] Add missing memory barrier
2016-07-21 Zoltan Varga[runtime] Decrease the verbosity of the runtime test...
2016-07-21 Zoltan Varga[ji] Run the mini tests without the emitnunit.pl script...
2016-07-21 Alexander Kyte[runtime] Make AOT'ed TestDriver.dll dependency for...
2016-07-21 Rodrigo Kumpera[mini] Fail methods that try to throw scalars. Fix...
2016-07-21 Alexander Kyte[mobile_static] Use clang++ for the linker (#3308)
2016-07-21 Marcos HenrichMerge pull request #3305 from esdrubal/response_stream_...
2016-07-21 Rodrigo KumperaMerge pull request #3306 from kumpera/fix_wait
2016-07-20 Alexander Kyte[runtime] Only add Mono.Dynamic.Interpreter to mobile_s...
2016-07-20 Rodrigo Kumpera[wapi] Fix timed wait code to not overflow. Fixes ...
2016-07-20 Zoltan Varga[amd64] Rewrite the handler block trampoline to use...
2016-07-20 Zoltan Varga[tests] Disable some more tests in the mobile_static...
2016-07-20 Zoltan Varga[runtime] Add a missing mono_error_init () in a DISABLE...
2016-07-20 Zoltan Varga[amd64] Fix stack alignment in the handler block trampo...
2016-07-20 Vlad Brezae[tests] Fix flakiness on some tests that assume object...
2016-07-20 Rodrigo KumperaMerge pull request #3304 from kumpera/unlimited-abort
2016-07-20 Rodrigo Kumpera[mono-threads] Change suspend abort timeout to infinite...
2016-07-20 Rodrigo Kumpera[utils] Introduce MONO_INFINITE_WAIT instead of checkin...
2016-07-20 Alexander KöplingerMerge pull request #3300 from esdrubal/mono-sym-fixes
2016-07-19 Zoltan Varga[tests] Disable tests which are expected to fail in...
2016-07-19 Zoltan Varga[jit] Add full aot support for handler block trampoline...
2016-07-19 Zoltan Varga[jit] Avoid aborting if mono_ldtoken_checked () fails...
2016-07-19 Zoltan Varga[aot] Fix full-aot support for delegate virtual invokes.
2016-07-19 Vlad Brezae[sgen] Fix critical/normal finalization order at domain...
2016-07-19 Zoltan Varga[runtime] Reset the thread_info TLS key if thread regis...
2016-07-19 Alexander Kyte[runtime] Fix leak in generic sharing
2016-07-19 Alexander Kyte[sgen/mono] Don't leak stack info struct
2016-07-19 Aleksey Kliger ... Merge pull request #3294 from lambdageek/dev/fix-42625
2016-07-19 Marcos HenrichMerge pull request #3283 from esdrubal/mono-sym-docs
2016-07-19 Marcos HenrichMerge pull request #3293 from esdrubal/mono-sym-fixes
2016-07-19 Zoltan Varga[tests] Make some tests work with full-aot.
2016-07-19 Johan LorenssonMerge pull request #3297 from lateralusX/jlorenss/win...
2016-07-19 lateralusXFixing 4 failing pinvoke tests in runtime test suite...
2016-07-18 Alexander KyteMerge pull request #3092 from alexanderkyte/mobile_stat...
2016-07-18 Alexander KöplingerMerge pull request #3295 from mhutch/fix-pcl-build
2016-07-18 Zoltan Varga[llvm] Add mono_llvm_set_call_notail () helper function...
2016-07-18 Zoltan Varga[llvm] Mark as the OBJC_METHOD_VAR_NAME/OBJC_SELECTOR_R...
2016-07-18 Zoltan Varga[llvm] Disable tail calls when using llvm 3.9.
2016-07-18 Vlad BrezaeMerge pull request #3280 from BrzVlad/fix-stw-stack...
2016-07-18 Zoltan Varga[llvm] Add a workaround for 3.9 based llvm versions...
2016-07-18 Zoltan Varga[jit] Save/restore cfg->ip during inlining, so instruct...
2016-07-18 Alexander KyteMerge pull request #3132 from alexanderkyte/libmono_saf...
next