1. 9c4295b time: print zero duration as 0s, not 0 by Rob Pike · 9 years ago
  2. 0da4dbe all: remove unnecessary type conversions by Matthew Dempsky · 9 years ago
  3. fdba5a7 all: delete dead non-test code by Dominik Honnef · 9 years ago
  4. 5fea2cc all: single space after period. by Brad Fitzpatrick · 9 years ago
  5. 5194744 all: make copyright headers consistent with one space after period by Brad Fitzpatrick · 9 years ago
  6. 351c15f all: remove public named return values when useless by Brad Fitzpatrick · 9 years ago
  7. 28ce6f3 time: document Tick will return nil if d <= 0 by Shenghou Ma · 9 years ago
  8. b04f3b0 all: replace strings.Index with strings.Contains where possible by Nathan VanBenschoten · 9 years ago
  9. 830143f time: fix comment about use of Location.cacheEnd by Ian Lance Taylor · 9 years ago
  10. e84dad3 time: restore old error text for day out of range by Russ Cox · 9 years ago
  11. 39c3e0f time: document that RFC1123 is wrong for times in UTC by Russ Cox · 9 years ago
  12. 5ef8991 time: reject invalid day of month in Parse by Rob Pike · 9 years ago
  13. 3b3f422 time: fix handling of -07, handle Z07 by Ian Lance Taylor · 9 years ago
  14. f4b4d2f time: _2006 is a literal _, followed by 2006 by Edward Muller · 9 years ago
  15. 8b96be1 time: allow any one- or two-digit day of the month when parsing. by Rob Pike · 10 years ago
  16. c12e38a time: fixed handling of "5" in Format's layout string by Marvin Stenger · 10 years ago
  17. d93f3b5 time: fix 400 year offset in comment by Ian Lance Taylor · 10 years ago
  18. cba1528 time: handle localized time zone names by Daniel Johansson · 10 years ago
  19. 5f859ba time: Use AppendFormat in Marshal[Text|JSON] by Justin Nuß · 10 years ago
  20. 47f22ab time: make it clearer how to format a fractional second by Rob Pike · 10 years ago
  21. a3985e4 time: document that time.Tick creates an unrecoverable resource by Rob Pike · 10 years ago
  22. 2ae7737 all: link to https instead of http by Brad Fitzpatrick · 10 years ago
  23. 526b501 time: correct unrepresentable Unix time comment by Shenghou Ma · 10 years ago
  24. f3fc8b0 time: document that not all Unix time can be represented by Shenghou Ma · 10 years ago
  25. 51021cc time: fix registry zone info lookup on Windows by Patrick Mezard · 10 years ago
  26. b4bc7b4 time: deflake TestAfterQueuing by Brad Fitzpatrick · 10 years ago
  27. e2e322d time: Fix ordering of slots in AfterQueueing test by Keith Randall · 10 years ago
  28. 89454b1 mime, time, internal/syscall/windows/registry: use new registry package to simplify code by Alex Brainman · 10 years ago
  29. d12b532 time: use longer delta duration for TestAfterQueueing retries by Matthew Dempsky · 10 years ago
  30. 35bda67 time: add Time.AppendFormat by Caleb Spare · 10 years ago
  31. d5ef698 time: unify formatting of decimals for timestamps by Martin Möhrmann · 10 years ago
  32. 8537ccd time: add a thorough example for time.Format by Rob Pike · 10 years ago
  33. 2adc4e8 all: use "reports whether" in place of "returns true if(f)" by Josh Bleecher Snyder · 10 years ago
  34. ce1c924 time: zoneinfo support for darwin by David Crawshaw · 10 years ago
  35. 31336f9 Revert "time: zoneinfo support on darwin/arm" by David Crawshaw · 10 years ago
  36. 54efdc5 time: zoneinfo support on darwin/arm by David Crawshaw · 10 years ago
  37. 9e6869b Build fix for plan9 after 8bf13838eb21. by David Symonds · 10 years ago
  38. 8bf1383 time: return informative errors when failing to load timezone data. by David Symonds · 10 years ago
  39. d1210ac time: correctly parse large input durations and avoid precision loss by Martin Möhrmann · 10 years ago
  40. ab4af52 time: panic with a more helpful error on use of invalid Timer by Brad Fitzpatrick · 10 years ago
  41. bc89e8c time: A Timer must be properly created before use (documentation). by Robert Griesemer · 11 years ago
  42. cfae41f time: make it clear that time.Time values do not compare with == by Rob Pike · 11 years ago
  43. c007ce8 build: move package sources from src/pkg to src by Russ Cox · 11 years ago