aboutsummaryrefslogtreecommitdiff
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-15doc: fix snapshot notesAndrew Gerrand
2012-02-15weekly.2012-02-14Andrew Gerrand
2012-02-15reflect: fix panic stringsLai Jiangshan
2012-02-15strings: add Bernardo O'Higgins exampleAndrew Gerrand
2012-02-15doc: fix codewalk/markov.goLai Jiangshan
2012-02-15A+C: Lai JiangshanAndrew Gerrand
2012-02-15doc: add playground.jsAndrew Gerrand
2012-02-15doc: add App Engine docs to 'learn' and 'reference' pagesAndrew Gerrand
2012-02-15bytes,strings: make *Reader implement io.ReaderAtBrad Fitzpatrick
2012-02-14lib/godoc: fix subdirectories html referenceGustavo Niemeyer
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-15doc: grey out line numbersAndrew Gerrand
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-14go1.tmpl: fix mergeAdam Langley
2012-02-14builder: fix windows environmentRuss 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-14doc: update install.html for binary distros, add install-source.htmlAndrew Gerrand
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-13A+C: Daniel Krech (individual CLA)Russ Cox
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