1. 438c8f6 syscall: make Exit call runtime.exit by Alex Brainman · 8 years ago
  2. 1b9499b syscall: make Getpagesize return page size from runtime by Austin Clements · 9 years ago
  3. 5194744 all: make copyright headers consistent with one space after period by Brad Fitzpatrick · 9 years ago
  4. 7bb38f6 runtime: replace tls0 with m0.tls by Matthew Dempsky · 9 years ago
  5. 67faca7 runtime: break atomics out into package runtime/internal/atomic by Michael Matloob · 9 years ago
  6. 27ee719 pprof: improve sampling for heap profiling by Raul Silvera · 10 years ago
  7. ad36009 runtime: auto-generate duff routines by Josh Bleecher Snyder · 10 years ago
  8. 402f71a runtime: do not share underlying envs/argv array by David Crawshaw · 10 years ago
  9. ec7d8a6 runtime: remove makeStringSlice by David Crawshaw · 10 years ago
  10. 6b7b0f9 runtime: move all parfor-related code to parfor.go by Austin Clements · 10 years ago
  11. 7a71726 runtime: check alignment of 8-byte atomic loads and stores on 386 by Austin Clements · 10 years ago
  12. 7a524a1 runtime: remove thunk.s by Russ Cox · 10 years ago
  13. dcb2ec3 runtime: generate windows callback list with go generate by Russ Cox · 10 years ago
  14. 193daab cmd/cc, cmd/ld, runtime: disallow conservative data/bss objects by Russ Cox · 11 years ago
  15. fc46931 runtime: remove untyped allocation of ParFor by Russ Cox · 11 years ago
  16. 4475347 runtime: remove a few untyped allocations by Russ Cox · 11 years ago
  17. c007ce8 build: move package sources from src/pkg to src by Russ Cox · 11 years ago[Renamed from src/pkg/runtime/runtime.go]
  18. e3edfea runtime: correct various Go -> C function calls by Russ Cox · 11 years ago