Age | Commit message (Expand) | Author | Files | Lines |
2014-06-19 | Imported Upstream version 1.3upstream/1.3 | Michael Stapelberg | 16 | -552/+779 |
2013-12-03 | Imported Upstream version 1.2upstream/1.2 | Michael Stapelberg | 18 | -160/+1038 |
2013-08-13 | Imported Upstream version 1.1.2upstream/1.1.2 | Michael Stapelberg | 1 | -0/+20 |
2013-05-14 | Imported Upstream version 1.1upstream/1.1 | Michael Stapelberg | 4 | -22/+39 |
2013-03-04 | Imported Upstream version 1.1~hg20130304upstream/1.1_hg20130304 | Michael Stapelberg | 12 | -244/+1127 |
2012-06-14 | Imported Upstream version 1.0.2upstream/1.0.2 | Ondřej Surý | 1 | -0/+22 |
2012-05-02 | Imported Upstream version 1.0.1upstream/1.0.1 | Ondřej Surý | 4 | -6/+12 |
2012-04-06 | Imported Upstream version 1upstream/1 | Ondřej Surý | 21 | -1376/+3309 |
2011-09-13 | Imported Upstream version 60upstream/60 | Ondřej Surý | 15 | -0/+2730 |
2011-09-13 | Imported Upstream version 60 | Ondřej Surý | 15 | -2512/+0 |
2011-08-03 | Imported Upstream version 59upstream/59 | Ondřej Surý | 11 | -80/+183 |
2011-06-30 | Imported Upstream version 58upstream/58 | Ondřej Surý | 5 | -12/+91 |
2011-04-28 | Imported Upstream version 2011.04.27upstream/2011.04.27 | Ondřej Surý | 2 | -8/+11 |
2011-04-26 | Imported Upstream version 2011.04.13upstream/2011.04.13 | Ondřej Surý | 5 | -10/+46 |
2011-04-20 | Imported Upstream version 2011.03.07.1upstream/2011.03.07.1 | Ondřej Surý | 4 | -49/+55 |
2011-02-14 | Imported Upstream version 2011-02-01.1upstream/2011-02-01.1 | Ondřej Surý | 5 | -77/+191 |
2011-01-17 | Imported Upstream version 2011.01.12upstream/2011.01.12 | Ondřej Surý | 10 | -352/+371 |
2010-06-29 | time: implement timezones for windows | Alex Brainman | 4 | -9/+472 |
2010-04-27 | time: remove incorrect time.ISO8601 and add time.RFC3339 | Micah Stetson | 2 | -54/+88 |
2010-04-11 | time: fix comment typo | Andrew Gerrand | 1 | -1/+1 |
2010-03-30 | time: do not segment time strings by character class. | Russ Cox | 3 | -173/+212 |
2010-03-30 | single argument panic | Russ Cox | 1 | -2/+2 |
2010-02-18 | time.Ticker: fix bug arising when all tickers are dead. | Rob Pike | 2 | -6/+24 |
2010-02-04 | time: Sleep through interruptions | Christopher Wedgwood | 2 | -2/+39 |
2010-02-04 | Add RFC822 formats as named constants. | Rob Pike | 3 | -5/+38 |
2010-01-29 | fix bug in tick | Rob Pike | 1 | -4/+5 |
2010-01-29 | An experimental implemenation of Ticker using two goroutines for all tickers. | Rob Pike | 1 | -63/+122 |
2010-01-19 | time: make tick.Stop a little more robust | Russ Cox | 1 | -6/+30 |
2010-01-15 | fix +0000 time zones. | Rob Pike | 2 | -4/+32 |
2010-01-14 | clean up handling of numeric time zones | Rob Pike | 2 | -56/+88 |
2010-01-13 | don't worry about the number of spaces when parsing. | Rob Pike | 2 | -11/+48 |
2010-01-08 | Add a parser to the time package, the inverse of time.Format | Rob Pike | 2 | -1/+345 |
2010-01-07 | make Format about twice as fast by removing allocations, using a bytes.Buffer | Rob Pike | 2 | -31/+28 |
2010-01-06 | time: fix Makefile so deps.bash is happy (fixes build) | Russ Cox | 1 | -1/+1 |
2010-01-07 | New time formatter, time.Format(formatString) | Rob Pike | 4 | -155/+259 |
2009-12-25 | Update documentation around time.Sleep to specify its precision, and suggest | Devon H. O'Dell | 1 | -2/+3 |
2009-12-17 | time: add ISO 8601 time format | Ben Olive | 2 | -1/+43 |
2009-12-15 | 1) Change default gofmt default settings for | Robert Griesemer | 6 | -258/+258 |
2009-12-02 | move ReadFile, WriteFile, and ReadDir into a separate io/ioutil package. | Rob Pike | 1 | -2/+2 |
2009-12-02 | time: another bug in SecondsToUTC. | Russ Cox | 2 | -0/+26 |
2009-12-01 | time: fix handling of Jan 1 1601, 1201, 801, ... | Russ Cox | 2 | -6/+7 |
2009-11-24 | Add benchmarks for commonly used routines. | Trevor Strohman | 1 | -0/+12 |
2009-11-23 | go: makes it build for the case $GOROOT has whitespaces | Sergio Luis O. B. Correia | 1 | -2/+2 |
2009-11-20 | gofmt -r 'α[β:len(α)] -> α[β:]' -w src/cmd src/pkg | Russ Cox | 1 | -3/+3 |
2009-11-17 | FreeBSD-specific porting work. | Devon H. O'Dell | 1 | -1/+1 |
2009-11-09 | - replaced gofmt expression formatting algorithm with | Robert Griesemer | 4 | -49/+49 |
2009-11-09 | remove semis after statements in one-statement statement lists | Robert Griesemer | 5 | -43/+43 |
2009-11-06 | - fine-tuning of one-line func heuristic (nodes.go) | Robert Griesemer | 3 | -24/+8 |
2009-11-05 | gofmt-ify template, time, unsafe, flag, fmt | Robert Griesemer | 1 | -2/+2 |
2009-10-27 | files that are okay from the last gofmt round | Russ Cox | 2 | -4/+4 |