mono.git
2015-01-03 Zoltan Varga[pdb2mdb] Implement support for scopes. Fixes #25357.
2015-01-02 Zoltan Varga[bcl] Fix crashes when FieldInfo.GetValue () is called...
2015-01-02 Zoltan Varga[runtime] Avoid reading past the end of a MonoGenericPa...
2015-01-02 Marek Safar[mcs] More special case handling for explicit type...
2015-01-02 Marek Safar[corlib] Fix Type::GetEnumName/IsEnumDefined to return...
2015-01-02 João MatosFixed metadata offsets for ARM64 support.
2015-01-02 Alexander KöplingerFix CookieContainerTest to use expiration date in the...
2015-01-02 Marek Safar[corlib] Allow bool/char to enum conversions
2014-12-31 Alexander KöplingerAdd missing quote to string added in 156ab8c5fc89c6fa9b...
2014-12-31 Alexander KöplingerMerge pull request #1081 from rneatherway/bug17537
2014-12-30 Marek SafarMerge pull request #1482 from akoeplinger/fix-codetaskf...
2014-12-28 Alexander Köplinger[Microsoft.Build.Tasks] Rework CodeTaskFactory to use...
2014-12-24 João Matos[runtime] Added support for builds with cross-compiled...
2014-12-24 João Matos[runtime] Fixed mini-llvm.c build with MinGW.
2014-12-24 João MatosMerge pull request #1479 from mfoliveira/ppc64el-build...
2014-12-24 Mauricio Faria... Fix build errors in mono-context.c on ppc64el
2014-12-24 João MatosMerge pull request #1478 from mono/revert-1475-ppc64el...
2014-12-24 João MatosRevert "Fix build errors in mono-context.c on ppc64el"
2014-12-24 Miguel de Icaza[System.IO.Compression.FileSystem] Fix infinite loop...
2014-12-23 João MatosMerge pull request #1475 from mfoliveira/ppc64el-build...
2014-12-23 Mauricio Faria... Fix build errors in mono-context.c on ppc64el
2014-12-22 Alex Rønne... Merge pull request #1472 from Aetf/zh-CHS-patch-fix...
2014-12-22 Mark Probst[sgen] Fix debug output for descriptor types.
2014-12-22 Aetffix coding style
2014-12-22 AetfAdd zh-CHS parent_lcid handling
2014-12-20 João MatosMerge pull request #1470 from cmp-/fix-mutex-trylock...
2014-12-20 cmpFix mono_mutex_trylock on Windows
2014-12-19 Marek SafarMerge pull request #1465 from akoeplinger/msbuild-getdi...
2014-12-19 Zoltan VargaMerge pull request #1375 from echampet/cleanup
2014-12-19 Miguel de Icaza[Mono.DataConverter] Make it easier to use in PCL libraries
2014-12-19 Marek SafarMerge pull request #1469 from akoeplinger/msbuild-missi...
2014-12-19 Alexander KöplingerRespond to code review feedback
2014-12-19 Alexander KöplingerRespond to code review feedback
2014-12-18 Ludovic Henry[runtime] Add support to trace generics
2014-12-18 Ludovic Henry[runtime] Fix #24605 : "counters not enabled" message...
2014-12-18 Alexander Köplinger[xbuild] Add missing property 'StandardOutputImportance...
2014-12-18 Alexander Köplinger[xbuild] Implement GetDirectoryNameOfFileAbove ()
2014-12-17 Marcos HenrichMerge pull request #1462 from ExonyLimited/fix-25442
2014-12-17 Craig MinihanPerformance fix for TimeZoneInfo.GetApplicableRule...
2014-12-16 Marek Safar[build] Fix bootstrap profile dependencies lib location
2014-12-16 Mark Probst[sgen] Never inline sgen_par_object_get_size().
2014-12-16 Marek HabersackBump the referencesource submodule
2014-12-16 Marcos Henrich[runtime] remove_block_if_useless now ignores OP_IL_SEQ...
2014-12-16 Marcos Henrich[runtime] mini-amd64 seq_point_info_var is only require...
2014-12-16 Marcos Henrich[runtime] Added gen-compact-seq-points option to MONO_D...
2014-12-16 João MatosMerge pull request #1336 from esdrubal/datatablereadxml...
2014-12-16 João MatosMerge pull request #1349 from martinjt/MachineKeyProtect
2014-12-16 João MatosMerge pull request #1459 from akoeplinger/fix-website...
2014-12-16 João Matos[System.IO.Compression] Fixed DeflateStream native...
2014-12-16 Marek Safar[buid] Fix bootstrap issue on cygwin
2014-12-16 Alexander KöplingerUpdated the Mono website links in the man pages
2014-12-15 Marek HabersackFix command stream encoding for FTP requests.
2014-12-15 Neale FergusonAdd per thread profiling support to s390x
2014-12-15 Jo ShieldsMerge pull request #1456 from directhex/fix_Microsoft...
2014-12-15 João Matos[System] Relaxed Ping test to work under Linux.
2014-12-15 Jo ShieldsUse net_4_5 libraries for xbuild tests, regardless...
2014-12-15 Jo ShieldsMove XBUILD_FRAMEWORK_FOLDERS_PATH definition somewhere...
2014-12-15 Alexis Christoforides[FileSystemWatcher] Properly handle multicast delegates.
2014-12-15 Marcos HenrichBump referencesource
2014-12-15 Jo ShieldsForce MSBuildExtensionsPath to point to in-tree xbuild...
2014-12-15 Jo ShieldsRevert "Use ";" not Empty as bad TargetFrameworkDirecto...
2014-12-15 Jo ShieldsUse ";" not Empty as bad TargetFrameworkDirectory value
2014-12-14 Miguel de Icaza[System.Runtime.Serialization] Further baby steps
2014-12-14 Miguel de Icaza[System.Runtime.Serialization] Dip toes into using...
2014-12-14 Miguel de Icaza[Console/TerminfoDriver] Look in the TERMINFO directory...
2014-12-14 Miguel de Icaza[System/SR] Brings some strings from .NET Core
2014-12-14 Miguel de Icaza[Console] Updated to terminfo renderer.
2014-12-13 Marek SafarMerge pull request #1451 from akoeplinger/fix-winforms...
2014-12-13 Marek SafarMerge pull request #1452 from esdrubal/xmlnamespace
2014-12-12 Marcos HenrichDisable sequence points
2014-12-12 Marcos HenrichDo not call seq_point_info_get_write_size with no seq...
2014-12-12 Marcos Henrich[System.Xml.Linq] xmlns prefixes are no longer generate...
2014-12-12 Marcos Henrich[System.Xml.Linq] Test XmlSerializer with custom namespace.
2014-12-12 João Matos[System] Fixed Ping returning invalid results on OSX.
2014-12-12 Jonathan Pryor[mscorlib/Android] CultureInfo.ClearCachedData() clears...
2014-12-12 Alexander Köplinger[MWF] Fix PropertyGridTest.PropertyGrid_ArrayParentTest...
2014-12-12 Zoltan Varga[amd64] Fix a simple peephole opt broken by the OP_IL_S...
2014-12-12 Zoltan Varga[jit] Mark OP_IL_SEQ_POINT as not having side effects.
2014-12-11 Zoltan Varga[bcl] Fix another test failure caused by the usage...
2014-12-11 Mark Probst[sgen] Add an assertion.
2014-12-11 Mark Probst[sgen] Use the `SGEN_UPDATE_REFERENCE` macro in optimiz...
2014-12-11 Mark Probst[sgen] Fix evacuation.
2014-12-11 Zoltan VargaRevert "[jit] Enable tail calls from gshared code....
2014-12-11 Alexis ChristoforidesFix merge typo
2014-12-11 Alexis Christoforides[System.IO.KeventWatcher] Fixed deadlock when watcher...
2014-12-11 Zoltan Varga[jit] Enable tail calls from gshared code. Fixes #25224.
2014-12-11 Zoltan Varga[jit] Remove some dead code.
2014-12-11 Joao Matos[runtime] Fixed shutdown crasher in mono_thread_pool_cl...
2014-12-11 Zoltan Varga[sdb] Fix the decoding of the next array when decoding...
2014-12-11 Joao Matos[sgen] Fixed dump_alloc_records() to work on MSVC.
2014-12-11 Joao Matos[sgen] Align vtable pointers to 8-bytes for phony vtabl...
2014-12-11 Mark Probst[sgen] Disable evacuation temporarily to fix crashes.
2014-12-11 Zoltan Varga[sdb] Another try at fixing #25009.
2014-12-11 Marek SafarFix DateTimeConverter test
2014-12-11 Zoltan Varga[sdb] Fix another shutdown crash. Fixes #25009.
2014-12-10 Rodrigo KumperaMerge pull request #1403 from schani/fix-roslyn-linux-oom
2014-12-10 Atsushi Enobump rx to rx-oss-v2.2 and add branch info on .gitmodules.
2014-12-10 Marek Safar[mcs] Better recovery from failed async return type...
2014-12-10 Jo ShieldsDistribute reference assemblies in source tarball....
2014-12-10 Marek Safar[System.Drawing] Fixes commit 2abd0ed92e1b5aae4c917c9fe...
next