Test DateTimeOffest parsing of partial dates.
[mono.git] / mcs /
2014-08-25 Marcos HenrichTest DateTimeOffest parsing of partial dates.
2014-08-20 Marek Safar[mcs] Emit event fields even when compare-and-exchange...
2014-08-20 Marek Safar[mcs] Easy restrictions on enum base type epxression
2014-08-20 Marek Safar[corlib] Task never is CompletedSynchronously
2014-08-20 Marek SafarFix wrong time test
2014-08-20 Jo ShieldsSwitch to using jenkins.mono-project.com for DNS tests
2014-08-20 Marek Safar[mcs] Clean-up flow analysis for boolean expressions
2014-08-20 Marek Safar[mcs] Null operator flow analysis
2014-08-19 Marek SafarMerge pull request #1213 from fengari/system_timers_tim...
2014-08-19 Marek Safar[mcs] Add more error checks
2014-08-19 fengariDo not dispose the underlying Timer every time the...
2014-08-19 Marek Safar[mcs] Complex binary logical expressions flowanalysis
2014-08-19 Marek Safar[mcs] More warnings for lifted nullable operators worki...
2014-08-19 Marek SafarMerge pull request #1216 from AndreyAkinshin/master
2014-08-19 Andrey AkinshinRemoving excess line with debug Console.WriteLine
2014-08-19 Zoltan Varga[bcl] Add a missing check to TypeBuilder.CreateType...
2014-08-18 Marek SafarMerge pull request #1214 from esdrubal/xmlbase
2014-08-18 Marcos HenrichXml Serialization of Base class w/o a parameterless...
2014-08-18 Marcos HenrichAdded test BaseClassWithoutParameterlessConstructor.
2014-08-18 Marek SafarMerge pull request #1212 from esdrubal/isany
2014-08-18 Marcos HenrichFixed XmlSerializer to handle attribute XmlSchemePrivid...
2014-08-18 Marcos HenrichTest XmlSerialization of class with XmlSchemaProvider...
2014-08-16 Zoltan VargaMerge pull request #1210 from Mailaender/mono-core...
2014-08-16 Matthias Mailänderfix parallel build
2014-08-16 Zoltan VargaMerge pull request #1208 from Mailaender/ppc-build...
2014-08-16 Marek Safar[mcs] Extend missing type check to type lookups. Fixes...
2014-08-16 Marek Safar[mcs] Fix copy and paste error in constraints checker...
2014-08-16 Marek SafarMerge pull request #1207 from nlhepler/master
2014-08-15 Lance HeplerHandle long paths in jay
2014-08-15 Marek Safar[mcs] Add dictionary initializer
2014-08-15 João Matos[System.IO.Compression] Fixed Zip support for empty...
2014-08-14 Marek Safar[mcs] Improve commit 409024fcab7a571abd602a3701e5986d81...
2014-08-14 Marek Safar[mcs] null propagating operator on delegate invocation
2014-08-14 Marek SafarWarnings cleanup
2014-08-14 Marek Safar[mcs] Speed up nullable tokenizer. Fixes #20195
2014-08-14 Marek SafarMerge pull request #1188 from arktronic/master
2014-08-14 Marek Safar[mcs] coalescing operator if the lhs of a null is a...
2014-08-14 Marek SafarMerge pull request #1205 from akoeplinger/fix-tests
2014-08-13 Alexander Köplinger[System] Use xamarin.com instead of mono-project.com...
2014-08-13 Marek SafarMerge pull request #1204 from VQComms/claimsprincipalov...
2014-08-13 Marek Safar[mcs] null operator on address locations
2014-08-13 Marek Safar[mcs] Check for duplicate destructors. Fixes #21983
2014-08-13 Jonathan ChannonAdded space before parenthesis according to Mono guidelines
2014-08-13 Jonathan Channonadded HasClaim, FindFirst, FindAll System.Security...
2014-08-13 Atsushi Eno[MS.Build] when building MSBuild task, inherit properties.
2014-08-13 Atsushi Eno[MS.Build] add test regarding item condition and target...
2014-08-13 Marek Safar[mcs] nameof operator with unbound type arguments
2014-08-12 João Matos[System] Restrict GZip/DeflateStream tests to .NET...
2014-08-12 João Matos[System] Implemented .NET 4.5 overloads for GZipStream...
2014-08-12 Marek SafarRe-enable valid tests
2014-08-12 Marek Safar[System.Net.Http] Handle quoted filename value. Fixes...
2014-08-12 Marek Safar[corlib] Remove heavyweight EndsWith from 1bff9d890f95e...
2014-08-12 Marek Safar[mcs] nameof operator
2014-08-12 Marek Safar[mcs] Any type parameter is allowed for null propagatin...
2014-08-12 Marek Safar[mcs] auto-property initializer can be array initializer
2014-08-12 Miguel de IcazaMerge pull request #1192 from LogosBible/regex-fixes...
2014-08-11 Atsushi Eno[ms.build] add some cyclic dependency related tests...
2014-08-11 Atsushi Eno[ms.build] Fix bug #20961 - add KeepDuplicates etc...
2014-08-11 Atsushi Eno[ms.build] Do not try to release threads upon finalization.
2014-08-11 Marek SafarMerge pull request #1190 from esdrubal/encoder-convert
2014-08-08 Zoltan VargaMerge pull request #1201 from crisdut/fix-win-mono...
2014-08-08 João MatosFixed Path.GetFullPath to work correctly when the curre...
2014-08-08 João MatosMerge pull request #1196 from tritao/master
2014-08-08 João MatosImplemented System.IO.Compression.FileSystem.
2014-08-07 Marek Safar[System] Disable failing test
2014-08-07 Marek Safar[mcs] null propagating operator and expressions which...
2014-08-07 Marek Safar[mcs] null propagating operator and extension methods
2014-08-07 Marek Safar[mcs] null propagating operator with nested receiver
2014-08-07 Marcos HenrichAdded classes EncodingEncoder and EncodingDecoder.
2014-08-07 Marek SafarMerge pull request #1199 from esdrubal/packurihelper
2014-08-07 Marcos HenrichAdded argument validations to ComparePackUri an Compare...
2014-08-07 Marcos HenrichChanged Check.PartUriIsValid to throw ArgumentException.
2014-08-07 Marcos HenrichRemoved [Category("NotWorking")] from PackUriHelperTests.
2014-08-07 Marek SafarMerge pull request #1198 from chriswebb/master
2014-08-07 Chris WebbFixed issue related to fully qualified namespaces being...
2014-08-07 Marek SafarMerge pull request #1197 from akoeplinger/remove-csproj
2014-08-06 Alexander Köplinger[Cleanup] Removed a bunch of superfluous .csproj and...
2014-08-06 Marek SafarMerge pull request #1195 from akoeplinger/fix-uri-with...
2014-08-06 Alexander Köplinger[System] Fix parsing of URI schemes with digits
2014-08-06 Marek SafarMerge pull request #1168 from esdrubal/iriparsing
2014-08-06 Marek SafarMerge pull request #1193 from esdrubal/decimal-round
2014-08-06 Marek SafarMerge pull request #1180 from akoeplinger/no-net40...
2014-08-06 Marek Safar[mcs] switch statement with constant block at first...
2014-08-05 Dave DunkinAdd test for Regex RTL substring matching.
2014-08-05 Marcos HenrichDecimal.Round output no longer keeps trailing zeros.
2014-08-05 Marcos HenrichTest Decimal.ToString after rounding with trailing...
2014-08-04 Sasha KotlyarMiscellaneous changes per review
2014-08-04 Martin PotterRegex fixes for substring parsing.
2014-08-04 Dave DunkinAdd test for Regex.Match with anchors on a substring.
2014-08-04 Rodrigo KumperaMerge pull request #1066 from esdrubal/bug19313
2014-08-04 Rodrigo KumperaMerge pull request #1063 from esdrubal/bug18482
2014-08-04 Marek Safar[mcs] null propagating operator on index expressions
2014-08-04 Marcos HenrichTest Encoder.Convert and UTF8Encoder.Convert behaviors.
2014-08-03 Sasha Kotlyar[TimeZoneInfo] Fix issue with some floating DST transit...
2014-08-03 Marek Safar[system.xml] Dispose XmlReader using correct value...
2014-08-03 Marek Safar[mcs] decimal constants modulo folding. Fixes #21743
2014-08-03 Marek Safar[mcs] null propagating operator cannot work on pointer...
2014-07-31 Marek HabersackTurns out some devices can have network interfaces...
2014-07-31 Marek Safar[mcs] Update codegen for boolean loads. Fixes #21685
2014-07-31 Marek Safar[mcs] null coallescing operator can end up working...
next