1. 0c69f13 cmd/compile: add -msan option by Ian Lance Taylor · 9 years ago
  2. 32fddad runtime: reduce slice growth during append to 2x by Russ Cox · 10 years ago
  3. 17eba6e cmd/compile, cmd/link: create from 5g, 5l, etc by Russ Cox · 10 years ago[Renamed from src/cmd/internal/gc/builtin/runtime.go]
  4. 653d560 cmd/internal/gc: inline writeBarrierEnabled check before calling writebarrierptr by Russ Cox · 10 years ago
  5. 2050f57 runtime: change unused argument in fat write barriers from pointer to scalar by Russ Cox · 10 years ago
  6. 2270133 cmd/gc: allocate backing storage for non-escaping interfaces on stack by David Chase · 10 years ago
  7. 4224d81 cmd/internal/gc: inline x := y.(*T) and x, ok := y.(*T) by Russ Cox · 10 years ago
  8. e5be643 cmd/internal/gc: mv builtins builtin by Russ Cox · 10 years ago[Renamed from src/cmd/internal/gc/builtins/runtime.go]
  9. 81d4072 cmd/internal/gc, runtime: change growslice to use int instead of int64 by Matthew Dempsky · 10 years ago
  10. d68f52a cmd/internal/gc: restore mkbuiltin by Matthew Dempsky · 10 years ago