mono.git
2015-02-19 Zoltan Varga[llvm] Refactor the calling convention handling code...
2015-02-19 Ludovic Henry[tpl] Increase wait timing in test suite to adapt to...
2015-02-19 Zoltan Varga[aot] Enable LLVM level inlining.
2015-02-19 Marek Safar[system.web] Tests update
2015-02-19 Marek Safar[WindowsBase] Implement Vector formattable ToString
2015-02-19 Marek Safar[corlib] BufferedStream from reference sources
2015-02-19 Zoltan Varga[llvm] Mark methods with clauses as noinline.
2015-02-19 Zoltan Varga[jit] Fix the overflow checks in the liveness2 pass...
2015-02-19 Zoltan Varga[aot] Fix catching exceptions in gshared methods on...
2015-02-19 Zoltan Varga[llvm] Mark the mono_aot_personality () function as...
2015-02-19 Zoltan Varga[runtime] Export a few functions needed by xam.mac.
2015-02-19 Jo ShieldsAdd ReferenceSources/mscorlib.txt to EXTRA_DIST (fixes...
2015-02-19 Marek Safar[corlib] Text streams from reference sources
2015-02-19 Marek Safar[corlib] Use public TextWriter.Synchronized for Console...
2015-02-19 Marek Safar[corlib] Stream, MemoryStream from reference sources
2015-02-19 Marek Safar[corlib] Access null stream using public property
2015-02-19 Marek Safar[corlib] Rename IsDirectorySeparator method to match...
2015-02-19 Alex Rønne... Stop building with `-Wdeclaration-after-statement`...
2015-02-19 Zoltan Varga[aot] Fix an assertion.
2015-02-19 Zoltan Varga[llvm] Emit null checks for remainders as well.
2015-02-19 Zoltan Varga[llvm] Emit null checks in div opcodes if needed.
2015-02-19 Zoltan Varga[aot] Fix binary search in the code offsets table when...
2015-02-18 Zoltan Varga[aot] Fix the computation of LLVM code ranges.
2015-02-18 Jo ShieldsEnsure check-seq-point target exits immediately on...
2015-02-18 Zoltan Varga[jit] Disable llvm support for the atomic load/store...
2015-02-18 Zoltan Varga[aot] Handle separate blocks of llvm and jitted code...
2015-02-18 Mark Probst[sgen] Correctly calculate size of zero-based one-dimen...
2015-02-18 Marek Safar[mcs] Make compiler output deterministic. Fixes #26842
2015-02-18 Zoltan VargaMerge pull request #1576 from McSherry/patch-1
2015-02-18 Zoltan Varga[runtime] Really fix the loadable LLVM build.
2015-02-18 Liam McSherryrevises GZipStream ctor parameter names
2015-02-18 Jo ShieldsJust avoid BSD sed altogether.
2015-02-18 Jo ShieldsMore fixes for BSD sed breaking check-seq-point target
2015-02-18 Jo ShieldsFurther fixes to check-seq-point test
2015-02-18 Jo ShieldsFix test suite on OSX
2015-02-18 Zoltan Varga[runtime] Fix the loadable LLVM build.
2015-02-18 Marek SafarBump ikdasm to fix crashes on mobile mscorlib
2015-02-18 João MatosMerge pull request #1575 from mono/revert-1574-patch-1
2015-02-18 João MatosRevert "revises GZipStream ctor parameter names"
2015-02-18 João MatosMerge pull request #1574 from McSherry/patch-1
2015-02-18 Liam McSherryrevises GZipStream ctor parameter names
2015-02-18 João Matos[profiler] Fixed an Android build regression introduced...
2015-02-18 Zoltan Varga[runtime] Use -fvisibility=hidden so only symbols marke...
2015-02-18 Zoltan VargaRevert "[runtime] Use -fvisibility=hidden so only symbo...
2015-02-18 João Matos[monodis] Fixed building against LLVM-compiled Mono.
2015-02-18 João MatosMerge pull request #1572 from directhex/emit-nunit...
2015-02-18 Jo ShieldsEmit NUnit representation of check-seq-points target.
2015-02-18 Marek Safar[corlib] Removes extra bufffer from FileStream async...
2015-02-18 Martin BauligMerge pull request #1464 from akoeplinger/fix-portable...
2015-02-18 Miguel de IcazaMerge pull request #1563 from directhex/emit-nunit...
2015-02-18 Zoltan Varga[runtime] Use -fvisibility=hidden so only symbols marke...
2015-02-18 Zoltan Varga[runtime] Link the logging profiler against eglib.
2015-02-18 Zoltan Varga[runtime] Export mono_threads_attach_tools_thread ().
2015-02-17 Marek Safar[build] Remove misused bootstrap profile definition
2015-02-17 Marek Safar[corlib] Remove duplicate source files
2015-02-17 Marek Safar[corlib] Replace resource keys with actual messages...
2015-02-17 Rodrigo KumperaMerge pull request #1570 from mono/fix27010
2015-02-17 Alex Rønne... Merge pull request #1571 from evincarofautumn/fix-warning
2015-02-17 Jon Purdy[utils] Fix warning in Makefile.am.
2015-02-17 João Matos[mini] Improve the driver to handle more cases of incom...
2015-02-17 João Matos[metadata] Do not try to use host context members when...
2015-02-17 João Matos[metadata] Add missing ARM64 object offsets.
2015-02-17 Zoltan Varga[aot] Fix the emission of ElementAddr wrappers.
2015-02-17 Zoltan Varga[runtime] Link monodis against libmonoruntime instead...
2015-02-17 Zoltan Varga[gsharedvt] Implement support for multi-dimensional...
2015-02-17 Zoltan VargaFix a warning.
2015-02-17 Marek Safar[mcs] Single name meaning relaxation to match roslyn
2015-02-17 Alex Rønne... Update refsrc to get read-only interface changes for...
2015-02-17 Marek Safar[mcs] Fixes check for overriden auto-properties.
2015-02-17 Ungureanu MariusBug 27010 - Difference in Assembly.GetExportedTypes...
2015-02-17 Alex Rønne... [mini] Fix a crash on armel.
2015-02-16 Zoltan Varga[jit] Add tests for arm64 gsharedvt argument passing.
2015-02-16 Zoltan Varga[jit] Add tests for arm64 gsharedvt argument passing.
2015-02-16 Alexander Köplinger[Microsoft.Build.Tasks] Rethrow exception in Copy task
2015-02-16 Marek SafarAdd new test
2015-02-16 Marek Safar[mcs] Implements dictionary initializers on pointer...
2015-02-16 Miguel de IcazaMerge pull request #1542 from ninjarobot/UriTemplateMat...
2015-02-16 Miguel de Icaza[System.ServiceModel] Prevent server crash when client...
2015-02-16 João Matos[aot] Re-organize JSON dumping code.
2015-02-16 João MatosRevert "[aot] Re-organize JSON dumping code."
2015-02-16 João Matos[git] Ignore Doxygen-related generated files.
2015-02-16 Zoltan Varga[aot] Re-organize JSON dumping code.
2015-02-16 Marek SafarMerge pull request #1568 from akoeplinger/xbuild
2015-02-16 Atsushi EnoMerge branch 'import-text-encoding-2'
2015-02-16 Alexander Köplinger[Microsoft.Build.Tasks] Add stub for UseHardlinksIfPoss...
2015-02-16 Alexander Köplinger[Microsoft.Build.Tasks] Implement retries in Copy task
2015-02-15 Atsushi Eno[sys.xaml] serialize string value as string, do not...
2015-02-14 Zoltan Varga[jit] Fix a regression introduced by 00a28a7dfd44a10c3b...
2015-02-13 Zoltan Varga[arm64] Add a test for vtype by ref returns in dyn...
2015-02-13 João Matos[runtime] Fixed TLS detection on AMD64 to support cross...
2015-02-13 Marek Safar[mcs] Better error reporting after delegate probing...
2015-02-13 João Matos[aot] Added JSON dumping support.
2015-02-13 Marek Safar[mcs] Set fixed buffer layourt wihout StructLayoutAttri...
2015-02-13 Marek Safar[corlib] Random from reference sources
2015-02-13 Marek Safar[corlib] MissingMember exceptions from reference sources
2015-02-13 Marek Safar[corlib] UnitySerialization from reference sources
2015-02-13 Marek Safar[system.net.http] Parsing of nested parens inside comme...
2015-02-13 Marek Safar[mcs] Resolve using aliases on demand to fix issue...
2015-02-13 João Matos[monodis] Attempt to fix the Cygwin build.
2015-02-13 Atsushi Enoavoid reflection in EncodingHelper.
next