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
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
2019-02-26
fmt: fix an error in documentation for fmt
Bryan Heden
2019-02-26
fmt: scan new number syntax
Russ Cox
2019-02-26
fmt: format 0b, 0o prefixes in %#b and %O
Russ Cox
2019-02-26
fmt: format hex floats and complexes
Russ Cox
2018-12-13
fmt: include failing method name in panic message
Ian Lance Taylor
2018-11-26
fmt: update formatting example for maps
Rob Pike
2018-11-14
fmt: avoid allocation when formatting byte slice arguments with verb s
Martin Möhrmann
2018-10-18
fmt: print maps in key-sorted order
Rob Pike
2018-10-16
Revert "fmt: fix incorrect format of whole-number floats when using %#v"
Filippo Valsorda
2018-10-06
fmt: add example Sscanf
Lehner Florian
2018-10-03
io: export StringWriter
Daniel Martí
2018-09-24
fmt: unify the printing examples
Rob Pike
2018-09-24
fmt: add a package-level example illustrating basic formats
Rob Pike
2018-09-19
fmt: fix usage of sync.Pool
Joe Tsai
2018-09-07
fmt: add example for Sprint
Thanabodee Charoenpiriyakij
2018-09-07
fmt: add example for Print
Thanabodee Charoenpiriyakij
2018-09-07
fmt: add example for Fprint
Thanabodee Charoenpiriyakij
2018-09-06
fmt: add example for GoStringer interface
Warren Fernandes
2018-08-31
fmt: add example for Fscanln
Muhammad Falak R Wani
2018-08-31
fmt: add example for Fscanf
Venil Noronha
2018-08-31
fmt: add an example for Sprintln
Drew Flower
2018-08-31
fmt: add Println example
Rodolfo Rodriguez
2018-08-30
fmt: remove spelling mistake in example
Kevin Burke
2018-08-30
fmt: add example for Fprintln
Dylan Waits
2018-08-30
fmt: add an example for Errorf
ianzapolsky
2018-08-30
fmt: add an example for Sprintf
Venil Noronha
2018-08-28
fmt: fix incorrect format of whole-number floats when using %#v
Dave Brophy
2018-08-22
fmt: print values for map keys with non-reflexive equality
Martin Möhrmann
2018-08-01
strconv: clarify "g" and "G" precision in the docs
Daniela Petruzalek
2018-04-17
fmt: make %v doc for compound objects consistent
Ashish Gandhi
[prev]
[next]