aboutsummaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2012-02-15fix: add fix for bufio, gzip, zlib NewWriterXxx changes.weekly.2012-02-14Nigel Tao
2012-02-15cmd/dist: xprintf() can't output whole of 'dist env'.Yasuhiro Matsumoto
2012-02-15os/exec: add some examplesBrad Fitzpatrick
2012-02-15reflect: fix panic stringsLai Jiangshan
2012-02-15strings: add Bernardo O'Higgins exampleAndrew Gerrand
2012-02-15bytes,strings: make *Reader implement io.ReaderAtBrad Fitzpatrick
2012-02-14runtime: fix grsec supportGustavo Niemeyer
2012-02-15bytes: add ReaderBrad Fitzpatrick
2012-02-15net/http: make strace test more robustBrad Fitzpatrick
2012-02-15build: create the correct $GOTOOLDIR.David Symonds
2012-02-14godoc: make godoc go workRobert Griesemer
2012-02-15build: fix sudo.bash.David Symonds
2012-02-14cmd/go: a raft of fixesRuss Cox
2012-02-14gc: fix comment in mkbuiltinMaxim Pimenov
2012-02-14runtime, time: accelerate tests in short mode.Rémy Oudompheng
2012-02-14cgo: add support for returning errno with gccgo.Rémy Oudompheng
2012-02-14os: rename SyscallError.Errno to SyscallError.ErrAnthony Martin
2012-02-14syscall: linux Tgkill takes a Signal tooRuss Cox
2012-02-14go/doc: treat predeclared error interface like an exported typeRobert Griesemer
2012-02-15net: prefer an IPv4 listen if no address givenMikio Hara
2012-02-14cmd/vet: give warning for construct 'Println(os.Stderr, ...)'Shenghou Ma
2012-02-14time: use "2006-01-02 15:04:05.999999999 -0700 MST" as String formatRuss Cox
2012-02-14runtime: on 386, fix FP control word on all threads, not just initial threadRuss Cox
2012-02-14go/doc, godoc: regard lone examples as "whole file" examplesAndrew Gerrand
2012-02-145g: fix memory corruptionRuss Cox
2012-02-14net/http: more robust testBrad Fitzpatrick
2012-02-14net: fix windows buildMikio Hara
2012-02-14syscall: regenerate z-files for openbsdMikio Hara
2012-02-14net: avoid Shutdown during CloseRuss Cox
2012-02-13net: disable multicast test on Alpha GNU/LinuxIan Lance Taylor
2012-02-14cmd/dist: exclude cov and prof from releasesRuss Cox
2012-02-13cmd/go: go get scheme detectionDaniel Krech
2012-02-13net: disable TestDialTimeout on WindowsRuss Cox
2012-02-14net/http: re-enable testBrad Fitzpatrick
2012-02-13runtime: use startpanic so that only one thread handles an incoming SIGQUITRuss Cox
2012-02-13runtime/debug: fix buildRuss Cox
2012-02-14net/http: don't spin on temporary accept failureBrad Fitzpatrick
2012-02-13build: fix windows buildRuss Cox
2012-02-14testing: let runtime catch the panic.Rob Pike
2012-02-14godoc: list examples in indexAndrew Gerrand
2012-02-13go/parser: better error messages for missing commasRobert Griesemer
2012-02-13build: set $PATH during make.bashRuss Cox
2012-02-13cmd/dist: cross-compiling fixesRuss Cox
2012-02-13net/http: disable buggy testRuss Cox
2012-02-14runtime, syscall, os/signal: fix windows buildAlex Brainman
2012-02-14syscall: update BSD variants to sync with new os/signalMikio Hara
2012-02-14net/http: fix client goroutine leak with persistent connectionsBrad Fitzpatrick
2012-02-14mime: unexport some internal detailsBrad Fitzpatrick
2012-02-14cmd/api: fix typo.Nigel Tao
2012-02-13fix build for Linux/ARM.Shenghou Ma