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
path: root/mono
AgeCommit message (Expand)Author
2016-01-29Merge pull request #2448 from BrzVlad/feature-cprop-optVlad Brezae
2016-01-29[llvmonly] Do a stack walk from mono_llvmonly_get_calling_assembly (), the ru...Zoltan Varga
2016-01-29[runtime] Avoid an assert if a runtime compiled without DISABLE_COM is used w...Zoltan Varga
2016-01-29Merge pull request #2533 from vargaz/gshared-errorsZoltan Varga
2016-01-29Merge pull request #2529 from lambdageek/monoerror-locationmonojenkins
2016-01-28[jit] Add MonoError support for the generic sharing code.Zoltan Varga
2016-01-28[jit] Move the raise version of mono_jit_compile_method () to metadata/.Zoltan Varga
2016-01-28Merge pull request #2525 from kumpera/embedding-apiRodrigo Kumpera
2016-01-28Merge pull request #2528 from vargaz/jit-errors2Zoltan Varga
2016-01-28[runtime] mono_error_assert_ok() include locationAleksey Kliger
2016-01-28[metadata] Fix duplicate variable declaration in coree.c that breaks msvcAlexander Köplinger
2016-01-28Merge pull request #2497 from ludovic-henry/monoerror-mono_gsharedvt_constrai...Zoltan Varga
2016-01-28[runtime] Use MonoError in mono_jit_runtime_invoke () to return errors, the '...Zoltan Varga
2016-01-28Merge pull request #2527 from vargaz/jit-errorsZoltan Varga
2016-01-28[jit] Use mono_error_set_pending_exception () to throw exceptions from the tr...Zoltan Varga
2016-01-28[jit] Use MonoError in mono_jit_compile_method () and the trampoline code.Zoltan Varga
2016-01-28[api] GCC is much better at enforcing MONO_RT_EXTERNAL_ONLY.Rodrigo Kumpera
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[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[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-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-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-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