1. 8eb8b40 runtime: use doubly-linked lists for channel send/recv queues. by Keith Randall · 10 years ago
  2. e330cc1 runtime: dequeue the correct SudoG by Keith Randall · 10 years ago
  3. c007ce8 build: move package sources from src/pkg to src by Russ Cox · 11 years ago[Renamed from src/pkg/runtime/chan_test.go]
  4. f6ceefa runtime: add fast paths to non-blocking channel operations by Dmitriy Vyukov · 11 years ago
  5. 9a1e142 runtime: convert channel operations to Go, part 1 (chansend1). by Keith Randall · 11 years ago
  6. dc84eca runtime: improve select benchmarks by Dmitriy Vyukov · 11 years ago
  7. 69257d1 runtime: use RunParallel in more benchmarks by Dmitriy Vyukov · 11 years ago
  8. c3922f0 testing: ease writing parallel benchmarks by Dmitriy Vyukov · 11 years ago
  9. 3baceaa runtime: add more chan benchmarks by Dmitriy Vyukov · 11 years ago
  10. 1b2e435 runtime: fix typos in test by Dmitriy Vyukov · 11 years ago
  11. d62379e runtime: more chan tests by Dmitriy Vyukov · 11 years ago
  12. 1ff1405 runtime: add type algorithms for zero-sized types by Dmitriy Vyukov · 13 years ago
  13. 6cf61bb runtime: add test for multiple concurrent channel consumers by Christopher Wedgwood · 14 years ago
  14. 1758492 runtime: fix pseudo-randomness on some selects by Gustavo Niemeyer · 14 years ago
  15. d770aad runtime: faster chan creation on Linux/FreeBSD/Plan9 by Dmitriy Vyukov · 14 years ago
  16. 33ff947 runtime: fix compilation of send select cases by Dmitriy Vyukov · 14 years ago
  17. 90f3cb1 runtime: improve performance of sync channels by Dmitriy Vyukov · 14 years ago