1. 3fc529e runtime: adjust program counters in race detector by Dmitry Vyukov · 10 years ago
  2. f59f9b8 runtime: fix stack corruption in race mode by Dmitry Vyukov · 10 years ago
  3. 5f179c7 runtime: fix build for race detector by Shenghou Ma · 10 years ago
  4. 7b4df8f runtime, sync/atomic: add write barrier for atomic write of pointer by Russ Cox · 10 years ago
  5. 50e0749 [dev.cc] all: merge default (e4ab8f908aac) into dev.cc by Russ Cox · 10 years ago
  6. 2b3f379 runtime: fix atomic operations on non-heap addresses by Dmitriy Vyukov · 10 years ago
  7. 3e80463 [dev.cc] all: merge dev.power64 (7667e41f3ced) into dev.cc by Russ Cox · 10 years ago
  8. 15ced2d [dev.cc] runtime: convert assembly files for C to Go transition by Russ Cox · 10 years ago
  9. b55791e [dev.power64] cmd/5a, cmd/6a, cmd/8a, cmd/9a: make labels function-scoped by Russ Cox · 10 years ago
  10. c007ce8 build: move package sources from src/pkg to src by Russ Cox · 11 years ago[Renamed from src/pkg/runtime/race_amd64.s]
  11. cb040d5 runtime: use new #include "textflag.h" by Russ Cox · 11 years ago
  12. f167297 runtime/race: better handling of atomic operations by Dmitriy Vyukov · 11 years ago
  13. 2c110a1 cmd/{ld,link,objdump}, runtime, debug/gosym: move linker-defined symbols into runtime package by Matthew Dempsky · 11 years ago
  14. d89cd24 runtime: avoid $sym(SB) as constant by Russ Cox · 11 years ago
  15. 89f185f all: remove 'extern register M *m' from runtime by Russ Cox · 11 years ago
  16. a1695d2 runtime: use custom thunks for race calls instead of cgo by Dmitriy Vyukov · 11 years ago
  17. 0273dc1 runtime: convert .s textflags from numbers to symbolic constants. by Keith Randall · 12 years ago
  18. 9ddfb64 runtime: record argument size in assembly functions by Russ Cox · 12 years ago
  19. e2f9e81 runtime: fix racefuncenter argument corruption. by Rémy Oudompheng · 12 years ago
  20. ec892be runtime: preserve DX during racefuncenter by Russ Cox · 12 years ago