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
/
fmt_test.go
Age
Commit message (
Expand
)
Author
2024-01-23
fmt: don't pad strings with zeros
Rob Pike
2023-05-08
all: make safe for new vet analyzer
Russ Cox
2022-09-21
fmt: rely on utf8.AppendRune
Joe Tsai
2022-09-03
fmt: recycle printers with large buffers
Carlo Alberto Ferraris
2022-05-17
fmt: add Append, Appendln, Appendf
Rob Pike
2021-12-13
all: gofmt -w -r 'interface{} -> any' src
Russ Cox
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-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-14
fmt: avoid allocation when formatting byte slice arguments with verb s
Martin Möhrmann
2018-10-16
Revert "fmt: fix incorrect format of whole-number floats when using %#v"
Filippo Valsorda
2018-10-03
io: export StringWriter
Daniel Martí
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
2017-10-31
fmt: hide bad format in test from vet
Russ Cox
2017-09-20
fmt: Implement pp.WriteString method
Rajath Agasthya
2017-08-14
fmt: add ascii fast path for decoding verbs
Martin Möhrmann
2017-02-19
fmt: support sharp flag for float and complex value printing
Martin Möhrmann
2016-12-11
fmt: undo clearflags in catchPanic after error message has been printed
Martin Möhrmann
2016-10-18
fmt: always handle special methods if print operand is a reflect.Value
Martin Möhrmann
2016-10-04
fmt: add tests for parsenum
Oleg Vakheta
2016-04-17
fmt: fix padding when precision is set for integer formatting
Martin Möhrmann
2016-04-15
fmt: optimize struct layout and intbuf size
Martin Möhrmann
2016-03-30
fmt: fix padding for 0 precision 0 integer value formatting
Martin Möhrmann
2016-03-27
fmt: unify array and slice formatting for bytes and other types
Martin Möhrmann
2016-03-27
fmt: cleanup reflect value handling
Martin Möhrmann
2016-03-20
fmt: unify integer formatting
Martin Möhrmann
2016-03-19
fmt: integer formatting should not permanently change padding
Martin Möhrmann
2016-03-17
fmt: separate unicode and integer formatting
Martin Möhrmann
2016-03-16
fmt: reuse buffer and add range checks for %c and %q
Martin Möhrmann
2016-03-16
fmt: cleanup %p and %T code paths
Martin Möhrmann
2016-03-16
fmt: clear flags before printing extra argument errors
Martin Möhrmann
2016-03-15
fmt: handle %X like %x for byte type arrays and slices
Martin Möhrmann
2016-03-09
fmt: refactor pointer formatting and improve tests
Martin Möhrmann
2016-03-06
fmt: refactor and unify float and complex formatting
Martin Möhrmann
2016-03-05
fmt: use fewer allocations for %q string formatting
Martin Möhrmann
2016-03-05
fmt: optimize byte slice and array formatting for %v and %d
Martin Möhrmann
2016-03-05
fmt: float formatting should not permanently change width
Martin Möhrmann
2016-03-03
fmt: optimize %x and %X formatting for byte slices and strings
Martin Möhrmann
2016-03-02
fmt: optimize string truncation
Martin Möhrmann
2016-03-02
all: single space after period.
Brad Fitzpatrick
2016-02-29
fmt: fix formatting of numbers with f.space and f.plus specified
Martin Möhrmann
2016-02-27
fmt: simplify buffer write methods and adjust calls to them
Martin Möhrmann
2016-02-27
fmt: change padding functions to avoid package init
Martin Möhrmann
2016-02-21
fmt: fix zero padding for NaN
Martin Möhrmann
2016-02-19
fmt: remove math package dependency and avoid float operations
Martin Möhrmann
2015-11-26
internal/race: add package
Dmitry Vyukov
[next]