index
:
delta/go-git.git
dev.boringcrypto
dev.boringcrypto.go1.10
dev.boringcrypto.go1.11
dev.boringcrypto.go1.12
dev.boringcrypto.go1.13
dev.boringcrypto.go1.14
dev.boringcrypto.go1.15
dev.boringcrypto.go1.16
dev.boringcrypto.go1.17
dev.boringcrypto.go1.18
dev.boringcrypto.go1.8
dev.boringcrypto.go1.9
dev.cc
dev.cmdgo
dev.debug
dev.fuzz
dev.garbage
dev.gcfe
dev.go2go
dev.inline
dev.link
dev.power64
dev.regabi
dev.ssa
dev.tls
dev.typealias
dev.typeparams
dev.types
dev.unified
master
q
release-branch.go1
release-branch.go1.1
release-branch.go1.10
release-branch.go1.10-security
release-branch.go1.11
release-branch.go1.11-security
release-branch.go1.12
release-branch.go1.12-security
release-branch.go1.13
release-branch.go1.13-security
release-branch.go1.14
release-branch.go1.14-security
release-branch.go1.15
release-branch.go1.15-security
release-branch.go1.16
release-branch.go1.17
release-branch.go1.18
release-branch.go1.19
release-branch.go1.2
release-branch.go1.20
release-branch.go1.3
release-branch.go1.4
release-branch.go1.5
release-branch.go1.6
release-branch.go1.7
release-branch.go1.8
release-branch.go1.9
release-branch.r57
release-branch.r58
release-branch.r59
release-branch.r60
tls
tmp.shadams
github.com: golang/go
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
fmt
Commit message (
Expand
)
Author
Age
Files
Lines
*
fmt: fix typo
Brad Fitzpatrick
2016-11-17
1
-1
/
+1
*
fmt: document that unexported struct fields don't get the String/Error treatment
Russ Cox
2016-10-26
1
-0
/
+3
*
fmt: always handle special methods if print operand is a reflect.Value
Martin Möhrmann
2016-10-18
2
-1
/
+12
*
fmt: fix documention for %#v on uints
Rob Pike
2016-10-18
1
-1
/
+1
*
fmt: document and adjust Scanf space handling to eliminate a few paradoxes
Russ Cox
2016-10-07
3
-78
/
+104
*
fmt: add tests showing current Scanf space handling
Russ Cox
2016-10-07
1
-4
/
+139
*
fmt: add tests for parsenum
Oleg Vakheta
2016-10-04
2
-0
/
+24
*
doc: avoid mentioning non-existence of u flag to fmt.Printf.
Jim Kingdon
2016-09-09
1
-3
/
+0
*
fmt: properly handle early io.EOF Reads in readRune.readByte
Joe Tsai
2016-07-16
2
-61
/
+46
*
fmt: remove extra space in too few arguments example
Mohit Agarwal
2016-05-12
1
-1
/
+1
*
fmt: remove extra space in doc for compound objects
Emmanuel Odeke
2016-04-17
1
-1
/
+1
*
fmt: fix padding when precision is set for integer formatting
Martin Möhrmann
2016-04-17
2
-17
/
+20
*
fmt: optimize struct layout and intbuf size
Martin Möhrmann
2016-04-15
3
-72
/
+47
*
fmt: clarify that for %g precision determines number of significant digits
Rob Pike
2016-04-14
1
-4
/
+4
*
fmt: hold on to all free buffers, regardless of size
Brad Fitzpatrick
2016-04-03
1
-4
/
+0
*
fmt: fix padding for 0 precision 0 integer value formatting
Martin Möhrmann
2016-03-30
2
-1
/
+5
*
fmt: improve handling of zero padding
Martin Möhrmann
2016-03-30
1
-8
/
+11
*
fmt: unify array and slice formatting for bytes and other types
Martin Möhrmann
2016-03-27
2
-72
/
+60
*
fmt: cleanup reflect value handling
Martin Möhrmann
2016-03-27
2
-62
/
+63
*
fmt: split doPrint into two specialized functions
Martin Möhrmann
2016-03-26
1
-11
/
+18
*
fmt: cleanup and optimize doPrintf for simple formats
Martin Möhrmann
2016-03-23
1
-41
/
+58
*
all: delete dead test code
Dominik Honnef
2016-03-21
1
-6
/
+0
*
fmt: unify integer formatting
Martin Möhrmann
2016-03-20
3
-135
/
+97
*
fmt: integer formatting should not permanently change padding
Martin Möhrmann
2016-03-19
2
-0
/
+5
*
fmt: remove depth argument from handleMethods and printArg
Martin Möhrmann
2016-03-19
1
-13
/
+13
*
fmt: simplify handling of reporting flags to formatters
Martin Möhrmann
2016-03-18
1
-31
/
+2
*
fmt: remove unused field from printer struct
Martin Möhrmann
2016-03-18
1
-1
/
+0
*
fmt: separate unicode and integer formatting
Martin Möhrmann
2016-03-17
3
-68
/
+74
*
fmt: reuse buffer and add range checks for %c and %q
Martin Möhrmann
2016-03-16
3
-36
/
+61
*
fmt: cleanup %p and %T code paths
Martin Möhrmann
2016-03-16
2
-17
/
+9
*
fmt: clear flags before printing extra argument errors
Martin Möhrmann
2016-03-16
2
-19
/
+17
*
fmt: replace variables for type bit sizes with constants
Martin Möhrmann
2016-03-16
2
-7
/
+7
*
fmt: handle %X like %x for byte type arrays and slices
Martin Möhrmann
2016-03-15
2
-18
/
+25
*
fmt: refactor pointer formatting and improve tests
Martin Möhrmann
2016-03-09
2
-71
/
+90
*
fmt: refactor and unify float and complex formatting
Martin Möhrmann
2016-03-06
3
-184
/
+115
*
fmt: use fewer allocations for %q string formatting
Martin Möhrmann
2016-03-05
2
-28
/
+95
*
fmt: optimize byte slice and array formatting for %v and %d
Martin Möhrmann
2016-03-05
2
-32
/
+86
*
fmt: float formatting should not permanently change width
Martin Möhrmann
2016-03-05
2
-4
/
+11
*
fmt: optimize %x and %X formatting for byte slices and strings
Martin Möhrmann
2016-03-03
2
-44
/
+134
*
fmt: optimize string truncation
Martin Möhrmann
2016-03-02
2
-5
/
+14
*
all: single space after period.
Brad Fitzpatrick
2016-03-02
4
-21
/
+21
*
all: make copyright headers consistent with one space after period
Brad Fitzpatrick
2016-03-01
1
-1
/
+1
*
fmt: make identification of string arguments consistent
Martin Möhrmann
2016-03-01
1
-35
/
+33
*
all: remove public named return values when useless
Brad Fitzpatrick
2016-02-29
1
-1
/
+1
*
fmt: fix formatting of numbers with f.space and f.plus specified
Martin Möhrmann
2016-02-29
2
-3
/
+20
*
fmt: simplify buffer write methods and adjust calls to them
Martin Möhrmann
2016-02-27
4
-85
/
+78
*
fmt: change padding functions to avoid package init
Martin Möhrmann
2016-02-27
3
-57
/
+60
*
fmt: use public io.RuneScanner interface for ScanState reader
Martin Möhrmann
2016-02-26
2
-58
/
+63
*
fmt: fix zero padding for NaN
Martin Möhrmann
2016-02-21
2
-3
/
+16
*
fmt: remove math package dependency and avoid float operations
Martin Möhrmann
2016-02-19
2
-26
/
+23
[next]