summaryrefslogtreecommitdiff
path: root/src/pkg/time
Commit message (Expand)AuthorAgeFilesLines
* build: move package sources from src/pkg to srcRuss Cox2014-09-0824-6708/+0
* runtime: convert netpoll to GoDmitriy Vyukov2014-09-042-4/+5
* time: update generated zoneinfo_abbrs_windows.goAlex Brainman2014-09-021-4/+4
* time: use go generate rather than Makefile (windows only)Rob Pike2014-08-264-17/+25
* runtime: convert timers to GoDmitriy Vyukov2014-08-251-1/+1
* time: removed from tests now obsolete assumption about Australian tz abbrevia...Alberto Donizetti2014-08-211-15/+21
* runtime: remove now arg from timer callbackDmitriy Vyukov2014-08-212-4/+4
* time: Fix missing colon when formatting time zone offsets with secondsJoel Stemmer2014-08-082-6/+7
* runtime: implement monotonic clocks on windowsAlex Brainman2014-08-011-3/+19
* time: make it clearer that the reference time is the reference time.Rob Pike2014-07-281-2/+3
* time: minor typo in docMathieu Lonjaret2014-07-241-1/+1
* time: change nsec back to int32Russ Cox2014-07-161-13/+6
* time: change formatting of microseconds duration to SI modifierRob Pike2014-06-123-13/+12
* time: avoid broken fix for buggy TestOverflowRuntimeTimerRob Pike2014-06-122-45/+12
* time: support version 3 zone recordsBrad Fitzpatrick2014-06-032-2/+11
* std lib: fix various typos in commentsRobert Griesemer2014-05-021-1/+1
* time: MeST is a time zone nameRui Ueyama2014-04-302-2/+3
* all: fix typosRui Ueyama2014-04-161-1/+1
* time: increase timeout in negative sleep duration testAndrew Gerrand2014-04-021-3/+2
* time: add comment explaining rejection of years outside [0000,9999]Russ Cox2014-03-241-0/+2
* time: handle int64 overflow in ParseDuration.Adam Langley2014-03-102-0/+4
* all: merge NaCl branch (part 1)Dave Cheney2014-02-252-2/+2
* time: use RunParallel in benchmarksDmitriy Vyukov2014-02-241-18/+5
* runtime: use monotonic clock for timers (linux/386, linux/amd64)Jay Weisskopf2014-02-243-9/+7
* time: explicitely mention Tickers have to be stoppedPatrick M?zard2014-02-241-0/+1
* time: use an alternative method of yielding during Overflow timer testDave Cheney2014-02-022-1/+12
* time: use names for beginning and end of zone transition timesIan Lance Taylor2014-01-314-13/+20
* time: correctly handle timezone before first transition timeIan Lance Taylor2014-01-312-1/+121
* time: increase timeout of TestOverflowRuntimeTimer on Plan 9David du Colombier2014-01-271-2/+6
* time: break parse and formatting tests into a separate source fileRob Pike2014-01-162-500/+512
* all: add solaris build tagsAram H?v?rneanu2014-01-072-2/+2
* time: add tests for Tick, NewTicker with negative durationShawn Smith2014-01-061-0/+18
* time: add tests for Duration.Nanoseconds, Duration.Minutes, and Duration.HoursShawn Smith2014-01-021-0/+54
* time: fix test error in Chinese edition of WindowsShenghou Ma2013-12-171-1/+1
* time: correct path to time zone zip file on UnixRuss Cox2013-10-295-2/+35
* time: fix ParseDuration overflow when given more than 9 digits on 32-bit archShenghou Ma2013-10-222-2/+4
* time: allow more time for TestOverflowRuntimeTimer to succeedAlex Brainman2013-09-091-1/+5
* runtime: handle timer overflow in tsleepAnthony Martin2013-09-062-0/+69
* time: add more docs on SleepBrad Fitzpatrick2013-08-281-1/+2
* all: dragonfly supportJoel Sing2013-08-242-2/+2
* time: make timers heap 4-arySokolov Yura2013-08-211-18/+80
* all: protect alloc count tests by -testing.shortRob Pike2013-08-211-0/+3
* time: fix time zones yet again.Rob Pike2013-08-163-12/+61
* time: expand acceptance of time zones when parsingRob Pike2013-08-151-14/+23
* time: handle GMT possibly with offsetRob Pike2013-08-152-19/+64
* time: make Time implement encoding interfacesRuss Cox2013-08-142-21/+61
* time: match month and day names only when not followed immediately by a lower...Rob Pike2013-08-052-2/+20
* various: deleted unused itemsRob Pike2013-08-033-18/+0
* time: Allow Parse and Format to handle time zone offsets with secondsUlf Holm Nielsen2013-07-312-40/+126
* time: find correct zone abbreviations even on non-English windows systemsAlex Brainman2013-07-101-1/+82