1. 5929ead runtime: support capturing C backtrace from signal handler on darwin/amd64 by Nikhil Benesch · 7 years ago
  2. 6fdbed0 runtime: respect timeout in semasleep on Darwin by Nikhil Benesch · 7 years ago
  3. cdffe9b runtime: move semaphore ops from system calls to libc calls on iOS by Elias Naur · 7 years ago
  4. c824f540 runtime: move iOS kevent calls to libc by Elias Naur · 7 years ago
  5. 021c39d runtime: use libc for signal functions on iOS by Elias Naur · 7 years ago
  6. 6c6e22e runtime: implement time.now using libc by Keith Randall · 7 years ago
  7. c8d0729 cmd/link,runtime: move syscalls to libc on iOS by Elias Naur · 7 years ago
  8. a046caa runtime, sync/atomic: use NOFRAME on arm by Austin Clements · 7 years ago
  9. 193088b runtime: separate error result for mmap by Austin Clements · 7 years ago
  10. 5ddd3d5 runtime: fix use of STREX in various exitThread implementations by Ian Lance Taylor · 7 years ago
  11. eff2b26 runtime: make it possible to exit Go-created threads by Austin Clements · 8 years ago
  12. 91121ff runtime: fix exit1 arguments on Darwin by Austin Clements · 8 years ago
  13. e9348ab runtime: move mincore from stubs.go to os_linux.go by Hiroshi Ioka · 8 years ago
  14. b6e0d46 runtime: update assembly var names after monotonic time changes by Josh Bleecher Snyder · 8 years ago
  15. 0e33559 time: record monotonic clock reading in time.Now, for more accurate comparisons by Russ Cox · 8 years ago
  16. 71ab9fa all: fix assembly vet issues by Josh Bleecher Snyder · 9 years ago
  17. 4af1148 cmd/vet: improve asmdecl parameter handling by Josh Bleecher Snyder · 9 years ago
  18. 9fde86b runtime, syscall: fix kernel gettimeofday ABI change on iOS 10 by Shenghou Ma · 9 years ago
  19. e43c74a all: use cannot instead of can not by Josh Bleecher Snyder · 9 years ago
  20. f7e51c1 runtime: adjust gsignal stack to current signal stack by Ian Lance Taylor · 9 years ago
  21. 67faca7 runtime: break atomics out into package runtime/internal/atomic by Michael Matloob · 9 years ago
  22. e884334 runtime: use pthread_sigmask, not sigprocmask, on Darwin ARM/ARM64 by Ian Lance Taylor · 9 years ago
  23. c9d2c7f runtime: replace divide with multiply in runtime.usleep on arm by Russ Cox · 10 years ago
  24. f0876a1 runtime: log all thread stack traces during GODEBUG=crash on Unix by Ian Lance Taylor · 10 years ago
  25. f5d494b runtime: ensure GC sees type-safe memory on weak machines by Austin Clements · 10 years ago
  26. cea272d runtime: rename close to closefd by David Crawshaw · 10 years ago
  27. c844bf4 runtime: fix darwin/386, darwin/arm builds by David Crawshaw · 10 years ago
  28. f584c05 runtime: Update open/close/read/write to return -1 on error. by Keith Randall · 10 years ago
  29. c21f1d5 [dev.cc] runtime,syscall: quiet some more vet errors by Rob Pike · 10 years ago
  30. 218ff3f [dev.cc] runtime,syscall: add symbols for FP and SP references in darwin-arm by Rob Pike · 10 years ago
  31. 56e8f8e runtime: darwin/arm support by Shenghou Ma · 10 years ago