summaryrefslogtreecommitdiff
path: root/src/fmt
Commit message (Expand)AuthorAgeFilesLines
* all: make safe for new vet analyzerRuss Cox2023-05-081-28/+28
* src: rename unexported errors by adding prefix errOleksandr Redko2023-02-161-7/+7
* all: fix problematic commentscui fliter2023-01-301-1/+1
* fmt: add uintptr test casekijimaD2022-11-231-0/+3
* errors, fmt: add support for wrapping multiple errorsDamien Neil2022-09-293-23/+94
* fmt: rely on utf8.AppendRuneJoe Tsai2022-09-213-14/+5
* fmt: recycle printers with large buffersCarlo Alberto Ferraris2022-09-032-11/+18
* fmt: add a function to recover the original format string given a StateRob Pike2022-08-062-0/+106
* fmt: add Append, Appendln, AppendfRob Pike2022-05-172-0/+75
* all: gofmt main repoRuss Cox2022-04-111-7/+41
* all: replace `` and '' with “ (U+201C) and ” (U+201D) in doc commentsRuss Cox2022-04-051-1/+1
* all: fix various doc comment formatting nitsRuss Cox2022-04-011-4/+5
* fmt, strconv: document use of Unicode replacement character in %qRuss Cox2022-03-161-0/+4
* all: untab /* */ doc commentsRuss Cox2022-03-151-337/+337
* fmt: use tabs for indentationDmitri Shuralyov2022-03-081-1/+1
* fmt: clarify right-padded strings use spacesAdam Shannon2022-03-051-1/+2
* all: gofmt -w -r 'interface{} -> any' srcRuss Cox2021-12-135-66/+66
* all: use reflect.{Pointer,PointerTo}Cuong Manh Le2021-10-263-6/+6
* fmt: split package documentation into more sectionsBranden J Brown2021-06-071-2/+2
* fmt: use “truncateString” not “truncate” in method doczfCode2021-03-131-1/+1
* fmt: explain how Formatter interface affects verbs and flagsBryan Boreham2020-10-132-5/+6
* fmt: avoid badverb formatting for %q when used with integersMartin Möhrmann2020-08-172-9/+5
* fmt: do not remove trailing zeros for %g and %G with #(sharp) flagyah012020-02-262-1/+21
* all: avoid string(i) where i has type intIan Lance Taylor2020-02-262-9/+9
* fmt: fix handling of %% verb in ScanfRob Pike2019-10-252-7/+25
* cmd: update x/tools version to enforce only one %wHasit Bhatt2019-09-271-3/+7
* doc/go1.13: document fmt's number syntax updatesEmmanuel T Odeke2019-08-231-1/+1
* fmt: fix typo in errors.goBaokun Lee2019-06-271-1/+1
* fmt: always clear wrapErrsMartin Möhrmann2019-05-231-1/+2
* fmt: support %wDamien Neil2019-05-153-7/+136
* errors, fmt: revert rejected changes for Go 1.13Damien Neil2019-05-156-893/+26
* fmt: rename buffer.WriteByte to writeByteRuss Cox2019-05-094-113/+113
* fmt: fix spelling mistake in exampleRob Pike2019-03-251-5/+5
* os: make errors.Is work with ErrPermission et al.Damien Neil2019-03-201-2/+2
* cmd/compile: rename init function from init.ializers back to initKeith Randall2019-03-181-1/+1
* fmt: make type of fmt.Errorf the same as that of errors.NewMarcel van Lohuizen2019-03-142-2/+18
* fmt: refined tests for non-string error verbsMarcel van Lohuizen2019-03-141-0/+10
* fmt: put back named results in ss.scanBasePrefixRuss Cox2019-03-141-1/+1
* fmt: rewrite if-else-if-else chain to switch statementMotkov.Kirill2019-03-061-10/+10
* fmt: fix %d and other non-string verbs on errorsDamien Neil2019-02-282-3/+19
* fmt: add frame info to Errorf and support %wMarcel van Lohuizen2019-02-276-26/+851
* fmt: fix an error in documentation for fmtBryan Heden2019-02-261-1/+1
* fmt: scan new number syntaxRuss Cox2019-02-263-22/+81
* fmt: format 0b, 0o prefixes in %#b and %ORuss Cox2019-02-264-12/+31
* fmt: format hex floats and complexesRuss Cox2019-02-264-6/+39
* fmt: include failing method name in panic messageIan Lance Taylor2018-12-132-12/+14
* fmt: update formatting example for mapsRob Pike2018-11-261-7/+6
* fmt: avoid allocation when formatting byte slice arguments with verb sMartin Möhrmann2018-11-143-10/+55
* fmt: print maps in key-sorted orderRob Pike2018-10-181-4/+5
* Revert "fmt: fix incorrect format of whole-number floats when using %#v"Filippo Valsorda2018-10-162-30/+18