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-02-21Update 4.5 bcl solution filesMarek Safar
2013-02-21Update to mdbdump to print more mdb detailsMarek Safar
2013-02-21Optmize some empty array allocationsMarek Safar
2013-02-21Fix BinaryReader.ReadChars() no longer recursively calls BinaryReader.Read()....Marek Safar
2013-02-21Merge pull request #568 from devlead/patch-1Marek Safar
2013-02-21Misunderstood styling feedbackMattias Karlsson
2013-02-21Fixed code style brace same line & remove space before braceMattias Karlsson
2013-02-21Compile more await identifiers. Fixes part of #10314Marek Safar
2013-02-21Disable failing test until I have mental strength to fight with stupid jay againMarek Safar
2013-02-20Fix contextual keywords parsting. Fixes part of #10314Marek Safar
2013-02-20Added missing properties available in .Net 4.5Mattias Karlsson
2013-02-20Capture temporary local variables in async context. Fixes #10341Marek Safar
2013-02-20[monodoc] Fix test compilationJeremie Laval
2013-02-20Skip SDK and product assemblies when preserving httpsSebastien Pouliot
2013-02-20Fix expected value (for System.Security.Cryptography.AesManaged.FeedbackSize)...Sebastien Pouliot
2013-02-20Report correct error message when lambda body contains common error later tha...Marek Safar
2013-02-20Emit correct this reference when using async lambdas from another lambda with...Marek Safar
2013-02-20Do not initialize (and mark) nested types if they were not already marked. Av...Sebastien Pouliot
2013-02-19[Mono.Debugger.Soft] Added ColumnNumber property to StackFrameJeffrey Stedfast
2013-02-19Fix sdb tests.Zoltan Varga
2013-02-19Fix sdb tests hanging, some of them still fail.Zoltan Varga
2013-02-19Better fix for valid il code for conditional expression of two casted interfacesMarek Safar
2013-02-19Stub the implementation of MarshalByRef to help the linker kill some remoting...Rodrigo Kumpera
2013-02-19Emit valid il code for conditional expression of two casted interfacesMarek Safar
2013-02-19[Mono.Debugger.Soft] Mark StepFilter with [Flags]Jeffrey Stedfast
2013-02-18Build debugger tests with disabled code optimizationsMarek Safar
2013-02-18Make ExpressionVisitor visible in mobile 3.5 profileMarek Safar
2013-02-18Fix failing testMarek Safar
2013-02-16Break direct TPL dependency from stream classesMarek Safar
2013-02-16Fix the build.Duncan Mak
2013-02-16[monodoc] Re-add now obsolete ArrayList-based Node property and use ChildNode...Jérémie Laval
2013-02-16Fix file casing.Duncan Mak
2013-02-16Fix casing for documentation.cs.Duncan Mak
2013-02-15[ef] Fix casing for coordinatorfactory.cs.Duncan Mak
2013-02-15Revert "[HttpWebRequest] Avoid using the threadpool for synchronous requests"Miguel de Icaza
2013-02-15Revert "[WebConnection] Use just one delegate to init the connection"Miguel de Icaza
2013-02-15Mobile tests updateMarek Safar
2013-02-15Update after EF bumpMarek Safar
2013-02-15Fix casing of few filesMarek Safar
2013-02-15Add .gitignoreMarek Safar
2013-02-15Update EntityFramework. Fixes #10296Marek Safar
2013-02-15Mutate type parameters of hoisted base proxy method in captured contextMarek Safar
2013-02-15Fix more conditional ambiguity parser issuesMarek Safar
2013-02-15Add System.ComponentModel.DataAnnotations/MinLengthAttribute.csMarek Safar
2013-02-14More mobile tests updateMarek Safar
2013-02-14Optimize custom attributes check to build less pseudo custom attributesMarek Safar
2013-02-13Fix bug #10271: our imported resource name was wrong.Atsushi Eno
2013-02-13Merge pull request #562 from grumpydev/TypeConverterFixMarek Safar
2013-02-13Fix regression in XmlSchemaValidator (bug #10245): collection misoperation du...Atsushi Eno
2013-02-13This was removed by accident when chopping MOONLIGHT code out.Rodrigo Kumpera