Sign in
go
/
go
/
305b0de625833f4986b6556cba633e6f21c37c18
/
src
/
fmt
8f4f1f6
fmt: hide bad format in test from vet
by Russ Cox
· 7 years ago
e5b7335
fmt: clarify wording of * flag
by Rob Pike
· 7 years ago
8802b18
fmt: Implement pp.WriteString method
by Rajath Agasthya
· 7 years ago
a4140b7
fmt: document verbs %b %d %o %x %X for printing pointers
by Rob Pike
· 7 years ago
99da873
all: remove some double spaces from comments
by Daniel Martí
· 7 years ago
58f84fd
fmt: add Stringer example
by Blain Smith
· 7 years ago
629b5e7
fmt: add ascii fast path for decoding verbs
by Martin Möhrmann
· 8 years ago
320b6fe
fmt: remove stopAtNewline unused parameter
by Daniel Martí
· 7 years ago
b7c51c5
fmt: remove unnecessary trailing commas in doc.go
by Rob Phoenix
· 8 years ago
ea020ff
fmt: add short note about %g precision
by Alberto Donizetti
· 8 years ago
d9a19f8
fmt: remove unused global variable byteType
by Martin Möhrmann
· 8 years ago
e97f407
fmt: support sharp flag for float and complex value printing
by Martin Möhrmann
· 8 years ago
cbcc1db
fmt: undo clearflags in catchPanic after error message has been printed
by Martin Möhrmann
· 8 years ago
8e0c4639
fmt: remove unnecessary else statement
by Odin Ugedal
· 8 years ago
7534a72
fmt: fix typo
by Brad Fitzpatrick
· 8 years ago
4b9490e
fmt: document that unexported struct fields don't get the String/Error treatment
by Russ Cox
· 8 years ago
2ecaaf1
fmt: always handle special methods if print operand is a reflect.Value
by Martin Möhrmann
· 8 years ago
ac1108b
fmt: fix documention for %#v on uints
by Rob Pike
· 8 years ago
0db9518
fmt: document and adjust Scanf space handling to eliminate a few paradoxes
by Russ Cox
· 8 years ago
23606c6
fmt: add tests showing current Scanf space handling
by Russ Cox
· 9 years ago
4caf93c
fmt: add tests for parsenum
by Oleg Vakheta
· 9 years ago
2a36f78
doc: avoid mentioning non-existence of u flag to fmt.Printf.
by Jim Kingdon
· 8 years ago
510fb63
fmt: properly handle early io.EOF Reads in readRune.readByte
by Joe Tsai
· 8 years ago
8f48efb
fmt: remove extra space in too few arguments example
by Mohit Agarwal
· 9 years ago
5c434e9
fmt: remove extra space in doc for compound objects
by Emmanuel Odeke
· 9 years ago
a85a224
fmt: fix padding when precision is set for integer formatting
by Martin Möhrmann
· 9 years ago
7345fa5
fmt: optimize struct layout and intbuf size
by Martin Möhrmann
· 9 years ago
933d521
fmt: clarify that for %g precision determines number of significant digits
by Rob Pike
· 9 years ago
0656da9
fmt: hold on to all free buffers, regardless of size
by Brad Fitzpatrick
· 9 years ago
aec8e14
fmt: fix padding for 0 precision 0 integer value formatting
by Martin Möhrmann
· 9 years ago
d175a85
fmt: improve handling of zero padding
by Martin Möhrmann
· 9 years ago
9149aa1
fmt: unify array and slice formatting for bytes and other types
by Martin Möhrmann
· 9 years ago
d170d3e
fmt: cleanup reflect value handling
by Martin Möhrmann
· 9 years ago
ad391c9
fmt: split doPrint into two specialized functions
by Martin Möhrmann
· 9 years ago
49da931
fmt: cleanup and optimize doPrintf for simple formats
by Martin Möhrmann
· 9 years ago
b2cf571
all: delete dead test code
by Dominik Honnef
· 9 years ago
8d9ece9
fmt: unify integer formatting
by Martin Möhrmann
· 9 years ago
d246eed
fmt: integer formatting should not permanently change padding
by Martin Möhrmann
· 9 years ago
2f4d420
fmt: remove depth argument from handleMethods and printArg
by Martin Möhrmann
· 9 years ago
e97789f
fmt: simplify handling of reporting flags to formatters
by Martin Möhrmann
· 9 years ago
40bd28f
fmt: remove unused field from printer struct
by Martin Möhrmann
· 9 years ago
d38275c
fmt: separate unicode and integer formatting
by Martin Möhrmann
· 9 years ago
42cd69f
fmt: reuse buffer and add range checks for %c and %q
by Martin Möhrmann
· 9 years ago
b8ddcc0
fmt: cleanup %p and %T code paths
by Martin Möhrmann
· 9 years ago
cf08ead
fmt: clear flags before printing extra argument errors
by Martin Möhrmann
· 9 years ago
a9d0244
fmt: replace variables for type bit sizes with constants
by Martin Möhrmann
· 9 years ago
c45c515
fmt: handle %X like %x for byte type arrays and slices
by Martin Möhrmann
· 9 years ago
8e23156
fmt: refactor pointer formatting and improve tests
by Martin Möhrmann
· 9 years ago
bd6d842
fmt: refactor and unify float and complex formatting
by Martin Möhrmann
· 9 years ago
5763476
fmt: use fewer allocations for %q string formatting
by Martin Möhrmann
· 9 years ago
00da3a6
fmt: optimize byte slice and array formatting for %v and %d
by Martin Möhrmann
· 9 years ago
7837418
fmt: float formatting should not permanently change width
by Martin Möhrmann
· 9 years ago
033e3e1
fmt: optimize %x and %X formatting for byte slices and strings
by Martin Möhrmann
· 9 years ago
83765d1
fmt: optimize string truncation
by Martin Möhrmann
· 9 years ago
5fea2cc
all: single space after period.
by Brad Fitzpatrick
· 9 years ago
5194744
all: make copyright headers consistent with one space after period
by Brad Fitzpatrick
· 9 years ago
33c0ef2
fmt: make identification of string arguments consistent
by Martin Möhrmann
· 9 years ago
351c15f
all: remove public named return values when useless
by Brad Fitzpatrick
· 9 years ago
75cc05f
fmt: fix formatting of numbers with f.space and f.plus specified
by Martin Möhrmann
· 9 years ago
7da4ced
fmt: simplify buffer write methods and adjust calls to them
by Martin Möhrmann
· 9 years ago
abcad1e
fmt: change padding functions to avoid package init
by Martin Möhrmann
· 9 years ago
6520da6
fmt: use public io.RuneScanner interface for ScanState reader
by Martin Möhrmann
· 9 years ago
5dc053b
fmt: fix zero padding for NaN
by Martin Möhrmann
· 9 years ago
5a9c128
fmt: remove math package dependency and avoid float operations
by Martin Möhrmann
· 9 years ago
b04f3b0
all: replace strings.Index with strings.Contains where possible
by Nathan VanBenschoten
· 9 years ago
dbaf501
Revert "fmt: check newline in the end of input"
by Russ Cox
· 9 years ago
7b767f4
internal/race: add package
by Dmitry Vyukov
· 9 years ago
8331f19
fmt: check newline in the end of input
by Nodir Turakulov
· 9 years ago
2949985
fmt: give correct error for % at end of string when scanning
by Rob Pike
· 9 years ago
26fe24c
fmt: Add support for capital '%X' format verb for scanning
by Thorben Krueger
· 9 years ago
1da6b2e
fmt: clarify reflect.Value printing
by Nodir Turakulov
· 9 years ago
a00cec9
fmt: allow any type in a format's width argument
by Rob Pike
· 9 years ago
24e4cd9
fmt: fix scientific notation in docs
by Shenghou Ma
· 9 years ago
b1eec18
fmt: in Scanf, %c can scan a space, so don't skip spaces at %c
by Rob Pike
· 9 years ago
fe3d8d4
fmt: don't unread eof scanning %x
by Rob Pike
· 9 years ago
a76c1a5
fmt: restore padding for %x on byte slices and strings
by Rob Pike
· 10 years ago
4e834cf
fmt: handle negative width/prec when supplied as an argument
by Todd Neal
· 10 years ago
a1fe3b5
fmt: scanning widths apply after leading spaces
by Rob Pike
· 10 years ago
57f4b43
fmt: require newlines to match when scanning with a format
by Rob Pike
· 10 years ago
70cf735
fmt: fix buffer underflow for negative integers
by Håvard Haugen
· 10 years ago
e3a9a08
fmt: allow for space and plus flags when computing widths
by Rob Pike
· 10 years ago
e92a724
fmt: skip malloc test under race detector
by Josh Bleecher Snyder
· 10 years ago
c6688b7
fmt: fix panic with large precision
by Rob Pike
· 10 years ago
325642e
fmt: prevent panic from %.[]
by Fabrizio (Misto) Milo
· 10 years ago
a63ba85
fmt: document that Scanf returns an error the same as Scan
by Rob Pike
· 10 years ago
92715d7
fmt: change the overflow test for large numbers in verbs
by Rob Pike
· 10 years ago
660a682
fmt: catch overflow in width and prec calculations
by Rob Pike
· 10 years ago
a2ef54b
fmt: adjust formatting of invalid reflect.Value, add more tests
by Russ Cox
· 10 years ago
db1f9cd
Revert "fmt: add a few more reflect.Value tests"
by Brad Fitzpatrick
· 10 years ago
3e6b7f3
fmt: add a few more reflect.Value tests
by Russ Cox
· 10 years ago
049b89d
fmt: treat reflect.Value specially - as the value it holds
by Rob Pike
· 10 years ago
5705832
fmt: empty byte slices should print nothing in hex
by Rob Pike
· 10 years ago
15e66f9
fmt: improve test coverage of %x and %X format variations for strings
by Martin Möhrmann
· 10 years ago
3ee9df7
fmt: document existing behavior of nil receivers
by Rob Pike
· 10 years ago
e6fac08
cmd/gc: allocate buffers for non-escaped strings on stack
by Dmitry Vyukov
· 10 years ago
e12b1dd
fmt: reword the document for [n].
by Shenghou Ma
· 10 years ago
9a5789d
fmt: fix two typos
by Shenghou Ma
· 10 years ago
f3c85c5
fmt: fix bug in scanning of hex strings
by Rob Pike
· 10 years ago
3bbc863
fmt: fix one-letter typo in doc.go Stupid mistake in previous CL.
by Rob Pike
· 10 years ago
c88ba19
fmt: fix documentation for %g and %G
by Rob Pike
· 10 years ago
Next »