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
2014-11-20Fix the mcs-compileall test target.disable-2.0Zoltan Varga
2014-11-20Remove net 2.0 dependencies from mcs tests.Zoltan Varga
2014-11-20Remove build system support for the net 2.0/3.5 profiles.Zoltan Varga
2014-11-20Fix a warning.Zoltan Varga
2014-11-20Fix a warning.Zoltan Varga
2014-11-20Add referencesource submoduleMiguel de Icaza
2014-11-20Merge pull request #1411 from jbevain/sdb-frame-domainZoltan Varga
2014-11-20[jit] Remove an unused interpeter file.Zoltan Varga
2014-11-20[jit] Remove some unused defines.Zoltan Varga
2014-11-19[sgen] Remove dead code.Mark Probst
2014-11-19Merge pull request #1415 from ermshiperete/FixTruncatedButtonMiguel de Icaza
2014-11-19Merge pull request #1414 from ExonyLimited/process-vmswapZoltan Varga
2014-11-19[MWF] Fix bug that truncates button textEberhard Beilharz
2014-11-19Fixes buildMarek Safar
2014-11-19[corlib] Capture awaited task exception stack. First part of #18629Marek Safar
2014-11-19Process.PagedMemorySize64 now returns value from /proc/PID/statusCraig Minihan
2014-11-19Fix typo, there is no profile called 'xammaci'.Rolf Bjarne Kvinge
2014-11-19Merge pull request #1413 from BrzVlad/bin-prot-ioMark Probst
2014-11-19[sgen] Don't use standard C API for binary protocol IO.Vlad Brezae
2014-11-19[sdb] Avoid asserts on shutdown when the appdomain unload callbacks are calle...Zoltan Varga
2014-11-19[sgen] Fix binary protocol buildVlad Brezae
2014-11-19[jit] Fix the calculation of the epilog size for EH info. Fixes #24577.Zoltan Varga
2014-11-19[runtime] Replace mono_method_get_signature(_full) with the _checked variant.Rodrigo Kumpera
2014-11-19[runtime] Introduce mono_method_get_signature_checked as the MonoError varian...Rodrigo Kumpera
2014-11-19[runtime] Remove monodiet.c.Rodrigo Kumpera
2014-11-19[jit] Remove an assert from mono_arch_find_jit_info () on x86 which can be hi...Zoltan Varga
2014-11-18[jit] Use _checked variant of mono_field_from_token.Rodrigo Kumpera
2014-11-18[runtime] Use _checked variant of mono_field_from_token.Rodrigo Kumpera
2014-11-18[jit] Use MonoError when possible for error handling.Rodrigo Kumpera
2014-11-18[jit] Add a JIT failure mode that uses MonoError.Rodrigo Kumpera
2014-11-18[runtime] more loader error cleanup.Rodrigo Kumpera
2014-11-18[runtime] Fix #24605 "counters not enabled" message in monodis and peverifyLudovic Henry
2014-11-18[eval] Don't assumen all captured types have storey assignedMarek Safar
2014-11-18[mcs] Remove primary constructors and declaration expressions from C#6Marek Safar
2014-11-18[Mono.Debugger.Soft] Add test for StackFrame.DomainJb Evain
2014-11-18[mcs] Fix error reporting for incomplete attribute target. Fixes #24537Marek Safar
2014-11-18[Mono.Debugger.Soft] Implement StackFrame.DomainJb Evain
2014-11-18[sdb] Add command CMD_STACK_FRAME_GET_DOMAINJb Evain
2014-11-18[mcs] Less cascading errorsMarek Safar
2014-11-18[mcs] Makes flow analysis of goto/goto case significantly faster. Fixes #24511Marek Safar
2014-11-18[jit] Fix a class initialization race which happens if a class initializer in...Zoltan Varga
2014-11-18[aot] Disable COM support in AOT code, the COM wrapper code doesn't play well...Zoltan Varga
2014-11-18Merge pull request #1406 from BrzVlad/monitor-resurrectMark Probst
2014-11-18Merge pull request #1388 from schani/fix-23401Rodrigo Kumpera
2014-11-18[runtime] Avoid crashes when a non-runtime thread receives a SIGQUIT.Zoltan Varga
2014-11-18Merge pull request #1408 from brendanzagaeski/signed-xml-bug-7716Sebastien Pouliot
2014-11-17[arm] Applied patch from Richard Dunkley <rick.dunkley@gmail.com>. Fix compli...Zoltan Varga
2014-11-17[System.Security] Fix SignedXml bug #7716 with testsBrendan Zagaeski
2014-11-17Keep the monitor link to the object active also in the resurrection case.Vlad Brezae
2014-11-17Merge pull request #1405 from mono/revert-1289-stackframeRodrigo Kumpera