| Commit message (Expand) | Author | Age | Files | Lines |
* | go 1: add a description of the os error changes. | Rob Pike | 2012-02-19 | 2 | -23/+63 |
* | doc: update gccgo_contribute.html | Ian Lance Taylor | 2012-02-18 | 1 | -55/+60 |
* | doc: various updates to doc/code.html | Shenghou Ma | 2012-02-18 | 1 | -4/+5 |
* | doc: fix tables | Russ Cox | 2012-02-17 | 2 | -0/+12 |
* | doc: clarify gccgo support for segmented stacks | Ian Lance Taylor | 2012-02-17 | 1 | -2/+2 |
* | faq: add entry about nil interfaces vs. nil pointers | Rob Pike | 2012-02-17 | 1 | -0/+79 |
* | doc: provide example filepath.Walk for go1 | Mike Rosset | 2012-02-17 | 3 | -8/+39 |
* | os: delete os.EINVAL and so on | Rob Pike | 2012-02-17 | 7 | -13/+58 |
* | go spec: struct comparison only compares non-blank fields | Robert Griesemer | 2012-02-16 | 1 | -3/+4 |
* | net/url: Rename ParseWithReference to ParseWithFragment. | David Symonds | 2012-02-16 | 2 | -0/+8 |
* | fix: add fix for bufio, gzip, zlib NewWriterXxx changes.weekly.2012-02-14 | Nigel Tao | 2012-02-15 | 2 | -18/+26 |
* | doc: fix snapshot notes | Andrew Gerrand | 2012-02-15 | 1 | -3/+4 |
* | weekly.2012-02-14 | Andrew Gerrand | 2012-02-15 | 1 | -0/+119 |
* | doc: fix codewalk/markov.go | Lai Jiangshan | 2012-02-15 | 1 | -2/+2 |
* | doc: add playground.js | Andrew Gerrand | 2012-02-15 | 3 | -35/+240 |
* | doc: add App Engine docs to 'learn' and 'reference' pages | Andrew Gerrand | 2012-02-15 | 2 | -0/+12 |
* | doc: grey out line numbers | Andrew Gerrand | 2012-02-15 | 1 | -0/+3 |
* | go1.tmpl: fix merge | Adam Langley | 2012-02-14 | 2 | -100/+346 |
* | doc: update install.html for binary distros, add install-source.html | Andrew Gerrand | 2012-02-14 | 3 | -369/+548 |
* | godoc: list examples in index | Andrew Gerrand | 2012-02-14 | 1 | -4/+18 |
* | doc: color comments | Andrew Gerrand | 2012-02-14 | 1 | -0/+3 |
* | archive/zip: hide Write method from *Writer type | Andrew Gerrand | 2012-02-14 | 2 | -0/+24 |
* | spec: clarify implementation restrictions on untyped floats | Ian Lance Taylor | 2012-02-13 | 1 | -3/+35 |
* | os/signal: selective signal handling | Russ Cox | 2012-02-13 | 2 | -0/+66 |
* | crypto/...: more fixes for bug 2841 | Adam Langley | 2012-02-13 | 2 | -326/+116 |
* | spec: strings are more slices than arrays | Rob Pike | 2012-02-13 | 1 | -2/+2 |
* | godoc: new design | Andrew Gerrand | 2012-02-13 | 12 | -716/+599 |
* | cmd/fix: warn about exp, old, deleted packages | Russ Cox | 2012-02-12 | 2 | -16/+0 |
* | go spec: method names must be unique | Robert Griesemer | 2012-02-12 | 1 | -11/+20 |
* | spec: typographical adjustment for ellipsis | Rob Pike | 2012-02-13 | 1 | -3/+3 |
* | go1: fix old reference to Sys method | Rob Pike | 2012-02-13 | 2 | -2/+2 |
* | go1: update recipe for recovering Stat_t | Rob Pike | 2012-02-12 | 2 | -16/+8 |
* | effective_go: use new map deletion syntax | Rob Pike | 2012-02-12 | 2 | -8/+8 |
* | flate: delete WrongValueError type. | Nigel Tao | 2012-02-11 | 2 | -8/+18 |
* | go/printer: implement SourcePos mode | Robert Griesemer | 2012-02-10 | 2 | -0/+40 |
* | compress: make flate, gzip and zlib's NewWriterXxx functions all return | Nigel Tao | 2012-02-10 | 2 | -0/+28 |
* | testing/script: delete | Rob Pike | 2012-02-10 | 2 | -0/+22 |
* | os: delete Exec, NewFile takes uintptr, rename ShellExpand, doc fixes | Brad Fitzpatrick | 2012-02-10 | 2 | -8/+26 |
* | os: remove Time; callers should use time.Time. | Brad Fitzpatrick | 2012-02-10 | 2 | -2/+24 |
* | log/syslog: fix documentation for NewLogger | Rob Pike | 2012-02-09 | 2 | -2/+28 |
* | encoding/binary: add Size, to replace the functionality of the old TotalSize | Rob Pike | 2012-02-09 | 2 | -2/+6 |
* | doc: new document about compatibility of releases | Rob Pike | 2012-02-09 | 1 | -0/+157 |
* | spec: address CL 5647054 comments | Russ Cox | 2012-02-08 | 1 | -5/+5 |
* | spec: send on closed channel counts as "proceeding" | Russ Cox | 2012-02-08 | 1 | -2/+2 |
* | doc/go1: mention that the compiler catches TotalSize and NewReaderSize | Rob Pike | 2012-02-09 | 2 | -6/+4 |
* | go/scanner: clean up error interface | Robert Griesemer | 2012-02-08 | 2 | -0/+20 |
* | spec: disallow recursive embedded interfaces | Russ Cox | 2012-02-08 | 1 | -2/+23 |
* | spec: add forward links from 'method set' to where it gets used | Russ Cox | 2012-02-08 | 1 | -1/+7 |
* | net/http: panic on duplicate registrations | Russ Cox | 2012-02-08 | 2 | -2/+14 |
* | weekly.2012-02-07weekly.2012-02-07 | Andrew Gerrand | 2012-02-08 | 1 | -0/+190 |