mono.git
2016-07-26 Alexander KöplingerMerge pull request #3262 from lindenlab/add_continuatio...
2016-07-26 Alexander Kyte[runtime] Accomplish BITCODE build symbol sharing with...
2016-07-26 Dolphin HawkinsAdded Mono.Tasklets test
2016-07-25 Alexander Köplinger[ci] Don't cd in run-test-acceptance-tests.sh
2016-07-25 Alexander Köplinger[ci] Fix typo in run-jenkins.sh
2016-07-25 Alexander KyteMerge pull request #3324 from alexanderkyte/threads_unh...
2016-07-25 Alexander Köplinger[acceptance-tests] Remove folders from Roslyn script...
2016-07-25 Alexander Köplinger[ci] Move acceptance-tests script from Jenkins into...
2016-07-25 Alexander KöplingerBump Mono version to 4.7.0
2016-07-25 Alexander Kyte[runtime] Call unhandled exception handler explicitly...
2016-07-25 Alexander KyteMerge pull request #3325 from alexanderkyte/fix_bitcode...
2016-07-25 Alexander Köplinger[bcl] Implement System.Text.Encoding.CodePages.Codepage...
2016-07-25 Alexander KöplingerFix Windows build broken in 2c061c18852
2016-07-24 Zoltan Varga[runtime] Implement the GC domain finalization event...
2016-07-24 Alexander Kyte[mobile_static] Pass correct MONO_LLVMONLY for bitcode
2016-07-22 Zoltan Varga[runtime] Abort instead of stopping background threads...
2016-07-22 Martin Baulig[System]: Fix SystemCertificateValidator.EvaluateSystem...
2016-07-22 Alexander KöplingerMerge pull request #3318 from akoeplinger/cleaner-mini...
2016-07-21 Alexander KöplingerMerge pull request #3319 from akoeplinger/fix-mono...
2016-07-21 João MatosMerge pull request #3322 from grendello/offsets-tool-xa
2016-07-21 Vlad Brezae[sgen] Fix build
2016-07-21 Marek HabersackModify the offsets dumper to work with Xamarin.Android
2016-07-21 Rodrigo KumperaMerge pull request #3289 from BrzVlad/fix-critical...
2016-07-21 Rodrigo KumperaMerge pull request #3321 from BrzVlad/fix-block-state...
2016-07-21 Rodrigo KumperaMerge pull request #3290 from BrzVlad/fix-finalizer...
2016-07-21 Alexander Köplinger[mini] Explicitly turn nunit output on or off based...
2016-07-21 Vlad Brezae[sgen] Add missing memory barrier
2016-07-21 Zoltan Varga[runtime] Decrease the verbosity of the runtime test...
2016-07-21 Alexander Köplinger[Mono.CSharp] Fix test .sources to include ASTVisitorTe...
2016-07-21 Zoltan Varga[ji] Run the mini tests without the emitnunit.pl script...
2016-07-21 Alexander Köplinger[versions.mk] Make path to SUBMODULES.json based on...
2016-07-21 Alexander Kyte[runtime] Make AOT'ed TestDriver.dll dependency for...
2016-07-21 Rodrigo Kumpera[mini] Fail methods that try to throw scalars. Fix...
2016-07-21 Alexander Kyte[mobile_static] Use clang++ for the linker (#3308)
2016-07-21 Marcos HenrichMerge pull request #3305 from esdrubal/response_stream_...
2016-07-21 Rodrigo KumperaMerge pull request #3306 from kumpera/fix_wait
2016-07-20 Alexander Kyte[runtime] Only add Mono.Dynamic.Interpreter to mobile_s...
2016-07-20 Alexander KyteMerge pull request #3307 from alexanderkyte/aot_path
2016-07-20 Alexander Kyte[mobile_static] Fix temp path for mcs/class AOT
2016-07-20 Rodrigo Kumpera[wapi] Fix timed wait code to not overflow. Fixes ...
2016-07-20 Marcos Henrich[System] Fix RequestCanceled ex on ResponseStream.Close
2016-07-20 Zoltan Varga[amd64] Rewrite the handler block trampoline to use...
2016-07-20 Zoltan Varga[tests] Disable some more tests in the mobile_static...
2016-07-20 Zoltan Varga[runtime] Add a missing mono_error_init () in a DISABLE...
2016-07-20 Zoltan Varga[amd64] Fix stack alignment in the handler block trampo...
2016-07-20 Vlad Brezae[tests] Remove double inclusion of source file
2016-07-20 Vlad Brezae[tests] Fix flakiness on some tests that assume object...
2016-07-20 Rodrigo KumperaMerge pull request #3304 from kumpera/unlimited-abort
2016-07-20 Marek SafarRevert "[Facades] Add System.Runtime.InteropServices...
2016-07-20 Marek Safar[Facades] Add System.Runtime.InteropServices.PInvoke
2016-07-20 Rodrigo Kumpera[mono-threads] Change suspend abort timeout to infinite...
2016-07-20 Rodrigo Kumpera[utils] Introduce MONO_INFINITE_WAIT instead of checkin...
2016-07-20 Alexander KöplingerMerge pull request #3300 from esdrubal/mono-sym-fixes
2016-07-19 Zoltan Varga[tests] Disable tests which are expected to fail in...
2016-07-19 Alexander KöplingerRevert "[test] Mono.Debugger.Soft test for async I...
2016-07-19 Zoltan Varga[jit] Add full aot support for handler block trampoline...
2016-07-19 Zoltan Varga[jit] Avoid aborting if mono_ldtoken_checked () fails...
2016-07-19 Zoltan Varga[aot] Fix full-aot support for delegate virtual invokes.
2016-07-19 Vlad Brezae[sgen] Fix critical/normal finalization order at domain...
2016-07-19 Zoltan Varga[runtime] Reset the thread_info TLS key if thread regis...
2016-07-19 Alexander Kyte[runtime] Fix leak in generic sharing
2016-07-19 Alexander Kyte[sgen/mono] Don't leak stack info struct
2016-07-19 Marcos Henrich[mono-symbolicate] Fixes symbolicate.expected
2016-07-19 Aleksey Kliger... Merge pull request #3294 from lambdageek/dev/fix-42625
2016-07-19 Marcos HenrichMerge pull request #3283 from esdrubal/mono-sym-docs
2016-07-19 Marcos HenrichMerge pull request #3293 from esdrubal/mono-sym-fixes
2016-07-19 Zoltan Varga[tests] Make some tests work with full-aot.
2016-07-19 Marcos HenrichUpdated mono-symbolicate man.
2016-07-19 Marcos HenrichUpdated mono-symbolicate README
2016-07-19 Marcos Henrich[mono-symbolicate] Fixes Directory Exists/Delete race...
2016-07-19 Marcos Henrich[mono-symbolicate] Add mscorlib stacktrace to tests
2016-07-19 Marcos Henrich[mono-symbolicate] Fixed options/command logic.
2016-07-19 Johan LorenssonMerge pull request #3297 from lateralusX/jlorenss/win...
2016-07-19 lateralusXFixing 4 failing pinvoke tests in runtime test suite...
2016-07-19 Aleksey Kliger[test] Mono.Debugger.Soft test for async I/O tasks
2016-07-18 Alexander KyteMerge pull request #3092 from alexanderkyte/mobile_stat...
2016-07-18 Alexander KöplingerMerge pull request #3295 from mhutch/fix-pcl-build
2016-07-18 Zoltan Varga[llvm] Add mono_llvm_set_call_notail () helper function...
2016-07-18 Zoltan Varga[llvm] Mark as the OBJC_METHOD_VAR_NAME/OBJC_SELECTOR_R...
2016-07-18 Zoltan Varga[llvm] Disable tail calls when using llvm 3.9.
2016-07-18 Alexander KöplingerFix tarball package build broken by 8f130a6e17c3729f32c...
2016-07-18 Mikayla Hutchinson[xbuild] Fix %Identity issues
2016-07-18 Mikayla Hutchinson[xbuild] Update PCL targets
2016-07-18 Mikayla Hutchinson[xbuild] Framework path should have trailing slash
2016-07-18 Vlad BrezaeMerge pull request #3280 from BrzVlad/fix-stw-stack...
2016-07-18 Zoltan Varga[llvm] Add a workaround for 3.9 based llvm versions...
2016-07-18 Zoltan Varga[jit] Save/restore cfg->ip during inlining, so instruct...
2016-07-18 Alexander KyteMerge pull request #3132 from alexanderkyte/libmono_saf...
2016-07-18 Alexander Kyte[runtime] Don't build mobile_static on default preset...
2016-07-18 Alexander Kyte[runtime] Disable tests for AOT that require on unsuppo...
2016-07-18 Alexander Kyte[runtime] Hardcode preset feature disables
2016-07-18 Alexander Kyte[mobile_static] Move PLATFORM_AOT_SUFFIX into configure.ac
2016-07-18 Alexander Kyte[mobile_static] AOT libs not aoted by the test runner
2016-07-18 Alexander Kyte[mobile_static] Skip all appdomain-related tests
2016-07-18 Alexander Kyte[mobile_static] AOT assemblyresolve for tests
2016-07-18 Alexander Kyte[mobile_static] Build mono/tests bitcode files in subdi...
2016-07-18 Alexander Kyte[mobile_static] Skip appdomain tests on mobile_static
2016-07-18 Alexander Kyte[mobile_static] Make test runner aot each assembly...
2016-07-18 Alexander Kyte[mobile_static] Skip mcs compiler tests for mobile_static
2016-07-18 Alexander Kyte[mobile_static] Skip verifying ilasm.exe on mobile_static
next