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
2016-07-09[runtime] Added aot=msym-dir=<DIR>Marcos Henrich
2016-07-09[runtime] aot-compiler.c now stores AOTID in imageMarcos Henrich
2016-07-09Moved ensure_directory_exists to eglib.Marcos Henrich
2016-07-09[corlib] Added MVID metadata to StackTraceMarcos Henrich
2016-07-09[corlib] Added metadata handlers to StackTraceMarcos Henrich
2016-07-09[corlib] Added icall Assembly.GetAotIdMarcos Henrich
2016-07-09[runtime] Adds AOTIDMarcos Henrich
2016-07-08Merge pull request #3258 from lindenlab/mono4-continuations_fixRodrigo Kumpera
2016-07-08Merge branch 'master' into mono4-continuations_fixKelly Washington
2016-07-08Add microthreading test to ContinuationsTestKelly Washington
2016-07-08[coop] Change handles to be pointers (#3249)Aleksey Kliger (λgeek)
2016-07-08Merge pull request #3247 from lateralusX/jlorenss/win-x64-lmf-exceptionJohan Lorensson
2016-07-08[llvmonly] Fix support for synchronized methods.Zoltan Varga
2016-07-08[runtime] Remove the 'The wrapper info for the wrapper is a WrapperInfo struc...Zoltan Varga
2016-07-08[jit] Emit memory barriers for volatile STFLD opcodes. Fixes #42413.Zoltan Varga
2016-07-08Merge branch 'continuations-test' into mono4-continuations_fixKelly Washington
2016-07-08[aot] Fix the llc flags when using hardfp on arm.Zoltan Varga
2016-07-08[aot] Allow the loading of llvm compiled code into a non-llvm runtime on arm ...Zoltan Varga
2016-07-08Add ContinuationsTest for Mono.TaskletsKelly Washington
2016-07-08Merge pull request #3250 from jbevain/cli-flagsRodrigo Kumpera
2016-07-07[runtime] Fix the CLI_FLAGS_PREFERRED32BIT valueJb Evain
2016-07-07[runtime] Fix the CLI Header flags checkJb Evain
2016-07-07Modify the configuration loader so that (#2758)Bennjamin Blast
2016-07-07Fixed stack overflow issue in DuplexClientRuntimeChannel (#2172)alenl2
2016-07-07Fix crash in mono mini exceptions.exe regression test on win x64.lateralusX
2016-07-07Merge pull request #3244 from henricm/fix-for-synchronization-attributeMarek Safar
2016-07-07[llvm] Enable atomic load/store support when using llvm master.Zoltan Varga
2016-07-07[llvm] Use a custom memory managed for llvm master too, the default one alloc...Zoltan Varga
2016-07-07Fix for lock release in SynchronizationAttributeHenric Müller
2016-07-07[llvm] Fix some problems when using llvm master. Check the base pointer for n...Zoltan Varga
2016-07-07Merge pull request #3239 from xmcclure/default-tarjanAndi McClure
2016-07-06Merge pull request #3243 from mono/netstandardMarek Safar
2016-07-06[System] Bump timeout in TimerTest a bitAlexander Köplinger
2016-07-06[Facades] netstandard 1.6 updatesMarek Safar
2016-07-06[llvm] Fix JIT support with llvm master.Zoltan Varga
2016-07-06Multiple fixes for Windows x86 p/invoke test failures. (#3186)Johan Lorensson
2016-07-06Added support to build mono runtime as a static library. (#3231)Johan Lorensson
2016-07-06[llvm] Fix aot when using llvm master.Zoltan Varga
2016-07-06Merge pull request #3242 from alexanderkyte/fix_docsAlexander Köplinger
2016-07-06[runtime] Remove extraneous fi in docs build printingAlexander Kyte
2016-07-06Merge pull request #3091 from alexanderkyte/mobile_static_fix_mcs_testsAlexander Köplinger
2016-07-05[bcl] Fix a random failure in a DataView test which happened because DataView...Zoltan Varga
2016-07-05Switch Android GC bridge default from new-bridge to tarjan-bridgeAndi McClure
2016-07-05[mobile_static] Skip aot-ing ilasmAlexander Kyte
2016-07-05Merge pull request #3236 from kumpera/coreclr-testsuite-fixes-2Alexander Köplinger
2016-07-05[profiler] Actually link against libmono where necessary (#3232)Aleksey Kliger (λgeek)
2016-07-05Merge pull request #3226 from esdrubal/soap_headers_fixMarcos Henrich
2016-07-05Merge pull request #3210 from esdrubal/connectasyncUHEMarcos Henrich
2016-07-04Merge pull request #2958 from kumpera/visibilityRodrigo Kumpera
2016-07-04[jit] Set vret_var when emiting a jmp call.Rodrigo Kumpera