aboutsummaryrefslogtreecommitdiff
path: root/src/fmt/format.go
AgeCommit message (Expand)Author
2021-03-13fmt: use “truncateString” not “truncate” in method doczfCode
2020-02-26fmt: do not remove trailing zeros for %g and %G with #(sharp) flagyah01
2019-05-15errors, fmt: revert rejected changes for Go 1.13Damien Neil
2019-05-09fmt: rename buffer.WriteByte to writeByteRuss Cox
2019-02-27fmt: add frame info to Errorf and support %wMarcel van Lohuizen
2019-02-26fmt: format 0b, 0o prefixes in %#b and %ORuss Cox
2019-02-26fmt: format hex floats and complexesRuss Cox
2018-11-14fmt: avoid allocation when formatting byte slice arguments with verb sMartin Möhrmann
2018-10-16Revert "fmt: fix incorrect format of whole-number floats when using %#v"Filippo Valsorda
2018-08-28fmt: fix incorrect format of whole-number floats when using %#vDave Brophy
2018-02-27fmt: change some unexported method names to camel caseDarshan Parajuli
2017-02-19fmt: support sharp flag for float and complex value printingMartin Möhrmann
2016-11-17fmt: fix typoBrad Fitzpatrick
2016-04-17fmt: fix padding when precision is set for integer formattingMartin Möhrmann
2016-04-15fmt: optimize struct layout and intbuf sizeMartin Möhrmann
2016-03-30fmt: fix padding for 0 precision 0 integer value formattingMartin Möhrmann
2016-03-30fmt: improve handling of zero paddingMartin Möhrmann
2016-03-20fmt: unify integer formattingMartin Möhrmann
2016-03-19fmt: integer formatting should not permanently change paddingMartin Möhrmann
2016-03-17fmt: separate unicode and integer formattingMartin Möhrmann
2016-03-16fmt: reuse buffer and add range checks for %c and %qMartin Möhrmann
2016-03-06fmt: refactor and unify float and complex formattingMartin Möhrmann
2016-03-05fmt: use fewer allocations for %q string formattingMartin Möhrmann
2016-03-05fmt: float formatting should not permanently change widthMartin Möhrmann
2016-03-03fmt: optimize %x and %X formatting for byte slices and stringsMartin Möhrmann
2016-03-02fmt: optimize string truncationMartin Möhrmann
2016-03-02all: single space after period.Brad Fitzpatrick
2016-02-29fmt: fix formatting of numbers with f.space and f.plus specifiedMartin Möhrmann
2016-02-27fmt: simplify buffer write methods and adjust calls to themMartin Möhrmann
2016-02-27fmt: change padding functions to avoid package initMartin Möhrmann
2016-02-21fmt: fix zero padding for NaNMartin Möhrmann
2016-02-19fmt: remove math package dependency and avoid float operationsMartin Möhrmann
2015-06-29fmt: restore padding for %x on byte slices and stringsRob Pike
2015-06-02fmt: fix buffer underflow for negative integersHåvard Haugen
2015-05-11fmt: allow for space and plus flags when computing widthsRob Pike
2015-05-07fmt: fix panic with large precisionRob Pike
2015-04-13fmt: empty byte slices should print nothing in hexRob Pike
2014-10-03fmt: part 2 of the great flag rebuild: make %+v work in formattersRob Pike
2014-10-02fmt: make the %#v verb a special flagRob Pike
2014-09-24fmt: document and fix the handling of precision for strings and byte slicesRob Pike
2014-09-22fmt: make printing of ints 25-35% fasterRob Pike
2014-09-08build: move package sources from src/pkg to srcRuss Cox