1. 92bda33 runtime: revert signal stack mlocking by Austin Clements · 4 years, 8 months ago
  2. 6052838 all: avoid string(i) where i has type int by Ian Lance Taylor · 5 years ago
  3. fa3a121 runtime: add a simple version number parser by Austin Clements · 5 years ago
  4. 56b7c61 strings: declare IndexByte as noescape by Keith Randall · 6 years ago
  5. b9a59d9 cmd/compile: optimize len([]rune(string)) by Martin Möhrmann · 7 years ago
  6. 025134b runtime: simplify range expressions in tests by Tobias Klauser · 7 years ago
  7. d445136 runtime: add slicebytetostring benchmark by Josh Bleecher Snyder · 8 years ago
  8. d7b34d5 runtime: improve atoi implementation by Martin Möhrmann · 8 years ago
  9. d295174 runtime: speed up non-ASCII rune decoding by Martin Möhrmann · 9 years ago
  10. 150de94 cmd/compile: intrinsify slicebytetostringtmp when not instrumenting by Martin Möhrmann · 9 years ago
  11. 252093f runtime: remove maxstring by Martin Möhrmann · 9 years ago
  12. 0dae9dfb cmd/compile: improve string iteration performance by Martin Möhrmann · 9 years ago
  13. 6f3f02f runtime: zero tmpbuf between len and cap by Keith Randall · 9 years ago
  14. 995fb03 cmd/compile: fix stringtoslicebytetmp optimization by Matthew Dempsky · 9 years ago
  15. 5fea2cc all: single space after period. by Brad Fitzpatrick · 9 years ago
  16. bd70bd9 runtime: unify memeq and memequal by Keith Randall · 9 years ago
  17. 4d02b12 runtime: don't expose stack buffer in stringto{byte,rune}slice by Keith Randall · 9 years ago
  18. 8d5ff2e runtime: move test programs out of source code, coalesce by Russ Cox · 9 years ago
  19. 71be013 cmd/gc: don't copy string in range []byte(str) by Dmitry Vyukov · 10 years ago
  20. 4ce4d8b cmd/gc: allocate stack buffer for ORUNESTR by Dmitry Vyukov · 10 years ago
  21. e6fac08 cmd/gc: allocate buffers for non-escaped strings on stack by Dmitry Vyukov · 10 years ago
  22. 69cd91a cmd/gc: don't copy []byte during string comparison by Dmitry Vyukov · 10 years ago
  23. bcd36e8 runtime: make gostringnocopy update maxstring by Keith Randall · 11 years ago
  24. c007ce8 build: move package sources from src/pkg to src by Russ Cox · 11 years ago[Renamed from src/pkg/runtime/string_test.go]
  25. 8a23c00 src, misc: applied gofmt -s -w by Robert Griesemer · 11 years ago
  26. 97c8b24 runtime: fix spurious "[string too long]" error by Dmitriy Vyukov · 11 years ago
  27. b39e2a0 src, misc: applied gofmt -w -s by Robert Griesemer · 11 years ago
  28. 2b309c6 runtime: fix stringw test. by Keith Randall · 11 years ago
  29. f2147cd runtime: disable funky wide string test for now. by Keith Randall · 11 years ago
  30. 0f4b53c runtime: reconstitute runetochar for use by gostringw. by Keith Randall · 11 years ago
  31. 61dca94 runtime: implement string ops in Go by Keith Randall · 11 years ago
  32. 3d5daa2 runtime: Implement faster equals for strings and bytes. by Keith Randall · 12 years ago
  33. 4aeb0fc runtime: add missing copyright by Mikio Hara · 12 years ago
  34. 77f3e18 runtime: faster string equality. by Rémy Oudompheng · 13 years ago