1. 2edc4d4 runtime: never allocate during an unrecoverable panic by Austin Clements · 7 years ago
  2. 354fa9a runtime: simplify stack walk in panicwrap by Austin Clements · 8 years ago
  3. 0d33dc3 runtime: improve output of panic(x) where x is numeric by Todd Neal · 8 years ago
  4. 2c91bb4 cmd/compile: make panicwrap argument-free by Josh Bleecher Snyder · 8 years ago
  5. 1492e7db cmd/compile, etc: use nameOff for rtype string by David Crawshaw · 9 years ago
  6. e4f1d9c runtime: make execution error panic values implement the Error interface by Emmanuel Odeke · 9 years ago
  7. a858931 cmd/compile: embed type string header in rtype by David Crawshaw · 9 years ago
  8. 84afa1b runtime: make iface/eface handling more type safe by Matthew Dempsky · 9 years ago
  9. 4224d81 cmd/internal/gc: inline x := y.(*T) and x, ok := y.(*T) by Russ Cox · 10 years ago
  10. 6ffed30 runtime: fix minor typo by Josh Bleecher Snyder · 10 years ago
  11. c3b5db8 runtime: delete panicstring; move its checks into gopanic by Russ Cox · 11 years ago
  12. c007ce8 build: move package sources from src/pkg to src by Russ Cox · 11 years ago[Renamed from src/pkg/runtime/error.go]
  13. 97f8386 runtime: convert symtab.c into symtab.go by Russ Cox · 11 years ago
  14. 6179aca runtime: convert runtime1.goc, noasm_arm.goc to Go by Russ Cox · 11 years ago
  15. 6c67dd9 runtime: remove some overuse of uintptr/unsafe.Pointer by Russ Cox · 11 years ago
  16. 48452a2 runtime: adjust errorCString definition to avoid allocation by Russ Cox · 11 years ago
  17. 61dca94 runtime: implement string ops in Go by Keith Randall · 11 years ago
  18. 7e639c0 runtime: change errorCString to a struct by Ian Lance Taylor · 11 years ago
  19. 551ada4 runtime: avoid allocation of internal panic values by Russ Cox · 12 years ago
  20. 6a75ece runtime: delete Type and implementations (use reflect instead) by Russ Cox · 13 years ago
  21. 492098e all: rename os.Error to error in various non-code contexts by Russ Cox · 13 years ago
  22. c14f71c runtime: update for error by Russ Cox · 13 years ago
  23. e852202 gc: descriptive panic for nil pointer -> value method call by Russ Cox · 14 years ago
  24. 1dd0319 runtime: print unknown types in panic by Russ Cox · 14 years ago
  25. f75d0d2 runtime: turn run time errors checks into panics by Russ Cox · 15 years ago
  26. 63e878a runtime: make type assertion a runtime.Error, the first of many by Russ Cox · 15 years ago