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
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-03-01
all: make copyright headers consistent with one space after period
Brad Fitzpatrick
2016-03-01
fmt: make identification of string arguments consistent
Martin Möhrmann
2016-02-29
all: remove public named return values when useless
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-26
fmt: use public io.RuneScanner interface for ScanState reader
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
2016-02-19
all: replace strings.Index with strings.Contains where possible
Nathan VanBenschoten
2015-12-11
Revert "fmt: check newline in the end of input"
Russ Cox
2015-11-26
internal/race: add package
Dmitry Vyukov
2015-11-23
fmt: check newline in the end of input
Nodir Turakulov
2015-11-20
fmt: give correct error for % at end of string when scanning
Rob Pike
2015-10-20
fmt: Add support for capital '%X' format verb for scanning
Thorben Krueger
2015-10-19
fmt: clarify reflect.Value printing
Nodir Turakulov
2015-09-10
fmt: allow any type in a format's width argument
Rob Pike
2015-08-31
fmt: fix scientific notation in docs
Shenghou Ma
2015-08-24
fmt: in Scanf, %c can scan a space, so don't skip spaces at %c
Rob Pike
2015-08-10
fmt: don't unread eof scanning %x
Rob Pike
2015-06-29
fmt: restore padding for %x on byte slices and strings
Rob Pike
2015-06-25
fmt: handle negative width/prec when supplied as an argument
Todd Neal
2015-06-13
fmt: scanning widths apply after leading spaces
Rob Pike
2015-06-12
fmt: require newlines to match when scanning with a format
Rob Pike
2015-06-02
fmt: fix buffer underflow for negative integers
Håvard Haugen
2015-05-11
fmt: allow for space and plus flags when computing widths
Rob Pike
2015-05-11
fmt: skip malloc test under race detector
Josh Bleecher Snyder
2015-05-07
fmt: fix panic with large precision
Rob Pike
2015-05-05
fmt: prevent panic from %.[]
Fabrizio (Misto) Milo
2015-05-05
fmt: document that Scanf returns an error the same as Scan
Rob Pike
2015-05-05
fmt: change the overflow test for large numbers in verbs
Rob Pike
2015-05-04
fmt: catch overflow in width and prec calculations
Rob Pike
2015-04-17
fmt: adjust formatting of invalid reflect.Value, add more tests
Russ Cox
2015-04-16
Revert "fmt: add a few more reflect.Value tests"
Brad Fitzpatrick
2015-04-16
fmt: add a few more reflect.Value tests
Russ Cox
2015-04-15
fmt: treat reflect.Value specially - as the value it holds
Rob Pike
2015-04-13
fmt: empty byte slices should print nothing in hex
Rob Pike
2015-04-01
fmt: improve test coverage of %x and %X format variations for strings
Martin Möhrmann
2015-03-01
fmt: document existing behavior of nil receivers
Rob Pike
2015-01-28
cmd/gc: allocate buffers for non-escaped strings on stack
Dmitry Vyukov
2015-01-19
fmt: reword the document for [n].
Shenghou Ma
2015-01-04
fmt: fix two typos
Shenghou Ma
[prev]
[next]