[System.Runtime.Serialization] DataContractSerializerTest
[mono.git] / mono /
2016-02-25 Ludovic HenryMerge pull request #2655 from ludovic-henry/fix-wait...
2016-02-25 Zoltan Varga[jit] Remove a few mono_error_raise_exception () calls.
2016-02-25 Zoltan VargaFix the build.
2016-02-25 Zoltan Varga[jit] Add a MonoError argument to mono_create_jit_tramp...
2016-02-25 Zoltan Varga[jit] Add a MonoError argument to mono_create_jump_tram...
2016-02-24 Zoltan Varga[llvm] Remove some unused argument passing conventions.
2016-02-24 Zoltan Varga[llvm] Fix the loaded llvm build.
2016-02-24 Zoltan VargaFix the build.
2016-02-24 Zoltan Varga[llvm] Emit dwarf debug info when running with llvm...
2016-02-23 monojenkinsMerge pull request #2664 from lambdageek/dev/monoerror...
2016-02-23 monojenkinsMerge pull request #2666 from lambdageek/dev/kill-Inter...
2016-02-23 Aleksey Kliger[runtime] Use MonoError in mono_rand_try_get_bytes
2016-02-22 Aleksey Kliger[runtime] Remove ves_icall_System_String_InternalReplac...
2016-02-22 monojenkinsMerge pull request #2661 from ludovic-henry/fix-safehan...
2016-02-22 monojenkinsMerge pull request #2657 from xmcclure/little-embed...
2016-02-22 monojenkinsMerge pull request #2653 from lambdageek/dev/exception_...
2016-02-22 Ankit JainMerge pull request #2646 from ludovic-henry/fix-process...
2016-02-22 Ludovic Henry[WaitHandle] Fix Wait(One|Any|All) and SignalAndWait...
2016-02-22 Ludovic HenryMerge pull request #2620 from ludovic-henry/referenceso...
2016-02-22 Alexander KöplingerMerge pull request #2651 from akoeplinger/dmcs-warning
2016-02-22 Aleksey Kliger[runtime] Don't access MonoClass::exception_type directly.
2016-02-22 Ludovic HenryMerge pull request #2593 from ludovic-henry/coop-fix...
2016-02-22 Ludovic Henry[corlib] Import System.Threading.WaitHandle
2016-02-22 Ludovic Henry[io-layer] Fix process_wait return value for current...
2016-02-22 Vlad BrezaeMerge pull request #2648 from BrzVlad/fix-cprop-vregs
2016-02-22 Zoltan Varga[llvm] Avoid setting the mono.nofail.load flag with...
2016-02-21 Rodrigo KumperaMerge pull request #2660 from kumpera/loader-error...
2016-02-20 Rodrigo Kumpera[runtime] Ban mono_class_from_name mono_class_from_name...
2016-02-20 Rodrigo Kumpera[tests] Pass cli args to test runner so we can pick...
2016-02-20 Rodrigo Kumpera[util] When creating the TLE exception only provide...
2016-02-20 Rodrigo Kumpera[runtime][jit] Replace usage of mono_class_from_name...
2016-02-20 Rodrigo Kumpera[runtime] Switch probing usage of mono_class_from_name...
2016-02-20 Rodrigo Kumpera[runtime] Add MonoError to search_modules. Fix signatur...
2016-02-20 Rodrigo Kumpera[runtime] Switch GENERATE_GET_CLASS_WITH_CACHE to use...
2016-02-20 Rodrigo Kumpera[runtime] Add manually coded version of GENERATE_GET_CL...
2016-02-20 Rodrigo Kumpera[runtime] Replace mono_class_from_name with mono_class_...
2016-02-20 Rodrigo Kumpera[runtime] Add type load caching to one missing thing...
2016-02-20 Rodrigo Kumpera[runtime] Use mono_class_load_from_name to load types...
2016-02-20 Rodrigo Kumpera[runtime] Replace explicit lookup with GENERATE_GET_CLA...
2016-02-20 Rodrigo Kumpera[runtime] Add GENERATE_TRY_GET_CLASS_WITH_CACHE macro...
2016-02-20 Rodrigo Kumpera[runtime] Add mono_class_load_from_name and mono_class_...
2016-02-20 Alexander KöplingerMerge pull request #2647 from qmfrederik/fixes/eventsources
2016-02-20 Marek SafarMerge pull request #2659 from tritao/system_io_compress...
2016-02-20 Vlad BrezaeRevert "Revert "[jit] Don't allocate memory for unused...
2016-02-20 Vlad Brezae[jit] Clear defs only for valid vregs used by the bbloc...
2016-02-20 monojenkinsMerge pull request #2638 from gofman/fixprintsettings
2016-02-20 Zoltan Varga[llvm] Allow the llvm backend to work with a new versio...
2016-02-19 Andi McClureRename class in mono/tests/threadpool.cs to allow embedding
2016-02-22 Andi McClureFix error in DISABLE_HW_TRAPS implementation
2016-02-19 Marek SafarMerge pull request #2632 from kasthack/sysweb-import
2016-02-19 Ludovic Henry[runtime] Wrap mono_jit_attach and mono_jit_detach...
2016-02-19 Ludovic Henry[coop] Fix native-to-managed wrapper thread attach
2016-02-19 Zoltan Varga[jit] Fix a regression introduced by c0b9be3e03ac5001df...
2016-02-19 Zoltan Varga[runtime] Avoid a crash when trying to load a non-assem...
2016-02-19 monojenkinsMerge pull request #2643 from xmcclure/disable-hw-traps
2016-02-18 Zoltan Varga[jit] Add missing div check to OP_IREM_IMM.
2016-02-18 monojenkinsMerge pull request #2626 from lewurm/jit-time-track
2016-02-18 Zoltan Varga[jit] Add div checks to OP_LDIV etc. opcodes.
2016-02-18 monojenkinsMerge pull request #2642 from kumpera/monodis_fix
2016-02-18 Andi McClureDISABLE_HW_TRAPS flag to disable signal reliance
2016-02-18 Zoltan Varga[jit] Add div checks to the OP_IDIV_IMM etc. opcodes...
2016-02-18 Rodrigo Kumpera[monodis] Improve error handling so it can survive...
2016-02-18 Alexander KöplingerMerge pull request #2609 from directhex/xambug-30902
2016-02-18 Ludovic HenryMerge pull request #2624 from ludovic-henry/monoerror...
2016-02-18 Ludovic HenryMerge pull request #2630 from ludovic-henry/fix-registe...
2016-02-18 Rodrigo KumperaMerge pull request #2635 from xmcclure/timezoneinfo
2016-02-18 Zoltan Varga[jit] Get rid of the non-checked variant of mono_resolv...
2016-02-17 monojenkinsMerge pull request #2633 from xmcclure/fixmobile
2016-02-17 Alexander Köplinger[jit] Fix build on ppc
2016-02-17 Bernhard Urban[jit] add timers for several phases
2016-02-17 Bernhard Urban[jit] refactor branch fixups between basic blocks into...
2016-02-17 Bernhard Urban[jit] refactor basic block ordering in separate function
2016-02-17 Bernhard Urban[jit] update jit statistics during aot compilation
2016-02-17 Bernhard Urban[jit] refactor out time tracking function
2016-02-17 João Matos[aot] Remove debugging print.
2016-02-17 monojenkinsMerge pull request #2631 from ludovic-henry/fix-microso...
2016-02-17 João Matos[aot] Reworked sequence points file AOT option to allow...
2016-02-17 Ludovic Henry[tests] List files from the repo intead of / for proces...
2016-02-17 monojenkinsMerge pull request #2628 from kumpera/misc-loader-error
2016-02-17 Ludovic Henry[runtime] Use MonoError for mono_context_init
2016-02-17 Ludovic Henry[runtime] Use MonoError for mono_runtime_init
2016-02-17 Ludovic Henry[runtime] Use MonoError for mono_domain_try_type_resolve
2016-02-17 Ludovic Henry[runtime] Mark mono_domain_create_appdomain as MONO_RT_...
2016-02-17 Ludovic Henry[runtime] Use MonoError for mono_try_assembly_resolve
2016-02-17 Ludovic Henry[runtime] Use MonoError for copy_app_domain_setup
2016-02-17 Marek SafarMerge pull request #2627 from kasthack/sysweb-import
2016-02-17 Zoltan Varga[jit] Use mono_resolve_patch_target_checked () in more...
2016-02-17 Zoltan Varga[jit] Use mono_resolve_patch_target_checked () in more...
2016-02-17 Zoltan VargaFix the build.
2016-02-17 Zoltan Varga[llvm] Remove some unfinished code committed by mistake.
2016-02-17 monojenkinsMerge pull request #2625 from xmcclure/tinymemoryleak
2016-02-17 Rodrigo Kumpera[mono-error] Replace mono_metadata_parse_type_full...
2016-02-17 Rodrigo Kumpera[metadata] Introduce MonoError into mono_metadata_parse...
2016-02-17 Rodrigo Kumpera[metadata] Remove mono_metadata_parse_array_full, nothi...
2016-02-17 Zoltan Varga[llvm] Fix a crash when a simd argument is returned...
2016-02-17 Rodrigo Kumpera[runtime] Fix the build.
2016-02-17 Rodrigo Kumpera[runtime] Replace hand-written type look up/caching...
2016-02-17 Rodrigo Kumpera[runtime] Replace hand-written type look up/caching...
2016-02-17 Rodrigo Kumpera[runtime] Replace hand-written type look up/caching...
2016-02-17 Rodrigo Kumpera[runtime] Replace hand-written type look up/caching...
next