aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2012-01-25go/printer: factor some frequently used codeRobert Griesemer
2012-01-25go/printer, gofmt: respect line breaks in signaturesRobert Griesemer
2012-01-25go/doc: test case for corner case (override of predecl. type)Robert Griesemer
2012-01-25go/doc: clean rewrite of go/doc internalsRobert Griesemer
2012-01-25gofmt: fix test.shRobert Griesemer
2012-01-25os: pass tests on Plan 9 againFazlul Shahriar
2012-01-25runtime: move NumCPU declaration into debug.go.David Symonds
2012-01-25archive/tar: fix race in TestNonSeekableJoel Sing
2012-01-24doc/go1: mime, filepath.WalkRob Pike
2012-01-25godoc: update metadata upon launchAndrew Gerrand
2012-01-24go/scanner: Use explicit scanner.Mode type.Robert Griesemer
2012-01-25net/http: parse CONNECT requestsAndrew Balholm
2012-01-24doc/go1: add more info about hash and net changes, delete reference to htmlRob Pike
2012-01-24go/parser: Use explicit parser.Mode type.Robert Griesemer
2012-01-25html: move the HTML parser to an exp/html package. The parser is aNigel Tao
2012-01-24encoding/xml: remove Marshaler supportGustavo Niemeyer
2012-01-25math/big: add examples for Rat and Int's SetString and Scan methodsAndrew Gerrand
2012-01-24encoding/xml: add docs for ignoring tagGustavo Niemeyer
2012-01-25text/template: add example for TemplateAndrew Gerrand
2012-01-24encoding/binary: document that PutVarint, PutUvarint may panicBrad Fitzpatrick
2012-01-24net: actually reset deadline when time is zeroBrad Fitzpatrick
2012-01-24build: do not build all C compilersShenghou Ma
2012-01-24rename FooError vars to ErrFooBrad Fitzpatrick
2012-01-24test: Add the usual Copyright notice.Olivier Duperray
2012-01-24go/build: typoBrad Fitzpatrick
2012-01-24cmd/go: fix get githubRuss Cox
2012-01-24compress/flate: increase the length of hash table from 1<<15 to 1<<17. 0%-16%...Ivan Krasin
2012-01-24crypto: rename some FooError to ErrFooBrad Fitzpatrick
2012-01-24gc: static implements check on typeswitches only applies to concrete case types.Luuk van Dijk
2012-01-24encoding/xml: bring API closer to other packagesGustavo Niemeyer
2012-01-23go/doc: removed unused field "Type.Type"Robert Griesemer
2012-01-23doc/go1: image changesRob Pike
2012-01-23lib/godoc: use Type.Name directlyRobert Griesemer
2012-01-23math/big: slight improvement to algorithm used for internal bitLen functionDavid G. Andersen
2012-01-23exp/ebnflint: test spec during 'go test'Russ Cox
2012-01-23cmd/go: add missing files (fix build)Russ Cox
2012-01-23cmd/go: implement go get + bug fixesRuss Cox
2012-01-23go/build: add BuildTags to Context, allow !tagRuss Cox
2012-01-23gc: avoid DOT in error messagesRuss Cox
2012-01-23cgo: -cdefs should translate unsafe.Pointer to void *Shenghou Ma
2012-01-23go/doc: test all operation modesRobert Griesemer
2012-01-23exp/norm: fixes a subtle bug introduced by change 10087: random offsetMarcel van Lohuizen
2012-01-24net: consistent OpError messageMikio Hara
2012-01-23dashboard: fix -commit for new xml packageRuss Cox
2012-01-23CONTRIBUTORS: add Alexandru Moșoi <brtzsnr@gmail.com>Rob Pike
2012-01-23gob: annotate debug.go so it's not normally builtRob Pike
2012-01-23spec: function invocation, panic on *nilRob Pike
2012-01-23FAQ: update to Go 1.Rob Pike
2012-01-23gc: missed typecheck in subscripting a const string.Luuk van Dijk
2012-01-23gc: handle function calls in arguments to builtin complex operations.Luuk van Dijk