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
2015-02-11[linker] Ignore null type arguments in MarkWithResolvedScopeSebastien Pouliot
2015-02-11[corlib] Fixes buildMarek Safar
2015-02-11[system] Fix ping process exit code checkMarek Safar
2015-02-11[system] updates fixed testMarek Safar
2015-02-11[system.core] Update aes test to match imported codeMarek Safar
2015-02-11[mcs] Additional fix for #26892Marek Safar
2015-02-11[linker] Resolve types inside custom attributes since they might refer to typ...Sebastien Pouliot
2015-02-10[corlib] Guid from reference sourcesMarek Safar
2015-02-10[mcs] Fixes failing testMarek Safar
2015-02-10[corlib] Calling 'tzi.exe -i' now prints olson transitions.Marcos Henrich
2015-02-10[corlib] Updated make target tzi.exeMarcos Henrich
2015-02-10Moved android-dump-tzdata make target to corlib.Marcos Henrich
2015-02-10Merge pull request #1557 from StephenMcConnel/bug-26887Zoltan Varga
2015-02-10Rename binary reference assemblies locationMarek Safar
2015-02-10[eval] Add C#6 using handlingMarek Safar
2015-02-10[MWF] Fix NullReferenceException introduced by commit a080a7dDamien Daspit
2015-02-10[mcs] Fixed casts rules don't apply to strings and arrays. Fixes #26892Marek Safar
2015-02-10[mcs] Resolve delegate optional parameters only once. Fixes #26840Marek Safar
2015-02-10Prevent right click from triggering ToolStripItem.HandleClickStephen McConnel
2015-02-10[corlib] Remove unused fileMarek Safar
2015-02-10[corlib] Keep file names orderedMarek Safar
2015-02-09Merge pull request #1556 from atsushieno/import-text-encodingMarek Safar
2015-02-09replace CharUnicodeInfo with that of referencesource and update runtime.Atsushi Eno
2015-02-09[corlib] Update failing testMarek Safar
2015-02-09Merge pull request #1555 from JetBrains/unrecognized_pragmaMarek Safar
2015-02-08Fix the buildMiguel de Icaza
2015-02-08Add test for skipping unrecognized #pragma directiveLeonid Shalupov
2015-02-08Skip unrecognized #pragma directiveLeonid Shalupov
2015-02-08[monop] Port to use IKVM.Reflection, add -xi and -xa options to easily lookup...Miguel de Icaza
2015-02-07Merge pull request #1552 from mono/ms-decimalMiguel de Icaza
2015-02-07[Mono.Debugger.Soft] Fixed StackFrame.Domain logic to not blow upJeffrey Stedfast
2015-02-06Remove old implementation of Decimal support, it served us wellMiguel de Icaza
2015-02-06Merge branch 'master' into ms-decimalMiguel de Icaza
2015-02-06[Decimal] Add test cases from the bugs that this branch fixesMiguel de Icaza
2015-02-06[Decimal] Expand test suite with Microsoft's CoreFX Decimal testsMiguel de Icaza
2015-02-06[corlib] Imports messages from coreclr projectMarek Safar
2015-02-06[Microsoft.Build.Utilities] Fixed to make unit tests pass againJeffrey Stedfast
2015-02-06Merge pull request #1551 from directhex/fix-missing-System.Web.ApplicationSer...Marek Safar
2015-02-06[mcs] Correctly import metadata constant with mismatched type and value. Fixe...Marek Safar
2015-02-06Move files which were split out from System.Web into System.Web.ApplicationSe...Jo Shields
2015-02-06[tests] Fix TypeDescriptorTests compilation when NUnitLite is usedSebastien Pouliot
2015-02-06[mcs] Fix cloning of labels from outer anonymous block. Fixes #26736Marek Safar
2015-02-06[mcs] Replace 1684 warning turned into error with unique 7069 error codeMarek Safar
2015-02-06Merge pull request #1508 from slluis/fix-20966Marek Safar
2015-02-06[corlib] Fixed TimeZoneInfo.TryGetTransitionOffset.Marcos Henrich
2015-02-06[corlib] Added test to TimeZoneInfoTest. Covers #25050.Marcos Henrich
2015-02-06[Build] Make the code build with old bootstrapped environmentsMiguel de Icaza
2015-02-06Merge pull request #1548 from akoeplinger/stubsMiguel de Icaza
2015-02-06[Decimal] Completed the methods in decimal-ms.cMiguel de Icaza
2015-02-05[linker] Only consider [Preserve] (i.e. without any parameters) on assembly-l...Sebastien Pouliot