aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2010-09-07release.2010-09-06weekly.2010-09-06Andrew Gerrand
2010-09-06exp/draw: unify a draw.Context's keyboard, mouse, etc. channels into aNigel Tao
2010-09-06fmt.Scan: fix integer overflow on 32-bit machinesAnthony Martin
2010-09-04netchan: use acknowledgements on export send.Rob Pike
2010-09-04fmt: delete erroneous sentence about return value for Sprint*.Rob Pike
2010-09-04test/turing: refactorRob Pike
2010-09-04test: remove semiocolons.Rob Pike
2010-09-04tutorial: regenerate HTML to pick up change to progs/file.go.Rob Pike
2010-09-03build: implement NOINSTALL=1 for Make.ccmdRuss Cox
2010-09-03goinstall: assume go binaries are in pathRuss Cox
2010-09-03solitaire: an exercise in backtracking and string conversionsRobert Griesemer
2010-09-03revert accidental submit of builder.goAndrew Gerrand
2010-09-03image: introduce Config type and DecodeConfig function, to decode anNigel Tao
2010-09-03misc/dashboard/builder: Go implementation of continuous build clientAndrew Gerrand
2010-09-03list: update comment to state that the zero value is ready to use.Rob Pike
2010-09-02gc: appease bison version running on FreeBSD builderRuss Cox
2010-09-02exp/iterables: fix typoRobert Griesemer
2010-09-02time: do not crash in String on nil TimeRuss Cox
2010-09-02http: add Date to server, Last-Modified and If-Modified-Since to file serverRuss Cox
2010-09-02build: create bin and pkg directories as needed; drop from hgRuss Cox
2010-09-02runtime: add GOOS, GOARCH; fix FuncLineRuss Cox
2010-09-02gc: fix spurious syntax errorRuss Cox
2010-09-02goinstall: added -a flag to mean "all remote packages"Scott Lawrence
2010-09-02go spec clarification: arrays must be addressable to be sliceableRobert Griesemer
2010-09-028l: suppress emitting DWARF in Windows PE.Alex Brainman
2010-09-01test: Match gccgo error messages.Ian Lance Taylor
2010-09-01test: Recognize gccgo error messages.Ian Lance Taylor
2010-09-02http: add PostForm function to post url-encoded key/value data.Andrew Gerrand
2010-09-01Fix incorrect reporting of error in Scanner.next() when Read reads > 0 bytes ...Kyle Consalus
2010-09-02netchan: rather than 0, make -1 mean infinite, by analogy with strings.Split ...Rob Pike
2010-09-01test: Use global variables to defeat gccgo optimizer.Ian Lance Taylor
2010-09-016l/8l: emit DWARF in macho.Luuk van Dijk
2010-09-01fmt: fix typo in package comment.Rob Pike
2010-08-31template: fixed documentation formattingScott Lawrence
2010-09-01spec: delete spurious space (missed fix from previous review)Rob Pike
2010-09-01spec: fix a couple of tiny glitchesRob Pike
2010-08-31test: Recognize gccgo error messages.Ian Lance Taylor
2010-08-31test: Match gccgo error messages.Ian Lance Taylor
2010-08-31big: added RatString, some simplificationsRobert Griesemer
2010-08-31strconv: fix comment for godocRobert Griesemer
2010-08-31test: gccgo and gc print the error on different lines.Ian Lance Taylor
2010-08-31test: Match gccgo error messages.Ian Lance Taylor
2010-08-31test: don't assign address of array to slice.Ian Lance Taylor
2010-08-30misc/bash: add *.go completion for gofmtScott Lawrence
2010-08-30misc: add zsh completion (using compctl)Scott Lawrence
2010-08-31doc: add round-robin flag to io2010 balance example.Nigel Tao
2010-08-30proc, eval: Don't assign address of an array to a slice.Ian Lance Taylor
2010-08-308l: emit DWARF in ELF.Luuk van Dijk
2010-08-30build: remove unnecessary references to GOBIN and GOROOTChristian Himpel
2010-08-30misc/fraise: syntax highlighting for Fraise.app (OS X)Vincent Ambo