1. 71be013 cmd/gc: don't copy string in range []byte(str) by Dmitry Vyukov · 10 years ago
  2. 4ce4d8b cmd/gc: allocate stack buffer for ORUNESTR by Dmitry Vyukov · 10 years ago
  3. e6fac08 cmd/gc: allocate buffers for non-escaped strings on stack by Dmitry Vyukov · 10 years ago
  4. 69cd91a cmd/gc: don't copy []byte during string comparison by Dmitry Vyukov · 10 years ago
  5. bcd36e8 runtime: make gostringnocopy update maxstring by Keith Randall · 11 years ago
  6. c007ce8 build: move package sources from src/pkg to src by Russ Cox · 11 years ago[Renamed from src/pkg/runtime/string_test.go]
  7. 8a23c00 src, misc: applied gofmt -s -w by Robert Griesemer · 11 years ago
  8. 97c8b24 runtime: fix spurious "[string too long]" error by Dmitriy Vyukov · 11 years ago
  9. b39e2a0 src, misc: applied gofmt -w -s by Robert Griesemer · 11 years ago
  10. 2b309c6 runtime: fix stringw test. by Keith Randall · 11 years ago
  11. f2147cd runtime: disable funky wide string test for now. by Keith Randall · 11 years ago
  12. 0f4b53c runtime: reconstitute runetochar for use by gostringw. by Keith Randall · 11 years ago
  13. 61dca94 runtime: implement string ops in Go by Keith Randall · 11 years ago
  14. 3d5daa2 runtime: Implement faster equals for strings and bytes. by Keith Randall · 12 years ago
  15. 4aeb0fc runtime: add missing copyright by Mikio Hara · 12 years ago
  16. 77f3e18 runtime: faster string equality. by Rémy Oudompheng · 13 years ago