index
:
go
bench-before
fix-runtime-test-GOMAXPROCS
json-isValidNumber
json-isValidNumber-before
main
makepkg
ms-fix-multipart-readform
Fork of Go programming language with my patches.
Go Authors
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
fmt
Age
Commit message (
Expand
)
Author
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
2020-08-17
fmt: avoid badverb formatting for %q when used with integers
Martin Möhrmann
2020-02-26
fmt: do not remove trailing zeros for %g and %G with #(sharp) flag
yah01
2020-02-26
all: avoid string(i) where i has type int
Ian Lance Taylor
2019-10-25
fmt: fix handling of %% verb in Scanf
Rob Pike
2019-09-27
cmd: update x/tools version to enforce only one %w
Hasit Bhatt
2019-08-23
doc/go1.13: document fmt's number syntax updates
Emmanuel T Odeke
2019-06-27
fmt: fix typo in errors.go
Baokun Lee
2019-05-23
fmt: always clear wrapErrs
Martin Möhrmann
2019-05-15
fmt: support %w
Damien Neil
2019-05-15
errors, fmt: revert rejected changes for Go 1.13
Damien Neil
2019-05-09
fmt: rename buffer.WriteByte to writeByte
Russ Cox
2019-03-25
fmt: fix spelling mistake in example
Rob Pike
2019-03-20
os: make errors.Is work with ErrPermission et al.
Damien Neil
2019-03-18
cmd/compile: rename init function from init.ializers back to init
Keith Randall
2019-03-14
fmt: make type of fmt.Errorf the same as that of errors.New
Marcel van Lohuizen
2019-03-14
fmt: refined tests for non-string error verbs
Marcel van Lohuizen
2019-03-14
fmt: put back named results in ss.scanBasePrefix
Russ Cox
2019-03-06
fmt: rewrite if-else-if-else chain to switch statement
Motkov.Kirill
2019-02-28
fmt: fix %d and other non-string verbs on errors
Damien Neil
2019-02-27
fmt: add frame info to Errorf and support %w
Marcel van Lohuizen
[next]