mono.git
2016-03-25 Vlad Brezae[runtime] Enclose define parameters in parentheses
2016-03-25 Vlad Brezae[sgen] Add separate scan function for handling a single...
2016-03-25 Vlad Brezae[sgen] Move scan vtype with the other object ops
2016-03-25 Vlad Brezae[sgen] Simplify defines for object ops
2016-03-25 Vlad Brezae[sgen] Allow read only access on block list without...
2016-03-25 Vlad Brezae[sgen] Allow read only access of los object list withou...
2016-03-25 Vlad Brezae[sgen] Extract the handle array code for reuse
2016-03-25 Vlad Brezae[sgen] Don't prefetch unused memory when scanning the...
2016-03-25 Alexander KöplingerMerge pull request #2793 from radical/fix-mcs-args
2016-03-24 Aleksey Kliger[runtime] mark mono_domain_unload external only
2016-03-24 Aleksey Kliger[runtime] Remove CHECK_MONOTYPE macro
2016-03-24 Aleksey Kliger[runtime] Delete mono_assert and mono_assert_not_reached
2016-03-24 Aleksey Kliger[runtime] Change mono_object_castclass_mbyref not to...
2016-03-24 Aleksey Kliger... Merge pull request #2790 from lambdageek/dev/monoerror...
2016-03-24 Andi McClureMake --aot=full able to emit executables on 64 bit...
2016-03-28 Andi McClureSupport tool-prefix in mono/mini fullaotcheck
2016-03-28 Andi McClureFix debug Windows builds in MSVC 2015
2016-03-24 Zoltan Varga[arm] Fix support for soft breakpoints.
2016-03-24 Ankit Jain[mcs] Accept and ignore command line args supported...
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-24 Chris HamonsCreate xammac_net_4_5 variant of System.Runtime.Remoting
2016-03-24 Alexander KöplingerTrigger a rebuild of Mono.Security
2016-03-23 Martin Baulig[Mono.Security]: MonoTlsProvider.InvokeSystemCertificat...
2016-03-23 Martin Baulig[System]: Add private 'X500DistinguishedName' API to...
2016-03-23 Martin Baulig[System]: SystemCertificateValidator.CheckUsage():...
2016-03-23 Martin Baulig[System]: Make 'X509Certificate2' and 'X509Chain' lazil...
2016-03-23 Martin Baulig[corlib]: Cleanup the internal 'X509CertificateImpl...
2016-03-23 Zoltan Varga[ppdb] Disable the metadata verifier for ppdb tables...
2016-03-23 Aleksey Kliger[MonoError] Use mono_error_set_execution_engine helper
2016-03-23 Aleksey Kliger[MonoError] Use mono_error_set_not_supported helper
2016-03-23 Aleksey Kliger[MonoError] Use mono_error_set_not_implemented helper
2016-03-23 Aleksey Kliger[MonoError] add helpers for some corlib exceptions
2016-03-23 Alexander Kyte[runtime] Make memory allocation for method headers...
2016-03-23 Zoltan Varga[man] Remove documentation for the nonexistent MONO_ENA...
2016-03-23 Alexander KöplingerMerge pull request #2784 from mhutch/msbuild-fixes
2016-03-23 Marek Safar[cil-stringreplacer] Use Cecil as reference dependency
2016-03-23 Marek Safar[cil-stringreplacer] Update debug symbol
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 Alexander KöplingerMerge pull request #2782 from madewokherd/process-sessionid
2016-03-22 Vincent Povirk[System.Diagnostics] Return dummy value from Process...
2016-03-22 Joao Matos[sgen] Switch the default GC bridge to the new mode.
2016-03-22 Alexander Kyte[runtime] Free leaked short-lived MonoType
2016-03-22 Mikayla Hutchinson[Microsoft.Build] Shut down single-use build manager
2016-03-22 Marcos HenrichMerge pull request #2764 from esdrubal/fileinfo_tostring
2016-03-22 Marcos Henrich[mono-symbolicate] Use SeqPointInfo instead of PInvoking.
2016-03-22 Marcos Henrich[mono-symbolicate] Created SeqPointInfo.cs
2016-03-22 Marcos Henrich[corlib] Removed unused icall
2016-03-22 Marcos Henrich[System.ServiceModel] Fixes reflection call to undefine...
2016-03-22 Marcos Henrich[System.ServiceModel] Test EndpointAddress10
2016-03-22 monojenkinsMerge pull request #2534 from mhutch/install-api-html
2016-03-21 Alexander Kyte[runtime] Free cached_info tables on cleanup
2016-03-21 Alexander Kyte[runtime] Prevent leaking inflated headers by marking...
2016-03-21 Alexander Kyte[runtime] Make mono_basic_block_split take the header...
2016-03-21 mhutchInstall mono-api-html
2016-03-21 mhutch[Microsoft.Build] Set IsBackground on builder thread
2016-03-21 mhutch[Microsoft.Build] Fix exception disposing BuildManager
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-21 Alexander KöplingerAdd note about acceptance-tests to top level README
2016-03-20 Alexander KöplingerFix "make dist"
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-19 Alexander Köplinger[System.Net.Http] Make HttpClientTest.RequestUriAfterRe...
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...
next