aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
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
2010-07-29runtime: fix bug introduced in revision 4a01b8d28570Alex Brainman
2010-07-29net: implement windows version of LookupHost/Port/SRVWei Guangjing
2010-07-28test/sigchld.go: use syscall.Kill instead of a combinationVinu Rajashekhar
2010-07-28gc: fix SIGBUSRuss Cox
2010-07-28http: add https client supportFazlul Shahriar
2010-07-28fmt: move comment into doc.go.Rob Pike
2010-07-28io: MultiReader and MultiWriterBrad Fitzpatrick
2010-07-28arm: fix build (dodgy floats)Kai Backman
2010-07-28arm: minor bugfixes.Kai Backman
2010-07-275g: fix buildRuss Cox
2010-07-27bufio: fix optimisation testAndrew Gerrand
2010-07-27net: add nil checks to several String methods to avoid panicsAndrew Gerrand
2010-07-27bytes, strings: mention the n < 0 case in Split/SplitAfter doc commentAndrew Gerrand
2010-07-27spec: add recover to predeclared identifiers listAndrew Gerrand
2010-07-27dashboard: more aggressive caching for project/package pagesAndrew Gerrand
2010-07-26gc: include signal.h (fix build)Russ Cox
2010-07-26godoc: accept '.', '!', and '?' as end of first sentence of package documenta...Robert Griesemer
2010-07-26gc: more crash avoidanceRuss Cox
2010-07-266l: more invalid input filesRuss Cox
2010-07-26codereview: avoid crash if no configRuss Cox
2010-07-26gc: graceful exit on seg faultRuss Cox
2010-07-26fmt.Scanf: handle trailing spaces.Rob Pike
2010-07-26runtime: fix goc2c for rename to goc2c and *.gocPeter Mundy
2010-07-26net: TCPConn.SetNoDelay, back by popular demandRuss Cox
2010-07-26godoc: display synopses for all packages that have some kind of documentation.Robert Griesemer
2010-07-26gc: fix smaller-than-pointer-sized receivers in interfacesRuss Cox
2010-07-26gc: import dot shadowing bugRuss Cox
2010-07-26syscall: add windows version of Pipe()Wei Guangjing
2010-07-26prof: fix typo in usage stringAndrew Gerrand
2010-07-26A+C: Wei GuangjingAndrew Gerrand
2010-07-26net: fix crashing Read/Write when passed empty slice on windowsAlex Brainman
2010-07-26syscall: improve windows errno handlingAlex Brainman
2010-07-26fix windows Make.cmd:Alex Brainman
2010-07-26syscall: add ForkExec, Syscall12 on WindowsDaniel Theophanes
2010-07-24runtime/extern.go: clear a small error in a comment.Vinu Rajashekhar
2010-07-23bytes: port IndexFunc and LastIndexFunc from strings packageFazlul Shahriar
2010-07-23misc/vim: updated syntax file to recognize constants of the form 1e9Petar Maymounkov
2010-07-22libmach: correct handling of .5 files with D_REGREG addressesRuss Cox
2010-07-22fix buildRuss Cox