| Commit message (Expand) | Author | Age | Files | Lines |
* | api: update next.txt, except.txt | Rob Pike | 2013-08-20 | 2 | -0/+52 |
* | test: exit non-zero on error from nilptr2.go. | Alan Donovan | 2013-08-19 | 1 | -0/+3 |
* | undo CL 12785045 / 71ce80dc4195 | Carl Shapiro | 2013-08-19 | 2 | -43/+12 |
* | doc/go_faq.html: link to the SPLASH talk near the top | Rob Pike | 2013-08-20 | 1 | -0/+5 |
* | misc/emacs: Detect stale coverage reports | Aaron France | 2013-08-19 | 1 | -1/+7 |
* | A+C: Aaron France (individual CLA) | Brad Fitzpatrick | 2013-08-19 | 2 | -0/+2 |
* | runtime: don't run finalizers if we're still on the g0 stack. | Keith Randall | 2013-08-19 | 2 | -4/+5 |
* | net: annotate Read/Write for race detector | Dmitriy Vyukov | 2013-08-19 | 3 | -1/+67 |
* | runtime: do not preempt race calls | Dmitriy Vyukov | 2013-08-19 | 1 | -0/+42 |
* | cmd/gc, runtime: use type information to scan interface values | Carl Shapiro | 2013-08-19 | 2 | -12/+43 |
* | cmd/go: only try to clean executables for package main | Andrew Gerrand | 2013-08-19 | 1 | -5/+21 |
* | cmd/go: diagnose import cycles better | Rob Pike | 2013-08-19 | 1 | -6/+14 |
* | cmd/gc: regenerate y.tab.{c,h} with Bison 2.5. | David Symonds | 2013-08-19 | 2 | -349/+953 |
* | test: fix build | Rob Pike | 2013-08-19 | 5 | -5/+5 |
* | cmd/gc: don't attempt to generate wrappers for blank interface methods | Anthony Martin | 2013-08-19 | 3 | -4/+38 |
* | cmd/gc: better error messages for C-style if statements. | Rob Pike | 2013-08-19 | 4 | -1266/+662 |
* | math/big: fix nil bug in GobEncode | Rob Pike | 2013-08-19 | 4 | -2/+64 |
* | make.bash: exit if dist fails | Rob Pike | 2013-08-19 | 1 | -1/+6 |
* | cmd/dist: join with TMPDIR more carefully to avoid // in path. | David Symonds | 2013-08-19 | 1 | -1/+3 |
* | archive/tar: Fix support for long links and improve PAX support. | Marco Hennings | 2013-08-19 | 4 | -66/+262 |
* | A+C: Marco Hennings (individual CLA) | David Symonds | 2013-08-19 | 2 | -0/+2 |
* | testing: don't start timing a Parallel test until it's actually starting | Rob Pike | 2013-08-19 | 1 | -2/+4 |
* | encoding/xml: flush buffer after encoding token | Dominik Honnef | 2013-08-19 | 2 | -2/+10 |
* | cmd/dist: more informative error for mkdtemp failing | Rob Pike | 2013-08-19 | 1 | -2/+3 |
* | net: make protocol-specific WriteTo, WriteMsg methods return error instead of... | Mikio Hara | 2013-08-18 | 5 | -0/+47 |
* | net/textproto: use ReadDotBytes instead of non-existent ReadDotAll. | Emil Hessman | 2013-08-18 | 1 | -1/+1 |
* | net/textproto: replace '3-digit' with 'three-digit' | Emil Hessman | 2013-08-18 | 1 | -2/+2 |
* | net: fix garbage connection close in dual stack tests | Mikio Hara | 2013-08-17 | 1 | -2/+6 |
* | net: enable runtime-integrated network pollster on netbsd | Mikio Hara | 2013-08-17 | 3 | -3/+3 |
* | runtime: integrated network pollster for netbsd/amd64,386,arm | Mikio Hara | 2013-08-17 | 14 | -12/+182 |
* | net: limit number of concurrent cgo calls | Russ Cox | 2013-08-16 | 4 | -0/+71 |
* | runtime: impose thread count limit | Russ Cox | 2013-08-16 | 3 | -1/+74 |
* | cmd/gc: separate "has pointers" from "needs zeroing" in stack frame | Russ Cox | 2013-08-16 | 5 | -29/+43 |
* | doc: describe halt_on_error race detector parameter | Dmitriy Vyukov | 2013-08-16 | 1 | -0/+5 |
* | runtime/race: add output tests for different GORACE params | Dmitriy Vyukov | 2013-08-16 | 1 | -8/+58 |
* | test: say that nilptr2.go requires 256+MB stack | Dmitriy Vyukov | 2013-08-16 | 1 | -3/+3 |
* | runtime: fix goroutine stack accounting | Dmitriy Vyukov | 2013-08-16 | 1 | -1/+1 |
* | misc/emacs: godef: print the entire description, not just the first line | Dominik Honnef | 2013-08-16 | 1 | -3/+3 |
* | runtime/race: update runtime to rev 188542 | Dmitriy Vyukov | 2013-08-16 | 5 | -13/+11 |
* | net: fix bug in fdMutex | Dmitriy Vyukov | 2013-08-16 | 1 | -2/+2 |
* | A+C: change Robert Dinu's email address | Robert Dinu | 2013-08-16 | 2 | -2/+2 |
* | doc/go1.2.txt: testing: add TB interface | Rob Pike | 2013-08-16 | 1 | -0/+1 |
* | cmd/5g, cmd/6g, cmd/8g: update frame zeroing for new bitmap format | Carl Shapiro | 2013-08-16 | 3 | -9/+9 |
* | time: fix time zones yet again. | Rob Pike | 2013-08-16 | 3 | -12/+61 |
* | undo CL 12822043 / 96fefaa02ae3 | David Symonds | 2013-08-16 | 2 | -7/+3 |
* | misc/emacs: allow godef to work in coverage buffers | Dominik Honnef | 2013-08-16 | 1 | -4/+15 |
* | misc/emacs: do not use any free variables | Dominik Honnef | 2013-08-16 | 1 | -2/+3 |
* | misc/emacs: when defining prog-mode, define it like GNU Emacs 24 would | Dominik Honnef | 2013-08-15 | 1 | -7/+7 |
* | misc/dist: don't copy godoc templates to lib/godoc | Andrew Gerrand | 2013-08-16 | 1 | -9/+1 |
* | cmd/go: fix at least some instances of double compilation | Rob Pike | 2013-08-16 | 1 | -1/+1 |