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-08-06Merge pull request #1965 from akoeplinger/fix-flaky-testZoltan Varga
2015-08-05[System.ServiceModel] Fix flaky Bug652331_2 testAlexander Köplinger
2015-08-05[runtime] Re-enable the soft debugger on x86 without presence of signals.João Matos
2015-08-05[sgen] Do not use Mach OS initialisation if using coop GC.João Matos
2015-08-05[runtime] Add testing for unhandled exceptionLudovic Henry
2015-08-05[runtime] Refactor AsyncResult.Invoke icall and swallow exception on AsyncCal...Ludovic Henry
2015-08-05Merge pull request #1963 from angeloc/patch-1João Matos
2015-08-05Fixing initialization of have_vasprintfAngelo Compagnucci
2015-08-05[system.net.http] Add special handling for chunked transfer-encoding httpwebr...Marek Safar
2015-08-05Fix the build.Zoltan Varga
2015-08-05[sdb] Transition to using sdb trampolines instead of signals for single stepp...Zoltan Varga
2015-08-05[sdb] Improve logging a bit.Zoltan Varga
2015-08-05[runtime] Reenable Frak TLS on OSXRodrigo Kumpera
2015-08-05[bcl] Remove old ThreadPool managed classLudovic Henry
2015-08-04[tests] MonoThreadsSync structures are no longer allocated at the first Enter.Vlad Brezae
2015-08-04Throw exception when trying to unlock unowned lock.Vlad Brezae
2015-08-04Unmanaged thin lock implementation.Vlad Brezae
2015-08-04Added mono_runtime_posix_install_handlers stub for WatchOS.triton
2015-08-04Added SGen OS support code stubs for coop backend.triton
2015-08-04Revert "[runtime] Refactor AsyncResult.Invoke internal call"Ludovic Henry
2015-08-04Revert "[runtime] Refactor AsyncResult creation with MonoAsyncCall"Ludovic Henry
2015-08-04Revert "[runtime] Move AsyncResult.Invoke to managed"Ludovic Henry
2015-08-04[mcs] Cached labels definite assignment check does not need exact match but a...Marek Safar
2015-08-04[mcs] Special case return expression of Task<Task> in async block. Fixes #32712Marek Safar
2015-08-04[llvm] Use the default code model on amd64, the 'large' code model leads to p...Zoltan Varga
2015-08-04[jit] Remove monitor enter/exit trampolines, their performance is similar to ...Zoltan Varga
2015-08-04[runtime] Add a separate icall for Monitor.Enter(obj,&bool).Zoltan Varga
2015-08-04[runtime] Add fastpaths to the Monitor.Enter () methods.Zoltan Varga
2015-08-04Merge pull request #1912 from ludovic-henry/threadpool-managed-asyncresultRodrigo Kumpera
2015-08-03[runtime] Move AsyncResult.Invoke to managedLudovic Henry
2015-08-03[System] Increase timeout of a test in SslStreamTestAlexander Köplinger
2015-08-03[runtime] Refactor AsyncResult creation with MonoAsyncCallLudovic Henry
2015-08-03[runtime] Refactor AsyncResult.Invoke internal callLudovic Henry
2015-08-03Merge pull request #1959 from alexrp/masterZoltan Varga
2015-08-03Merge pull request #1958 from rolfbjarne/aot-error-reportingZoltan Varga
2015-08-03[ppc] Fix atomic_add_i4 support for 32-bit PPC.Alex Rønne Petersen
2015-08-03[ppc] Instruction length of atomic_add_i4 is 28.Alex Rønne Petersen
2015-08-03[aot] use g_error instead of fprintf + exit(1).Rolf Bjarne Kvinge
2015-08-03[llvm] Reenable the 'handler without invokes' llvm restriction, it causes llv...Zoltan Varga
2015-08-03Revert "[runtime] Disable finally_block_ending_in_dead_bb.exe on wrench, it f...Zoltan Varga
2015-08-03[runtime] Disable finally_block_ending_in_dead_bb.exe on wrench, it fails wit...Zoltan Varga
2015-08-02runtime] Add semicolons after the calls to the coop gc macros to avoid confus...Zoltan Varga
2015-08-02[runtime] Clean up the mini makefile a bit.Zoltan Varga
2015-08-02[runtime] Clean up configure.ac a bit.Zoltan Varga
2015-08-02[arm] Remove usunsed arch/arm/tramp.c file.Zoltan Varga
2015-08-02[arm] Avoid running out of thunk space if the same instruction is patched mul...Zoltan Varga
2015-08-02[aot] Avoid passing empty quoted arguments to the linker.Zoltan Varga
2015-08-02Fix a warning.Zoltan Varga
2015-08-02[llvm] Fix support for returning empty structs from pinvoke methods on amd64.Zoltan Varga
2015-08-02[jit] Enable direct calls to the monitor icalls.Zoltan Varga