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
/
print.go
Age
Commit message (
Expand
)
Author
2024-01-23
fmt: don't pad strings with zeros
Rob Pike
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
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-05
all: replace `` and '' with “ (U+201C) and ” (U+201D) in doc comments
Russ Cox
2021-12-13
all: gofmt -w -r 'interface{} -> any' src
Russ Cox
2021-10-26
all: use reflect.{Pointer,PointerTo}
Cuong Manh Le
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
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-02-27
fmt: add frame info to Errorf and support %w
Marcel van Lohuizen
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-18
fmt: print maps in key-sorted order
Rob Pike
2018-09-19
fmt: fix usage of sync.Pool
Joe Tsai
2018-08-22
fmt: print values for map keys with non-reflexive equality
Martin Möhrmann
2018-02-27
fmt: change some unexported method names to camel case
Darshan Parajuli
2017-09-20
fmt: Implement pp.WriteString method
Rajath Agasthya
2017-08-26
all: remove some double spaces from comments
Daniel Martí
2017-08-14
fmt: add ascii fast path for decoding verbs
Martin Möhrmann
2017-02-19
fmt: remove unused global variable byteType
Martin Möhrmann
2016-12-11
fmt: undo clearflags in catchPanic after error message has been printed
Martin Möhrmann
2016-12-07
fmt: remove unnecessary else statement
Odin Ugedal
2016-10-18
fmt: always handle special methods if print operand is a reflect.Value
Martin Möhrmann
2016-04-15
fmt: optimize struct layout and intbuf size
Martin Möhrmann
2016-04-03
fmt: hold on to all free buffers, regardless of size
Brad Fitzpatrick
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-26
fmt: split doPrint into two specialized functions
Martin Möhrmann
2016-03-23
fmt: cleanup and optimize doPrintf for simple formats
Martin Möhrmann
2016-03-20
fmt: unify integer formatting
Martin Möhrmann
2016-03-19
fmt: remove depth argument from handleMethods and printArg
Martin Möhrmann
2016-03-18
fmt: simplify handling of reporting flags to formatters
Martin Möhrmann
2016-03-18
fmt: remove unused field from printer struct
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
[next]