aboutsummaryrefslogtreecommitdiff
path: root/src/fmt
AgeCommit message (Expand)Author
5 daysfmt, internal/fmtsort: refactor SortedMap to use slice of structs for map sor...aimuz
2024-04-02fmt: add available godoc linkcui fliter
2024-03-04fmt: allow padding and minus flags at the same timeMitar
2024-02-13fmt: clear width and precision when recovering formatting object from the poolRob Pike
2024-02-13fmt: document how %#g handles infinities and NaNsRob Pike
2024-01-31fmt: update docs for %03sRuss Cox
2024-01-31fmt: revert "don't pad strings with zeros"Russ Cox
2024-01-23fmt: don't pad strings with zerosRob Pike
2023-09-25fmt: clarify that we don't call String for %#vIan Lance Taylor
2023-09-08fmt: adjust comment after CL 524940Daniel Martí
2023-09-07fmt: avoid reflect.Value.Slice to help escape analysisthepudds
2023-09-07fmt: avoid reflect.Value.Pointer to help escape analysisthepudds
2023-08-17fmt: amend comment for getFieldJes Cok
2023-08-17fmt: fix receiver names are differentch3nnn
2023-05-24fmt: correct documentation for FormatterPaul Jolly
2023-05-23fmt,math/big,net/url: fixes to old BenchmarksEgon Elbre
2023-05-08all: make safe for new vet analyzerRuss Cox
2023-02-16src: rename unexported errors by adding prefix errOleksandr Redko
2023-01-30all: fix problematic commentscui fliter
2022-11-23fmt: add uintptr test casekijimaD
2022-09-29errors, fmt: add support for wrapping multiple errorsDamien Neil
2022-09-21fmt: rely on utf8.AppendRuneJoe Tsai
2022-09-03fmt: recycle printers with large buffersCarlo Alberto Ferraris
2022-08-06fmt: add a function to recover the original format string given a StateRob Pike
2022-05-17fmt: add Append, Appendln, AppendfRob Pike
2022-04-11all: gofmt main repoRuss Cox
2022-04-05all: replace `` and '' with “ (U+201C) and ” (U+201D) in doc commentsRuss Cox
2022-04-01all: fix various doc comment formatting nitsRuss Cox
2022-03-16fmt, strconv: document use of Unicode replacement character in %qRuss Cox
2022-03-15all: untab /* */ doc commentsRuss Cox
2022-03-08fmt: use tabs for indentationDmitri Shuralyov
2022-03-05fmt: clarify right-padded strings use spacesAdam Shannon
2021-12-13all: gofmt -w -r 'interface{} -> any' srcRuss Cox
2021-10-26all: use reflect.{Pointer,PointerTo}Cuong Manh Le
2021-06-07fmt: split package documentation into more sectionsBranden J Brown
2021-03-13fmt: use “truncateString” not “truncate” in method doczfCode
2020-10-13fmt: explain how Formatter interface affects verbs and flagsBryan Boreham
2020-08-17fmt: avoid badverb formatting for %q when used with integersMartin Möhrmann
2020-02-26fmt: do not remove trailing zeros for %g and %G with #(sharp) flagyah01
2020-02-26all: avoid string(i) where i has type intIan Lance Taylor
2019-10-25fmt: fix handling of %% verb in ScanfRob Pike
2019-09-27cmd: update x/tools version to enforce only one %wHasit Bhatt
2019-08-23doc/go1.13: document fmt's number syntax updatesEmmanuel T Odeke
2019-06-27fmt: fix typo in errors.goBaokun Lee
2019-05-23fmt: always clear wrapErrsMartin Möhrmann
2019-05-15fmt: support %wDamien Neil
2019-05-15errors, fmt: revert rejected changes for Go 1.13Damien Neil
2019-05-09fmt: rename buffer.WriteByte to writeByteRuss Cox
2019-03-25fmt: fix spelling mistake in exampleRob Pike
2019-03-20os: make errors.Is work with ErrPermission et al.Damien Neil