aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2012-03-13weekly.2012-03-13weekly.2012-03-13Andrew Gerrand
2012-03-13doc: update weekly notes, untag weeklyAndrew Gerrand
2012-03-13gc: allow ~ in import pathsRob Pike
2012-03-12misc/dist: better archive/tar HeadersBrad Fitzpatrick
2012-03-13gc: include full text of import path in error messageRob Pike
2012-03-13misc/dist: trim space from version stringAndrew Gerrand
2012-03-13tag weekly.2012-03-12Andrew Gerrand
2012-03-13weekly.2012-03-12Andrew Gerrand
2012-03-13doc: increase h3 sizeAndrew Gerrand
2012-03-13doc: windows zip archive installation instructionsAndrew Gerrand
2012-03-13doc: add Go's declaration syntax articleFrancisco Souza
2012-03-12go spec: fix inaccuracy in type identity definitionRobert Griesemer
2012-03-13doc: update reference gopherAndrew Gerrand
2012-03-12runtime: fix windows/amd64 exception handlerAlex Brainman
2012-03-12cmd/go: fix typoRobert Hencke
2012-03-13godoc: added alt and title attributes to the "pop out" buttonFrancisco Souza
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-13doc/progs: skip cgo1 and cgo2 on freebsdAndrew Gerrand
2012-03-13godoc: change link styles, add 'pop out' buttonAndrew Gerrand
2012-03-13godoc: use elastic layout for most pagesAndrew Gerrand
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-12codereview: fix for Mercurial 2.1Russ Cox
2012-03-12html/template: doc nitRuss Cox
2012-03-12A+C: add Ingo Oeser (individual CLA)Russ 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-11misc/dist: use archive/tar to generate tarballsBrad Fitzpatrick
2012-03-12cmd/godoc: always include /doc files in union filesystemsAndrew Gerrand
2012-03-11misc/dist: use archive/zip, seek out windows deps, add --upload flagBrad Fitzpatrick
2012-03-12crypto/tls, fmt: print fixesRobert Hencke