mono.git
2017-04-10 monojenkins[msvc] Update csproj files (#4669)
2017-04-10 Marek Safar[corlib] Deconstruct api from corert
2017-04-10 Marek SafarBump corert
2017-04-10 Marek Safar[corlib] Add few checks for array boxing conversion...
2017-04-10 Marek Safar[corlib] Share corert Array code
2017-04-09 Zoltan Varga[arm64] Add a test file for codegen macros. Not used.
2017-04-08 Ludovic Henry[tests] Make stress testing more verbose (#4664)
2017-04-07 Andi McClureMerge pull request #4660 from xmcclure/llvm-orbis
2017-04-07 Andi McClureLLVM: Orbis support, fix typo in configure.ac
2017-04-07 jmserranoFix bug in SessionStateModule when session data is...
2017-04-07 Alexander Köplinger[Facades] Add facades to winaot/orbis profiles (#4656)
2017-04-07 Andi McClureMerge pull request #4663 from xmcclure/bump-linker
2017-04-07 Alexander Köplinger[bcl] Add check for newline to gensources.sh (#4662)
2017-04-07 Andi McClureBump linker external to its master
2017-04-07 Alexander KöplingerMake sure .sources files end with newline
2017-04-07 Marek SafarBump corert
2017-04-07 Zoltan Varga[arm] Commit the generated arm_dpimacros.h/arm_vfpmacro...
2017-04-07 Zoltan Varga[runtime] Update the offsets tool to a new version...
2017-04-06 Vincent Povirk[tests] Fix out of tree build. (#4657)
2017-04-06 Ludovic Henry[tests] Add stress testing and reduce sgen normal testi...
2017-04-06 Zoltan Varga[jit] Only free the unwind info inside a MonoTrampInfo...
2017-04-06 Alexander Köplinger[tools] Remove old msbuild experiment
2017-04-06 Rolf Bjarne... [runtime] Free leaked variable. (#4643)
2017-04-06 Zoltan Varga[aot] Print JIT failures without having to pass an...
2017-04-05 Rodrigo KumperaMerge pull request #4612 from kumpera/android-changes...
2017-04-05 Ludovic Henry[tests] Rework how we AOT compile tests + General clean...
2017-04-05 Rodrigo Kumpera[runtime] Don't return the modules for the current...
2017-04-05 Rodrigo Kumpera[System] Disable test that is too unreliable.
2017-04-05 Rodrigo KumperaImprove test assert.
2017-04-05 Rodrigo Kumpera[System] Disable a few tests that don't work on Android.
2017-04-05 Rodrigo Kumpera[System] Disable test that doesn't work on Android.
2017-04-05 Rodrigo Kumpera[io-layer] Don't RC std handles or the current process...
2017-04-05 Rodrigo Kumpera[runtime] When looking up the process name, don't bail...
2017-04-05 Rodrigo Kumpera[runtime] Improve tracing of process name lookup functions.
2017-04-05 Rodrigo Kumpera[runtime] Fix compilation under Android
2017-04-05 Zoltan Varga[jit] Fix a leak in the trampoline info registration...
2017-04-05 Bernhard Urban[interp] testcase for stack overflow on tail recursion opt
2017-04-05 Bernhard Urban[interp] fix stack overflow on tail recursion
2017-04-05 Bernhard Urban[interp] fix stack alloc size
2017-04-05 monojenkins[msvc] Update csproj files (#4645)
2017-04-05 Egor Bogatov[System.Data] Fix Azure SQL specific issues (ProviderTe...
2017-04-05 Marek Safar[Facades] Add forwarder for DbDataReaderExtensions
2017-04-05 monojenkins[msvc] Update csproj files
2017-04-05 Alexander Köplinger[tests] Fix the mcs-compileall target in runtime/ ...
2017-04-04 Vlad BrezaeMerge pull request #4630 from BrzVlad/feature-valloc...
2017-04-04 Vlad Brezae[runtime] Add arch size InterlockedAdd
2017-04-04 Vlad Brezae[sgen] Add old forgotten oom tests to sgen oom suite
2017-04-04 Vlad Brezae[sgen] Add oom testing suite
2017-04-04 Vlad Brezae[sgen] Don't pass gc options to the test-runner
2017-04-04 Vlad BrezaeMerge pull request #4618 from BrzVlad/feature-par-nrs
2017-04-04 Martin Baulig[appletls]: Make CFObject.dlsym() private and fix CFBoo...
2017-04-04 Vlad Brezae[sgen] Split up concurrent sweep from worker logic
2017-04-04 Vlad Brezae[sgen] Increase gray stack section size
2017-04-04 Vlad Brezae[sgen] Increase parallelization of minors
2017-04-04 Vlad Brezae[sgen] Parallel nursery collections
2017-04-04 Michael DeRoyFix mono_marshal_alloc to accept gsize instead of gulon...
2017-04-04 Marek Safar[System.Core] Linker friendly test update
2017-04-04 Marek Safar[Facades] Fixes System.Threading.Overlapped
2017-04-04 Marek Safar[System.Core] Remove duplicate files
2017-04-04 Marek SafarBump cecil
2017-04-04 Marek Safar[corlib] Port more of corert array
2017-04-03 Zoltan Varga[llvm] Add sign extensions for the index register used...
2017-04-03 Andi McClureMerge pull request #4635 from xmcclure/5.3-bump
2017-04-03 Zoltan Varga[jit] Fix a regression caused by 399f6e2425d5fdf73c4f95...
2017-04-03 Andi McClureBump to 5.3 due to creation of 2017-04 branch
2017-04-03 Zoltan Varga[jit] Fix the casting between arrays with bounds and...
2017-04-03 Francois BothaCorrectly detect relative Uri in package parts (#3630)
2017-04-03 Zoltan Varga[runtime] Default Interface Method support (#4625)
2017-03-31 Andi McClureMerge pull request #4628 from xmcclure/orbis-profile
2017-03-31 Zoltan Varga[jit] Fix the ppc build.
2017-03-31 Alexander KöplingerMake monolite profile directory versioned (#4631)
2017-03-31 monojenkins[msvc] Update csproj files (#4632)
2017-03-31 Andi McClureStyle fixes for PR feedback
2017-03-31 Michael DeRoychange icall to use gsize as well
2017-03-31 Vlad Brezae[sgen] Add debug option for valloc limit
2017-03-31 Marek Safar[System] Fixes build
2017-03-31 Alexander KöplingerFix Windows build
2017-03-31 monojenkins[msvc] Update csproj files (#4624)
2017-03-30 Alexander KyteMerge pull request #4621 from alexanderkyte/strdup_env
2017-03-30 Andi McClureAdd System.Security.dll to orbis profile
2017-03-30 Andi McClureMore platform support fixes
2017-03-30 Andi McClureCombined cherrypick of changes between mono-4.8.0-branc...
2017-03-30 Vlad Brezae[sgen] Emit fast inline wbarrier instead of the wrapper one
2017-03-30 Bernhard Urban[interp] basic filter clause support
2017-03-30 Alexander Kyte[runtime] Switch getenv to use heap memory
2017-03-30 Mikayla Hutchinson[System.Web] Implement HostingEnvironment.QueueBackgrou...
2017-03-30 Alexander KöplingerBring in the new reference assemblies (#4619)
2017-03-30 Alexander Kyte[runtime] Fix typo in icall name (#4616)
2017-03-30 Zoltan VargaAdd beginnings of mixed code execution support (#4613)
2017-03-30 Marek Safar[System] WebSockets from corefx
2017-03-30 Vlad Brezae[sgen] Remove CARDTABLE_STATS
2017-03-30 Vlad Brezae[sgen] Make sure workers don't have evacuating blocks...
2017-03-30 Vlad Brezae[sgen] Blocks on the freelist don't need to have been...
2017-03-30 Vlad Brezae[sgen] Shutdown thread pool worker even if it's not...
2017-03-30 Vlad Brezae[sgen] Don't use workers during finishing pause if...
2017-03-30 Vlad Brezae[sgen] Add scan/copy context for the simple parallel...
2017-03-30 Vlad Brezae[sgen] Add option for parallel nursery collector
2017-03-30 Zoltan Varga[bcl] Avoid waiting for events inside a finalizer in...
2017-03-29 monojenkins[msvc] Update csproj files
2017-03-29 Rodrigo KumperaMerge pull request #4540 from kumpera/android-changes...
next