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
AgeCommit message (Expand)Author
2015-02-11[corlib] Test GetMethodToken ability to get other modules' tokens.Marcos Henrich
2015-02-11[corlib] Fixes buildMarek Safar
2015-02-10[corlib] Guid from reference sourcesMarek 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-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-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[corlib] Fixed TimeZoneInfo.TryGetTransitionOffset.Marcos Henrich
2015-02-06[corlib] Added test to TimeZoneInfoTest. Covers #25050.Marcos Henrich
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[bcl] Added a few stubs for missing APIsAlexander Köplinger
2015-02-05[corlib] TimeZoneInfo.ConvertTimeToUtc maximum datetime handlingMarek Safar
2015-02-05[corlib] BitConverter from reference sourcesMarek Safar
2015-02-05Merge pull request #1541 from alexrp/mcs-build-cleanupAlex Rønne Petersen
2015-02-04Move TimeZoneInfo tests to corlibMarek Safar
2015-02-04[corlib] Fix overflow in TimeZoneInfo utc conversionMarek Safar
2015-02-04[corlib] Boolean from reference sourcesMarek Safar
2015-02-04[corlib] Add test for #17626Marek Safar
2015-02-04[corlib] DateTime from reference sourcesMarek Safar
2015-02-03[corlib] TimeSpan from reference sourcesMarek Safar
2015-02-03[corlib] Fixed tests to work with NET_2_1 define.João Matos
2015-02-03[corlib] DateTimeOffset from reference sourcesMarek Safar
2015-02-03[corlib] DateTimeFormatInfo and friends from reference sourcesMarek Safar
2015-02-03Remove some leftover old 1.x, 2.x, 3.x profile ifdefs.Alex Rønne Petersen
2015-02-02[corlib] Makes AggregateException output visibleMarek Safar
2015-02-02[corlib] Fixed xammac build.João Matos
2015-02-02[corlib] Fixed build with NET_2_1 define.João Matos
2015-01-29Optimize Enum.HasFlag () implementation and recognize it in the JIT.Alex Rønne Petersen
2015-01-29[build] Updated the class library MSBuild projects.João Matos
2015-01-29Merge pull request #1536 from esdrubal/noreuseRodrigo Kumpera
2015-01-29[runtime] MonoIO methods using SafeHandle now prevent handle reuse.Marcos Henrich
2015-01-29Populate the RequestingAssembly property of ResolveEventArgsKai Ruhnau
2015-01-28[crypto] Re-instantiate for Invariants() testHenrik Feldt
2015-01-28[crypto] check key length in testHenrik Feldt
2015-01-28[System.Core] More reference sourcesMarek Safar
2015-01-28[corlib] Move Aes.cs to corlibMarek Safar
2015-01-28[corlib] Move TimeZoneInfo source files to assembly they are usedMarek Safar
2015-01-28[crypto] Key size 128 bytes for HMACSHA512Henrik Feldt
2015-01-28[crypto] Key size 128 bytes for HMACSHA384Henrik Feldt
2015-01-28[crypto] Key size 64 for HMACSHA256Henrik Feldt