aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2012-01-12ld: parse but do not implement -X flagRuss Cox
2012-01-12testing: fix defer raceRuss Cox
2012-01-12cmd/go: fix linker argumentsRuss Cox
2012-01-12effective_go: provide reference to runtime.NumCPU()Dmitriy Vyukov
2012-01-12doc: trivial comment typo fixShenghou Ma
2012-01-12goyacc: fix units.y build breakageShenghou Ma
2012-01-12gc: avoid false positives when using scalar struct fields.Rémy Oudompheng
2012-01-12net/textproto: always copy the data from bufio to avoid corruptionAndrew Gerrand
2012-01-11runtime: delete duplicate implementation of pcln walkerRuss Cox
2012-01-11gc: inlining bugRuss Cox
2012-01-11html/template: reenable testcases and fix mis-escaped sequences.Mike Samuel
2012-01-11gc: fix inlining bugRuss Cox
2012-01-11go/scanner: 17% faster scanningRobert Griesemer
2012-01-12doc: update "How to Write Go Code" to use the go toolAndrew Gerrand
2012-01-11misc/dashboard/builder: fix comment in http.goOlivier Duperray
2012-01-11gc: fix inlining bugRuss Cox
2012-01-11cmd/go: change deadline to 10 minutesRuss Cox
2012-01-11gc: export nil literals without inferred type.Luuk van Dijk
2012-01-11go test: align "no test files" messageRobert Griesemer
2012-01-11go/scanner: remove (exported) InsertSemis modeRobert Griesemer
2012-01-11cmd/go: fix test documentationDmitriy Vyukov
2012-01-11go/printer: don't crash if AST contains BadXXX nodesRobert Griesemer
2012-01-11Makefile: update openpgp/error -> openpgp/errorsAdam Langley
2012-01-11crypto/openpgp: assorted cleanupsAdam Langley
2012-01-10cmd/go: kill test.out after 1 minuteRuss Cox
2012-01-10runtime: runtime.usleep() bugfix on darwin/amd64 and linux/armShenghou Ma
2012-01-11builder: pass through TMPDIR env var, drop DISABLE_NET_TESTSAndrew Gerrand
2012-01-10os: work around inlining bug (issue 2678)Russ Cox
2012-01-10go: rely on exit code to tell if test passedRuss Cox
2012-01-10gc: enable inlining by defaultRuss Cox
2012-01-11net: fix windows buildAlex Brainman
2012-01-10runtime: make garbage collector faster by deleting codeRuss Cox
2012-01-10go/scanner: fix documentationRobert Griesemer
2012-01-10go/ast: predeclared objects have the Universe/Unsafe scope as DeclRobert Griesemer
2012-01-10syscall: fix windows buildMikio Hara
2012-01-11image: rename image.Tiled to image.Repeated.Nigel Tao
2012-01-11net: add IP-level socket option helpers for Unix variantsMikio Hara
2012-01-10A+C: add Yoshiyuki Kanno (Individual CLA)Brad Fitzpatrick
2012-01-11html: propagate foreign namespaces only when adding foreign content.Nigel Tao
2012-01-10runtime: fix typo in commentMaxim Pimenov
2012-01-10exp/sql: close Rows on EOFBrad Fitzpatrick
2012-01-10gc: test that asserts closures are not wrapped when they don't have closure v...Luuk van Dijk
2012-01-10gc: inlining fixesLuuk van Dijk
2012-01-10runtime: distinct panic message for call of nil func valueRuss Cox
2012-01-10A+C: add Shenghou Ma (Individual CLA)Brad Fitzpatrick
2012-01-10runtime: regenerate defs_darwin_{386,amd64}.hDave Cheney
2012-01-10go: fix typo in commentMaxim Pimenov
2012-01-10gc: Nicer errors before miscompiling.Luuk van Dijk
2012-01-10gc: disallow declaration of variables outside package.Luuk van Dijk
2012-01-10gc: fix stray %#N in error messageLuuk van Dijk