mono.git
2016-04-06 Marek Safar[Microsoft.Build.Tasks] Fix CodeTaskFactory to resolve...
2016-04-06 monojenkinsMerge pull request #2835 from lewurm/fix-make-dist
2016-04-06 Alex Rønne... [mprof-report] Don't print a thread with a zero thread...
2016-04-06 Alex Rønne... [profiler] Ensure that we zero out thread IDs for buffe...
2016-04-06 Alex Rønne... [mprof-report] Don't assume the first thread seen is...
2016-04-06 Alex Rønne... [mini] Set a native thread name for the main thread...
2016-04-06 Alex Rønne... [threadpool] Explicitly use the root domain to allocate...
2016-04-06 Alex Rønne... [runtime] Add thread names to all internal runtime...
2016-04-06 Alex Rønne... [gc] Allow changing the finalizer thread's name.
2016-04-06 Alex Rønne... [gc] Set name of the finalizer thread from within the...
2016-04-06 Alex Rønne... [threads] Export some functions so the entire runtime...
2016-04-06 Alex Rønne... [threads] Make mono_thread_info_set_name () work on...
2016-04-06 Alex Rønne... [threads] Don't report tools threads that do a full...
2016-04-06 Alex Rønne... [threads] Make sure we change the native thread name...
2016-04-06 Alex Rønne... [sgen] Make mono_gc_base_init () double-init resistant...
2016-04-06 Alex Rønne... [mini] Shut down the profiler after shutting down the...
2016-04-05 Rodrigo Kumpera[sgen] Mark togglerefs before processing ephemerons...
2016-04-05 Ankit JainAL: Use IKVM.Reflection to get custom attributes from...
2016-04-05 monojenkinsMerge pull request #2834 from xmcclure/inflated_method_...
2016-04-05 Bernhard Urban[sqlmetal] fixup for a73fb31f2 in order to fix `make...
2016-04-05 Bernhard Urban[msvc] add new module
2016-04-05 Alexander KöplingerMerge pull request #2832 from razzfazz/handle_eintr
2016-04-05 Andi McClureDocument mono_error_init convention in source
2016-04-05 Andi McClure[runtime] restore mono_error_init in mono_basic_block_split
2016-04-05 Marek Safar[Microsoft.Build.Utilities] Fixes tests resources build
2016-04-05 Marek Safar[sqlmetal] Remove wrong tests config
2016-04-05 Bernhard Urban[jit] introduce CFG dumping feature, that enables dumpi...
2016-04-05 Bernhard Urban[jit] add function to print instruction description...
2016-04-05 Marek Safar[mcs] Remove duplicate references
2016-04-05 Marek SafarBump referencesource
2016-04-05 Alexander KöplingerMerge pull request #2831 from razzfazz/fix_dllimport
2016-04-05 Marek Safar[System] Always pass -noconfig to codedom c# compiler
2016-04-05 Alexander Köplinger[build] Exclude generated .g.cs files from "make dist"
2016-04-05 Daniel Beckerclean up DllImport attributes
2016-04-04 Zoltan Varga[runtime] Allow the options in MONO_DEBUG to be passed...
2016-04-04 Zoltan Varga[llvm] Enable pinvoke call using the C calling conv...
2016-04-04 Zoltan Varga[corlib] Make some ExceptionDispatchInfo tests with...
2016-04-04 Rodrigo KumperaMerge pull request #2827 from xmcclure/profile-clean-0.1
2016-04-04 monojenkinsMerge pull request #2545 from ermshiperete/Xamarin...
2016-04-04 Marek Safar[build] Update nunit-console path for xbuild profiles
2016-04-04 Marek Safar[Microsoft.Build.Engine] Update test files
2016-04-04 Marek Safar[mcs] Make more errors build explicit
2016-04-04 Marek Safar[System.Runtime.Serialization.dll] Update referencesour...
2016-04-04 Marek Safar[tools] Update missing reference
2016-04-04 Alexander KöplingerFix make dist
2016-04-04 Alexander Köplinger[test-runner] Ignore exceptions during process kill
2016-04-04 Marek Safar[build] Update mcs path in mini tests
2016-04-04 Marek Safar[Facades] Update list of full assemblies
2016-04-04 Marek Safar[mcs] Basic boostrap references are always default...
2016-04-04 Marek Safar[Microsoft.Build.Engine] Simplify bd70a55ec7aaeb40b2b00...
2016-04-04 Marek Safar[Microsoft.Build.Engine] clean/copy mdb files as well
2016-04-04 Marek Safar[build] Change the way how mcs references are passed...
2016-04-04 Marek Safar[System.Runtime.Serialization.Formatters.Soap] Make...
2016-04-04 Marek Safar[Mono.C5] Make test output deterministic
2016-04-04 Ludovic HenryMerge pull request #2713 from gregoryyoung/master
2016-04-03 Zoltan Varga[amd64] Add a separate ArgStorage entry for gsharedvt...
2016-04-03 Alexander Köplinger[acceptance-tests] Fix test-runner.exe compilation...
2016-04-02 monojenkinsMerge pull request #2720 from mono/fix-39325
2016-04-02 Zoltan Varga[runtime] Move the test for shutting down the stat...
2016-04-02 Zoltan Varga[arm64] Fix the generation of static rgctx trampolines...
2016-04-02 Zoltan Varga[arm64] Implement handler block guard trampolines.
2016-04-02 Zoltan Varga[runtime] Fix a crash when shutting down the sampling...
2016-04-02 Zoltan Varga[tests] Increase the timeout in the test runner so...
2016-04-02 Alexander Köplinger[metadata] Remove invalid Win32 entry in object-offsets.h
2016-04-02 Alexander Köplinger[mini] Remove duplicate stubs from tramp-amd64/x86...
2016-04-02 Alexander Köplinger[msvc] Add missing files to MSVC project files
2016-04-01 Alex Rønne... [mini] Fix build on systems without clock_nanosleep ().
2016-04-01 Rodrigo Kumpera[jit] Handle verification failing with InvalidProgramE...
2016-04-01 Zoltan Varga[runtime] Make a copy of the types passed to mono_mb_ad...
2016-04-01 Zoltan Varga[arm64] Fix clearing of stack traces when an exception...
2016-04-01 Andi McClureContinued profiler loading cleanup (PR#2816 follow up)
2016-04-01 Rodrigo KumperaMerge pull request #2825 from kumpera/loader_error_removal
2016-04-01 Alexander KöplingerMerge pull request #2826 from mattleibow/mono.options...
2016-04-01 Alexander Köplinger[System.Web.Extensions] Add test for last fix
2016-04-01 Jussi Sainio[System.Web.Extensions] Use CultureInfo.InvariantCultur...
2016-04-01 monojenkinsMerge pull request #2805 from alexrp/profiler-sampling...
2016-04-01 Zoltan Varga[arm64] Implement interruption checking in the trampoli...
2016-04-01 Matthew Leibowitz[Mono.Options] Added support for Enums in the PCL version
2016-04-01 Alex Rønne... [profiler] Use a background thread to send out sampling...
2016-04-01 Alexander Köplinger[Mono.Security] Remove leftover .sources files
2016-04-01 Rodrigo Kumpera[runtime] Remove mono_loader_clear_error, mono_loader_a...
2016-04-01 Rodrigo Kumpera[runtime] Remove mono_loader_get_last_error, nothing...
2016-04-01 Aleksey Kliger[runtime] Set pending exception in icalls instead of...
2016-03-31 Rodrigo Kumpera[runtime] Remove mono_loader_error_prepare_exception...
2016-03-31 Rodrigo Kumpera[runtime] Remove all functions that set the loader...
2016-03-31 Rodrigo Kumpera[mono-error] Remove mono_loader_set_error_from_mono_err...
2016-03-31 Rodrigo Kumpera[mono-error] Since nothing sets the loader error anymor...
2016-03-31 Zoltan VargaFix warnings/remove dead code.
2016-03-31 Zoltan VargaFix a warning.
2016-03-31 Zoltan Varga[runtime] Fix the arm linux build by using the fallback...
2016-03-31 Zoltan Varga[runtime] Fix some warnings/remove dead code.
2016-03-31 Alexander Köplinger[corlib] Ensure newline in .sources file
2016-03-31 Alexander Köplinger[corlib] Fix monotouch_tv_runtime and monotouch_watch_r...
2016-03-31 Martin BauligUpdate X509CertificateImplApple to reflect latest X509C...
2016-03-31 Aleksey Kliger[reflection] Fix leak in mono_reflection_get_custom_att...
2016-03-31 Aleksey Kliger[security-core-clr] Fixup function signature to match...
2016-03-31 monojenkinsMerge pull request #2816 from xmcclure/profile-clean-0
2016-03-31 monojenkinsMerge pull request #2810 from kumpera/fix_hazard_free
2016-03-31 Zoltan VargaFix warnings.
2016-03-31 Zoltan Varga[gsharedvt] Change the --enable-gsharedvt configure...
next