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
2012-06-01Add new advanced --metadata-only compiler option to produce assembly for refe...Marek Safar
2012-05-31Fixed regressions in Microsoft.Build.BuildEngineJeffrey Stedfast
2012-05-31[Mono.Posix] Fix Group-lookup TestsJonathan Pryor
2012-05-31Update to the latest IKVM.ReflectionMarek Safar
2012-05-31Merge pull request #310 from slide/masterMarek Safar
2012-05-31Fix unit test for OverwriteReadonlyFilesAlex Earl
2012-05-31Disable failing LineNumbers() sdb test (#5438).Zoltan Varga
2012-05-31[System] Try to fix Cookies testsJeremie Laval
2012-05-31Add missing test sources fileMarek Safar
2012-05-31Fix more xml serializer testsMarek Safar
2012-05-31A fix for failing xml writer testsMarek Safar
2012-05-31Cleanup WindowsBase test failures.atsushieno
2012-05-31Merge pull request #306 from robwilkens/masterMiguel de Icaza
2012-05-31Make those tests look good on net_4_5.atsushieno
2012-05-31Merge pull request #308 from viniciusjarina/fix242Miguel de Icaza
2012-05-31[System.Configuration] Fix System.Configuration to cope with XmlReaders which...Miguel de Icaza
2012-05-31[System.Configuration] Disable broken testMiguel de Icaza
2012-05-31[build] attempt to fix the Microsoft.Build.Engine testsMiguel de Icaza
2012-05-30Added unit test for the bug #242Vinicius Jarina
2012-05-30Fix issue #242 DataContractSerializer fails to deserialize List<T> propertiesVinicius Jarina
2012-05-30Create a store when importing from a CspBlob so we can export it with the sam...Sebastien Pouliot
2012-05-30Improve failing testMarek Safar
2012-05-30Fix failing testMarek Safar
2012-05-30Add new testMarek Safar
2012-05-30Merge pull request #307 from crazyjncsu/masterMarek Safar
2012-05-30Removed reference for Micrsoft.VisualBasic.dll when compiling C# and JScript ...crazyjncsu
2012-05-30Fix array binary comparer values ordering. Fixes #5409Marek Safar
2012-05-30REPL type declaration can be declared in their own namespacesMarek Safar
2012-05-30Fix scheduling of inlined tasks.Marek Safar
2012-05-30Avoid loading already loaded assemblies in the remote csharp repl.Zoltan Varga
2012-05-30Fix the remote csharp repl code so it at least starts.Zoltan Varga
2012-05-29This is a clean up of last commit. One line had spaces where there shouldRobert Wilkens
2012-05-29This updates the tests with suggestions made byRobert Wilkens
2012-05-29Update to .NET 4.5 default exception behavior for unobserved exceptions.Marek Safar
2012-05-29Fix CultureInfo::CreateSpecificCultureMarek Safar
2012-05-29Add another Task testMarek Safar
2012-05-29Replaces some tabs with spaces - earlier copy and paste messed this up, thisRobert Wilkens
2012-05-29This addresses bug 2234 - important please verifyRobert Wilkens
2012-05-28Add some compiler documentationMarek Safar
2012-05-28[corlib] A CancellationTokenRegistration instance should always have a workin...Jeremie Laval
2012-05-28Exclude more console code from NET_2_1Marek Safar
2012-05-28Don't report obsole warnings on compiler generated attributesMarek Safar
2012-05-28Cache regex results when comparing mdoc Nodes during sorting. This avoids the...Zoltan Varga
2012-05-26Merge pull request #304 from crazyjncsu/masterMiguel de Icaza
2012-05-26Merge pull request #305 from robwilkens/masterMiguel de Icaza
2012-05-26Add newer (SL5) types to mobile profile. Fix bug #5337Sebastien Pouliot
2012-05-26This is the associated unit test for the Ximarin Bugzilla #853 bug...Robert Wilkens
2012-05-26This is a fix for bug # 853 --Robert Wilkens
2012-05-25Fixed syntax error in not comparing log_writer with nullcrazyjncsu
2012-05-25Prevented any logging activity when no logging target is specified rather tha...crazyjncsu