| Age | Commit message (Expand) | Author |
| 2026-01-30 | fmt: avoid storing input arguments on pp to help escape analysis | thepudds |
| 2025-11-27 | fmt: document space behavior of Append | Alan Donovan |
| 2025-11-14 | std: fix printf("%q", int) mistakes | Alan Donovan |
| 2025-10-06 | fmt: reduce Errorf("x") allocations to match errors.New("x") | thepudds |
| 2025-09-03 | unicode/utf8: make DecodeRune{,InString} inlineable | Julien Cretel |
| 2025-05-21 | cmd/compile/internal/walk: convert composite literals to interfaces without a... | thepudds |
| 2025-05-21 | cmd/compile/internal/escape: propagate constants to interface conversions to ... | thepudds |
| 2024-12-17 | fmt, strconv: document that exponent is always two digits | Ian Lance Taylor |
| 2024-12-13 | fmt: add more function and allocation tests | thepudds |
| 2024-11-16 | fmt: document nil receiver handling for GoStringer | Sean Liao |
| 2024-09-23 | fmt: fix incorrect doc comment | wanggang |
| 2024-08-08 | fmt: remove ineffective else branch in test | Oleksandr Redko |
| 2024-05-23 | all: change from sort functions to slices functions where feasible | Ian Lance Taylor |
| 2024-05-13 | fmt, internal/fmtsort: refactor SortedMap to use slice of structs for map sor... | aimuz |
| 2024-04-02 | fmt: add available godoc link | cui fliter |
| 2024-03-04 | fmt: allow padding and minus flags at the same time | Mitar |
| 2024-02-13 | fmt: clear width and precision when recovering formatting object from the pool | Rob Pike |
| 2024-02-13 | fmt: document how %#g handles infinities and NaNs | Rob Pike |
| 2024-01-31 | fmt: update docs for %03s | Russ Cox |
| 2024-01-31 | fmt: revert "don't pad strings with zeros" | Russ Cox |
| 2024-01-23 | fmt: don't pad strings with zeros | Rob Pike |
| 2023-09-25 | fmt: clarify that we don't call String for %#v | Ian Lance Taylor |
| 2023-09-08 | fmt: adjust comment after CL 524940 | Daniel Martí |
| 2023-09-07 | fmt: avoid reflect.Value.Slice to help escape analysis | thepudds |
| 2023-09-07 | fmt: avoid reflect.Value.Pointer to help escape analysis | thepudds |
| 2023-08-17 | fmt: amend comment for getField | Jes Cok |
| 2023-08-17 | fmt: fix receiver names are different | ch3nnn |
| 2023-05-24 | fmt: correct documentation for Formatter | Paul Jolly |
| 2023-05-23 | fmt,math/big,net/url: fixes to old Benchmarks | Egon Elbre |
| 2023-05-08 | all: make safe for new vet analyzer | Russ Cox |
| 2023-02-16 | src: rename unexported errors by adding prefix err | Oleksandr Redko |
| 2023-01-30 | all: fix problematic comments | cui fliter |
| 2022-11-23 | fmt: add uintptr test case | kijimaD |
| 2022-09-29 | errors, fmt: add support for wrapping multiple errors | Damien Neil |
| 2022-09-21 | fmt: rely on utf8.AppendRune | Joe Tsai |
| 2022-09-03 | fmt: recycle printers with large buffers | Carlo Alberto Ferraris |
| 2022-08-06 | fmt: add a function to recover the original format string given a State | Rob Pike |
| 2022-05-17 | fmt: add Append, Appendln, Appendf | Rob Pike |
| 2022-04-11 | all: gofmt main repo | Russ Cox |
| 2022-04-05 | all: replace `` and '' with “ (U+201C) and ” (U+201D) in doc comments | Russ Cox |
| 2022-04-01 | all: fix various doc comment formatting nits | Russ Cox |
| 2022-03-16 | fmt, strconv: document use of Unicode replacement character in %q | Russ Cox |
| 2022-03-15 | all: untab /* */ doc comments | Russ Cox |
| 2022-03-08 | fmt: use tabs for indentation | Dmitri Shuralyov |
| 2022-03-05 | fmt: clarify right-padded strings use spaces | Adam Shannon |
| 2021-12-13 | all: gofmt -w -r 'interface{} -> any' src | Russ Cox |
| 2021-10-26 | all: use reflect.{Pointer,PointerTo} | Cuong Manh Le |
| 2021-06-07 | fmt: split package documentation into more sections | Branden J Brown |
| 2021-03-13 | fmt: use “truncateString” not “truncate” in method doc | zfCode |
| 2020-10-13 | fmt: explain how Formatter interface affects verbs and flags | Bryan Boreham |