summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* api: update next.txt, except.txtRob Pike2013-08-202-0/+52
* test: exit non-zero on error from nilptr2.go.Alan Donovan2013-08-191-0/+3
* undo CL 12785045 / 71ce80dc4195Carl Shapiro2013-08-192-43/+12
* doc/go_faq.html: link to the SPLASH talk near the topRob Pike2013-08-201-0/+5
* misc/emacs: Detect stale coverage reportsAaron France2013-08-191-1/+7
* A+C: Aaron France (individual CLA)Brad Fitzpatrick2013-08-192-0/+2
* runtime: don't run finalizers if we're still on the g0 stack.Keith Randall2013-08-192-4/+5
* net: annotate Read/Write for race detectorDmitriy Vyukov2013-08-193-1/+67
* runtime: do not preempt race callsDmitriy Vyukov2013-08-191-0/+42
* cmd/gc, runtime: use type information to scan interface valuesCarl Shapiro2013-08-192-12/+43
* cmd/go: only try to clean executables for package mainAndrew Gerrand2013-08-191-5/+21
* cmd/go: diagnose import cycles betterRob Pike2013-08-191-6/+14
* cmd/gc: regenerate y.tab.{c,h} with Bison 2.5.David Symonds2013-08-192-349/+953
* test: fix buildRob Pike2013-08-195-5/+5
* cmd/gc: don't attempt to generate wrappers for blank interface methodsAnthony Martin2013-08-193-4/+38
* cmd/gc: better error messages for C-style if statements.Rob Pike2013-08-194-1266/+662
* math/big: fix nil bug in GobEncodeRob Pike2013-08-194-2/+64
* make.bash: exit if dist failsRob Pike2013-08-191-1/+6
* cmd/dist: join with TMPDIR more carefully to avoid // in path.David Symonds2013-08-191-1/+3
* archive/tar: Fix support for long links and improve PAX support.Marco Hennings2013-08-194-66/+262
* A+C: Marco Hennings (individual CLA)David Symonds2013-08-192-0/+2
* testing: don't start timing a Parallel test until it's actually startingRob Pike2013-08-191-2/+4
* encoding/xml: flush buffer after encoding tokenDominik Honnef2013-08-192-2/+10
* cmd/dist: more informative error for mkdtemp failingRob Pike2013-08-191-2/+3
* net: make protocol-specific WriteTo, WriteMsg methods return error instead of...Mikio Hara2013-08-185-0/+47
* net/textproto: use ReadDotBytes instead of non-existent ReadDotAll.Emil Hessman2013-08-181-1/+1
* net/textproto: replace '3-digit' with 'three-digit'Emil Hessman2013-08-181-2/+2
* net: fix garbage connection close in dual stack testsMikio Hara2013-08-171-2/+6
* net: enable runtime-integrated network pollster on netbsdMikio Hara2013-08-173-3/+3
* runtime: integrated network pollster for netbsd/amd64,386,armMikio Hara2013-08-1714-12/+182
* net: limit number of concurrent cgo callsRuss Cox2013-08-164-0/+71
* runtime: impose thread count limitRuss Cox2013-08-163-1/+74
* cmd/gc: separate "has pointers" from "needs zeroing" in stack frameRuss Cox2013-08-165-29/+43
* doc: describe halt_on_error race detector parameterDmitriy Vyukov2013-08-161-0/+5
* runtime/race: add output tests for different GORACE paramsDmitriy Vyukov2013-08-161-8/+58
* test: say that nilptr2.go requires 256+MB stackDmitriy Vyukov2013-08-161-3/+3
* runtime: fix goroutine stack accountingDmitriy Vyukov2013-08-161-1/+1
* misc/emacs: godef: print the entire description, not just the first lineDominik Honnef2013-08-161-3/+3
* runtime/race: update runtime to rev 188542Dmitriy Vyukov2013-08-165-13/+11
* net: fix bug in fdMutexDmitriy Vyukov2013-08-161-2/+2
* A+C: change Robert Dinu's email addressRobert Dinu2013-08-162-2/+2
* doc/go1.2.txt: testing: add TB interfaceRob Pike2013-08-161-0/+1
* cmd/5g, cmd/6g, cmd/8g: update frame zeroing for new bitmap formatCarl Shapiro2013-08-163-9/+9
* time: fix time zones yet again.Rob Pike2013-08-163-12/+61
* undo CL 12822043 / 96fefaa02ae3David Symonds2013-08-162-7/+3
* misc/emacs: allow godef to work in coverage buffersDominik Honnef2013-08-161-4/+15
* misc/emacs: do not use any free variablesDominik Honnef2013-08-161-2/+3
* misc/emacs: when defining prog-mode, define it like GNU Emacs 24 wouldDominik Honnef2013-08-151-7/+7
* misc/dist: don't copy godoc templates to lib/godocAndrew Gerrand2013-08-161-9/+1
* cmd/go: fix at least some instances of double compilationRob Pike2013-08-161-1/+1