aboutsummaryrefslogtreecommitdiff
path: root/src/fmt
AgeCommit message (Expand)Author
2026-01-30fmt: avoid storing input arguments on pp to help escape analysisthepudds
2025-11-27fmt: document space behavior of AppendAlan Donovan
2025-11-14std: fix printf("%q", int) mistakesAlan Donovan
2025-10-06fmt: reduce Errorf("x") allocations to match errors.New("x")thepudds
2025-09-03unicode/utf8: make DecodeRune{,InString} inlineableJulien Cretel
2025-05-21cmd/compile/internal/walk: convert composite literals to interfaces without a...thepudds
2025-05-21cmd/compile/internal/escape: propagate constants to interface conversions to ...thepudds
2024-12-17fmt, strconv: document that exponent is always two digitsIan Lance Taylor
2024-12-13fmt: add more function and allocation teststhepudds
2024-11-16fmt: document nil receiver handling for GoStringerSean Liao
2024-09-23fmt: fix incorrect doc commentwanggang
2024-08-08fmt: remove ineffective else branch in testOleksandr Redko
2024-05-23all: change from sort functions to slices functions where feasibleIan Lance Taylor
2024-05-13fmt, 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