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