summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* 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
* runtime: fix bug introduced in revision 4a01b8d28570Alex Brainman2010-07-291-1/+1
* net: implement windows version of LookupHost/Port/SRVWei Guangjing2010-07-296-13/+261
* test/sigchld.go: use syscall.Kill instead of a combinationVinu Rajashekhar2010-07-281-1/+1
* gc: fix SIGBUSRuss Cox2010-07-282-1/+5
* http: add https client supportFazlul Shahriar2010-07-282-5/+12
* fmt: move comment into doc.go.Rob Pike2010-07-283-126/+133
* io: MultiReader and MultiWriterBrad Fitzpatrick2010-07-285-0/+168
* arm: fix build (dodgy floats)Kai Backman2010-07-282-23/+3
* arm: minor bugfixes.Kai Backman2010-07-285-47/+173
* 5g: fix buildRuss Cox2010-07-275-7/+7
* bufio: fix optimisation testAndrew Gerrand2010-07-271-1/+1
* net: add nil checks to several String methods to avoid panicsAndrew Gerrand2010-07-275-3/+27
* bytes, strings: mention the n < 0 case in Split/SplitAfter doc commentAndrew Gerrand2010-07-272-17/+28
* spec: add recover to predeclared identifiers listAndrew Gerrand2010-07-271-1/+1
* dashboard: more aggressive caching for project/package pagesAndrew Gerrand2010-07-271-52/+124
* gc: include signal.h (fix build)Russ Cox2010-07-261-0/+1
* godoc: accept '.', '!', and '?' as end of first sentence of package documenta...Robert Griesemer2010-07-261-7/+7
* gc: more crash avoidanceRuss Cox2010-07-264-0/+36
* 6l: more invalid input filesRuss Cox2010-07-262-10/+13
* codereview: avoid crash if no configRuss Cox2010-07-261-1/+5
* gc: graceful exit on seg faultRuss Cox2010-07-261-0/+15
* fmt.Scanf: handle trailing spaces.Rob Pike2010-07-262-12/+19
* runtime: fix goc2c for rename to goc2c and *.gocPeter Mundy2010-07-261-2/+2
* net: TCPConn.SetNoDelay, back by popular demandRuss Cox2010-07-262-1/+18
* godoc: display synopses for all packages that have some kind of documentation.Robert Griesemer2010-07-261-17/+34
* gc: fix smaller-than-pointer-sized receivers in interfacesRuss Cox2010-07-269-18/+121
* gc: import dot shadowing bugRuss Cox2010-07-262-0/+22
* syscall: add windows version of Pipe()Wei Guangjing2010-07-263-2/+60
* prof: fix typo in usage stringAndrew Gerrand2010-07-261-1/+1
* A+C: Wei GuangjingAndrew Gerrand2010-07-262-0/+2
* net: fix crashing Read/Write when passed empty slice on windowsAlex Brainman2010-07-261-1/+5
* syscall: improve windows errno handlingAlex Brainman2010-07-263-49/+244
* fix windows Make.cmd:Alex Brainman2010-07-261-4/+4
* syscall: add ForkExec, Syscall12 on WindowsDaniel Theophanes2010-07-2610-5/+356
* runtime/extern.go: clear a small error in a comment.Vinu Rajashekhar2010-07-241-1/+1
* bytes: port IndexFunc and LastIndexFunc from strings packageFazlul Shahriar2010-07-234-77/+177
* misc/vim: updated syntax file to recognize constants of the form 1e9Petar Maymounkov2010-07-231-1/+1
* libmach: correct handling of .5 files with D_REGREG addressesRuss Cox2010-07-222-3/+4
* fix buildRuss Cox2010-07-221-6/+4