aboutsummaryrefslogtreecommitdiff
path: root/src/fmt
AgeCommit message (Expand)Author
2019-03-20os: make errors.Is work with ErrPermission et al.Damien Neil
2019-03-18cmd/compile: rename init function from init.ializers back to initKeith Randall
2019-03-14fmt: make type of fmt.Errorf the same as that of errors.NewMarcel van Lohuizen
2019-03-14fmt: refined tests for non-string error verbsMarcel van Lohuizen
2019-03-14fmt: put back named results in ss.scanBasePrefixRuss Cox
2019-03-06fmt: rewrite if-else-if-else chain to switch statementMotkov.Kirill
2019-02-28fmt: fix %d and other non-string verbs on errorsDamien Neil
2019-02-27fmt: add frame info to Errorf and support %wMarcel van Lohuizen
2019-02-26fmt: fix an error in documentation for fmtBryan Heden
2019-02-26fmt: scan new number syntaxRuss Cox
2019-02-26fmt: format 0b, 0o prefixes in %#b and %ORuss Cox
2019-02-26fmt: format hex floats and complexesRuss Cox
2018-12-13fmt: include failing method name in panic messageIan Lance Taylor
2018-11-26fmt: update formatting example for mapsRob Pike
2018-11-14fmt: avoid allocation when formatting byte slice arguments with verb sMartin Möhrmann
2018-10-18fmt: print maps in key-sorted orderRob Pike
2018-10-16Revert "fmt: fix incorrect format of whole-number floats when using %#v"Filippo Valsorda
2018-10-06fmt: add example SscanfLehner Florian
2018-10-03io: export StringWriterDaniel Martí
2018-09-24fmt: unify the printing examplesRob Pike
2018-09-24fmt: add a package-level example illustrating basic formatsRob Pike
2018-09-19fmt: fix usage of sync.PoolJoe Tsai
2018-09-07fmt: add example for SprintThanabodee Charoenpiriyakij
2018-09-07fmt: add example for PrintThanabodee Charoenpiriyakij
2018-09-07fmt: add example for FprintThanabodee Charoenpiriyakij
2018-09-06fmt: add example for GoStringer interfaceWarren Fernandes
2018-08-31fmt: add example for FscanlnMuhammad Falak R Wani
2018-08-31fmt: add example for FscanfVenil Noronha
2018-08-31fmt: add an example for SprintlnDrew Flower
2018-08-31fmt: add Println exampleRodolfo Rodriguez
2018-08-30fmt: remove spelling mistake in exampleKevin Burke
2018-08-30fmt: add example for FprintlnDylan Waits
2018-08-30fmt: add an example for Errorfianzapolsky
2018-08-30fmt: add an example for SprintfVenil Noronha
2018-08-28fmt: fix incorrect format of whole-number floats when using %#vDave Brophy
2018-08-22fmt: print values for map keys with non-reflexive equalityMartin Möhrmann
2018-08-01strconv: clarify "g" and "G" precision in the docsDaniela Petruzalek
2018-04-17fmt: make %v doc for compound objects consistentAshish Gandhi
2018-04-17fmt: document that Scan etc. accept 'p' format floatsAlberto Donizetti
2018-03-30fmt: document the behaviour of %p on slicesmewmew
2018-02-27fmt: change some unexported method names to camel caseDarshan Parajuli
2017-10-31fmt: hide bad format in test from vetRuss Cox
2017-10-15fmt: clarify wording of * flagRob Pike
2017-09-20fmt: Implement pp.WriteString methodRajath Agasthya
2017-08-28fmt: document verbs %b %d %o %x %X for printing pointersRob Pike
2017-08-26all: remove some double spaces from commentsDaniel Martí
2017-08-16fmt: add Stringer exampleBlain Smith
2017-08-14fmt: add ascii fast path for decoding verbsMartin Möhrmann
2017-08-11fmt: remove stopAtNewline unused parameterDaniel Martí
2017-06-07fmt: remove unnecessary trailing commas in doc.goRob Phoenix