aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2011-12-23weekly.2011-12-22weekly.2011-12-22Andrew Gerrand
2011-12-22cmd/go: two testing fixesRuss Cox
2011-12-22runtime: delete old asm_*.h if still aroundRuss Cox
2011-12-23cmd/go: update "go help remote" to use correct Google Code urlsAndrew Gerrand
2011-12-23path/filepath: implement Base and Dir for windowsAlex Brainman
2011-12-23dashboard: Don't highlight first heading row.David Symonds
2011-12-22testing: add wrapper methods so the godoc output lists all methodsRob Pike
2011-12-23html: Don't ignore whitespace in "after after frameset" mode.Andrew Balholm
2011-12-22partial build fix: add missing argument to NewPackageDocRobert Griesemer
2011-12-22fix build: correct build scriptsRobert Griesemer
2011-12-22fix build: updated build scriptsRobert Griesemer
2011-12-22go/doc, godoc: move export filtering into go/docRobert Griesemer
2011-12-22fmt: make the malloc test check its countsRob Pike
2011-12-23go/build: (*Tree).BinDir should not return path with / in it on windowsAlex Brainman
2011-12-22strconv: fix bug in extended-float based conversion.Rémy Oudompheng
2011-12-22math/big: Rand shouldn't hang if argument is also receiver.Robert Griesemer
2011-12-22path: DirRob Pike
2011-12-22go/doc: s/typeDoc/typeInfo/Robert Griesemer
2011-12-22path/filepath: DirRob Pike
2011-12-23doc: fix misspelt CSS properties.David Symonds
2011-12-22go/doc, godoc: show methods of anonymous fieldsRobert Griesemer
2011-12-22testing: fix the fix to the wording about the bugRob Pike
2011-12-22testing: fix wording in explanation of potential bugRob Pike
2011-12-22testing: make signalling safer for parallel testsRob Pike
2011-12-22testing: compare Log to PrintlnRobert Hencke
2011-12-22gc: better linenumbers for inlined functionsLuuk van Dijk
2011-12-22exp/terminal: several cleanupsAdam Langley
2011-12-23syscall: make pipe work on netbsdJoel Sing
2011-12-22os: update package location of exec to os/exec in commentsBrad Fitzpatrick
2011-12-22dashboard: horizontal crunchRuss Cox
2011-12-22dashboard: do not require key in source codeRuss Cox
2011-12-23cmd/go: fix windows buildMikio Hara
2011-12-22cmd/gc: make sure use of pthread for gcc-4.5 and beyondMikio Hara
2011-12-22syscall: make getdirentries work on netbsdJoel Sing
2011-12-22doc: refer to http://build.golang.org/ where applicableRobert Hencke
2011-12-21exec: disable the ExtraFiles test on darwinBrad Fitzpatrick
2011-12-21runtime: don't panic on SIGILL, just crashIan Lance Taylor
2011-12-22dashboard: delete old build dashboard codeAndrew Gerrand
2011-12-21os/exec: put the print where it will helpRuss Cox
2011-12-22dashboard: add /key handlerAndrew Gerrand
2011-12-22dashboard: deprecation notice for the old dashboardAndrew Gerrand
2011-12-21os/exec: dump lsof on failureRuss Cox
2011-12-21godoc: fix crashRobert Griesemer
2011-12-22os/exec: enable inherited file descriptor testAndrew Gerrand
2011-12-21os/user: not on windowsRuss Cox
2011-12-21buildscript: make script safer, same output on WindowsRuss Cox
2011-12-21build: fixes for WindowsRuss Cox
2011-12-21doc/progs/run: go1 prints output; fix testRob Pike
2011-12-21path/filepath.Rel: document that the returned path is always relativeRob Pike
2011-12-21crypto/x509: don't crash with nil receiver in accessor methodBrad Fitzpatrick