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
2018-04-17
fmt: document that Scan etc. accept 'p' format floats
Alberto Donizetti
2018-03-30
fmt: document the behaviour of %p on slices
mewmew
2018-02-27
fmt: change some unexported method names to camel case
Darshan Parajuli
2017-10-31
fmt: hide bad format in test from vet
Russ Cox
2017-10-15
fmt: clarify wording of * flag
Rob Pike
2017-09-20
fmt: Implement pp.WriteString method
Rajath Agasthya
2017-08-28
fmt: document verbs %b %d %o %x %X for printing pointers
Rob Pike
2017-08-26
all: remove some double spaces from comments
Daniel Martí
2017-08-16
fmt: add Stringer example
Blain Smith
2017-08-14
fmt: add ascii fast path for decoding verbs
Martin Möhrmann
2017-08-11
fmt: remove stopAtNewline unused parameter
Daniel Martí
2017-06-07
fmt: remove unnecessary trailing commas in doc.go
Rob Phoenix
2017-02-21
fmt: add short note about %g precision
Alberto Donizetti
2017-02-19
fmt: remove unused global variable byteType
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-12-07
fmt: remove unnecessary else statement
Odin Ugedal
2016-11-17
fmt: fix typo
Brad Fitzpatrick
2016-10-26
fmt: document that unexported struct fields don't get the String/Error treatment
Russ Cox
2016-10-18
fmt: always handle special methods if print operand is a reflect.Value
Martin Möhrmann
2016-10-18
fmt: fix documention for %#v on uints
Rob Pike
2016-10-07
fmt: document and adjust Scanf space handling to eliminate a few paradoxes
Russ Cox
2016-10-07
fmt: add tests showing current Scanf space handling
Russ Cox
2016-10-04
fmt: add tests for parsenum
Oleg Vakheta
2016-09-09
doc: avoid mentioning non-existence of u flag to fmt.Printf.
Jim Kingdon
2016-07-16
fmt: properly handle early io.EOF Reads in readRune.readByte
Joe Tsai
2016-05-12
fmt: remove extra space in too few arguments example
Mohit Agarwal
2016-04-17
fmt: remove extra space in doc for compound objects
Emmanuel Odeke
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-04-14
fmt: clarify that for %g precision determines number of significant digits
Rob Pike
2016-04-03
fmt: hold on to all free buffers, regardless of size
Brad Fitzpatrick
2016-03-30
fmt: fix padding for 0 precision 0 integer value formatting
Martin Möhrmann
2016-03-30
fmt: improve handling of zero padding
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-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-21
all: delete dead test code
Dominik Honnef
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-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
2016-03-16
fmt: clear flags before printing extra argument errors
Martin Möhrmann
2016-03-16
fmt: replace variables for type bit sizes with constants
Martin Möhrmann
2016-03-15
fmt: handle %X like %x for byte type arrays and slices
Martin Möhrmann
[prev]
[next]