1. 4224d81 cmd/internal/gc: inline x := y.(*T) and x, ok := y.(*T) by Russ Cox · 10 years ago
  2. 6ffed30 runtime: fix minor typo by Josh Bleecher Snyder · 10 years ago
  3. c3b5db8 runtime: delete panicstring; move its checks into gopanic by Russ Cox · 11 years ago
  4. c007ce8 build: move package sources from src/pkg to src by Russ Cox · 11 years ago[Renamed from src/pkg/runtime/error.go]
  5. 97f8386 runtime: convert symtab.c into symtab.go by Russ Cox · 11 years ago
  6. 6179aca runtime: convert runtime1.goc, noasm_arm.goc to Go by Russ Cox · 11 years ago
  7. 6c67dd9 runtime: remove some overuse of uintptr/unsafe.Pointer by Russ Cox · 11 years ago
  8. 48452a2 runtime: adjust errorCString definition to avoid allocation by Russ Cox · 11 years ago
  9. 61dca94 runtime: implement string ops in Go by Keith Randall · 11 years ago
  10. 7e639c0 runtime: change errorCString to a struct by Ian Lance Taylor · 11 years ago
  11. 551ada4 runtime: avoid allocation of internal panic values by Russ Cox · 12 years ago
  12. 6a75ece runtime: delete Type and implementations (use reflect instead) by Russ Cox · 13 years ago
  13. 492098e all: rename os.Error to error in various non-code contexts by Russ Cox · 13 years ago
  14. c14f71c runtime: update for error by Russ Cox · 13 years ago
  15. e852202 gc: descriptive panic for nil pointer -> value method call by Russ Cox · 14 years ago
  16. 1dd0319 runtime: print unknown types in panic by Russ Cox · 14 years ago
  17. f75d0d2 runtime: turn run time errors checks into panics by Russ Cox · 15 years ago
  18. 63e878a runtime: make type assertion a runtime.Error, the first of many by Russ Cox · 15 years ago