Changed method ImplicitConvert to internal static.
[mono.git] / mono /
2014-09-09 Marek SafarMerge pull request #1266 from esdrubal/datetimenewformat
2014-09-09 Rodrigo KumperaMerge pull request #1248 from kumpera/kill_the_interpreter
2014-09-09 Rodrigo Kumpera[cleanup] Remove more old files.
2014-09-09 Jo ShieldsFix "make dist" error
2014-09-09 Ludovic Henry[sgen] Tweak internal class allocator sizes to add...
2014-09-09 Zoltan VargaMerge pull request #1263 from madewokherd/begindecls
2014-09-09 Zoltan Varga[aot] Really fix the aot-cache logging. Rework how...
2014-09-09 Zoltan Varga[aot] Fix a crash in the aot cache code if MONO_LOG_LEV...
2014-09-08 Zoltan VargaMerge pull request #1264 from madewokherd/vasprintf
2014-09-08 Vincent PovirkAvoid use of vasprintf.
2014-09-08 Vincent PovirkUse G_BEGIN_DECLS instead of __BEGIN_DECLS.
2014-09-08 Marek SafarMerge pull request #1262 from esdrubal/uriserializationinfo
2014-09-08 Marek SafarMerge pull request #1253 from esdrubal/datetimeiso8601
2014-09-06 Zoltan Varga[gsharedvt] Allow the SIZEOF opcode in gsharedvt code...
2014-09-06 Zoltan VargaFix a warning.
2014-09-05 Zoltan Varga[jit] Store the epilog length in MonoArchEHJitInfo...
2014-09-05 Zoltan VargaFix the linux build.
2014-09-05 Zoltan Varga[runtime] Fix the linux build.
2014-09-05 Zoltan Varga[aot] Emit aot logging information to a per-assembly...
2014-09-05 Zoltan Varga[aot] Print error messages to the aot logfile as well...
2014-09-04 Zoltan Varga[aot] Allow the redirection of output messages from...
2014-09-04 Zoltan VargaFix the build.
2014-09-04 Zoltan Varga[runtime] Get rid of the Makefile.am.in->Makefile.am...
2014-09-04 Marek SafarMerge pull request #1254 from vkargov/master
2014-09-04 Zoltan VargaRevert "[build] Include mono/utils into the extensions...
2014-09-04 Zoltan VargaRevert "[build] Deps tracking for mono/utils/Makefile...
2014-09-03 Zoltan Varga[sgen] Use mono_thread_info_get_stack_bounds () on...
2014-09-03 Rodrigo Kumpera[utils] Add android extension point to threading.
2014-09-03 Rodrigo Kumpera[build] Deps tracking for mono/utils/Makefile.am when...
2014-09-03 Rodrigo Kumpera[build] Include mono/utils into the extensions module.
2014-09-03 Rodrigo Kumpera[runtime] Cleanup the horrible ifdef hell that is the...
2014-09-03 Zoltan VargaMerge pull request #1252 from alesliehughes/master
2014-09-03 Alistair Leslie... Stop warning about winsock2.h being included before...
2014-09-03 Zoltan VargaFix a warning.
2014-09-03 Zoltan Varga[runtime] Load the runtime config file before initializ...
2014-09-03 Zoltan Varga[runtime] Add an 'app' attribute to the 'aotcache'...
2014-09-02 Marek SafarMerge pull request #1251 from esdrubal/utf8encoding
2014-09-01 Marek HabersackMerge pull request #1249 from mattleibow/master
2014-09-01 Zoltan Varga[runtime] Further reduce the usage of the loader lock...
2014-09-01 Rodrigo Kumpera[runtime] Remove the interpreter.
2014-09-01 Zoltan Varga[runtime] Use a separate lock to protect global data...
2014-09-01 Zoltan Varga[runtime] Factor out the nested types computation code...
2014-09-01 Zoltan Varga[runtime] Use the image locks in many places instead...
2014-09-01 Zoltan Varga[runtime] Remove a missed mono_loader_unlock () from...
2014-09-01 Zoltan Varga[runtime] Reorganize mono_method_signature_checked...
2014-09-01 Zoltan Varga[runtime] Reorganize mono_method_get_header () so most...
2014-09-01 Zoltan Varga[runtime] Remove locking from the mono_get_method_const...
2014-09-01 Zoltan Varga[runtime] Reorganize mono_class_setup_interfaces (...
2014-09-01 Zoltan Varga[runtime] Move the initialization of class->has_finaliz...
2014-09-01 Zoltan Varga[runtime] Reorganize mono_class_setup_methods () so...
2014-09-01 Zoltan Varga[runtime] Reorganize mono_class_has_finalizer () so...
2014-09-01 Zoltan Varga[runtime] Reorganize mono_class_setup_events () so...
2014-09-01 Zoltan Varga[runtime] Reorganize mono_class_setup_properties (...
2014-09-01 Zoltan Varga[runtime] Use the image lock in mono_type_from_typespec...
2014-09-01 Rodrigo KumperaMerge pull request #1246 from schani/feature-separate...
2014-08-31 Zoltan Varga[runtime] Fix the windows build.
2014-08-30 Zoltan Varga[aot] Fix full-aot support when the AOT cache is enabled.
2014-08-30 Zoltan Varga[jit] Avoid hardcoding tls offsets into the aot version...
2014-08-29 Zoltan Varga[jit] Avoid uninitialized fields in the MonoDelegateTra...
2014-08-29 Zoltan Varga[runtime] Fix reading past the end of a string when...
2014-08-29 Zoltan Varga[runtime] Fix a problem introduced by 522663cdfad5860ff...
2014-08-29 Zoltan Varga[runtime] Add an adapter between the MonoPrintCallback...
2014-08-29 Mark Probst[sgen] Refactor pointer queue out of pinning code.
2014-08-29 Tom HindleFix mono_marshal_free_ccw (). Fixes #22414.
2014-08-29 Zoltan Varga[sdb] Fix the checking of the handshake message.
2014-08-29 Zoltan Varga[runtime] Add functionality for AOTing assemblies on...
2014-08-29 Zoltan Varga[runtime] Add Steve Reid's public domain SHA1 code.
2014-08-29 Marek SafarMerge pull request #1242 from esdrubal/xelement
2014-08-29 Marek SafarMerge pull request #1237 from esdrubal/xdocument
2014-08-28 Zoltan VargaMerge pull request #1200 from akoeplinger/remove-jvm
2014-08-28 Rodrigo KumperaRevert "Merge pull request #1219 from panzone/los_parti...
2014-08-28 Zoltan VargaMerge pull request #1235 from directhex/master
2014-08-28 Zoltan Varga[runtime] Fix a crash in the logging profiler when...
2014-08-28 Rodrigo KumperaMerge pull request #1238 from esdrubal/datetimeoffset
2014-08-28 Rodrigo KumperaMerge pull request #1219 from panzone/los_partial_marking
2014-08-28 Jo ShieldsAdd g_Ctoc to list of acceptable g_* symbols in mono...
2014-08-28 Marek SafarMerge pull request #1234 from esdrubal/datetimeoffset
2014-08-28 Marek SafarMerge pull request #1233 from esdrubal/uriparserisbaseof
2014-08-27 Rodrigo Kumpera[runtime] Incorporate team feedback on the new logging...
2014-08-27 Marek SafarMerge pull request #1230 from esdrubal/xslattribute
2014-08-26 Alexis ChristoforidesResolve build issues on Windows.
2014-08-26 Zoltan VargaFix the build.
2014-08-26 Marek SafarMerge pull request #1229 from andreiagaita/master
2014-08-26 Zoltan VargaUpdate the LLVM backend to work with llvm branch mono...
2014-08-26 T.J. Purtell[runtime] Don't call mono_arch_handle_exception() when...
2014-08-25 Rodrigo Kumpera[jit] Ensure no threads are running when the JIT is...
2014-08-25 Rodrigo Kumpera[utils] Add runtime API for output redirection, logging...
2014-08-25 Marek SafarMerge pull request #1224 from esdrubal/codecompiler
2014-08-25 Marek SafarMerge pull request #1223 from esdrubal/xmlgenerator
2014-08-22 Alexis ChristoforidesAdded mono_string_from_utf32()
2014-08-22 Marek SafarRemove unused mdb icall
2014-08-22 Zoltan Varga[runtime] Add a mono_thread_detach_if_exiting () public...
2014-08-21 Alex Rønne PetersenFix a warning in mono-conc-hashtable.
2014-08-21 Alex Rønne PetersenRemove unused/undefined function.
2014-08-21 Alex Rønne PetersenMerge pull request #1172 from roji/datarow_null
2014-08-21 Zoltan Varga[jit] Use mini_type_stack_size () instead of mono_type_...
2014-08-20 Miguel de IcazaMerge pull request #1189 from joelmartinez/docs-64bit...
2014-08-20 Zoltan Varga[jit] Fix the switching of domains in native-to-managed...
2014-08-19 Mark Probst[sgen] Small simplification of sgen_pin_objects_in_sect...
2014-08-19 Mark Probst[sgen] Simplify pin_objects_from_addresses() and fix...
next