summaryrefslogtreecommitdiff
path: root/src/time
Commit message (Collapse)AuthorAgeFilesLines
* time: panic with a more helpful error on use of invalid TimerBrad Fitzpatrick2014-10-212-0/+27
| | | | | | | | | Fixes Issue 8721 LGTM=rsc R=r, rsc CC=golang-codereviews https://codereview.appspot.com/155620045
* time: A Timer must be properly created before use (documentation).Robert Griesemer2014-10-011-0/+1
| | | | | | | | | Fixes issue 8776. LGTM=bradfitz R=rsc, bradfitz CC=golang-codereviews https://codereview.appspot.com/145710043
* time: make it clear that time.Time values do not compare with ==Rob Pike2014-09-251-0/+5
| | | | | | | LGTM=bradfitz, josharian, adg, rsc R=golang-codereviews, bradfitz, josharian, rsc, adg CC=golang-codereviews https://codereview.appspot.com/141340043
* build: move package sources from src/pkg to srcRuss Cox2014-09-0824-0/+6708
Preparation was in CL 134570043. This CL contains only the effect of 'hg mv src/pkg/* src'. For more about the move, see golang.org/s/go14nopkg.