mono.git
2017-09-28 Rodrigo Kumpera[wasm] Implement GC support. Embedder must provide...
2017-09-26 Rodrigo Kumpera[mini] Add my test suite to the list of magic type...
2017-09-26 Rodrigo Kumpera[mini] Adjust some test suites to work under mobile.
2017-09-26 Rodrigo Kumpera[wasm] Disable test due to emcc bug.
2017-09-26 Rodrigo Kumpera[wasm] Fix test_0_conv_i under interp.
2017-09-25 Rodrigo Kumpera[mini] Fix bug categories.
2017-09-25 Rodrigo Kumpera[wasm] Add ff signature
2017-09-25 Rodrigo Kumpera[interp] Don't inline empty calls that take vt arguments.
2017-09-12 Rodrigo Kumpera[wasm] Disable tests that crashes the runtime for now
2017-09-12 Rodrigo Kumpera[wasm] Don't try mini_get_delegate_arg if the interpret...
2017-09-12 Rodrigo Kumpera[wasm] Add one more wasm_invoke entry.
2017-09-12 Rodrigo Kumpera[interp] Add some error handling to the interpreter
2017-09-12 Rodrigo Kumpera[wasm] Don't use capture_context fast path that require...
2017-09-12 Rodrigo Kumpera[mini] Add MONO_ prefix to RETURN_ADDRESS macro.
2017-09-12 Katelyn GaddFix bug 57918:
2017-09-12 cheruskerMark operations on `shutting_down` as known and accepte...
2017-09-12 Aleksey Kliger[coop handles] Record backtrace when allocating handles...
2017-09-12 Aleksey Kliger[appdomain] Catch exceptions when invoking AppDomain...
2017-09-12 Aleksey Kliger[test] Regression test for #58950
2017-09-11 Jonathan ChambersImplement stack overflow handling on Win64. Call _reset...
2017-09-11 Armin Hasitzka[TSan] Interlock and unlock MonoJitStats (#5437)
2017-09-11 Alexander Köplinger[System.Xaml] Fix deadlock on exception in XamlBackgrou...
2017-09-11 Niklas TherningMerge pull request #5504 from ntherning/wait-for-native...
2017-09-11 Bernhard UrbanUpdate CONTRIBUTING.md (#5542)
2017-09-08 Jason Imison[F#] Reinstate _DebugFileExt as it's needed for mobile...
2017-09-08 Rodrigo KumperaMerge pull request #5428 from kumpera/wasm-support-p2
2017-09-08 Ludovic Henry[threads] Fix "[threads] Fix leaking threads: SGen...
2017-09-08 Jason ImisonF# portable debugging (#5531)
2017-09-08 Manuel de la... [Tests] Fix Mono.Data.Tds tests on iOS (#5501)
2017-09-08 Armin Hasitzka[TSan] Tackle MonoPerfCounters (#5413)
2017-09-08 Miguel de IcazaUpdate man page
2017-09-08 Miguel de IcazaShorter
2017-09-08 Miguel de IcazaToggle the turbo button
2017-09-07 Miguel de IcazaRemove lingering bits from removed prj2make tool (...
2017-09-07 Marek SafarBump Roslyn
2017-09-07 monojenkins[msvc] Update csproj files (#5524)
2017-09-07 Armin HasitzkaUse `Unlocked* ()` to mark racy counters (#5500)
2017-09-07 Armin Hasitzka[threads] Fix leaking threads: SGen Worker and Finalize...
2017-09-07 Armin Hasitzka[TSan] Reorganise / clean up counters logic in mini...
2017-09-07 Marek SafarUpdates for CODEOWNERS
2017-09-07 Alexander KöplingerUpdate reference-assemblies (#5519)
2017-09-07 Marek SafarBump roslyn to 2.3.2
2017-09-06 Alex Rønne... Merge pull request #5512 from rodrmoya/fix-mono-profile...
2017-09-06 Rodrigo Moya[Mono.Profiler.Log] Initialize LogEvent's properties
2017-09-06 Alexander Köplinger[WinForms/Drawing] Remove some leftover test scripts...
2017-09-06 Martin Baulig[Mono.Security]: Remove some unused `Mono.Security...
2017-09-06 Bernhard Urban[amd64] fix tailcall insn size (#5483)
2017-09-06 Armin HasitzkaInterlock `inflated_signatures_size`, `memberref_sig_ca...
2017-09-06 Zoltan Varga[bcl] Use RuntimeHelpers.GetHashCode () for getting...
2017-09-06 Zoltan Varga[sdb] Don't set tls->context when interrupting a thread...
2017-09-06 Neale FergusonAdd z14 support and extend z13 support
2017-09-05 Rodrigo Kumpera[utils] Fix inet_pton fallback.
2017-09-05 Niklas TherningWait for the native thread to die in Thread.Join()...
2017-09-04 Vladimir Kargov[ci] Add the coverage collection script.
2017-09-04 Marek SafarMore codeowners update
2017-09-04 cheruskerUse `Unlocked* ()` for operations on `joinable_thread_c...
2017-09-04 cheruskerFix racy counter and unify the styles
2017-09-01 HinTakClarifying the usage of the --library option
2017-09-01 Alexander Köplinger[ci] Retry flaky tests only on PRs (#5492)
2017-09-01 Rodrigo Kumpera[wasm][sgen] Introduce DEFAULT_SWEEP_MODE, move DEFAULT...
2017-09-01 Rodrigo Kumpera[wasm] Wasm actually has inet_pton but configure doesn...
2017-09-01 Rodrigo Kumpera[wasm] Make sure we don't use the posix dl backend...
2017-09-01 Rodrigo Kumpera[wasm] Disable posix threading backend and fix wasm's.
2017-09-01 Rodrigo Kumpera[wasm] Move RETURN_ADDRESS macros to mini.h, use them...
2017-09-01 Rodrigo Kumpera[runtime] Replace a mono_class_vtable with mono_class_v...
2017-09-01 Rodrigo Kumpera[wasm] Fix eglib issues with WASM.
2017-09-01 Rodrigo KumperaMerge pull request #5486 from kumpera/fix_array_dispatc...
2017-09-01 Ludovic Henry[mini] Remove never defined MONO_ARCH_STACK_GROWS_UP...
2017-09-01 Rodrigo Kumpera[mini] Handle magic interfaces in common_trampoline...
2017-09-01 Armin HasitzkaImprove `class.c` for TSan instrumentation: (#5485)
2017-09-01 Zoltan Varga[bockbuild] Blacklist more llvm libraries/binaries...
2017-09-01 Alexander Köplinger[ci] Reenable xunit tests on Windows (#5487)
2017-09-01 Egor BogatovMerge pull request #5444 from hifi/fix-tds-inputoutput
2017-09-01 HinTakmkbundle: add console confirmations of actions (#5457)
2017-09-01 HinTakFixing another confusing typo
2017-09-01 EgorBoupdate comment
2017-09-01 EgorBoxunit on windows doesn't like ln to xunit.execution...
2017-08-31 Aleksey Kliger[w32file] Add 'kbfuse' filesystem type to known drive...
2017-08-31 Ludovic Henry[socket] Reduce handle manipulations in native (#5378)
2017-08-31 Marek SafarMerge pull request #5479 from marek-safar/cecil-bump
2017-08-31 monojenkinsBump API snapshot submodule
2017-08-31 Alexander KöplingerAdd retrying of failed tests by default to reduce flaky...
2017-08-31 Aleksey Kliger[cominterop] Get function ptr from interface before...
2017-08-31 Aleksey Kliger[marshal] Don't use a wrapper for mono_marshal_set_last...
2017-08-31 Zoltan Varga[llvm] Add support for building with more recent versio...
2017-08-31 Marek SafarBump cecil and linker
2017-08-31 Zoltan Varga[sdb] Fix support for async debugging in optimized...
2017-08-31 Alexander Köplinger[bcl] Fix a few hardcoded socket ports in tests (#5471)
2017-08-30 Rodrigo Kumpera[wasm] Hack around AC_CHECK_SIZEOF bug and don't hardco...
2017-08-30 Alexander KöplingerRevert "Merge pull request #5330 from alexanderkyte...
2017-08-30 Alexander KyteMerge pull request #5330 from alexanderkyte/dedup_mkbundle
2017-08-30 Martin Baulig[Mono.Security]: Add 'MonoTlsProvider.SupportsCleanShut...
2017-08-30 Alexander Kyte[runtime] Document mkbundle AOT options in man pages
2017-08-30 Alexander Kyte[runtime] Fix tracking of dedup module in mkbundle
2017-08-30 Alexander Kyte[runtime] Add mkbundle support for dedup
2017-08-30 Alexander Kyte[runtime] Clean up temp mkbundle aot directory
2017-08-30 Alexander Kyte[runtime] Fix mkbundle internationalization test result...
2017-08-30 Alexander Kyte[runtime] Provide config to mkbundle
2017-08-30 Alexander Kyte[runtime] Don't re-aot when running BCL tests
2017-08-30 Alexander Kyte[runtime] Skip not supported tests with mkbundle
next