aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2011-09-08weekly.2011-09-07weekly.2011-09-07Andrew Gerrand
2011-09-07undo CL 4964067 / 661cb84cc6f0Robert Griesemer
2011-09-07path/filepath: Simplify Walk interfaceGustavo Niemeyer
2011-09-07gc: add -p flag to catch import cycles earlierRuss Cox
2011-09-07net: sync CIDRMask code, docRuss Cox
2011-09-075a, 5c, 6a, 6c, 8a, 8c: fix Windows file pathsHector Chu
2011-09-07exp/regexp: bug fixes and RE2 testsRuss Cox
2011-09-07net: ParseCIDR returns IPNet instead of IPMaskMikio Hara
2011-09-07gc: silence Plan 9 warningsLucio De Re
2011-09-07sort: use heapsort to bail out quicksortZiad Hatahet
2011-09-07gopprof: regexp fixesHector Chu
2011-09-07A+C: Ziad Hatahet (individual CLA)Russ Cox
2011-09-07sync/atomic: add Store functionsDmitriy Vyukov
2011-09-07image/png: check zlib checksum during DecodeRuss Cox
2011-09-07gc: treat DOTMETH like DOT in escape analysis.Luuk van Dijk
2011-09-07weekly.html: remove note about exp/template -> template move.David Symonds
2011-09-06cleanup: gofmt -s -w src miscRobert Griesemer
2011-09-06template: slightly simplify the test for assignability of argumentsRob Pike
2011-09-06template: indirect or dereference function arguments if necessary to match th...Rob Pike
2011-09-06go/parser: accept corner cases of signature syntaxRobert Griesemer
2011-09-06gofmt: indent multi-line signaturesRobert Griesemer
2011-09-06url: handle ; in ParseQueryRuss Cox
2011-09-06gc: unify stack frame layoutRuss Cox
2011-09-06os: use GetFileAttributesEx to implement Stat on windowsAlex Brainman
2011-09-05gc: fix zero-length struct evalRuss Cox
2011-09-05exp/norm: performance improvements of quickSpanMarcel van Lohuizen
2011-09-05runtime: fix openbsd 386 raisesigpipeJoel Sing
2011-09-05syscall: update routing message attributes handling, fix typoMikio Hara
2011-09-05build: clear execute bit from Go filesMike Rosset
2011-09-05runtime: add test for multiple concurrent channel consumersChristopher Wedgwood
2011-09-05misc/goplay: another template fixAndrew Gerrand
2011-09-05gobuilder: ignore _test.go files when looking for docs, more loggingAndrew Gerrand
2011-09-05websocket: fix incorrect prints found by govetRobert Hencke
2011-09-05misc/goplay: Fix template outputAndrew Gerrand
2011-09-03gofix: do not convert url in field namesGustavo Niemeyer
2011-09-03runtime: implement exception handling on windows/amd64Hector Chu
2011-09-03exp/template/html: string replacement refactoring.Nigel Tao
2011-09-02gc: introduce temp = nod+tempnameRuss Cox
2011-09-02gc: zero stack-allocated slice backing arraysRuss Cox
2011-09-02godoc: minor tweaks for app-engine useRobert Griesemer
2011-09-02exp/norm: added Reader and Writer and bug fixes to support these.Marcel van Lohuizen
2011-09-02fmt/fmt_test.go: count mallocs in a few more cases.Rob Pike
2011-09-02template: fix deadlock.Rob Pike
2011-09-02exp/template/html: non-semantics changing tweaks to js{,_test}.goMike Samuel
2011-09-02goinstall: better usage messageAndrew Gerrand
2011-09-01sync/atomic: add LoadUintptrDmitriy Vyukov
2011-09-01gc: fix label recursion bugsRuss Cox
2011-09-01libmach: fix incorrect use of memsetDave Cheney
2011-09-01tag weekly.2011-09-01Nigel Tao
2011-09-01sudo.bash: print error/exit if problem with /usr/local/binMike Rosset