Merge pull request #1222 from LogosBible/uri-trycreate
[mono.git] / mono /
2015-04-20 Marcos HenrichMerge pull request #1222 from LogosBible/uri-trycreate
2015-04-19 Zoltan Varga[llvm] Refactor the intrinsics registration code a...
2015-04-19 Zoltan Varga[runtime] Fix a regression in the socket code introduce...
2015-04-18 Zoltan Varga[runtime] Add a checked version of mono_class_from_name ().
2015-04-18 Zoltan VargaFix a warning.
2015-04-18 Zoltan VargaRevert "[runtime] Add a _checked version for mono_class...
2015-04-18 Zoltan Varga[runtime] Remove unused mono_metadata_parse_signature_f...
2015-04-18 Zoltan Varga[runtime] Add a _checked version for mono_class_from_na...
2015-04-17 Rodrigo Kumpera[jit] Fix the build.
2015-04-17 Zoltan Varga[jit] Allow the storage of trampolines in the jit info...
2015-04-17 Zoltan Varga[runtime] Enable the managed test runner for the gshare...
2015-04-17 Rodrigo Kumpera[threading] [jit] Fix non coop osx build.
2015-04-17 Rodrigo Kumpera[coop] Add missing coop checks for WFSO and WFMO.
2015-04-17 Rodrigo KumperaRevert "[threading] Move the safe pointing of WFSO...
2015-04-17 Rodrigo Kumpera[coop] get_addrinfo_family_hint could call into managed...
2015-04-17 Rodrigo Kumpera[jit] Rework the managed code suspend polling and add...
2015-04-17 Rodrigo Kumpera[jit] Fix the loop recognition pass to handle single...
2015-04-17 Rodrigo Kumpera[threading] Add a global variable that is set while...
2015-04-17 Zoltan Varga[runtime] Fix the creation of multi-dimensional arrays...
2015-04-17 Ludovic Henry[threadpool-ms] Change boolean return type from gboolea...
2015-04-17 Ludovic Henry[threadpool-ms] Fix sgen runtime test crash
2015-04-17 João Matos[runtime] Revert this change as it strips the volatilen...
2015-04-17 Marek Safar[corlib] Versioning from reference sources
2015-04-17 Ludovic Henry[runtime] Fix call to task_for_pid in proclib utils
2015-04-17 João MatosMerge pull request #1717 from jaredpar/vb-build-props
2015-04-17 João MatosMerge pull request #1716 from esdrubal/jsdeserialize
2015-04-16 Neale FergusonAdd support for mono_arch_create_monitor_[enter|exit...
2015-04-16 Zoltan Varga[runtime] Fix support for delegates with a byref first...
2015-04-16 João Matos[runtime] While we're here update the code to match...
2015-04-16 João Matos[runtime] Fixed extra address-of in lock free code.
2015-04-16 Rodrigo KumperaMerge pull request #1715 from tritao/cpp_fixes
2015-04-16 João Matos[runtime] C++ compliance fixes.
2015-04-15 Mark Probst[sgen] Fix a concurrent mark bug.
2015-04-15 João MatosMerge pull request #1714 from madewokherd/condwait
2015-04-15 Vincent PovirkRelease the mutex in mono_cond_[timed]wait on Windows.
2015-04-15 Marek Safar[corlib] Runtime attributes from reference sources
2015-04-15 Marek Safar[corlib] Return custom attributes in order they were...
2015-04-15 Marek SafarMerge pull request #1693 from Garciat/fix-assembly...
2015-04-15 Miguel de IcazaMerge pull request #1713 from joelmartinez/docs-monodoc...
2015-04-15 Atsushi EnoMerge pull request #1709 from atsushieno/import-codedom...
2015-04-14 Mark Probst[sgen] Free mod-union tables for LOS objects.
2015-04-14 Mark Probst[sgen] Use mod-union to add remsets from concurrent...
2015-04-14 Mark Probst[sgen] Separate concurrent M&S object operations into...
2015-04-14 Mark Probst[sgen] Use enum instead of two bools in `major_copy_or_...
2015-04-14 Mark Probst[sgen] Get rid of redundant argument to `major_copy_or_...
2015-04-14 Mark Probst[sgen] Get rid of global `current_object_ops`.
2015-04-14 Mark Probst[sgen] Make scan context have a pointer to object opera...
2015-04-14 Mark Probst[sgen] Replace `sgen_get_current_object_ops()` by passi...
2015-04-14 Zoltan Varga[jit] Fix an unpatched jump in the monitor exit trampol...
2015-04-14 Zoltan Varga[jit] No need to check for info!=NULL in the trampoline...
2015-04-14 Mark Probst[sgen] Fix a race condition in the new worker/threadpoo...
2015-04-14 Rodrigo Kumpera[threading] Move the safe pointing of WFSO and WFMO...
2015-04-14 Rodrigo Kumpera[threading] Handle more non-trivial locks.
2015-04-14 Rodrigo Kumpera[threading] Wrap the threads lock with cooperative...
2015-04-14 Ludovic Henry[threadpool] Make GC skip worker and monitor threads...
2015-04-14 João MatosMerge pull request #1711 from jldgit/jldgit-gdb-script
2015-04-14 Rodrigo KumperaMerge pull request #1710 from alexanderkyte/always_use_imt
2015-04-14 Alexander Kyte[runtime] Further removed code that doubted IMT
2015-04-14 Zoltan Varga[jit] Print out IL clause offsets in verbose mode.
2015-04-14 Zoltan Varga[jit] Fix the support for filter clauses by avoiding...
2015-04-14 Zoltan Varga[runtime] Fix freeing invalid memory in CreateProcess...
2015-04-14 Zoltan Varga[jit] Fix the detection of the Selector.GetHandle intri...
2015-04-14 Zoltan Varga[aot] Avoid saving MonoJitExceptionInfo->exvar_offset...
2015-04-14 Zoltan Varga[jit] Remove some dead code from get_shared_class ().
2015-04-14 Zoltan Varga[jit] Get rid of the MONO_ARCH_HAVE_OP_GET_EX_OBJ defin...
2015-04-14 Zoltan Varga[jit] Enable passing the exception object in a register...
2015-04-14 Zoltan VargaFix a warning.
2015-04-14 Zoltan Varga[jit] Enable passing the exception object in a register...
2015-04-14 Zoltan Varga[jit] Implement support for passing in the exception...
2015-04-13 Mark Probst[runtime] Spurious wake-ups are not a FIXME.
2015-04-13 Rodrigo Kumpera[threading] Let the GC skip monitor thread while it...
2015-04-13 Rodrigo Kumpera[threading] The common trampoline must reset the blocki...
2015-04-13 Rodrigo Kumpera[threading] Make all locks use the new try blocking...
2015-04-13 Rodrigo Kumpera[threading] Introduce the notion of try block to be...
2015-04-13 Mark Probst[sgen] Fix a bug when waiting on a condition.
2015-04-13 Zoltan Varga[jit] Enable support for partial sharing for generic...
2015-04-13 Zoltan Varga[jit] Change MonoGenericParam.gshared_constraint to...
2015-04-13 Zoltan VargaFix the build.
2015-04-13 Zoltan Varga[runtime] Add a utility target to patch libtool to...
2015-04-13 Zoltan VargaMerge pull request #1708 from alexanderkyte/always_use_imt
2015-04-13 Alexander Kyte[runtime] As mono_use_imt is always true, remove dead...
2015-04-13 João MatosMerge pull request #1704 from Therzok/master
2015-04-13 Marek SafarMerge pull request #1685 from esdrubal/touint64
2015-04-13 Zoltan VargaRevert "[jit] Avoid generating remoting invoke wrappers...
2015-04-13 Zoltan Varga[jit] Implement support for constrained calls in partia...
2015-04-12 Zoltan VargaMerge pull request #1703 from Garciat/ignore-systemdata-gen
2015-04-12 Zoltan Varga[aot] Save/restore the names of the gshared generic...
2015-04-12 Zoltan Varga[jit] Avoid generating remoting invoke wrappers for...
2015-04-12 Zoltan VargaFix a warning.
2015-04-11 Zoltan VargaMerge pull request #1705 from akoeplinger/fix-win-build
2015-04-11 Zoltan Varga[jit] Add support for computing the size of the branch...
2015-04-11 Zoltan Varga[arm64] Increase the amount of memory used to bind...
2015-04-10 Mark Probst[sgen] Fix a concurrent sweep bug.
2015-04-10 Zoltan Varga[aot] Avoid duplicate plt symbols for plt entries for...
2015-04-10 Mark Probst[sgen] Fix `describe_ptr()` and make it print namespace...
2015-04-09 Mark ProbstMerge branch 'feature-concurrent-sweep'
2015-04-09 Rodrigo KumperaMerge pull request #1698 from ludovic-henry/socket...
2015-04-09 Ludovic Henry[threadpool-io] Fix android build
2015-04-09 Zoltan Varga[jit] Use the same dwarf<->hw register mapping on x86...
2015-04-09 Zoltan Varga[sdb] Make a log message less verbose.
next