aboutsummaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2012-03-13gc: allow ~ in import pathsRob Pike
2012-03-13gc: include full text of import path in error messageRob Pike
2012-03-12runtime: fix windows/amd64 exception handlerAlex Brainman
2012-03-12cmd/go: fix typoRobert Hencke
2012-03-13build: update comment about GO_LDFLAGS.David Symonds
2012-03-13test: actually run them on windowsAlex Brainman
2012-03-13os, syscall: windows really isn't posix compliant, fix os.IsExist()Shenghou Ma
2012-03-12cmd/godoc: remove sync codeBrad Fitzpatrick
2012-03-13godoc: fix codewalk handlerFrancisco Souza
2012-03-13doc: add C? Go? Cgo! articleFrancisco Souza
2012-03-12os/exec: fix typo in documentationFazlul Shahriar
2012-03-12undo CL 5754088 / cae9a7c0db06Russ Cox
2012-03-12cmd/go: respect $GOBIN alwaysRuss Cox
2012-03-12runtime: fix windows/amd64Russ Cox
2012-03-12cmd/go: make go get new.code/... workRuss Cox
2012-03-12cmd/go: make net/... match net tooRuss Cox
2012-03-12log: fix doc comment for LdateRuss Cox
2012-03-12cmd/fix: add rules for net/http -> net/http/httputil renamesBrad Fitzpatrick
2012-03-12os: document FileInfo.Size as system-dependent for irregular filesBrad Fitzpatrick
2012-03-12runtime: print error on receipt of signal on non-Go threadRuss Cox
2012-03-13build: build correct cmd/dist matching GOHOSTARCHShenghou Ma
2012-03-13build: update Makefile to track source code dependencies betterShenghou Ma
2012-03-13gc: correct comment in runtime.goShenghou Ma
2012-03-12cmd/go: allow ssh tunnelled bzr, git and svnIngo Oeser
2012-03-12html/template: doc nitRuss Cox
2012-03-12net/http: return appropriate errors from ReadRequestBrad Fitzpatrick
2012-03-12cmd/godoc: fix directory readRuss Cox
2012-03-12cmd/go: stop using $GOROOT and $GOBIN in script outputRuss Cox
2012-03-12archive/tar: catch short writes.David Symonds
2012-03-12cmd/godoc: always include /doc files in union filesystemsAndrew Gerrand
2012-03-12crypto/tls, fmt: print fixesRobert Hencke
2012-03-12cmd/vet: little tweak to tagged literal script to get it closer to drop-in fo...David Symonds
2012-03-11cmd/api: work on Windows again, and make gccgo files work a bit moreBrad Fitzpatrick
2012-03-12cmd/api: set compiler for all build contexts.David Symonds
2012-03-11cmd/go: local import fixesRuss Cox
2012-03-10database/sql: ensure Stmts are correctly closed.Gwenael Treguier
2012-03-10database/sql: fix double connection free on Stmt.Query errorBrad Fitzpatrick
2012-03-10net/mail: close minor TODO that was waiting on a 6g bug fix.David Symonds
2012-03-09net/http: fix crash with Transport.CloseIdleConnectionsBrad Fitzpatrick
2012-03-09archive/zip: verify CRC32s in non-streamed filesBrad Fitzpatrick
2012-03-10crypto/x509: do not forget to free cert contextAlex Brainman
2012-03-09archive/zip: write data descriptor signature for OS X; fix bugs reading itBrad Fitzpatrick
2012-03-09go/printer: example for FprintRobert Griesemer
2012-03-10cmd/gc: import path cannot start with slash on WindowsShenghou Ma
2012-03-10cmd/dist, cmd/go: move CGO_ENABLED from 'go tool dist env' to 'go env'Shenghou Ma
2012-03-09cmd/vet: fix typo in documentationJeremy Jackins
2012-03-09go/printer, gofmt: nicer formatting of multi-line returnsRobert Griesemer
2012-03-09runtime: move runtime.write back to CRuss Cox
2012-03-09net: fix typoMikio Hara
2012-03-08go/build: add NoGoErrorRuss Cox