1. c4ee44b cmd/gc: transform closure calls to function calls by Dmitry Vyukov · 10 years ago
  2. 0e80b2e cmd/gc: capture variables by value by Dmitry Vyukov · 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/proc_test.go]
  4. dbed4e9 runtime: get rid of other Go->C calls in test exports. by Keith Randall · 11 years ago
  5. 387c1c6 runtime: make a test more robust by Dmitriy Vyukov · 11 years ago
  6. 69257d1 runtime: use RunParallel in more benchmarks by Dmitriy Vyukov · 11 years ago
  7. d76a1e5 runtime: fix test on windows by Dmitriy Vyukov · 11 years ago
  8. 90eca36 runtime: ensure fair scheduling during frequent GCs by Dmitriy Vyukov · 11 years ago
  9. d8bbbd2 runtime: make new tests shorter in short mode by Dmitriy Vyukov · 12 years ago
  10. a20784b runtime: enable goroutine preemption by Dmitriy Vyukov · 12 years ago
  11. 5c8ad2e runtime: fix race builders by Dmitriy Vyukov · 12 years ago
  12. bc31bcc runtime: preempt long-running goroutines by Dmitriy Vyukov · 12 years ago
  13. 0a86b4d runtime: minor test cleanup by Dmitriy Vyukov · 12 years ago
  14. 031c107 cmd/ld: fix large stack split for preempt check by Russ Cox · 12 years ago
  15. 32fef99 runtime: fix CPU underutilization by Dmitriy Vyukov · 12 years ago
  16. 1184407 runtime: disable preemption test (fix build) by Russ Cox · 12 years ago
  17. 1e112cd runtime: preempt goroutines for GC by Dmitriy Vyukov · 12 years ago
  18. 7ebb187 undo CL 9776044 / 1e280889f997 by Dmitriy Vyukov · 12 years ago
  19. 15a1c3d runtime: fix CPU underutilization by Dmitriy Vyukov · 12 years ago
  20. 4bb491b runtime: improve scheduler fairness by Dmitriy Vyukov · 12 years ago
  21. 38d4d3c runtime: refactor Syscall benchmark by Dmitriy Vyukov · 12 years ago
  22. 72b09bd runtime: add matrix multiplication benchmark by Dmitriy Vyukov · 12 years ago
  23. 353ce60 runtime: implement local work queues (in preparation for new scheduler) by Dmitriy Vyukov · 12 years ago
  24. a92e11a runtime: ensure forward progress of runtime.Gosched() for locked goroutines by Dmitriy Vyukov · 12 years ago
  25. 60526ca undo CL 7310096 / 59da6744d66d by Russ Cox · 12 years ago
  26. f87b7f6 runtime: ensure forward progress of runtime.Gosched() for locked goroutines by Dmitriy Vyukov · 12 years ago
  27. 6a82848 runtime: add more tests for LockOSThread() by Dmitriy Vyukov · 12 years ago
  28. 6a9e956 all: use t.Skip{,f} by Dave Cheney · 12 years ago
  29. f82db7d runtime: less aggressive per-thread stack segment caching by Dmitriy Vyukov · 12 years ago
  30. 5a5e698 runtime: add goroutine creation benchmark by Dmitriy Vyukov · 13 years ago
  31. 025abd5 runtime: faster entersyscall, exitsyscall by Russ Cox · 14 years ago
  32. c9152a8 runtime: eliminate contention during stack allocation by Dmitriy Vyukov · 14 years ago
  33. 91cc1e6 runtime: reset GOMAXPROCS during tests by Dmitriy Vyukov · 14 years ago
  34. 4f7fd3c runtime: disable long test (fix arm build) by Russ Cox · 14 years ago
  35. 781df13 runtime: stop deadlock test properly (fix arm5 build) by Russ Cox · 14 years ago
  36. 29d78f1 runtime: fix GOMAXPROCS vs garbage collection bug by Dmitriy Vyukov · 14 years ago