mono.git
2016-03-04 monojenkinsMerge pull request #2722 from ludovic-henry/fix-39279...
2016-03-04 monojenkinsMerge pull request #2700 from akoeplinger/monotouch...
2016-03-04 monojenkinsMerge pull request #2723 from akoeplinger/fix-decimal...
2016-03-04 Rodrigo KumperaMerge pull request #2719 from kumpera/aot_cctor_encodin...
2016-03-04 Alexander KöplingerAdd a shim __ComObject class to the mobile_static build
2016-03-04 Alexander Köplinger[corlib] Fix three decimal tests to not rely on current...
2016-03-04 Marek Safar[corlib] Fixes build to using correct build profile...
2016-03-04 Ludovic Henry[utils] Get processor count from scheduler affinity...
2016-03-04 Marek Safar[tools] Remove unused comment
2016-03-04 Marek Safar[lc] Remove Option.cs local copy
2016-03-04 Marek Safar[bcl] Redo referencesource resource string integration...
2016-03-04 Marek Safar[corlib] Remove duplicate file entry
2016-03-03 Rodrigo Kumpera[runtime] Explicitly encode the need of running a cctor...
2016-03-03 Zoltan Varga[aot] Rename init_llvm_method () to init_method ()...
2016-03-03 Alexander Köplinger[acceptance-tests] Work around an issue that caused...
2016-03-03 Vlad BrezaeMerge pull request #2716 from BrzVlad/fix-tramp-jinfo
2016-03-03 Rodrigo KumperaMerge pull request #2268 from kumpera/coreclr-testsuite...
2016-03-03 Rodrigo KumperaMerge pull request #2710 from akoeplinger/fix-typo
2016-03-03 Rodrigo Kumpera[jit] Fix target_type_is_incompatible to type check...
2016-03-02 monojenkinsMerge pull request #2709 from lewurm/jit-phase-typo
2016-03-02 Rodrigo KumperaMerge pull request #2645 from alexrp/profiler-stability
2016-03-02 Alexander Köplinger[jit] Fix duplicated left-hand side in comparison
2016-03-02 Bernhard Urban[jit] remove 'jit_' prefix in two phases in stats output
2016-03-02 Alex Rønne... [sgen] Use regular, non-safe LLS foreach macro.
2016-03-02 Alex Rønne... [utils/lls] Make the node free function support more...
2016-03-02 Alex Rønne... [utils/hp] Improve the mono_thread_hazardous_free_or_qu...
2016-03-02 Alex Rønne... [utils/lls] Fix the safe foreach macro.
2016-03-02 Alexander KöplingerMerge pull request #2145 from dlech/patch-2
2016-03-02 Alexander KöplingerMerge pull request #2699 from pruiz/integrate-syswebrou...
2016-03-02 Rodrigo Kumpera[ilasm] When generating method signatures for method...
2016-03-02 Rodrigo Kumpera[mini] Weaken type check for byrefs to allow narrowing...
2016-03-02 Rodrigo Kumpera[jit] Using a literal field with stdsfld/ldsfld should...
2016-03-02 Rodrigo Kumpera[runtime] Fail Void arrays with Invalid Program excepti...
2016-03-02 Rodrigo Kumpera[mini] ckfinite throws OverflowException and not Arithm...
2016-03-02 Rodrigo Kumpera[jit] Try blocks can end at the last instruction of...
2016-03-02 monojenkinsMerge pull request #2684 from ludovic-henry/monoerror...
2016-03-02 monojenkinsMerge pull request #2696 from lambdageek/dev/unlock...
2016-03-02 Rodrigo Kumpera[PEAPI] Fixed encoded token sizes for HasCustomAttribut...
2016-03-02 Rodrigo Kumpera[runtime] Null check the pointer argument of Interlocke...
2016-03-02 Alexander Köplinger[msvc] Update .def files to fix Windows build
2016-03-02 Ludovic Henry[runtime] Use MonoError for mono_get_exception_type_ini...
2016-03-02 Vlad Brezae[aot] Set null uw_info for tramps without unwind info
2016-03-02 Zoltan Varga[runtime] Move some mono_error_raise_exception () calls...
2016-03-02 Zoltan Varga[runtime] Rename some icalls to match the icall naming...
2016-03-02 Rodrigo KumperaMerge pull request #2705 from kumpera/loader-error...
2016-03-02 Pablo RuizReplaced System.Web.Routing with referencesources own...
2016-03-01 Rodrigo Kumpera[misc] Multiple small fixes and cleanups.
2016-03-01 Rodrigo Kumpera[utils] Add mono_error_move.
2016-03-01 Rodrigo Kumpera[runtime] Ban mono_method_get_header and promote mono_m...
2016-03-01 Jonathan PryorMerge pull request #2662 from mattleibow/pcl-mono.options
2016-03-01 David LechnerFix marshaling of file name in Mono.Unix.UnixEndPoint...
2016-03-01 David LechnerAdd unit tests for Mono.Unix.UnixEndpoint and Mono...
2016-03-01 Rodrigo Kumpera[runtime] Remove all usages of mono_method_get_header...
2016-03-01 Rodrigo Kumpera[runtime] Replace mono_method_get_header with mono_meth...
2016-03-01 Rodrigo Kumpera[runtime] Use mono_method_get_header_checked in debug...
2016-03-01 Rodrigo Kumpera[gc] Use the new MonoMethodBuilder:init_locals field.
2016-03-01 Rodrigo Kumpera[runtime] Add init_locals field to MonoMethodBuilder...
2016-03-01 Rodrigo Kumpera[runtime] Add mono_method_get_header_checked and implem...
2016-03-01 Rodrigo Kumpera[runtime] Ban mono_method_get_signature_full. It has...
2016-03-01 Rodrigo Kumpera[runtime] Ban mono_method_get_signature. Nothing else...
2016-03-01 Rodrigo Kumpera[runtime] Ban mono_class_inflate_generic_type from...
2016-03-01 Rodrigo Kumpera[runtime] Remove mono_class_inflate_generic_class,...
2016-03-01 Rodrigo Kumpera[runtime] Add mono error to inflate_generic_header...
2016-03-01 Rodrigo Kumpera[runtime] Ban mono_metadata_parse_mh from the runtime.
2016-03-01 Rodrigo Kumpera[runtime] Introduce MonoError in mono_metadata_parse_mh...
2016-03-01 Rodrigo Kumpera[runtime] Remove dead function mono_metadata_parse_type...
2016-03-01 Rodrigo Kumpera[runtime] Disallow usage of mono_metadata_parse_type...
2016-03-01 Rodrigo Kumpera[mono-error] mono_metadata_parse_array is not longer...
2016-03-01 Rodrigo Kumpera[mono-error] mono_class_from_name and mono_class_from_n...
2016-03-01 monojenkinsMerge pull request #2686 from ludovic-henry/monoerror...
2016-03-01 Alexander KöplingerAutomatically define MONO_DISABLE_GSHAREDVT variable...
2016-03-01 João MatosMerge pull request #2701 from akoeplinger/fix-async...
2016-03-01 João MatosMerge pull request #2702 from akoeplinger/bug-38933
2016-03-01 monojenkinsMerge pull request #2703 from akoeplinger/pupitetris...
2016-03-01 Alexander Köplinger[corlib] Add test for #35635
2016-03-01 Arturo EspinosaDon't trim TimeZone names ending in parenthesys.
2016-03-01 Alexander Köplinger[System.Security] Fix CryptographicException from Prote...
2016-03-01 Alexander KöplingerFix unreliability in async_read.exe test
2016-03-01 monojenkinsMerge pull request #2695 from vargaz/process-set-pending
2016-03-01 Alexander KöplingerDon't try AOTing Facades assemblies in the mobile_stati...
2016-03-01 Alexander KöplingerExpose mobile_static profile in configure.ac
2016-03-01 Alexander KöplingerEnable building of monotouch and xammac profiles withou...
2016-03-01 Zoltan Varga[runtime] Use the return_if_nok () macros in socket...
2016-03-01 Zoltan VargaMerge pull request #2691 from vargaz/socket-io-pending...
2016-02-29 Zoltan Varga[runtime] Use return_if_nok/return_val_if_nok to simpli...
2016-02-29 monojenkinsMerge pull request #2694 from ludovic-henry/fix-sleep...
2016-02-29 monojenkinsMerge pull request #2680 from lambdageek/dev/reflection...
2016-02-29 monojenkinsMerge pull request #2675 from lambdageek/dev/monoerror...
2016-02-29 Rodrigo Kumpera[metadata] Don't abort if trying to fetch the header...
2016-02-29 Rolf Bjarne... [corlib] Fix tests to compile when Thread.Suspend/Resum...
2016-02-29 Aleksey Kliger[runtime] Don't raise exception while holding locks
2016-02-29 Aleksey Kliger[reflection] Expect no loader error in mono_reflection_...
2016-02-29 Aleksey Kliger[reflection] Use MonoError for mono_custom_attrs_from_param
2016-02-29 Aleksey Kliger[reflection] Use MonoError for mono_custom_attrs_from_field
2016-02-29 Aleksey Kliger[reflection] Use MonoError for mono_custom_attrs_from_event
2016-02-29 Aleksey Kliger[reflection] Use MonoError for mono_custom_attrs_from_p...
2016-02-29 Aleksey Kliger[reflection] Use MonoError for mono_custom_attrs_from_m...
2016-02-29 Aleksey Kliger[reflection] Use MonoError for mono_custom_attrs_from_a...
2016-02-29 Aleksey Kliger[reflection] Use MonoError for mono_custom_attrs_from_c...
2016-02-29 Aleksey Kliger[reflection] Use MonoError in mono_custom_attrs_from_...
next