summaryrefslogtreecommitdiff
path: root/src/mscorlib/shared/System/Globalization/DateTimeParse.cs
AgeCommit message (Expand)AuthorFilesLines
2018-03-08Collapse AsSpan().Slice(...) into .AsSpan(...) (dotnet/corefx#27867)Tarek Mahmoud Sayed1-13/+13
2018-03-07Delete AsReadOnly* APIs that are no longer part of the public surface (#16799)Jan Kotas1-2/+2
2018-03-03Remove StringSpanHelpers and start using MemoryExtensions (#16718)Ahson Khan1-7/+13
2018-02-22AsReadOnlySpan -> AsSpan rename to fix build breaksJan Kotas1-2/+2
2018-02-14Typos (dotnet/corert#5386)John Doe1-4/+4
2018-01-18Do not throw IndexOutOfBounds when AM/PM designator is empty (#15904)Krzysztof Wicher1-4/+7
2017-12-28Extending FormatException's message with datetime/format (#15635)Szabolcs Dézsi1-178/+217
2017-11-27Switch new TryParse* and TryFormat methods to use span-based format (#15238)Stephen Toub1-17/+9
2017-11-06Cleanup BCLDebug (#14868)Jan Kotas1-40/+30
2017-10-24Search/replace Debug.Assert(false, => Debug.Fail(Jan Kotas1-1/+1
2017-10-06Address perf issuesStephen Toub1-45/+19
2017-10-06Remove StringBuilder allocations from roundtrip format DateTime parsingStephen Toub1-2/+3
2017-10-06Move DateTimeParse to use spans internallyStephen Toub1-87/+69
2017-09-26Replace Contract.Assumes and Contract.Assert with Debug.Assert/Debug.Fail (#1...Dan Moseley1-8/+0
2017-09-13Fix Hebrew date parsing (#13929)Tarek Mahmoud Sayed1-0/+17
2017-08-29Use nameof for parse failures (#13640)Jan Kotas1-152/+152
2017-04-01Move identical Globalization files to shared partitionJan Kotas1-24/+5
2017-03-27Add DateTimeFormat and Parse to shared and remove moved fileAlex Perovich1-0/+5691