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
2015-09-17[delegate] Fix bug #33218 "Action ReflectedType differs from Delegate Reflect...Ludovic Henry
2015-08-07[runtime] Add testing for unhandled exceptionLudovic Henry
2015-06-25[runtime] Get rid of the MONO_GENERIC_SHARING env variable, its no longer nee...Zoltan Varga
2015-06-12Merge pull request #1868 from BillSeurer/ppc-floatsAlex Rønne Petersen
2015-06-11[ppc] Some additional basic ppc64 enablementBill Seurer
2015-06-11Use Bourne shell redirect 2>&1Romain Tartière
2015-05-29[runtime] Fix resolution of a type with an incorrect assembly name.Alexander Kyte
2015-05-13Merge pull request #1668 from alexanderkyte/bug1856Rodrigo Kumpera
2015-05-05[delegate] Replace multicast delegate implementationLudovic Henry
2015-05-05[runtime] Remove CAS stuff from configure.Zoltan Varga
2015-04-17[runtime] Enable the managed test runner for the gshared tests as well.Zoltan Varga
2015-04-16[runtime] Fix support for delegates with a byref first argument bound to a va...Zoltan Varga
2015-04-06Merge pull request #1665 from alexanderkyte/sgen-alloc-assertRodrigo Kumpera
2015-04-06[runtime] Overwrite stacktrace for exception on re-throw. Fixes #1856.Alexander Kyte
2015-04-06[runtime] Fix "make distcheck"Alexander Köplinger
2015-04-01[runtime] Don't set flag to skip future initialization on half-baked classesAlexander Kyte
2015-03-10[tests] Test case for #27147.Mark Probst
2015-03-03Disable bug-Xamarin-5278.exe for now to make the build green again, it was br...Zoltan Varga
2015-02-26[runtime] Disable the "bridge-implementation=tarjan,major=marksweep-conc|ms-c...Zoltan Varga
2015-02-26Fix my last commit to properly include the tarjan test suite.Rodrigo Kumpera
2015-02-26Add the tarjan bridge to the test matrix.Rodrigo Kumpera
2015-02-26[sgen] Fix the sgen bridge test suite. Oh my.Rodrigo Kumpera
2015-02-25[runtime] Remove definitions of MONO_SHARED_DIR from scripts, its not needed ...Zoltan Varga
2015-02-11Make the managed test runner the default in mono/tests, run with make M=0 to ...Zoltan Varga
2015-02-03Avoid recompiling a test on every run.Zoltan Varga
2015-01-29Optimize Enum.HasFlag () implementation and recognize it in the JIT.Alex Rønne Petersen
2015-01-29[eglib] [io-layer] Have a single wrapper around getdtablesize. This removes t...Rodrigo Kumpera
2015-01-29Populate the RequestingAssembly property of ResolveEventArgsKai Ruhnau
2015-01-04Add g_getdtablesize to list of acceptable g_* symbols in mono, for test-eglib...Alexander Köplinger
2014-12-31Merge pull request #1081 from rneatherway/bug17537Alexander Köplinger
2014-12-08[runtime] Remove the bug-438454.exe test, it tests behaviour which is by design.Zoltan Varga
2014-11-18[jit] Fix a class initialization race which happens if a class initializer in...Zoltan Varga
2014-11-17Keep the monitor link to the object active also in the resurrection case.Vlad Brezae
2014-09-29[sgen] Remove parallel collector.Mark Probst
2014-09-23[sgen] Use memcpy to copy objectLudovic Henry
2014-09-22[runtime] Disable a few more tests on windows which hang on winx64.Zoltan Varga
2014-09-14Allow CLR binaries to be passed to Process.StartRobin Neatherway
2014-08-28Add g_Ctoc to list of acceptable g_* symbols in mono, for test-eglib-remap.Jo Shields
2014-06-28Only enable finally_block_ending_in_dead_bb.exe on x86/amd64 (not NaCl and Wi...Alex Rønne Petersen
2014-06-26[sgen-gray-queue] Add graystack stress testLudovic Henry
2014-06-19Also disable generic-xdomain.2.exe in gsharing tests.Alex Rønne Petersen
2014-06-17Disable generic-xdomain.2.exe on CI as it occasionally hangs.Alex Rønne Petersen
2014-06-03[runtime] Add an EXTRA_DISABLED_TESTS make variable to disable tests on the c...Zoltan Varga
2014-05-27[runtime] Add a test for the type loading changes.Rodrigo Kumpera
2014-05-24[runtime] Add regression tests for custom attribute loader errors.Rodrigo Kumpera
2014-05-09Fix make runtest-managed in tests/.Zoltan Varga
2014-05-09Fix make check in tests/Zoltan Varga
2014-05-03[sgen-bridge] Move bridge debug option handling to sgen-bridge.c.Mark Probst
2014-04-25Revert "Revert "Merge branch 'master' of https://github.com/mono/mono""Rolf Bjarne Kvinge
2014-04-24[sgen-bridge] Add the new bridge to the testing matrix.Rodrigo Kumpera