summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* amd64: use segment memory for thread-local storageRuss Cox2010-08-0424-218/+467
* misc/vim: highlight misspelled words only in commentsChristian Himpel2010-08-051-2/+2
* gofmt/go/parser: strengthen syntax checksRobert Griesemer2010-08-042-64/+66
* goinstall: check for error from exec.*Cmd.Wait() before using its resultAlex Brainman2010-08-041-0/+3
* cgo: generate correct multiple return value function invocationsChristian Himpel2010-08-041-1/+1
* A+C: fix email addressRuss Cox2010-08-042-2/+2
* gofmt: make code more readable by avoiding redeclarationRobert Griesemer2010-08-031-2/+2
* bytes: added test case for explode with blank string.Scott Lawrence2010-08-041-0/+1
* json: object members must have a valueAnthony Martin2010-08-032-5/+11
* A+C: Anthony Martin, Christian Himpel (individual CLA)Russ Cox2010-08-032-0/+4
* bufio: introduce Peek.Nigel Tao2010-08-042-8/+70
* os: change the type of permissions argument for Open etc. to uint32.Rob Pike2010-08-0421-128/+128
* websocket: correct challenge responseTarmigan Casebolt2010-08-034-49/+48
* bikeshed: only output bug when we have a regressionKai Backman2010-08-031-0/+4
* CONTRIBUTORS: Rietveld alias for brad@danga.comRuss Cox2010-08-031-1/+6
* os: Null devicePeter Mundy2010-08-033-1/+7
* arm: remove old qemu dependency from gotestKai Backman2010-08-031-6/+0
* test/run: diff old newRuss Cox2010-08-032-2/+2
* crypto/x509: unwrap Subject Key IdentifierAdam Langley2010-08-031-1/+6
* gc: empty selectRuss Cox2010-08-033-37/+32
* gc: bug301Russ Cox2010-08-032-1/+19
* gc: bug299, bug300Russ Cox2010-08-037-55/+74
* A+C: Tarmigan CaseboltRuss Cox2010-08-032-0/+2
* gc: index bounds tests and fixesRuss Cox2010-08-0317-112/+447
* strings: fix Split("", "", -1)Scott Lawrence2010-08-032-2/+5
* Add Scott Lawrence to C&ARob Pike2010-08-032-0/+2
* syscall: make sure go error numbers do not clash with windows system errorsAlex Brainman2010-08-037-143/+457
* builder: update script so it doesn't create tar-bombsAndrew Gerrand2010-08-031-6/+10
* image: introduce Gray and Gray16 types, and remove the named colorsNigel Tao2010-08-033-22/+121
* io: consolidate multi_reader and multi_writer into a single file, multi.goRob Pike2010-08-035-75/+56
* image/png: use image-specific methods for checking opacity.Nigel Tao2010-08-021-0/+7
* websocket: fix bug involving spaces in header keysBill Neubauer2010-07-302-8/+24
* CONTRIBUTORS: add wcn@google.com alias to match with code reviewRuss Cox2010-07-301-1/+1
* runtime: do not fall through in SIGBUS/SIGSEGVRuss Cox2010-07-303-6/+12
* arm: disable another flaky test.Kai Backman2010-07-301-2/+2
* fix buildKai Backman2010-07-301-4/+4
* arm: bugfixes (stack clobbering, indices)Kai Backman2010-07-306-86/+97
* arm: add gdb support to android launcher scriptKai Backman2010-07-301-6/+15
* tag release.2010-07-29Andrew Gerrand2010-07-300-0/+0
* release.2010-07-29weekly.2010-07-29Andrew Gerrand2010-07-301-0/+53
* misc/builder: support for uploading tarballs to googlecodeAndrew Gerrand2010-07-308-10/+355
* cov and prof: implement windows version (just function stubs and build mods)Joe Poirier2010-07-305-3/+86
* bug300: literal types must not be parenthesizedRobert Griesemer2010-07-292-0/+32
* go_spec: don't allow parens around the literal type of composite literalsRobert Griesemer2010-07-292-7/+6
* doc: update front page and go_learning.htmlAndrew Gerrand2010-07-309-58/+106
* mime: add AddExtensionTypeYuusei Kuwana2010-07-291-1/+21
* A+C: Yuusei Kuwana (individual CLA)Russ Cox2010-07-292-0/+2
* scanner: better commentRobert Griesemer2010-07-291-1/+1
* bug299: parenthesized receiver types/anonymous fields are illegalRobert Griesemer2010-07-292-0/+36
* fmt.Print: fix bug in placement of spaces introduced when ...T went in.Rob Pike2010-07-292-5/+25