aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2011-03-03fix build (observed in wild, not on dashboard)Russ Cox
2011-03-03bzip2: speed up decompression.Adam Langley
2011-03-03image: add a decoding test for common file formats.Nigel Tao
2011-03-03doc: remove reference to bug count from install.htmlAndrew Gerrand
2011-03-03gobuilder: add -package flag to build external packagesAndrew Gerrand
2011-03-02unsafe: fix the documentationRob Pike
2011-03-02gc: fix init of packages named mainGustavo Niemeyer
2011-03-02runtime: fix unused variable warningDave Cheney
2011-03-02xml: fix typo in test.Yasuhiro Matsumoto
2011-03-02goinstall: protect against malicious filenames.Roger Peppe
2011-03-02build: simplify clean.bashDave Cheney
2011-03-02fix buildRuss Cox
2011-03-02build: fix race condition building enam.oDave Cheney
2011-03-02cgo: put temporary source files in _obj.Roger Peppe
2011-03-02fmt: allow recursive calls to Fscan etc.Roger Peppe
2011-03-02runtime: record goroutine creation pc and display in tracebackRuss Cox
2011-03-02http: initialize request Header for the transportBrad Fitzpatrick
2011-03-02http: give ParseHTTPVersion a real example.David Symonds
2011-03-01http: expose Client's TransportBrad Fitzpatrick
2011-03-01docs: make "runtime" a word only as a name for the package.Rob Pike
2011-03-01fmt: delete debugging print that crept in to test.Rob Pike
2011-03-01fmt: make %#p suppress leading 0xRob Pike
2011-03-01http: export parseHTTPVersion.David Symonds
2011-03-01doc: add FAQ about large binaries and stack vs heap allocationAndrew Gerrand
2011-02-28goyacc: clarify it's package, not binary, that hasRob Pike
2011-02-28goyacc: provide -p flag to set prefix for names.Rob Pike
2011-03-01build: convert src/cmd to use make directly and simplify src/make.bashDave Cheney
2011-02-28gc: bug325 / issue 1566Russ Cox
2011-02-28build: move $GOBIN ahead of /bin, /usr/bin in build $PATHRuss Cox
2011-02-28xml: permit nested directivesChris Dollin
2011-02-28template: document the delimiters betterRob Pike
2011-02-28syscall: regenerate zerrors_freebsd_amd64.goMikio Hara
2011-02-27runtime: idle goroutineRuss Cox
2011-02-26compress/lzw: don't use a closure in NewReader, which avoids havingNigel Tao
2011-02-26compress/lzw: fix the stupidity of allocating and zeroing a new bufferNigel Tao
2011-02-25crypto/openpgp: fix test printsRob Pike
2011-02-25runtime: omit breakpoint during terminal panicRuss Cox
2011-02-25sync/atomic: make BUG comment godoc-compatibleRuss Cox
2011-02-25runtime: use kernel-supplied cas on linux/armRuss Cox
2011-02-25sync: use sync/atomicRuss Cox
2011-02-25sync/atomic: new packageRuss Cox
2011-02-25A+C: Chris Dollin (individual CLA)Russ Cox
2011-02-25gob: make recursive map and slice types work.Rob Pike
2011-02-258a, 8l: add CMPXCHG8B, XADDB, XADDL, XADDWRuss Cox
2011-02-255a, 5l: add LDREXD, STREXDRuss Cox
2011-02-24bug324.go: test case for issue 1550Robert Griesemer
2011-02-25tag release.2011-02-24Andrew Gerrand
2011-02-25release.2011-02-24weekly.2011-02-24Andrew Gerrand
2011-02-24crypto/openpgp: add packageAdam Langley
2011-02-24godoc: accept symbolic links as path names provided to -pathRobert Griesemer