Age | Commit message (Expand) | Author | Files | Lines |
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 |
2009-10-08 | more lgtm files from gofmt | Russ Cox | 3 | -23/+22 |
2009-10-07 | apply gofmt to rand reflect regexp rpc runtime sort strconv strings sync sysc... | Russ Cox | 4 | -132/+125 |
2009-10-06 | Change description of time.Time.ZoneOffset to specify east is +ve. | Adam Langley | 1 | -1/+1 |
2009-09-23 | expand ticker interface to allow a client to shut down a ticker. | Rob Pike | 2 | -18/+48 |
2009-09-17 | unused imports | Russ Cox | 2 | -6/+0 |
2009-09-15 | more "declared and not used". | Russ Cox | 2 | -2/+2 |
2009-09-14 | fix "declared and not used" errors in non-test code. | Russ Cox | 2 | -5/+5 |
2009-09-14 | do not crash printing the zero value for time.Time. | Russ Cox | 1 | -1/+2 |
2009-08-12 | convert low-level (used by testing) packages to | Russ Cox | 5 | -76/+11 |
2009-08-10 | remove unnecessary pkg. references | Russ Cox | 2 | -6/+6 |
2009-08-04 | get function calls out of the way before | Russ Cox | 1 | -4/+4 |
2009-06-26 | Getenv: almost no one wants the error, so make it return a string that may be... | Rob Pike | 1 | -1/+1 |
2009-06-25 | Change os.Error convention: | Russ Cox | 3 | -47/+23 |
2009-06-22 | introduce os.EOF and io.ErrUnexpectedEOF. | Russ Cox | 1 | -20/+1 |
2009-06-09 | mv src/lib to src/pkg | Rob Pike | 7 | -0/+927 |