aboutsummaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
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-03build: implement NOINSTALL=1 for Make.ccmdRuss Cox
2010-09-03goinstall: assume go binaries are in pathRuss Cox
2010-09-03image: introduce Config type and DecodeConfig function, to decode anNigel Tao
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-028l: suppress emitting DWARF in Windows PE.Alex Brainman
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-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-08-31big: added RatString, some simplificationsRobert Griesemer
2010-08-31strconv: fix comment for godocRobert Griesemer
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-30regexp: interpret all Go characer escapes \a \b \f \n \r \t \vRob Pike
2010-08-30crypto/tls: Fix doc typoEvan Shaw
2010-08-30rpc: fix bug that caused private methods to attempt to be registered.Rob Pike
2010-08-28template: finally fix space handling around actions.Rob Pike
2010-08-27gofmt: permit omission of first index in slice expressionRobert Griesemer
2010-08-278g: use FCHS, not FMUL, for minus floatRuss Cox
2010-08-26go/printer: align ImportPaths in ImportDecls if PackageName is given.Scott Lawrence
2010-08-26Make.pkg: never use quietgccRuss Cox
2010-08-26math: amd64 version of SincosCharles L. Dorian
2010-08-26build: fix cgo with -j2Russ Cox
2010-08-26gc: brace nit from last reviewKyle Consalus
2010-08-26netchan: Fix race condition in test.Ian Lance Taylor
2010-08-26go/typechecker: 2nd step towards augmenting AST with full type information.Robert Griesemer
2010-08-26net: add LookupMXCorey Thomasson
2010-08-26runtime: special case copy, equal for one-word interface valuesKyle Consalus
2010-08-26crypto/hmac: make Sum idempotentJukka-Pekka Kekkonen
2010-08-26net/textproto: Handle multi-line responsesEvan Shaw
2010-08-26http: obscure passwords in return value of URL.StringScott Lawrence
2010-08-26runtime: Correct commonType.kind values to match compiler.Ian Lance Taylor
2010-08-25goinstall: use https for Google Code checkoutsRuss Cox
2010-08-25gotest: allow make test of cgo packages (without make install)Russ Cox
2010-08-25build: let pkg/Makefile coordinate building of Go commandsRuss Cox