[runtime] Revert parts of 016709fe52e921416322982f8185925f83de5866 which seems to...
[mono.git] / mono /
2016-11-04 Zoltan Varga[runtime] Revert parts of 016709fe52e921416322982f81859...
2016-11-03 Zoltan VargaFix a warning.
2016-11-03 Zoltan Varga[arm64] Save+restore fp regs from the context in the...
2016-11-03 Alexander KöplingerMerge pull request #3871 from akoeplinger/mono.posix...
2016-11-03 Miguel de Icaza[mkbundle] Fix the argument order to put the entry...
2016-11-03 Rodrigo KumperaMerge pull request #3734 from kumpera/monoclass_reorg
2016-11-03 Rodrigo KumperaRemove spurious slash.
2016-11-03 Zoltan Varga[runtime] Fix the exception message to include the...
2016-11-02 Zoltan VargaFix some warnings.
2016-11-02 Rodrigo KumperaMerge pull request #3867 from kumpera/issues
2016-11-02 Zoltan VargaFix some warnings.
2016-11-02 Alexander Köplinger[utils] More Mach ARM build fixes
2016-11-02 Alexander Köplinger[utils] Fix mono_mach_arch_thread_states_to_mcontext...
2016-11-02 Ludovic Henry[process] Fix OSX build
2016-11-02 Ludovic Henry[io-layer] Extract Process runtime support (#3859)
2016-11-02 Vlad Brezae[sgen] Fix sgen with nursery sizes bigger than 4G
2016-11-02 Aleksey Kliger ... Merge pull request #3863 from lambdageek/dev-42584...
2016-11-02 Alexander KöplingerMerge pull request #3870 from evincarofautumn/fix-xmm...
2016-11-02 Alexander KöplingerMerge pull request #3874 from henricm/isolated-file...
2016-11-02 Marek SafarMerge pull request #3869 from radical/mcs-ignore-arg
2016-11-02 Zoltan Varga[arm] Fix MONO_CONTEXT_GET_CURRENT (), the inline assem...
2016-11-02 Zoltan Varga[runtime] Fix the build.
2016-11-02 Zoltan Varga[jit] Simplify the code generation for the mkrefany...
2016-11-02 Zoltan Varga[arm] Call the tls get trampoline through a GOT slot...
2016-11-02 Rodrigo KumperaFix rebase issues.
2016-11-02 Jon Purdy[runtime] Fix Mach ARM build.
2016-11-02 Rodrigo Kumpera[runtime] Introduce mono_class_is_interface.
2016-11-02 Rodrigo Kumpera[runtime] Introduce mono_class_is_abstract.
2016-11-02 Rodrigo KumperaFix copyright notices.
2016-11-02 Rodrigo Kumpera[runtime] Add counters for how many times ext, ref_info...
2016-11-02 Rodrigo Kumpera[runtime] Move MonoClass::next_class_cache to MonoClassDef.
2016-11-02 Rodrigo Kumpera[runtime] Add counters for the number of class kinds...
2016-11-02 Rodrigo Kumpera[runtime] Move MonoClass::generic_container to MonoClas...
2016-11-02 Rodrigo Kumpera[runtime] Move MonoClass::flags to MonoClassDef.
2016-11-02 Rodrigo Kumpera[runtime] Move MonoClass::generic_class to MonoClassGen...
2016-11-01 Alexander KöplingerMerge pull request #3855 from akoeplinger/shacng-monodroid
2016-11-01 Aleksey Kliger[custom attr] Iterate over methoddef custom attrs
2016-11-01 Aleksey Kliger[loader] treat corlib same as other assemblies when...
2016-11-01 Aleksey Kliger[custom-attrs] Add low-level metadata iterator for...
2016-11-01 Rodrigo Kumpera[runtime] Introduce specialized structs for each MonoCl...
2016-11-01 Rodrigo Kumpera[runtime] Introduce kind test functions to cleanup...
2016-11-01 Rodrigo Kumpera[runtime] Introduce MonoClass::class_kind and remove...
2016-11-01 Rodrigo KumperaMerge pull request #3764 from evincarofautumn/fix-xmm...
2016-11-01 Rodrigo KumperaFix some issues found by cppcheck.
2016-11-01 Ludovic Henry[threads] Fix Posix async resume (#3861)
2016-10-31 Jon Purdy[runtime] Fix scanning of SIMD registers on Mac.
2016-10-31 Zoltan Varga[runtime] Perform the reference assembly attribute...
2016-10-31 Zoltan Varga[sgen] Move the logic to determine whenever an ip is...
2016-10-31 Aleksey Kliger ... Merge pull request #3802 from lambdageek/dev-reference...
2016-10-28 Ludovic Henry[threads] Replace use of W32Handle by MonoOSEvent for...
2016-10-28 Aleksey Kliger[tests] Build AOT prereqs for reference-loader test
2016-10-28 Zoltan VargaMore metadata cleanup (#3792)
2016-10-28 Zoltan Varga[sre] Remove some dead code.
2016-10-28 Alexander KöplingerMerge pull request #3847 from rolfbjarne/btls-remove...
2016-10-28 Alexander Köplinger[btls] Fix library install
2016-10-28 Ludovic Henry[threads] Fix suspend on watchos
2016-10-28 Ludovic Henry[gc] Remove mono_gc_set_stack_end (#3845)
2016-10-28 João MatosMerge pull request #3844 from tritao/deflate_fixes
2016-10-27 Zoltan Varga[llvm] Add the 'notail' flag to non-tailcalls when...
2016-10-27 Aleksey Kliger[coop handles] Don't scan null object references
2016-10-27 Vlad BrezaeMerge pull request #3769 from evincarofautumn/fix-verif...
2016-10-27 Zoltan Varga[btls] Remove the statically linked btls code, the...
2016-10-27 Alexander KöplingerMerge pull request #3800 from madewokherd/mingwbuild
2016-10-27 Alexander KöplingerMerge pull request #3826 from monojenkins/update-csprojs
2016-10-26 Alexander KöplingerMerge pull request #3831 from rolfbjarne/watchos-fix...
2016-10-26 Alexander KöplingerMerge pull request #3832 from microMolvi/patch-2
2016-10-26 Zoltan Varga[runtime] Fix a test so it works with bitcode, stack...
2016-10-26 Zoltan Varga[llvmonly] Add gsharedvt out wrappers for icalls, the...
2016-10-26 Ludovic Henry[suspend] Remove sgen specific suspend code (#3640)
2016-10-26 Bernhard Urban[mono-config] fix warning (#3820)
2016-10-26 Zoltan Varga[llvm] Use the global llvm context instead of creating...
2016-10-26 Zoltan Varga[btls] Install the btls shared library on make install...
2016-10-25 Zoltan Varga[runtime] For delegate invoke wrappers, store the gener...
2016-10-25 Alexander KöplingerMerge pull request #3823 from mono/fix-btls-managed
2016-10-25 Niklas TherningFix compilation errors in mono/utils/os-event-win32...
2016-10-25 Marek Safar[runtime] Ignore bit 14 in typedef export table during...
2016-10-24 Marek SafarMerge pull request #3812 from rolfbjarne/watchos-no...
2016-10-24 Alexander KöplingerMerge pull request #3815 from microMolvi/patch-1
2016-10-24 Zoltan Varga[x86] Clear the fp stack when exceptions are thrown...
2016-10-24 Zoltan Varga[runtime] Fix an assert message.
2016-10-24 Ludovic Henry[runtime] Add MonoOSEvent
2016-10-24 Miguel de IcazaMake mkbundle use SDKs instead of a single runtime...
2016-10-24 Aleksey Kliger[tests] Missing custom attr on an assembly should not...
2016-10-24 Alexander KöplingerMerge pull request #3801 from akoeplinger/netstandard20...
2016-10-24 Johan LorenssonMerge pull request #3810 from lateralusX/jlorenss/add_m...
2016-10-24 lateralusXExplicit include of assert.h.
2016-10-24 Johan LorenssonMerge pull request #3442 from lateralusX/jlorenss/win...
2016-10-22 Alexander KöplingerMerge pull request #3808 from monojenkins/update-csprojs
2016-10-22 Miguel de Icaza[mono] Add some strong types for a few variables, docum...
2016-10-21 Zoltan Varga[btls] Convert BTLS icalls to pinvokes by invoking...
2016-10-21 Andi McClureThere's a G_BREAKPOINT in mini-exceptions.c which could...
2016-10-21 Zoltan Varga[runtime] Fix the native-to-managed marshalling of...
2016-10-21 Aleksey Kliger[tests] Re-enable reference-loader.exe test
2016-10-21 Aleksey Kliger[loader] Set image assembly before reference attribute...
2016-10-21 Aleksey Kliger[loader] Write fully-qualified field names in mono_fiel...
2016-10-21 Aleksey Kliger[custom_attrs] Don't return NULL if a single custom...
2016-10-21 Alexander Köplinger[tests] Disable reference-loader.exe test for now
2016-10-21 TautvydasZilysChanges in class libraries to enable Windows Runtime...
2016-10-20 Vincent PovirkUse lower-case names for Windows headers.
2016-10-20 Aleksey Kliger[loader] Disable mono_assembly_has_reference_assembly_a...
next