1. 1930977 all: gofmt main repo by Russ Cox · 3 years ago
  2. 86ee892 strings: smarter growth of temporal buffer and avoid copying on return by Ignacio Hagopian · 3 years, 5 months ago
  3. 80cca23 strings: document that order of pairs matters in NewReplacer by Francesco Renzi · 6 years ago
  4. 61e0cac strings: document that NewReplacer can panic by Brad Fitzpatrick · 6 years ago
  5. c4f0751 strings: Replace s[:] to s where s is a slice. by Ivan Sharavuev · 6 years ago
  6. 112f28d io: export StringWriter by Daniel Martí · 6 years ago
  7. c544e0f strings: select Replacer algorithm and build machine lazily by Brad Fitzpatrick · 6 years ago
  8. 2191c3a strings: clarify Replacer's replacement order by Alberto Donizetti · 7 years ago
  9. fd22542 strings: speed-up replace for byteStringReplacer case by Ilya Tocar · 7 years ago
  10. c007ce8 build: move package sources from src/pkg to src by Russ Cox · 10 years ago[Renamed from src/pkg/strings/replace.go]
  11. 90870e6 strings: remove byteBitmap by Rui Ueyama · 10 years ago
  12. 94935cb strings: Replacer is safe for concurrent use by Evan Shaw · 11 years ago
  13. a200e0b undo CL 101330053 / c19c9a063fe8 by Rui Ueyama · 11 years ago
  14. 3142861 strings: use sync.Pool to cache buffer by Rui Ueyama · 11 years ago
  15. 382c461 strings: speed up byteReplacer.Replace by Rui Ueyama · 11 years ago
  16. 26282e4 strings: define byteBitmap.isSet by Rui Ueyama · 11 years ago
  17. 1ca10de strings: reduce allocation in byteStringReplacer.WriteString by Rui Ueyama · 11 years ago
  18. 14950d8 strings: add fast path to Replace by Rui Ueyama · 11 years ago
  19. de1ea5d strings: minor cleanup by Rui Ueyama · 11 years ago
  20. 2d6a139 strings: fix Replacer bug with prefix matches by Brad Fitzpatrick · 11 years ago
  21. 631a0e7 strings: implement a faster single-string Replacer by Eric Roshan-Eisner · 12 years ago
  22. 0aad3cd strings: implement a faster generic Replacer by Eric Eisner · 12 years ago
  23. 6910356 strings: fix NewReplacer(old0, new0, old1, new1, ...) to be consistent by Nigel Tao · 12 years ago
  24. eb69292 src/pkg/[n-z]*: gofix -r error -force=error by Russ Cox · 13 years ago
  25. bba7396 strings: implement a faster byte->string Replacer by Brad Fitzpatrick · 13 years ago
  26. f75ff01 strings: implement a faster byte->byte Replacer by Brad Fitzpatrick · 13 years ago
  27. 7b0f3ca strings: add Replacer, NewReplacer by Brad Fitzpatrick · 13 years ago