aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2011-06-03weekly.2011-06-02weekly.2011-06-02Andrew Gerrand
2011-06-03doc: add Belarusian FAQ translationAndrew Gerrand
2011-06-03fmt: fix bug in UnreadRune: must clear memory of previousRob Pike
2011-06-03exec: change exec.PathError to exec.ErrorRob Pike
2011-06-02http: ServeFile shouldn't send Content-Length when Content-Encoding is setBrad Fitzpatrick
2011-06-02big: remove some unnecessary conversionsRobert Griesemer
2011-06-02http: catch panicsBrad Fitzpatrick
2011-06-02big: do not modify divisorRobert Griesemer
2011-06-02exec: add Cmd methods StdinPipe, StdoutPipe, StderrPipeBrad Fitzpatrick
2011-06-02sync/atomic: fix check64Russ Cox
2011-06-02exec: missing docs, errorsBrad Fitzpatrick
2011-06-02gc: typecheck the whole tree before walking. preparation for some escape-ana...Luuk van Dijk
2011-06-02path/filepath: skip permission test in all.bashRuss Cox
2011-06-02testing: fix MB/s computation, documentationDmitriy Vyukov
2011-06-02net, syscall: update IP multicast socket options for darwin, freebsd, linuxMikio Hara
2011-06-03template: explain that fields must be exported.Rob Pike
2011-06-02compress/flate: do not use background goroutinesRuss Cox
2011-06-02image: add a SubImage method.Nigel Tao
2011-06-02runtime: do not garbage collect windows callbacksAlex Brainman
2011-06-02doc: add link to App Engine docs to front pageAndrew Gerrand
2011-06-02fmt: return EOF when out of input in Scan*.Rob Pike
2011-06-01http/spdy: reorganize package.William Chan
2011-06-01sync: always wake up previously sleeping goroutines on Cond.SignalGustavo Niemeyer
2011-06-01big: fix broken overflow testRobert Griesemer
2011-06-01exec: new API, replace Run with CommandBrad Fitzpatrick
2011-06-01fix build: remove non-portable test caseRobert Griesemer
2011-06-01godoc: basic setup for running godoc on local app engine emulatorRobert Griesemer
2011-06-01big: ~8x faster number scanningRobert Griesemer
2011-06-01undo CL 4557058 / b4c2ffae7034Russ Cox
2011-06-01crypto/openpgp: add support for symmetrically encrypting files.Adam Langley
2011-06-01asn1: fix marshalling of empty optional RawValuesMikkel Krautz
2011-06-01gc: make merely referencing an outer variable in a closure not force heapallo...Luuk van Dijk
2011-06-01path/filepath: clean up a triple negative.Rob Pike
2011-06-01mail: new package.David Symonds
2011-06-01Make unix Readdir and windows Readdirnames return partially successful result...Yuval Pavel Zholkover
2011-06-01filepath: remove string constants. They are unnecessary.Rob Pike
2011-06-01gobuilder: include file missing from change, fix buildAndrew Gerrand
2011-06-01goinstall: document GOPATH and support relative/absolute installsAndrew Gerrand
2011-06-01unicode: guarantee that the 32-bit range tables contain onlyRob Pike
2011-06-01gophertool: make the keyword 'golang'Rob Pike
2011-05-31http/spdy: fix data race in header decompression.William Chan
2011-05-31gophertool: also permit typing "go [whatever]" in omniboxBrad Fitzpatrick
2011-05-31net: stop Mac popupsRuss Cox
2011-05-31gc: fix m[x], _ = y.(T)Russ Cox
2011-05-31gc: disallow ... in type conversionsAnthony Martin
2011-05-31encoding/hex: don't try to print DEL.Adam Langley
2011-05-31gc: implement new shift rulesRuss Cox
2011-05-31gc: elide call to runtime.closure for function literals called in-place.Luuk van Dijk
2011-05-31misc/cgo: remove reference to 'destroy' functionRuss Cox
2011-05-31undo CL 4515163 / 42c3cfa4d64fRuss Cox