summaryrefslogtreecommitdiff
path: root/src/fmt
Commit message (Expand)AuthorAgeFilesLines
* Revert "fmt: check newline in the end of input"Russ Cox2015-12-112-21/+8
* internal/race: add packageDmitry Vyukov2015-11-263-19/+2
* fmt: check newline in the end of inputNodir Turakulov2015-11-232-8/+21
* fmt: give correct error for % at end of string when scanningRob Pike2015-11-202-2/+9
* fmt: Add support for capital '%X' format verb for scanningThorben Krueger2015-10-202-2/+4
* fmt: clarify reflect.Value printingNodir Turakulov2015-10-191-2/+2
* fmt: allow any type in a format's width argumentRob Pike2015-09-102-5/+31
* fmt: fix scientific notation in docsShenghou Ma2015-08-311-2/+2
* fmt: in Scanf, %c can scan a space, so don't skip spaces at %cRob Pike2015-08-242-8/+16
* fmt: don't unread eof scanning %xRob Pike2015-08-102-1/+28
* fmt: restore padding for %x on byte slices and stringsRob Pike2015-06-293-5/+28
* fmt: handle negative width/prec when supplied as an argumentTodd Neal2015-06-252-4/+36
* fmt: scanning widths apply after leading spacesRob Pike2015-06-133-7/+15
* fmt: require newlines to match when scanning with a formatRob Pike2015-06-123-42/+144
* fmt: fix buffer underflow for negative integersHåvard Haugen2015-06-022-9/+8
* fmt: allow for space and plus flags when computing widthsRob Pike2015-05-112-2/+10
* fmt: skip malloc test under race detectorJosh Bleecher Snyder2015-05-113-3/+23
* fmt: fix panic with large precisionRob Pike2015-05-072-2/+15
* fmt: prevent panic from %.[]Fabrizio (Misto) Milo2015-05-052-2/+8
* fmt: document that Scanf returns an error the same as ScanRob Pike2015-05-051-0/+1
* fmt: change the overflow test for large numbers in verbsRob Pike2015-05-052-2/+5
* fmt: catch overflow in width and prec calculationsRob Pike2015-05-042-0/+4
* fmt: adjust formatting of invalid reflect.Value, add more testsRuss Cox2015-04-172-0/+10
* Revert "fmt: add a few more reflect.Value tests"Brad Fitzpatrick2015-04-162-10/+0
* fmt: add a few more reflect.Value testsRuss Cox2015-04-162-0/+10
* fmt: treat reflect.Value specially - as the value it holdsRob Pike2015-04-153-4/+16
* fmt: empty byte slices should print nothing in hexRob Pike2015-04-132-1/+9
* fmt: improve test coverage of %x and %X format variations for stringsMartin Möhrmann2015-04-011-12/+18
* fmt: document existing behavior of nil receiversRob Pike2015-03-011-1/+3
* cmd/gc: allocate buffers for non-escaped strings on stackDmitry Vyukov2015-01-281-0/+9
* fmt: reword the document for [n].Shenghou Ma2015-01-191-2/+2
* fmt: fix two typosShenghou Ma2015-01-041-2/+2
* fmt: fix bug in scanning of hex stringsRob Pike2014-12-223-13/+73
* fmt: fix one-letter typo in doc.goRob Pike2014-10-291-1/+1
* fmt: fix documentation for %g and %GRob Pike2014-10-281-2/+2
* fmt: print &map like &slice and &structRob Pike2014-10-033-3/+52
* fmt: part 2 of the great flag rebuild: make %+v work in formattersRob Pike2014-10-033-154/+127
* fmt: make the %#v verb a special flagRob Pike2014-10-023-84/+196
* fmt: fix internal unknownType functionRob Pike2014-10-011-3/+3
* fmt: document and fix the handling of precision for strings and byte slicesRob Pike2014-09-243-8/+25
* fmt: document that self-recursive data structures can be fatalRob Pike2014-09-221-0/+4
* fmt: make printing of ints 25-35% fasterRob Pike2014-09-222-4/+47
* fmt: fix allocation testsJosh Bleecher Snyder2014-09-181-2/+2
* fmt: fix allocation testRob Pike2014-09-091-4/+7
* build: move package sources from src/pkg to srcRuss Cox2014-09-088-0/+5380