summaryrefslogtreecommitdiff
path: root/src/runtime/time.go
Commit message (Expand)AuthorAgeFilesLines
* runtime: use next timer to decide whether to relaxAustin Clements2017-07-071-0/+2
* runtime: do not allocate on every time.SleepRuss Cox2017-02-241-1/+6
* net: refactor poller into new internal/poll packageIan Lance Taylor2017-02-131-2/+2
* time: optimize Now on darwin, windowsRuss Cox2017-02-091-7/+1
* time: record monotonic clock reading in time.Now, for more accurate comparisonsRuss Cox2017-02-031-0/+8
* runtime: fix comments in time.goAlexander Morozov2016-10-261-4/+4
* all: single space after period.Brad Fitzpatrick2016-03-021-1/+1
* runtime: fix commentBrad Fitzpatrick2016-02-081-1/+1
* runtime: remove runtime frames from stacks in tracesDmitry Vyukov2015-03-101-4/+4
* runtime: never show system goroutines in tracebackDmitry Vyukov2015-02-111-1/+0
* runtime: add tracing of runtime eventsDmitry Vyukov2015-01-281-2/+2
* runtime: remove thunk.sRuss Cox2014-12-231-1/+16
* runtime: add fake time support back.Shenghou Ma2014-10-271-3/+26
* build: move package sources from src/pkg to srcRuss Cox2014-09-081-0/+266