aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2010-08-04amd64: use segment memory for thread-local storageRuss Cox
2010-08-05misc/vim: highlight misspelled words only in commentsChristian Himpel
2010-08-04gofmt/go/parser: strengthen syntax checksRobert Griesemer
2010-08-04goinstall: check for error from exec.*Cmd.Wait() before using its resultAlex Brainman
2010-08-04cgo: generate correct multiple return value function invocationsChristian Himpel
2010-08-04A+C: fix email addressRuss Cox
2010-08-03gofmt: make code more readable by avoiding redeclarationRobert Griesemer
2010-08-04bytes: added test case for explode with blank string.Scott Lawrence
2010-08-03json: object members must have a valueAnthony Martin
2010-08-03A+C: Anthony Martin, Christian Himpel (individual CLA)Russ Cox
2010-08-04bufio: introduce Peek.Nigel Tao
2010-08-04os: change the type of permissions argument for Open etc. to uint32.Rob Pike
2010-08-03websocket: correct challenge responseTarmigan Casebolt
2010-08-03bikeshed: only output bug when we have a regressionKai Backman
2010-08-03CONTRIBUTORS: Rietveld alias for brad@danga.comRuss Cox
2010-08-03os: Null devicePeter Mundy
2010-08-03arm: remove old qemu dependency from gotestKai Backman
2010-08-03test/run: diff old newRuss Cox
2010-08-03crypto/x509: unwrap Subject Key IdentifierAdam Langley
2010-08-03gc: empty selectRuss Cox
2010-08-03gc: bug301Russ Cox
2010-08-03gc: bug299, bug300Russ Cox
2010-08-03A+C: Tarmigan CaseboltRuss Cox
2010-08-03gc: index bounds tests and fixesRuss Cox
2010-08-03strings: fix Split("", "", -1)Scott Lawrence
2010-08-03Add Scott Lawrence to C&ARob Pike
2010-08-03syscall: make sure go error numbers do not clash with windows system errorsAlex Brainman
2010-08-03builder: update script so it doesn't create tar-bombsAndrew Gerrand
2010-08-03image: introduce Gray and Gray16 types, and remove the named colorsNigel Tao
2010-08-03io: consolidate multi_reader and multi_writer into a single file, multi.goRob Pike
2010-08-02image/png: use image-specific methods for checking opacity.Nigel Tao
2010-07-30websocket: fix bug involving spaces in header keysBill Neubauer
2010-07-30CONTRIBUTORS: add wcn@google.com alias to match with code reviewRuss Cox
2010-07-30runtime: do not fall through in SIGBUS/SIGSEGVRuss Cox
2010-07-30arm: disable another flaky test.Kai Backman
2010-07-30fix buildKai Backman
2010-07-30arm: bugfixes (stack clobbering, indices)Kai Backman
2010-07-30arm: add gdb support to android launcher scriptKai Backman
2010-07-30tag release.2010-07-29Andrew Gerrand
2010-07-30release.2010-07-29weekly.2010-07-29Andrew Gerrand
2010-07-30misc/builder: support for uploading tarballs to googlecodeAndrew Gerrand
2010-07-30cov and prof: implement windows version (just function stubs and build mods)Joe Poirier
2010-07-29bug300: literal types must not be parenthesizedRobert Griesemer
2010-07-29go_spec: don't allow parens around the literal type of composite literalsRobert Griesemer
2010-07-30doc: update front page and go_learning.htmlAndrew Gerrand
2010-07-29mime: add AddExtensionTypeYuusei Kuwana
2010-07-29A+C: Yuusei Kuwana (individual CLA)Russ Cox
2010-07-29scanner: better commentRobert Griesemer
2010-07-29bug299: parenthesized receiver types/anonymous fields are illegalRobert Griesemer
2010-07-29fmt.Print: fix bug in placement of spaces introduced when ...T went in.Rob Pike