Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mono/mono.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/mcs
AgeCommit message (Expand)Author
2013-10-18Fix MSVC build.Jonathan Lima
2013-10-18Merge pull request #762 from echampet/wsdlAtsushi Eno
2013-10-18Merge pull request #766 from remobjects/resx-delete-on-cleanAtsushi Eno
2013-10-18Merge pull request #767 from ovatsus/Bug14922Atsushi Eno
2013-10-16Better check for open generic types in probing expression. Fixes #15422Marek Safar
2013-10-16Fixes too early optimization of binary &&/& bool constants. Fixes part of #15392Marek Safar
2013-10-15[PCL]: Update the PCL Facade Assemblies.Martin Baulig
2013-10-15Makefile magic ...Martin Baulig
2013-10-14Fixes CodeDom regression introduced by 66d4b82a871667b3317d4e43b855d1fc1db22108Marek Safar
2013-10-14Fixing bugs in UTF8Encoding's GetMaxByteCount and GetMaxCharCount.Martin Potter
2013-10-13Merge pull request #774 from DavidS/patch-1Jeffrey Stedfast
2013-10-12[mono-api-html] Several indexer properties (Item) can have the name (with dif...Sebastien Pouliot
2013-10-11[mono-api-html] Output nested type correctly (was missing the declaring type ...Sebastien Pouliot
2013-10-11The first definite assignment cleanupMarek Safar
2013-10-10Merge pull request #777 from nealef/masterRodrigo Kumpera
2013-10-10Remove debug messageNeale Ferguson
2013-10-10Merge pull request #776 from nealef/masterRodrigo Kumpera
2013-10-10Fix memory leaks in Oracle Client. The largest leaks come from the cursors be...Neale Ferguson
2013-10-10bxc#13642: MacNetworkChange: implement using managed codeAaron Bockover
2013-10-10Compound assignment of optimized binary constant needs to decompose it first....Marek Safar
2013-10-10Better debugger visualization for .net 1.1 style custom collectionsMarek Safar
2013-10-10[mono-api-html] Output C# 'char' instead of 'System.Char'Sebastien Pouliot
2013-10-10[mono-api-html] Do not produce (near-)empty files when no (public) changes ar...Sebastien Pouliot
2013-10-10Ensure that CodeDom generated temporary directory is always created. Fixes #1...Marek Safar
2013-10-10[mono-api-html] Show 'static' fields as suchSebastien Pouliot
2013-10-10Process/compare/output method's generic parameters [#15311]Sebastien Pouliot
2013-10-09Anonymous type are shared across module hence need module counters.Marek Safar
2013-10-09Fix net_2_0 test.Rodrigo Kumpera
2013-10-09Merge pull request #775 from directhex/fix-gendarme-doc-generationJonathan Pryor
2013-10-09[monodoc] Support fields that match operator naming conventionJo Shields
2013-10-09[monodoc] Add a test for ba222d4eb939ef097dd2b77b1fea5c3b8a60b310Jo Shields
2013-10-09[monodoc] Ensure we don't try to use <Parameters> when it might be null. Fixe...Jo Shields
2013-10-09Adjust defines to check for 4_0 instead of 3_0Gustavo Guerra
2013-10-09 anonymous: move counters to TypeContainerMarek Safar
2013-10-09Enum IConvertible can convert to same enum or System.Enum. Fixes #15289Marek Safar
2013-10-09Cleanup redundant codeMarek Safar
2013-10-09Simplify work item registration for internal work itemsMarek Safar
2013-10-09Remove redundant initializationMarek Safar
2013-10-09Allow to queue multicast delegates in thread-poolMarek Safar
2013-10-09Release continuation ancestor before running. Fixes #15036Marek Safar
2013-10-09Minor fix to avoid ArgumentOutOfRangeExceptionDavid Schmitt
2013-10-08Adds async type inference of void return type. Fixes #15238Marek Safar
2013-10-08Make Task.Delay more reliable. Fixes #14585Marek Safar
2013-10-08[System.ComponentModel.DataAnnotations] Implemented EmailAddressAttribute.IsV...Jeffrey Stedfast
2013-10-07Element() and Elements() could also reduce use of extraneous iterators.Atsushi Eno
2013-10-07reduce memory use on Attribute() caused by Attributes().Atsushi Eno
2013-10-07Inline more is instance checksMarek Safar
2013-10-07Cache only resolved types not expression to report correct error location. Fi...Marek Safar
2013-10-07in XLinq XObject there is no need to instantiate XObjectEventArgs every time.Atsushi Eno
2013-10-05Ignore some asserts since the validation were removedSebastien Pouliot