summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* weekly.2012-03-04weekly.2012-03-04Andrew Gerrand2012-03-051-0/+118
* doc: add command docs page, canonicalize reference pathsAndrew Gerrand2012-03-058-19/+118
* doc: add help page, update project pageAndrew Gerrand2012-03-053-10/+79
* doc: clean up docs page, refer to wiki, change install doc pathsAndrew Gerrand2012-03-058-133/+77
* cmd: update formatting of usage messagesAndrew Gerrand2012-03-057-12/+28
* doc/progs: update for go 1Rob Pike2012-03-056-40/+37
* cmd/go: fix grammar error in help messagesRob Pike2012-03-052-2/+2
* doc/effective_go: minor fixShenghou Ma2012-03-052-2/+2
* html/template: fix comment typoScott Lawrence2012-03-051-1/+1
* misc: update usage message in benchcmp for go toolDave Cheney2012-03-051-1/+1
* doc: change menu, tweak front pageAndrew Gerrand2012-03-053-33/+34
* net: move MAC address parser into distinct fileMikio Hara2012-03-054-121/+139
* doc: fix another typo in article on defer, panic and recoverFrancisco Souza2012-03-042-2/+2
* godoc: fix codewalksAndrew Gerrand2012-03-041-6/+6
* doc: fixed minor typo in article on deferFrancisco Souza2012-03-042-2/+2
* A+C: add Francisco SouzaAndrew Gerrand2012-03-042-0/+2
* godoc: hide "Subdirectories" subheading if it is the only sectionAndrew Gerrand2012-03-041-1/+1
* text/template: one more test caseRob Pike2012-03-041-1/+2
* text/template: clean up function valuesRob Pike2012-03-034-18/+86
* cmd/go: fix relative imports againRuss Cox2012-03-0214-92/+171
* doc: remove roadmap documentAndrew Gerrand2012-03-033-149/+0
* doc: change wording on references pageAndrew Gerrand2012-03-031-1/+2
* misc: add zsh completion for go tool.R?my Oudompheng2012-03-031-0/+137
* doc/install-source.html: update for go toolRob Pike2012-03-031-56/+48
* Xcode: move Xcode3 specific files into sub directoryRobert Griesemer2012-03-023-0/+3
* fix build for FreeBSD/amd64Shenghou Ma2012-03-031-1/+1
* ld: allow more -L optionsShenghou Ma2012-03-032-6/+17
* go/printer: simpler exprList code, more testsRobert Griesemer2012-03-023-47/+182
* all: more typosRobert Griesemer2012-03-025-6/+6
* net: during short test, don't bother timeout longer than expectedShenghou Ma2012-03-031-1/+1
* doc/go1: minor correctionsShenghou Ma2012-03-032-6/+4
* cmd/go: avoid repeated include dirs.R?my Oudompheng2012-03-021-1/+1
* doc: fix some HTML errors in code.htmlSanjay Menakuru2012-03-021-3/+3
* cmd/go: fix test import dependency bugRuss Cox2012-03-023-10/+20
* cmd/go: fixes for gccgo.R?my Oudompheng2012-03-023-23/+24
* build: add GO_ prefix to LDFLAGS and GCFLAGSGustavo Niemeyer2012-03-021-10/+10
* os: sleep 5ms after process has exited on windowsAlex Brainman2012-03-021-0/+5
* doc: expand code.html to discuss the go tool in more depthAndrew Gerrand2012-03-021-195/+354
* os: implement UserTime/SystemTime on windowsAlex Brainman2012-03-025-6/+47
* os: fix grammar in ProcessState commentRob Pike2012-03-022-2/+2
* os: centralize documentation of Process and ProcessStateRuss Cox2012-03-015-73/+91
* doc: update go1 for html changesAndrew Gerrand2012-03-022-0/+12
* go/build: fix buildRuss Cox2012-03-012-104/+109
* go/build: document GOPATHRuss Cox2012-03-012-1/+51
* doc: describe API changes to go/buildRuss Cox2012-03-012-0/+32
* cmd/go: fix verbose command displayingGustavo Niemeyer2012-03-011-1/+1
* cmd/go: fix -I flag for gc commandGustavo Niemeyer2012-03-011-1/+3
* all: fixed various typosRobert Griesemer2012-03-0111-15/+15
* reflect: expand doc for Value.InterfaceRuss Cox2012-03-011-2/+4
* spec: clarifications around exports, uniqueness of identifiersRobert Griesemer2012-03-011-28/+44