[mcs] Accept and ignore command line args supported by csc that we don't
[mono.git] / mono /
2016-03-24 Zoltan Varga[runtime] Make the appdomain-unload.exe test more verbose.
2016-03-24 Zoltan Varga[aot] Reenable the emission of line number info using...
2016-03-24 Zoltan Varga[jit] Fix the dwarf info structure when there is no...
2016-03-24 Zoltan Varga[jit] Remove the 'appending' support from the dwarf...
2016-03-24 Zoltan Varga[jit] Get rid of the create_delegate_trampoline_data...
2016-03-24 Aleksey Kliger ... Merge pull request #2768 from lambdageek/dev/monoerror...
2016-03-24 Alexis ChristoforidesMerge pull request #2663 from esdrubal/islocal
2016-03-23 Zoltan Varga[ppdb] Disable the metadata verifier for ppdb tables...
2016-03-23 Alexander KöplingerMerge pull request #2784 from mhutch/msbuild-fixes
2016-03-22 monojenkinsMerge pull request #2783 from alexanderkyte/strdup_memo...
2016-03-22 monojenkinsMerge pull request #2775 from lambdageek/dev/monoerror...
2016-03-22 Joao Matos[sgen] Switch the default GC bridge to the new mode.
2016-03-22 Marcos HenrichMerge pull request #2764 from esdrubal/fileinfo_tostring
2016-03-21 Alexander Kyte[runtime] Remove string memory leak related to basename
2016-03-21 Alexander Kyte[runtime] Fix reassignment over string-pointing var...
2016-03-21 Andi McClureMerge pull request #2778 from xmcclure/checked-build...
2016-03-21 Andi McClureFix patch merge error in PR#2753, was breaking checked...
2016-03-19 Zoltan Varga[gsharedvt] Add a test for #39528.
2016-03-19 Zoltan Varga[runtime] Remove some dead test code added by c736aba5c...
2016-03-19 Zoltan Varga[runtime] Implement support for passing icall methods...
2016-03-19 Zoltan Varga[runtime] Remove an mistaken assert. Fixes #39568.
2016-03-19 Zoltan Varga[jit] Remove an mistaken assert. Fixes #39746.
2016-03-19 monojenkinsMerge pull request #2777 from xmcclure/win-makefile...
2016-03-18 Andi McCluremono/mini make fullaotcheck can now be run on Windows
2016-03-18 monojenkinsMerge pull request #2753 from xmcclure/checked-build...
2016-03-18 monojenkinsMerge pull request #2746 from lambdageek/dev/monoerror...
2016-03-18 Aleksey Kliger[SRE] Refactor a few icalls
2016-03-18 Aleksey Kliger[SRE] Some cleanups in mono_method_body_get_object_checked
2016-03-18 Aleksey Kliger[SRE] MonoError for fieldbuilder_to_mono_class_field
2016-03-18 Andi McClureAdd mono_threads_reset_blocking nesting checks to gc...
2016-03-18 Andi McClureRename checked build assertion_fail to mono_fatal_with_...
2016-03-18 monojenkinsMerge pull request #2772 from WeiHeCN/master
2016-03-18 WeiHeCNUpdate mini-llvm.c
2016-03-17 Aleksey Kliger[reflection] MonoError for mono_reflection_call_is_assi...
2016-03-17 Aleksey Kliger[SRE] MonoError for mono_reflection_create_runtime_class
2016-03-17 monojenkinsMerge pull request #2745 from lambdageek/dev/monoerror...
2016-03-17 Aleksey Kliger[reflection] MonoError for mono_marshal_spec_from_builder
2016-03-17 Aleksey Kliger[reflection] Mark mono_reflection_get_custom_attrs_blob...
2016-03-17 Aleksey Kliger[reflection] MonoError for resolve_object
2016-03-17 Aleksey Kliger[reflection] MonoError for ensure_complete_type
2016-03-17 Aleksey Kliger[reflection] MonoError for mono_reflection_get_dynamic_...
2016-03-17 Aleksey Kliger[reflection] MonoError for mono_reflection_method_get_h...
2016-03-17 Aleksey Kliger[SRE] Don't set failiure flag in ensure_generic_class_r...
2016-03-17 Aleksey Kliger[SRE] Don't set class failure in fix_partial_generic...
2016-03-17 Aleksey Kliger[reflection] MonoError for fix_partial_generic_class
2016-03-17 Aleksey Kliger[SRE] Use MonoError for mono_reflection_bind_generic_pa...
2016-03-17 Aleksey Kliger[reflection] Use MonoError in encode_{cattr_value,named...
2016-03-17 Aleksey Kliger[reflection] MonoError in get_{prop,field}_name_and_type
2016-03-17 Aleksey Kliger[reflection] MonoError in parameters_to_signature
2016-03-17 Zoltan Varga[runtime] Cleanup the debug info module before the...
2016-03-17 Zoltan Varga[ppdb] Avoid an assert if the ppdb image has an empty...
2016-03-17 Zoltan Varga[arm] Avoid storing fp arguments below the stack pointe...
2016-03-16 Aleksey Kliger[com] Push MonoError through cominterop_get_ccw
2016-03-16 Aleksey Kliger[com] Push MonoError through cominterop_get_idispatch_f...
2016-03-16 Aleksey Kliger[com] Push MonoError through cominterop_get_interface
2016-03-16 Aleksey Kliger ... Merge pull request #2766 from lambdageek/dev/monoerror-jit
2016-03-16 Aleksey Kliger[com] Change cominterop_raise_hr_exception to comintero...
2016-03-16 Aleksey Kliger[runtime] Propagate error from class loading when JIT-ing
2016-03-16 Marek SafarMerge pull request #2765 from akoeplinger/mcs-fix-test...
2016-03-16 Marek SafarRevert "Merge pull request #2454 from tastywheattastesl...
2016-03-16 Zoltan VargaMerge pull request #2454 from tastywheattasteslikechick...
2016-03-16 Alexander Köplinger[tests] Don't use AppDomain.AppendPrivateBinPath for...
2016-03-16 James Venning[runtime] Fixes an abort caused by a TypeLoadException...
2016-03-15 monojenkinsMerge pull request #2747 from lambdageek/dev/monoerror...
2016-03-15 Marek Safar[build] Use full filename for csc references
2016-03-15 Alex Rønne PetersenMerge pull request #2543 from ermshiperete/Xamarin...
2016-03-15 Alexander KöplingerMerge pull request #2757 from akoeplinger/fix-coreclr...
2016-03-14 Zoltan VargaFix the build.
2016-03-14 Andi McClureMerge pull request #2755 from xmcclure/disable-omit-fp
2016-03-14 Marek SafarMerge pull request #2750 from radical/tasklogger
2016-03-14 Zoltan Varga[jit] Remove some loader error usage.
2016-03-14 Zoltan VargaFix the build.
2016-03-14 monojenkinsMerge pull request #2754 from markusbeth/fix-mono-config
2016-03-13 monojenkinsMerge pull request #2756 from vargaz/llvm-jit-3.9
2016-03-13 Zoltan Varga[llvm] Finish JIT support for llvm 3.9.
2016-03-12 Bernhard Urban[mono-config] fix copying of prefix during replacement
2016-03-11 monojenkinsMerge pull request #2752 from kumpera/the_loader_error_...
2016-03-11 Markus Bethfixed more srtncpy bugs
2016-03-11 Rodrigo KumperaMerge pull request #2740 from lambdageek/dev/monoerror...
2016-03-11 Rodrigo KumperaMerge pull request #2739 from lambdageek/dev/monoerror...
2016-03-11 Rodrigo Kumpera[aot] Load errors in mono_aot_get_method_from_vt_slot...
2016-03-11 Andi McClure"disable_omit_fp" can now be included in MONO_DEBUG
2016-03-11 monojenkinsMerge pull request #2751 from akoeplinger/fix-msbuild...
2016-03-11 Alexander Köplinger[runtime] Stop remapping higher versions of Microsoft...
2016-03-11 Markus Bethfixed replacement of $mono_libdir in config file
2016-03-10 monojenkinsMerge pull request #2749 from BrzVlad/fix-suspend-deadlock
2016-03-10 Andi McClureRuntime enable for checked-build asserts
2016-03-10 Andi McClureReplace the checked build configure flags with a single...
2016-03-10 Rodrigo Kumpera[aot] Add MonoError to decode_method_ref.
2016-03-10 Rodrigo Kumpera[aot] Add MonoError to decode_method_ref_with_target.
2016-03-10 Rodrigo Kumpera[aot] Introduce MonoError in decode_resolve_method_ref.
2016-03-10 Alexander KöplingerRevert "Do not remap framework assembly if it's version...
2016-03-10 Rodrigo Kumpera[aot] Introduce MonoError in decode_generic_context.
2016-03-10 Rodrigo Kumpera[aot] Add MonoError to load_image.
2016-03-10 Rodrigo Kumpera[aot] Wire up MonoError into decode_klass_ref, decode_t...
2016-03-10 Alexander Köplinger[runtime] Fix monodroid build
2016-03-10 Marek SafarMerge pull request #2744 from akoeplinger/convert-fixes
2016-03-10 Aleksey Kliger[runtime] Add MonoError to mono_remote_class
2016-03-10 Alexander Köplinger[tests] Add test for assembly remapping change from...
2016-03-10 Alexander KöplingerMerge pull request #2733 from ludovic-henry/fix-mono_cp...
next