aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2012-09-22[release-branch.go1] doc: add 'Get Started with Go' video, remove some older ...Andrew Gerrand
2012-09-22[release-branch.go1] io: amend ReaderFrom doc as per r's commentAndrew Gerrand
2012-09-22[release-branch.go1] crypto/rand: Example for Read.Yves Junqueira
2012-09-22[release-branch.go1] godoc: make id attributes uniqueRobert Griesemer
2012-09-22[release-branch.go1] image/jpeg: send a correct Start Of Scan (SOS) header.Nigel Tao
2012-09-22[release-branch.go1] io: document ReaderFrom and WriterToBrad Fitzpatrick
2012-09-22[release-branch.go1] text/template: fix range example.Yves Junqueira
2012-09-22[release-branch.go1] doc: fix some HTML syntax errorsShenghou Ma
2012-09-22[release-branch.go1] cmd/go: remove $WORK paths in generated binariesShenghou Ma
2012-09-22[release-branch.go1] math, runtime: use a NaN that matches gcc'sShenghou Ma
2012-09-22[release-branch.go1] runtime: remove unnecessary ROUND in alg.cShenghou Ma
2012-09-22[release-branch.go1] syscall: fix plan9 build broken by CL 6458050Andrew Gerrand
2012-09-22[release-branch.go1] net: fix TCPListener file leak to child processesBrad Fitzpatrick
2012-09-22[release-branch.go1] syscall: return EINVAL when string arguments have NUL ch...Andrew Gerrand
2012-09-22[release-branch.go1] syscall: add some new syscall numbers from NetBSD-currentBenny Siegert
2012-09-22[release-branch.go1] bufio: discourage use of ReadLineRuss Cox
2012-09-22[release-branch.go1] cmd/8g: fix miscompilation due to BADWIDTH.Rémy Oudompheng
2012-09-22[release-branch.go1] cmd/gc: accept switches on comparable arrays.Rémy Oudompheng
2012-09-22[release-branch.go1] go/build: tiny cleanupRobert Griesemer
2012-09-22[release-branch.go1] os: test that IsExist and IsNotExist handle PathError an...Alex Brainman
2012-09-22[release-branch.go1] go/scanner: fix minor typoRobert Griesemer
2012-09-22[release-branch.go1] go/ast: ast.Print must not crash with unexported fieldsRobert Griesemer
2012-09-22[release-branch.go1] runtime: round return value address in runtime.equalShenghou Ma
2012-09-22[release-branch.go1] os: Rename error to fit IsExistAlex Brainman
2012-09-22[release-branch.go1] cmd/gc: fix inlining bug with receive operator.Rémy Oudompheng
2012-09-22[release-branch.go1] cmd/cgo: use 1 as last entry for __cgodebug_dataShenghou Ma
2012-09-22[release-branch.go1] regexp: fix glitch in doc for FindReaderIndexRob Pike
2012-09-22[release-branch.go1] doc: remove mention of weekly tag from source install docAndrew Gerrand
2012-09-22[release-branch.go1] cmd/go: show $GOPATH in 'go env' outputRuss Cox
2012-09-22[release-branch.go1] net/http: don't allow zero byte in FileServer pathsBrad Fitzpatrick
2012-09-22[release-branch.go1] cmd/gc: point "no new variables" error at right line num...Daniel Morsing
2012-09-22[release-branch.go1] syscall: apply comment from MikiohRuss Cox
2012-09-22[release-branch.go1] syscall: workaround accept() bug on DarwinAlexey Borzenkov
2012-09-22[release-branch.go1] runtime/cgo: fix netbsd buildBenny Siegert
2012-09-22[release-branch.go1] misc/vim: fix :Import insertion heuristic.David Symonds
2012-09-22[release-branch.go1] flag: fix bug in handling of booleans on errorRob Pike
2012-09-22[release-branch.go1] log/syslog: don't append \n if there is oneShenghou Ma
2012-09-22[release-branch.go1] os: move epipecheck from file_posix.go and into file_uni...Alex Brainman
2012-09-22[release-branch.go1] os: fix data race in epipecheck()Dmitriy Vyukov
2012-09-22[release-branch.go1] runtime: ignore signal 33 == SIGSETXID on GNU/LinuxIan Lance Taylor
2012-09-22[release-branch.go1] go/printer: don't crash if ast.FuncType.Params is nilRobert Griesemer
2012-09-22[release-branch.go1] A+C: added Andrew Wilkins (individual contributor)Robert Griesemer
2012-09-22[release-branch.go1] cgo: fix declarations in _cgo_export.cIan Lance Taylor
2012-09-22[release-branch.go1] testing: allow concurrent use of T and BBrad Fitzpatrick
2012-09-22[release-branch.go1] net: fix commentMikio Hara
2012-09-22[release-branch.go1] text/template: fix bug in map indexingRob Pike
2012-09-22[release-branch.go1] encoding/gob: revert 6348067, which broke compatibilityRob Pike
2012-09-22[release-branch.go1] doc: add two I/O talks to "Talks" sectionAndrew Gerrand
2012-09-22[release-branch.go1] encoding/binary: fix typo: ReadVarint returns an int64, ...Patrick Mylund Nielsen
2012-09-22[release-branch.go1] net: fix file descriptor leak on FileListener, FileConn ...Mikio Hara