1. c1037aa runtime: added mips64{,le} build tags and GOARCH cases by Yao Zhang · 10 years ago
  2. 32d3b96 runtime: implement cmpstring and bytes.Compare in assembly for ppc64 by Shenghou Ma · 10 years ago
  3. 805e56e runtime: short-circuit bytes.Compare if src and dst are the same slice by Keith Randall · 10 years ago
  4. ee349b5 runtime: add arm64 runtime.cmpstring and bytes.Compare by Dave Cheney · 10 years ago
  5. e2543ef runtime: add runtime.cmpstring and bytes.Compare by Dave Cheney · 10 years ago
  6. 846ee04 runtime: add support for linux/arm64 by Aram Hăvărneanu · 10 years ago
  7. fd4dc91 strings: remove overengineered Compare implementation by Russ Cox · 10 years ago
  8. 90ce193 strings: add Compare(x, y string) int, for symmetry with bytes.Compare by Alan Donovan · 10 years ago
  9. ee3a1ff all: update old comments referencing *.goc files by Brad Fitzpatrick · 10 years ago
  10. 1050c41 runtime: add comments for blank import of "unsafe" by Shenghou Ma · 10 years ago
  11. e98f217 runtime: fix build for arm and ppc64/ppc64le by Shenghou Ma · 10 years ago
  12. 7a524a1 runtime: remove thunk.s by Russ Cox · 10 years ago
  13. 09d92b6 all: power64 is now ppc64 by Russ Cox · 10 years ago
  14. 977fba7 [dev.power64] runtime: Fix broken merge of noasm.go by Austin Clements · 10 years ago[Renamed (96%) from src/runtime/noasm_arm.go]
  15. c007ce8 build: move package sources from src/pkg to src by Russ Cox · 11 years ago[Renamed from src/pkg/runtime/noasm_arm.go]
  16. 5ea131f runtime: compare only until min(len(s1), len(s2)) by David Crawshaw · 11 years ago
  17. 6179aca runtime: convert runtime1.goc, noasm_arm.goc to Go by Russ Cox · 11 years ago