mono.git
2016-07-08 Marcos Henrich[mono-symbolicate] Fixes symbolication of AOTed
2016-07-08 Marcos Henrich[mono-symbolicate] Adds store-symbols
2016-07-08 Marcos Henrich[mono-symbolicate] Implemented metadata parsing.
2016-07-08 Marcos Henrich[runtime] Added aot=msym-dir=<DIR>
2016-07-08 Marcos Henrich[runtime] aot-compiler.c now stores AOTID in image
2016-07-08 Marcos HenrichMoved ensure_directory_exists to eglib.
2016-07-08 Marcos Henrich[corlib] Added MVID metadata to StackTrace
2016-07-08 Marcos Henrich[corlib] Added metadata handlers to StackTrace
2016-07-08 Marcos Henrich[corlib] Added icall Assembly.GetAotId
2016-07-08 Marcos Henrich[runtime] Adds AOTID
2016-07-08 Rodrigo KumperaMerge pull request #3258 from lindenlab/mono4-continuat...
2016-07-08 Kelly WashingtonMerge branch 'master' into mono4-continuations_fix
2016-07-08 Kelly WashingtonAdd microthreading test to ContinuationsTest
2016-07-08 Aleksey Kliger... [coop] Change handles to be pointers (#3249)
2016-07-08 Marcos Henrich[System] EndRead now throws WebException on abort.
2016-07-08 Marcos Henrich[System] Test ReadAsync Cancellation.
2016-07-08 Johan LorenssonMerge pull request #3247 from lateralusX/jlorenss/win...
2016-07-08 Zoltan Varga[llvmonly] Fix support for synchronized methods.
2016-07-08 Zoltan Varga[runtime] Remove the 'The wrapper info for the wrapper...
2016-07-08 Zoltan Varga[jit] Emit memory barriers for volatile STFLD opcodes...
2016-07-07 Kelly WashingtonMerge branch 'continuations-test' into mono4-continuati...
2016-07-07 Zoltan Varga[aot] Fix the llc flags when using hardfp on arm.
2016-07-07 Zoltan Varga[aot] Allow the loading of llvm compiled code into...
2016-07-07 Kelly WashingtonAdd ContinuationsTest for Mono.Tasklets
2016-07-07 Rodrigo KumperaMerge pull request #3250 from jbevain/cli-flags
2016-07-07 Jb Evain[runtime] Fix the CLI_FLAGS_PREFERRED32BIT value
2016-07-07 Jb Evain[runtime] Fix the CLI Header flags check
2016-07-07 Alexander Kyte[runtime] Free rgctx_lazy_fetch_trampoline info
2016-07-07 Alexander Kyte[runtime] Free temporary aot buffer
2016-07-07 Alexander Kyte[runtime] Free info_offsets used by emit_extra_methods
2016-07-07 Alexander Kyte[runtime] Free last buf used by emit_extra_methods
2016-07-07 Alexander Kyte[runtime] Free temporary table
2016-07-07 Alexander Kyte[runtime] Free patches list
2016-07-07 Alexander Kyte[runtime] Free temporary trampoline emitter buffer
2016-07-07 Alexander Kyte[runtime] Free temporary class name table
2016-07-07 Alexander Kyte[runtime] Free leaked buffer
2016-07-07 Alexander Kyte[runtime] Free temporary pointer array
2016-07-07 Alexander Kyte[runtime] Free temporary attr structure
2016-07-07 Alexander Kyte[runtime] Don't leak a runtime invoke method builder
2016-07-07 Alexander Kyte[runtime] Don't leak short-lived header
2016-07-07 Alexander Kyte[runtime] Free leaked temporary parse
2016-07-07 Alexander Kyte[runtime] Prevent leak by copying list with no other...
2016-07-07 Alexander Kyte[runtime] Free vars in linear_scan2
2016-07-07 Alexander Kyte[runtime] Free register info
2016-07-07 Bennjamin BlastModify the configuration loader so that (#2758)
2016-07-07 alenl2Fixed stack overflow issue in DuplexClientRuntimeChanne...
2016-07-07 lateralusXFix crash in mono mini exceptions.exe regression test...
2016-07-07 Marek SafarMerge pull request #3244 from henricm/fix-for-synchroni...
2016-07-07 Zoltan Varga[llvm] Enable atomic load/store support when using...
2016-07-07 Zoltan Varga[llvm] Use a custom memory managed for llvm master...
2016-07-07 Henric MüllerFix for lock release in SynchronizationAttribute
2016-07-07 Zoltan Varga[llvm] Fix some problems when using llvm Check the...
2016-07-06 Andi McClureMerge pull request #3239 from xmcclure/default-tarjan
2016-07-06 Alexander Kyte[runtime] Free patches array in aot compiler
2016-07-06 Alexander Kyte[runtime] Move mempools up, don't free methodheaders...
2016-07-06 Alexander Kyte[runtime] Don't leak method header (significant leak...
2016-07-06 Alexander Kyte[runtime] Defer destruction of MonoCompile until patche...
2016-07-06 Alexander Kyte[runtime] Always free method header in method_to_ir
2016-07-06 Alexander Kyte[runtime] Clean up method_to_callers table for llvm
2016-07-06 Alexander Kyte[runtime] Don't leak temporary jump info struct
2016-07-06 Alexander Kyte[runtime] Prevent leaking temporary
2016-07-06 Alexander Kyte[runtime] Free LLVM failure message
2016-07-06 Alexander Kyte[runtime] Fix minor leak
2016-07-06 Alexander Kyte[runtime] Don't leak LLVM IR Builders
2016-07-06 Marek SafarMerge pull request #3243 from mono/netstandard
2016-07-06 Alexander Köplinger[System] Bump timeout in TimerTest a bit
2016-07-06 Marek Safar[Facades] netstandard 1.6 updates
2016-07-06 Zoltan Varga[llvm] Fix JIT support with llvm master.
2016-07-06 Johan LorenssonMultiple fixes for Windows x86 p/invoke test failures...
2016-07-06 Johan LorenssonAdded support to build mono runtime as a static library...
2016-07-06 Zoltan Varga[llvm] Fix aot when using llvm master.
2016-07-06 Alexander KöplingerMerge pull request #3242 from alexanderkyte/fix_docs
2016-07-06 Alexander Kyte[runtime] Remove extraneous fi in docs build printing
2016-07-05 Alexander KöplingerMerge pull request #3091 from alexanderkyte/mobile_stat...
2016-07-05 Zoltan Varga[bcl] Fix a random failure in a DataView test which...
2016-07-05 Andi McClureSwitch Android GC bridge default from new-bridge to...
2016-07-05 Alexander Kyte[mobile_static] Skip aot-ing ilasm
2016-07-05 Alexander KöplingerMerge pull request #3236 from kumpera/coreclr-testsuite...
2016-07-05 Aleksey Kliger... [profiler] Actually link against libmono where necessar...
2016-07-05 Marcos HenrichMerge pull request #3226 from esdrubal/soap_headers_fix
2016-07-05 Marcos HenrichMerge pull request #3210 from esdrubal/connectasyncUHE
2016-07-04 Rodrigo KumperaMerge pull request #2958 from kumpera/visibility
2016-07-04 Rodrigo Kumpera[jit] Set vret_var when emiting a jmp call.
2016-07-04 Rodrigo Kumpera[coreclr-tests] Disable a test that fails verification.
2016-07-04 Rodrigo Kumpera[coreclr-tests] Disable another broken test.
2016-07-04 Rodrigo Kumpera[coreclr-tests] Disable another broken test.
2016-07-04 Marek Safar[mcs] More tweaks in betterness improvements. Fixes...
2016-07-04 João MatosMerge pull request #3234 from tritao/zip_non_seekable_s...
2016-07-04 Marek Safar[System.Numerics.Vectors] Update type forwarders
2016-07-04 Marek Safar[System.Numerics] Update .net 4.6 api
2016-07-03 Alexander Kyte[mobile_static] Use make parallelism to aot compile...
2016-07-03 Alexander Kyte[mobile_static] Use MonoPInvokeCallbackAttribute on...
2016-07-03 Alexander Kyte[mobile_static] Make Mono.CSharp excludes for tests...
2016-07-03 Alexander Kyte[mobile_static] Blacklist app domain creation test
2016-07-03 Alexander Kyte[mobile_static] Remove some duplicated excludes
2016-07-03 Alexander Kyte[mobile_static] Fix misformatted excludes, tests exclud...
2016-07-03 Alexander Kyte[mobile_static] Tracked down unpassable ServiceModel...
2016-07-03 Alexander Kyte[mobile_static] Add MOBILE_STATIC to preprocessor guard
2016-07-03 Alexander Kyte[mobile_static] Blacklisted unpassable tests for System
2016-07-03 Alexander Kyte[mobile_static] Fix System.Runtime.Serialization tests...
next