summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* weekly.2011-12-22weekly.2011-12-22Andrew Gerrand2011-12-231-10/+117
* cmd/go: two testing fixesRuss Cox2011-12-224-30/+102
* runtime: delete old asm_*.h if still aroundRuss Cox2011-12-221-1/+1
* cmd/go: update "go help remote" to use correct Google Code urlsAndrew Gerrand2011-12-232-11/+8
* path/filepath: implement Base and Dir for windowsAlex Brainman2011-12-232-7/+53
* dashboard: Don't highlight first heading row.David Symonds2011-12-231-2/+2
* testing: add wrapper methods so the godoc output lists all methodsRob Pike2011-12-223-3/+109
* html: Don't ignore whitespace in "after after frameset" mode.Andrew Balholm2011-12-232-1/+14
* partial build fix: add missing argument to NewPackageDocRobert Griesemer2011-12-221-1/+1
* fix build: correct build scriptsRobert Griesemer2011-12-226-6/+0
* fix build: updated build scriptsRobert Griesemer2011-12-2214-14/+20
* go/doc, godoc: move export filtering into go/docRobert Griesemer2011-12-225-127/+297
* fmt: make the malloc test check its countsRob Pike2011-12-221-67/+31
* go/build: (*Tree).BinDir should not return path with / in it on windowsAlex Brainman2011-12-231-1/+1
* strconv: fix bug in extended-float based conversion.R?my Oudompheng2011-12-222-2/+5
* math/big: Rand shouldn't hang if argument is also receiver.Robert Griesemer2011-12-222-1/+12
* path: DirRob Pike2011-12-222-8/+49
* go/doc: s/typeDoc/typeInfo/Robert Griesemer2011-12-221-29/+29
* path/filepath: DirRob Pike2011-12-222-0/+42
* doc: fix misspelt CSS properties.David Symonds2011-12-231-4/+4
* go/doc, godoc: show methods of anonymous fieldsRobert Griesemer2011-12-221-50/+166
* testing: fix the fix to the wording about the bugRob Pike2011-12-221-1/+1
* testing: fix wording in explanation of potential bugRob Pike2011-12-221-3/+3
* testing: make signalling safer for parallel testsRob Pike2011-12-221-7/+13
* testing: compare Log to PrintlnRobert Hencke2011-12-221-1/+1
* gc: better linenumbers for inlined functionsLuuk van Dijk2011-12-221-1/+33
* exp/terminal: several cleanupsAdam Langley2011-12-222-27/+189
* syscall: make pipe work on netbsdJoel Sing2011-12-233-6/+6
* os: update package location of exec to os/exec in commentsBrad Fitzpatrick2011-12-221-2/+2
* dashboard: horizontal crunchRuss Cox2011-12-222-16/+117
* dashboard: do not require key in source codeRuss Cox2011-12-222-14/+61
* cmd/go: fix windows buildMikio Hara2011-12-231-1/+1
* cmd/gc: make sure use of pthread for gcc-4.5 and beyondMikio Hara2011-12-221-0/+10
* syscall: make getdirentries work on netbsdJoel Sing2011-12-225-11/+44
* doc: refer to http://build.golang.org/ where applicableRobert Hencke2011-12-223-3/+3
* exec: disable the ExtraFiles test on darwinBrad Fitzpatrick2011-12-212-15/+36
* runtime: don't panic on SIGILL, just crashIan Lance Taylor2011-12-211-1/+1
* dashboard: delete old build dashboard codeAndrew Gerrand2011-12-223-621/+4
* os/exec: put the print where it will helpRuss Cox2011-12-211-1/+1
* dashboard: add /key handlerAndrew Gerrand2011-12-222-7/+30
* dashboard: deprecation notice for the old dashboardAndrew Gerrand2011-12-222-0/+14
* os/exec: dump lsof on failureRuss Cox2011-12-211-0/+1
* godoc: fix crashRobert Griesemer2011-12-211-1/+1
* os/exec: enable inherited file descriptor testAndrew Gerrand2011-12-221-7/+0
* os/user: not on windowsRuss Cox2011-12-211-1/+1
* buildscript: make script safer, same output on WindowsRuss Cox2011-12-2115-4217/+4227
* build: fixes for WindowsRuss Cox2011-12-213-3/+18
* doc/progs/run: go1 prints output; fix testRob Pike2011-12-211-1/+1
* path/filepath.Rel: document that the returned path is always relativeRob Pike2011-12-211-0/+2
* crypto/x509: don't crash with nil receiver in accessor methodBrad Fitzpatrick2011-12-212-0/+15