aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2012-03-05weekly.2012-03-04weekly.2012-03-04Andrew Gerrand
2012-03-05doc: add command docs page, canonicalize reference pathsAndrew Gerrand
2012-03-05doc: add help page, update project pageAndrew Gerrand
2012-03-05doc: clean up docs page, refer to wiki, change install doc pathsAndrew Gerrand
2012-03-05cmd: update formatting of usage messagesAndrew Gerrand
2012-03-05doc/progs: update for go 1Rob Pike
2012-03-05cmd/go: fix grammar error in help messagesRob Pike
2012-03-05doc/effective_go: minor fixShenghou Ma
2012-03-05html/template: fix comment typoScott Lawrence
2012-03-05misc: update usage message in benchcmp for go toolDave Cheney
2012-03-05doc: change menu, tweak front pageAndrew Gerrand
2012-03-05net: move MAC address parser into distinct fileMikio Hara
2012-03-04 doc: fix another typo in article on defer, panic and recoverFrancisco Souza
2012-03-04godoc: fix codewalksAndrew Gerrand
2012-03-04doc: fixed minor typo in article on deferFrancisco Souza
2012-03-04A+C: add Francisco SouzaAndrew Gerrand
2012-03-04godoc: hide "Subdirectories" subheading if it is the only sectionAndrew Gerrand
2012-03-04text/template: one more test caseRob Pike
2012-03-03text/template: clean up function valuesRob Pike
2012-03-02cmd/go: fix relative imports againRuss Cox
2012-03-03doc: remove roadmap documentAndrew Gerrand
2012-03-03doc: change wording on references pageAndrew Gerrand
2012-03-03misc: add zsh completion for go tool.Rémy Oudompheng
2012-03-03doc/install-source.html: update for go toolRob Pike
2012-03-02Xcode: move Xcode3 specific files into sub directoryRobert Griesemer
2012-03-03fix build for FreeBSD/amd64Shenghou Ma
2012-03-03ld: allow more -L optionsShenghou Ma
2012-03-02go/printer: simpler exprList code, more testsRobert Griesemer
2012-03-02all: more typosRobert Griesemer
2012-03-03net: during short test, don't bother timeout longer than expectedShenghou Ma
2012-03-03doc/go1: minor correctionsShenghou Ma
2012-03-02cmd/go: avoid repeated include dirs.Rémy Oudompheng
2012-03-02doc: fix some HTML errors in code.htmlSanjay Menakuru
2012-03-02cmd/go: fix test import dependency bugRuss Cox
2012-03-02cmd/go: fixes for gccgo.Rémy Oudompheng
2012-03-02build: add GO_ prefix to LDFLAGS and GCFLAGSGustavo Niemeyer
2012-03-02os: sleep 5ms after process has exited on windowsAlex Brainman
2012-03-02doc: expand code.html to discuss the go tool in more depthAndrew Gerrand
2012-03-02os: implement UserTime/SystemTime on windowsAlex Brainman
2012-03-02os: fix grammar in ProcessState commentRob Pike
2012-03-01os: centralize documentation of Process and ProcessStateRuss Cox
2012-03-02doc: update go1 for html changesAndrew Gerrand
2012-03-01go/build: fix buildRuss Cox
2012-03-01go/build: document GOPATHRuss Cox
2012-03-01doc: describe API changes to go/buildRuss Cox
2012-03-01cmd/go: fix verbose command displayingGustavo Niemeyer
2012-03-01cmd/go: fix -I flag for gc commandGustavo Niemeyer
2012-03-01all: fixed various typosRobert Griesemer
2012-03-01reflect: expand doc for Value.InterfaceRuss Cox
2012-03-01spec: clarifications around exports, uniqueness of identifiersRobert Griesemer