aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2011-02-02release.2011-02-01.1weekly.2011-02-01.1Andrew Gerrand
2011-02-01go/ast: add missing handling of SendStmt to ast.WalkRobert Griesemer
2011-02-02tag release.2011-02-01Andrew Gerrand
2011-02-02release.2011-02-01weekly.2011-02-01Andrew Gerrand
2011-02-015l, 8l: pass stack frame size to morestack when neededRuss Cox
2011-02-01arm: disable peep for releaseRob Pike
2011-02-01go/ast: reflect communication operator changes accurately in astRobert Griesemer
2011-02-01go spec: s/log.Crash/log.Panic/Robert Griesemer
2011-02-01ld: Add -I option to set ELF interpreter.Ian Lance Taylor
2011-02-01log: rename Exit* to Fatal*Rob Pike
2011-02-01govet: add Panic to the list of functionsRob Pike
2011-02-01go spec: follow-up cleanups after communication operator changesRobert Griesemer
2011-02-01codereview: more ascii vs unicode nonsenseRuss Cox
2011-02-01gc: handle invalid name in type switchRuss Cox
2011-02-01http: add host patternsJose Luis Vázquez González
2011-02-01A+C: Jose Luis Vázquez González (individual CLA)Russ Cox
2011-02-01strconv: add test that trips up other implementationsRuss Cox
2011-02-01exec: use custom error for LookPathGustavo Niemeyer
2011-02-016g: fix registerization of temporariesEoghan Sherry
2011-02-016l: add comment to CMOV* relocationGustavo Niemeyer
2011-02-01windows: multiple improvements and cleanupsHector Chu
2011-02-01crypto: add package.Adam Langley
2011-02-01syscall: add network interface constants for freebsd/386, freebsd/amd64Mikio Hara
2011-02-01cgo: define CGO_CFLAGS and CGO_LDFLAGS in Go filesGustavo Niemeyer
2011-02-01gc: fix send precedenceRuss Cox
2011-02-01misc/vim: Define import commands on buffer switchGustavo Niemeyer
2011-02-01misc/vim: Document better syntax sync parameterGustavo Niemeyer
2011-01-31gc: remove non-blocking send, receive syntaxRuss Cox
2011-01-31replace non-blocking send, receive syntax with selectRuss Cox
2011-01-31unicode: update to unicode 6.0.0Rob Pike
2011-01-31ebnflint: exit with non-zero status on errorRuss Cox
2011-01-31doc/progs: make sure all programs compile and runRob Pike
2011-01-31.hgignore: Add some more files created by all.bash.Ian Lance Taylor
2011-01-31suffixarray: fix construction bugEric Eisner
2011-01-31effective go: remove non-blocking ops in leaky bucket exampleRob Pike
2011-01-31os: add ETIMEDOUTAlbert Strasheim
2011-01-31cgo: improve error reporting slightly.Roger Peppe
2011-01-31syscall: add network interface constants for darwin/386, darwin/amd64Mikio Hara
2011-01-31lib9: update to Unicode 6.0.0Russ Cox
2011-01-31unicode: build maketables during build, take 2Russ Cox
2011-01-31runtime: generate Go defs for C types.Luuk van Dijk
2011-01-31bufio: make Flush a no-op when the buffer is emptyAndrew Gerrand
2011-01-31run.bash: disable doc/codelab/wiki test on windowsAlex Brainman
2011-01-30enable arm peep.Ken Thompson
2011-01-30unicode: add maketables to build, fix buildRuss Cox
2011-01-30gc: special case code for single-op blocking and non-blocking selectsRuss Cox
2011-01-30test: another select testRuss Cox
2011-01-29sync: a couple of documentation nits.Rob Pike
2011-01-298l/6l: pe fixesAlex Brainman
2011-01-29runtime/cgo: fix cross-compiling windows packagesAlex Brainman