Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mono/mono.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2016-01-28[api] GCC is much better at enforcing MONO_RT_EXTERNAL_ONLY.Rodrigo Kumpera
2016-01-28Merge pull request #2526 from alexanderkyte/llvmonly_mobile_static_fixupsAlexander Köplinger
2016-01-28[jit] Pass a MonoError* instead of a MonoException** to mono_jit_compile_meth...Zoltan Varga
2016-01-28[runtime] Initialize the error fields in mono_error_set_exception_instance ().Zoltan Varga
2016-01-28[bcl] Fix dll names and InternalsVisibleTo for test assembliesAlexander Köplinger
2016-01-28[jit] Reduce the usage of the loader error more by converting it to a MonoErr...Zoltan Varga
2016-01-28Merge pull request #2523 from akoeplinger/fix-profiler-test-reportingAlexander Köplinger
2016-01-28[jit] Convert some of the error handling to use cfg->error instead of cfg->ex...Zoltan Varga
2016-01-27Use S390_SET to get addresses rather than the previous more convoluted methodNeale Ferguson
2016-01-27[mobile_static] Don't use gsharedvt with llvmonlyAlexander Kyte
2016-01-27[nunitlite] Documented console .config usageAlexander Kyte
2016-01-27Merge pull request #2432 from alexanderkyte/compile_corlib_with_aotAlexander Kyte
2016-01-27[aot/bcl] Add Makefile configuration to build the bcl with aot, use it in mob...Alexander Kyte
2016-01-27Merge pull request #2431 from alexanderkyte/tests_with_excludesAlexander Kyte
2016-01-27[api] Mark external Only: mono_get_method, mono_get_method_full and mono_get_...Rodrigo Kumpera
2016-01-27[build] Add MONO_RT_EXTERNAL_ONLY macro to the public API.Rodrigo Kumpera
2016-01-27[profiler] Fix test reporting success even though a test failedAlexander Köplinger
2016-01-27Revert "[runtime] Use explicit loop checking to remove depth limitation of se...Zoltan Varga
2016-01-27Merge pull request #2520 from kumpera/loader-error-cleanup5Rodrigo Kumpera
2016-01-27Merge pull request #2521 from akoeplinger/fix-sockettest-endconnect-errormonojenkins
2016-01-27[mcs] Reset null operator barrier in parenthesis expressionMarek Safar
2016-01-27Fix serialization under XM 4.5 Target FrameworkChris Hamons
2016-01-27[System] Fix error in new BeginConnectToIPV4EndPointUsingDualModelSocket testAlexander Köplinger
2016-01-27[System.Runtime.Caching] Bump timeout in tests to make them more reliableAlexander Köplinger
2016-01-27Merge pull request #2420 from stefansedich/masterLudovic Henry
2016-01-27[runtime] Use mono_error_set_pending_exception () instead of mono_error_raise...Zoltan Varga
2016-01-27Merge pull request #2486 from ludovic-henry/monoerror-mono_type_get_objectmonojenkins
2016-01-27Merge pull request #2519 from ludovic-henry/fix-array-jiticallsmonojenkins
2016-01-27[mono-error] The reflection code still festered with hidden deps for loader-e...Rodrigo Kumpera
2016-01-27[x86] Change the way exceptions are thrown from trampolines: instead of calli...Zoltan Varga
2016-01-27[jit] Fix error propagation when loading methods. Move more checks to rely on...Rodrigo Kumpera
2016-01-27Fix the build.Zoltan Varga
2016-01-27[jit] Use mono_set_pending_exception () in one jit icall.Zoltan Varga
2016-01-27[array] Replace raise exception by pending exception in jit-icallsLudovic Henry
2016-01-27[runtime] Use MonoError for mono_gsharedvt_constrained_callLudovic Henry
2016-01-27[runtime] Use MonoError for mono_type_get_objectLudovic Henry
2016-01-27[runtime] Get rid of mono_thread_force_interruption_checkpoint (), its not us...Zoltan Varga
2016-01-27[jit] Add a new jit icall mono_interruption_checkpoint_from_trampoline () and...Zoltan Varga
2016-01-27[amd64] Change the way exceptions are thrown from trampolines: instead of cal...Zoltan Varga
2016-01-27[mono-error] Replace legacy calls to mono_get_method(_full) with _checked var...Rodrigo Kumpera
2016-01-27[mono-error] Remove usage of a couple of legacy functions from monodis.Rodrigo Kumpera
2016-01-27[mono-error] Remove loader-error conversion for 3 functions that are not long...Rodrigo Kumpera
2016-01-27Merge pull request #2517 from steffen-kiess/posix-socket-osx-testAlexander Köplinger
2016-01-26Merge pull request #2500 from ludovic-henry/monoerror-mono_string_allocRodrigo Kumpera
2016-01-26[runtime] Fix the computation of StackFrame.native_offset for managed-to-nati...Zoltan Varga
2016-01-26[mkbundle] More Windows linking fixes, added "--custom-main" optionAlexis Christoforides
2016-01-26Merge pull request #2513 from lambdageek/monoerror-RESOLVE_TYPERodrigo Kumpera
2016-01-26Merge pull request #2508 from lambdageek/monoerror-check_array_for_usertypesRodrigo Kumpera
2016-01-26Merge pull request #2506 from lambdageek/monoerror-mono_reflection_type_resol...Rodrigo Kumpera
2016-01-26Merge pull request #2516 from lambdageek/monoerror-exception_instancemonojenkins