1. ce1c924 time: zoneinfo support for darwin by David Crawshaw · 10 years ago
  2. 31336f9 Revert "time: zoneinfo support on darwin/arm" by David Crawshaw · 10 years ago
  3. 54efdc5 time: zoneinfo support on darwin/arm by David Crawshaw · 10 years ago
  4. ab4af52 time: panic with a more helpful error on use of invalid Timer by Brad Fitzpatrick · 10 years ago
  5. c007ce8 build: move package sources from src/pkg to src by Russ Cox · 11 years ago[Renamed from src/pkg/time/sleep_test.go]
  6. 74b62b4 runtime: implement monotonic clocks on windows by Alex Brainman · 11 years ago
  7. 83c8140 time: avoid broken fix for buggy TestOverflowRuntimeTimer by Rob Pike · 11 years ago
  8. 2f3776a time: increase timeout in negative sleep duration test by Andrew Gerrand · 11 years ago
  9. bb9531e time: use RunParallel in benchmarks by Dmitriy Vyukov · 11 years ago
  10. d98b3a7 time: use an alternative method of yielding during Overflow timer test by Dave Cheney · 11 years ago
  11. 3548ab5 runtime: handle timer overflow in tsleep by Anthony Martin · 12 years ago
  12. fcf6a7e time: make timers heap 4-ary by Sokolov Yura · 12 years ago
  13. 0286b47 time: prevent a panic from leaving the timer mutex held by Jeff R. Allen · 12 years ago
  14. 489addd time: stop 1ns timer in test by Dmitriy Vyukov · 12 years ago
  15. 89cf67e time: handle very large sleep durations by Andrew Gerrand · 12 years ago
  16. 86a8d59 time: make TestReset more reliable by Brad Fitzpatrick · 12 years ago
  17. e0aa26a time: Sleep does better job then runtime.Gosched in TestAfterStress by Alex Brainman · 12 years ago
  18. 44ff17e time: add Timer.Reset by Volker Dobler · 12 years ago
  19. a0efca8 time: fix deadlock in Sleep(0) See time/sleep_test.go for repro. by Dmitriy Vyukov · 13 years ago
  20. 8c52905 time: skip a often-flaky test in short mode by Brad Fitzpatrick · 13 years ago
  21. 2a6e699 runtime, time: accelerate tests in short mode. by Rémy Oudompheng · 13 years ago
  22. fc7b9fc time: allow sleep tests to run for 200% too long by Russ Cox · 13 years ago
  23. 2949f3b time: use Duration for AfterFunc. by David Symonds · 13 years ago
  24. efe3d35 time: new Time, Duration, ZoneInfo types by Russ Cox · 13 years ago
  25. a899a46 time: fix timer stop by Dmitriy Vyukov · 13 years ago
  26. ba98a7e time: fix test hang by Dmitriy Vyukov · 13 years ago
  27. dc6726b runtime: fix timers crash by Dmitriy Vyukov · 13 years ago
  28. 965845a all: sort imports by Russ Cox · 13 years ago
  29. eb69292 src/pkg/[n-z]*: gofix -r error -force=error by Russ Cox · 13 years ago
  30. 75d337e time: fix zone during windows test Factor out sleep interrupt. by Russ Cox · 14 years ago
  31. 5bcbcab3 sort: rename helpers: s/Sort// in sort.Sort[Float64s|Ints|Strings] by Andrew Gerrand · 14 years ago
  32. d54c4ec time: make TestAfterQueuing retry 3 times before declaring failure. by Andrew Gerrand · 14 years ago
  33. f4e76d8 replace non-blocking send, receive syntax with select by Russ Cox · 14 years ago
  34. 2ae953b time: allow cancelling of After events. by Roger Peppe · 14 years ago
  35. 212e074 time: add AfterFunc to call a function after a given duration. by Roger Peppe · 14 years ago
  36. 6eee9ed time: fix build by Russ Cox · 14 years ago
  37. e2d1595 time: make After use fewer goroutines and host processes. by Roger Peppe · 14 years ago
  38. 1e66a21 time: add After by Andrew Gerrand · 14 years ago
  39. 1e66428 time: Sleep through interruptions by Christopher Wedgwood · 15 years ago