summaryrefslogtreecommitdiff
path: root/src/mscorlib/shared/System/Int64.cs
AgeCommit message (Expand)AuthorFilesLines
2017-12-04Remove old methods using string format (#15363)Stephen Toub1-4/+0
2017-11-29Avoid provider-related costs for default integer formatting (#15272)Stephen Toub1-5/+5
2017-11-27Switch new TryParse* and TryFormat methods to use span-based format (#15238)Stephen Toub1-11/+11
2017-11-20Reduce allocations in StringBuilder.AppendFormat for primitive types (#15110)Justin Van Patten1-1/+1
2017-11-18Add TryFormat methods to {S}Byte, {U}Int16/32/64, and BooleanStephen Toub1-0/+5
2017-11-07Temporarily add back old TryParse signatures (#14893)Stephen Toub1-0/+4
2017-11-06Fix TryParse overloads using optional arguments (#14877)Stephen Toub1-1/+6
2017-10-22Remove low value purpose comments (#14653)aerotog1-10/+0
2017-09-26Replace Contract.Assumes and Contract.Assert with Debug.Assert/Debug.Fail (#1...Dan Moseley1-5/+0
2017-08-27Refactor AsSpan to AsReadOnlySpan (#13608)Adrian Godong1-6/+6
2017-08-16Add Span-based {Try}Parse methods to primitive types (#13389)Stephen Toub1-4/+33
2017-08-07Use attribute names without namespaces in a few places (#13248)dotnet bot1-1/+1
2017-08-07Move files to shared partition (#13244)Jan Kotas1-0/+233