Changed method ImplicitConvert to internal static.
[mono.git] / mcs /
2014-09-10 Marcos HenrichChanged method ImplicitConvert to internal static.
2014-09-10 Marcos HenrichImplicitConvert was using method with wrong parameter...
2014-09-10 Marcos HenrichTest XmlSerialization of element that requires implicit...
2014-09-09 Marcos HenrichTimeFormat "zzz" is only valid after a date.
2014-09-09 Marek SafarMerge pull request #1266 from esdrubal/datetimenewformat
2014-09-09 Rodrigo KumperaMerge pull request #1248 from kumpera/kill_the_interpreter
2014-09-09 Marcos HenrichAdded time format with only offset. Fixes #22558.
2014-09-09 Marcos HenrichTest DateTimeOffset.Parse with format yyyy-dd-MMzzz...
2014-09-09 Atsushi Eno[aspnet/ajax] fix bug #6512 (by Mikkel Kruse Johnsen...
2014-09-08 Marek SafarMerge pull request #1262 from esdrubal/uriserializationinfo
2014-09-08 Marcos HenrichAdded support for UriComponents.SerializationInfoString...
2014-09-08 Marcos HenrichTest UriComponents.SerializationInfoString. Covers...
2014-09-08 Marek SafarMerge pull request #1253 from esdrubal/datetimeiso8601
2014-09-08 Marek Safar[system.numerics] Unify handling of default ctor and...
2014-09-08 Marek Safar[mcs] switch statement with recursive pattern matching
2014-09-08 Marek Safar[system.net.http] Make SendAsync state free to handle...
2014-09-07 Rodrigo KumperaMerge pull request #1260 from khellang/patch-2
2014-09-07 Rodrigo KumperaMerge pull request #1259 from khellang/patch-1
2014-09-07 Kristian HellangAdded less media type
2014-09-07 Kristian HellangUpdated WOFF to official media type
2014-09-07 Marek SafarMerge pull request #1258 from akoeplinger/unify-test...
2014-09-05 Martin Baulig[WCF]: Actually fix #22179 to allow concurrent requests.
2014-09-05 Marcos HenrichTest that wrong ISO8601 dates throw FormatException.
2014-09-04 Alexander KöplingerCleanup namespace names of class lib tests to follow...
2014-09-04 Marek Safar[mcs] recursive pattern with named arguments
2014-09-04 Marek Safar[mcs] recursive pattern matching
2014-09-04 Marek SafarMerge pull request #1254 from vkargov/master
2014-09-03 Vladimir Kargov[corlib] In a TimeZone test, UtcOffset is taken for...
2014-09-03 Marcos HenrichDateTime.Parse now handles unlimited number of fraction...
2014-09-03 Marcos HenrichAdded test ISO8601FractionalDigits.
2014-09-02 Marek SafarMerge pull request #1251 from esdrubal/utf8encoding
2014-09-02 Marcos HenrichChanged overlong byte to be processed again.
2014-09-02 Marcos HenrichChanged UTF8Encoding to call fallback with whole byte...
2014-09-02 Marcos HenrichAdded UTF8EncodingTest.EncodingFallback.
2014-09-02 Marcos HenrichAdded class EncodingTester that can be used to test...
2014-09-02 Marek HabersackDo not specify key file when building for mobile, it...
2014-09-02 Marcos HenrichChanged InternalGetCharCount to iterate the bytes as...
2014-09-02 Marek Safar[mcs] more nonliteral constants pattern matching
2014-09-01 Marek HabersackThis method is internal in the mobile profile
2014-09-01 Marek HabersackAdded System.IO.InternalBufferOverflowException class...
2014-09-01 Marek HabersackMerge pull request #1249 from mattleibow/master
2014-09-01 Matthew Leibowitz[system.data] DataRows with a NULL RowError incorrectly...
2014-09-01 Zoltan VargaDisable a sys.data test which fails on wrench because...
2014-09-01 Rodrigo KumperaMerge pull request #1246 from schani/feature-separate...
2014-09-01 Marek SafarPut back csharp project removed in 0450000dc487c81cbf4e...
2014-09-01 Marek Safar[mcs] Fix removing incomplete generic types from eval...
2014-09-01 Marek Safar[mcs] Parsing of ternary expressions whose then conditi...
2014-09-01 Marek Safar[mcs] Remove wrong test
2014-09-01 Marek SafarFixes c2ac44d3dd9520ddd9abdb672f957ea4bb329f2f
2014-09-01 Marek Safar[system.data.linq] Delay reflection hit to actual execu...
2014-09-01 Marek Safar[system.net.http] Update RequestMessage.RequestUri...
2014-08-30 Marek Safar[mcs] Revert to broken native csc definite assignment...
2014-08-30 Marek Safar[mcs] nonliteral constants pattern matching
2014-08-30 Marek Safar[xbuild] Fix InstalledAssemblyTables signature
2014-08-30 Marek Safar[mcs] simple constants pattern matching
2014-08-29 Zoltan Varga[bcl] Catch exceptions thrown by SerialPortStream.Dispo...
2014-08-29 Marek SafarMerge pull request #1242 from esdrubal/xelement
2014-08-29 Marcos HenrichFixes XContainer attempt to create a XNode from a null...
2014-08-29 Marcos HenrichTest XElement constructed from array with null values...
2014-08-29 Marek SafarMerge pull request #1237 from esdrubal/xdocument
2014-08-29 Marek SafarMerge pull request #1241 from RyanMelenaNoesis/patch-1
2014-08-29 Ryan MelenaUpdate X509CertificateValidationMode.cs
2014-08-29 Alexis ChristoforidesMerge pull request #1240 from NoesisLabs/master
2014-08-29 Ryan J. MelenaCorrect duplicate X509CertificateValidationMode definit...
2014-08-28 Zoltan VargaMerge pull request #1200 from akoeplinger/remove-jvm
2014-08-28 Zoltan VargaMerge pull request #1235 from directhex/master
2014-08-28 Rodrigo KumperaMerge pull request #1238 from esdrubal/datetimeoffset
2014-08-28 Alexis ChristoforidesMerge pull request #1236 from NoesisLabs/master
2014-08-28 Marcos HenrichFixed DateTime compiler errors.
2014-08-28 Marcos HenrichChanged XObject OnChanged and OnChanging to use Owner.
2014-08-28 Marcos HenrichTest XDocument.Changed event. Covers #18772.
2014-08-28 Ryan J. MelenaAdd compiler pragmas for conditional .NET 4.5 compilation
2014-08-28 Ryan J. MelenaAdd file comment headers. This change is released...
2014-08-28 Ryan J. MelenaFix VS changes to .csproj file. This change is release...
2014-08-28 Ryan J. MelenaMinimal implementation of classes and methods necessary...
2014-08-28 Rodrigo KumperaMerge pull request #1219 from panzone/los_partial_marking
2014-08-28 Marek SafarMerge pull request #1234 from esdrubal/datetimeoffset
2014-08-28 Marek Safar[xbuild] Allow metadata in skipped task output expressions
2014-08-28 Marcos HenrichRemoved unreachable code.
2014-08-28 Marcos HenrichChanged DateTimeOffset.ParseExact to use DateTime.CoreP...
2014-08-28 Marcos HenrichImproved DateTime._DoParse offset logic.
2014-08-28 Marcos HenrichRemoved line causing problems when 'K' was followed...
2014-08-28 Marcos HenrichImproved DateTime parsing of years.
2014-08-28 Marcos HenrichCreated DateTime.CoreParseExact so to be used by DateTi...
2014-08-28 Marek Safar[mcs] Fixes failing error test
2014-08-28 Marek Safar[mcs] type pattern expression
2014-08-28 Marcos HenrichChanged DateTime._DoParser to support DateTimeOffset...
2014-08-28 Marek SafarMerge pull request #1233 from esdrubal/uriparserisbaseof
2014-08-28 Marcos HenrichUriParser.IsBaseOf now explicitly throws ArgumentNullEx...
2014-08-28 Marek SafarMerge pull request #1232 from akoeplinger/fix-test
2014-08-27 Alexander Köplinger[MSBuild] Fixed a test that failed when the GAC wasn...
2014-08-27 Marek Safar[mcs] Add 6.0 to version error reporting
2014-08-27 Marek SafarMerge pull request #1231 from esdrubal/gthreshold
2014-08-27 Marcos HenrichSerializer were not generated if generationThreshold...
2014-08-27 Marek SafarMerge pull request #1230 from esdrubal/xslattribute
2014-08-27 Marcos HenrichProcess XslLiteralElements with only child attributes...
2014-08-27 Marcos HenrichTest xls transformation of single child node to an...
2014-08-26 Alexis ChristoforidesResolve build issues on Windows.
2014-08-26 Martin Baulig[WCF]: Fix #22179 - 'finally' protect ClientRuntimeChan...
2014-08-26 Marek SafarMerge pull request #1229 from andreiagaita/master
next