[CorCompare] Add pointer as a class type.
[mono.git] / mcs /
2014-09-28 Marius Ungureanu[CorCompare] Add pointer as a class type.
2014-09-28 Marius Ungureanu[CorCompare] Add sealed methods parsing.
2014-09-28 Marek SafarMerge pull request #1315 from rjvdboon/BootstrapContext
2014-09-27 rjvdboonmore coding style changes
2014-09-27 rjvdboonAdhere to mono coding guidelines.
2014-09-27 Marek Safar[corlib] Timespan ticks formatting rewrite. Fixes ...
2014-09-27 Marek SafarMerge pull request #1314 from alesliehughes/master
2014-09-27 Alistair Leslie... Add basic implement of ManagementObjectSearcher
2014-09-26 Zoltan Varga[sdb] Add an option to make debugger invokes virtual...
2014-09-26 Sebastien PouliotMerge pull request #1282 from madrang/MinorChangesOfPul...
2014-09-26 Sebastien Pouliot[corlib] Move iOS-specific code to a separate file...
2014-09-26 Sebastien Pouliot[Mono.Security] Clear Certificates after Import or...
2014-09-26 Marek Safar[mcs] Check for true/false user operators on unwrapped...
2014-09-26 Marek Safar[mcs] Add check for parameterless user constructor...
2014-09-26 Marek SafarMerge pull request #1312 from esdrubal/xmltext
2014-09-26 Marcos HenrichProperty with attribute XmlTest is now set from ReadStr...
2014-09-26 Marcos HenrichTest Xml serialization of a property with attribute...
2014-09-26 Marek Safar[mcs] Fix codegen for coalescing operator involving...
2014-09-25 Robert J. van der... Added serialization of SecurityToken with Handler
2014-09-25 rjvdboonUpdate unit tests for binary serialization
2014-09-25 rjvdboonChange unittest to not use the UserNameSecurityTokenHan...
2014-09-25 Marek SafarMerge pull request #1309 from esdrubal/json
2014-09-25 Marcos HenrichImproved Json deserialization of floating-point numbers.
2014-09-25 Marcos HenrichTest Json deserialization of a floating-point number...
2014-09-25 Miguel de IcazaMerge pull request #1307 from esdrubal/servicemodelrss
2014-09-25 Marcos HenrichRss20ItemFormatter.ReadFrom now sets Id when guid is...
2014-09-25 Marcos HenrichTest Rss20ItemFormatter.ReadFrom Guid. Covers 23262.
2014-09-24 Miguel de IcazaMerge pull request #1304 from slluis/mac-proxy-autoconfig
2014-09-24 Lluis Sanchez[System.Net] Add support for .pac proxy config scripts...
2014-09-24 Miguel de Icaza[System] Fix most warnings on the System test suite
2014-09-24 Marcos HenrichUriParserTest.GetComponents_Ftp2 now uses the variable...
2014-09-24 Marek Safar[mcs] More tweaks to conditional tokenizer. Fixes ...
2014-09-24 Atsushi Eno[xlinq] fix bug #23318 - XComment.ToString() accepts...
2014-09-23 Zoltan VargaMerge pull request #1301 from Unity-Technologies/fix...
2014-09-23 Zoltan Varga[bcl] Fix the RenameTpThread test, renaming a tp thread...
2014-09-23 Marcos HenrichRevert "Uri made from UNIX path and RelativeOrAbsolute...
2014-09-23 Rodrigo KumperaMerge pull request #1302 from mono/revert-1300-unixrela...
2014-09-23 Rodrigo KumperaRevert "Uri made from UNIX path and RelativeOrAbsolute...
2014-09-23 Michael HutchinsonEnvironment.IsRunningOnWindows can be true on MOBILE
2014-09-23 Sebastien Pouliot[System.Data] Add new file to the mobile_* sources...
2014-09-23 Rodrigo KumperaMerge pull request #1299 from esdrubal/uriuserinfo
2014-09-23 Marcos HenrichUri made from UNIX path and RelativeOrAbsolute is now...
2014-09-23 Miguel de IcazaFix warnings in mscorlib's Test suite + bring a couple...
2014-09-23 Marek SafarMerge pull request #1300 from esdrubal/unixrelativeorab...
2014-09-23 Marcos HenrichUri made from UNIX path and RelativeOrAbsolute is now...
2014-09-23 Marcos HenrichTest that Uri made from UNIX path and RelativeOrAbsolut...
2014-09-23 Marcos HenrichMerge pull request #1203 from esdrubal/protect
2014-09-23 Marcos HenrichUriParseComponents no longer decodes '@' in UserInfo...
2014-09-23 Marcos HenrichTest Uri.UserInfo with percentage encoded '@'.
2014-09-23 Marcos HenrichFixed additional Uri.UserInfo char consumed after an...
2014-09-23 Marcos HenrichTest Uri.UserInfo with escaped 'a'.
2014-09-22 Zoltan Varga[runtime] Allow renaming of threadpool threads. Fixes...
2014-09-22 Marek Safar[mcs] Populate inherited constraints member cache from...
2014-09-22 Marek Safar[mcs] declaration expression after ref/out argument
2014-09-22 Miguel de IcazaMerge pull request #1295 from nealef/master
2014-09-22 Rodrigo KumperaMerge pull request #1296 from directhex/master
2014-09-22 Jo ShieldsAdd a tool which can sync the Mono cert store from...
2014-09-20 rjvdboonAdded System.IdentityModel.Tokens.BootstrapContext...
2014-09-19 Sebastien PouliotFix typo (and XI builds)
2014-09-19 Sebastien Pouliot[System.Numerics] Fix unit test to succeed on different...
2014-09-19 Neale FergusonAdd SqlCredential support -
2014-09-19 Miguel de IcazaMerge pull request #1245 from StephenMcConnel/bug-22483
2014-09-19 Miguel de IcazaMerge pull request #1287 from akoeplinger/fix-appconfig...
2014-09-19 Miguel de IcazaMerge pull request #1290 from directhex/master
2014-09-19 Miguel de IcazaMerge pull request #1273 from joelmartinez/docs-unified-fix
2014-09-18 Marek Safar[mcs] Improve scoring of failed overload resolution...
2014-09-18 Jo ShieldsPut KeyPairPersistence load into a try{}catch{} block.
2014-09-18 Marek Safar[mcs] Fix output type inference when parameters after...
2014-09-18 Marek Safar[mcs] Better check for parameterless constructor overload
2014-09-17 Marek Safar[xbuild] Workaround for issues with CreateItem task...
2014-09-17 Zoltan VargaMerge pull request #1288 from ylatuya/patch-2
2014-09-17 Andoni Morales Ala... [mkbundle] Fix check for dos2unix
2014-09-17 Marek Safar[xbuild] Fix few crashes when task loading fails
2014-09-16 Michael HutchinsonFix mobile and mobile_static profiles
2014-09-16 Martin Baulig[WCF]: Update to my last fix for bug #22129.
2014-09-16 Marek Safar[mcs] struct parameterless instance constructors
2014-09-15 Marek Safar[xbuild] More tweaks to tool path setup
2014-09-15 Marcos HenrichAdded missing files to projects csproj files.
2014-09-15 Marek Safar[mcs] Revert usage of closed delegates for compiler...
2014-09-15 Rodrigo KumperaMerge pull request #1280 from nealef/master
2014-09-15 Martin Baulig[WCF]: Copy out/ref parameters on async call; bug ...
2014-09-15 Marek SafarMerge pull request #1286 from esdrubal/xmlnullablearrayitem
2014-09-15 Marcos HenrichIf not specified assume that array items are nullable...
2014-09-15 Marcos HenrichTest xml serialization of nullable array items. Covers...
2014-09-15 Marek Safar[xbuild] Workaround for null log service (which should...
2014-09-15 Marek SafarMerge pull request #1257 from esdrubal/xmloptional
2014-09-15 Marcos HenrichIgnore method ShouldSerialize if it is a generic.
2014-09-15 Marcos HenrichTest serialization wen class has method bool ShouldSeri...
2014-09-15 Marcos HenrichAdded optional serialization based on ShouldSerialize{V}.
2014-09-15 Marcos HenrichAdded test for optional {V}Specified and ShouldSerializ...
2014-09-15 Marcos HenrichFixed NullReferenceException.
2014-09-15 Marek Safar[xbuild] Use ToolPath when building ToolTask execution...
2014-09-14 Alexander Köplinger[System] Add performanceCounters element to System...
2014-09-14 Marc-Andre FerlandMissing Args checks.
2014-09-14 Marc-Andre FerlandMissing setting disposed to true
2014-09-13 Marek Safar[mcs] nullable property pattern
2014-09-12 Joel Martinez[mdoc] consolidated dropns and dropns-assemblies into...
2014-09-12 Neale FergusonFixes 19752 -
2014-09-12 Marek Safar[mcs] Don't use `1 naming for compiler generated second...
2014-09-12 Zoltan VargaMerge pull request #1276 from Therzok/master
next