aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2010-01-27prepare for take 2 on release.2010-01-27weekly.2010-01-27Russ Cox
2010-01-27go/parser: disable scoping code alwaysRuss Cox
2010-01-27release.2010-01-27Russ Cox
2010-01-27prepare for release.2010-01-27Russ Cox
2010-01-27codereview: correct handling of files created with hg cpRuss Cox
2010-01-27ucsd cns talk, focused on networkingRuss Cox
2010-01-27dashboard: builder tweaksRuss Cox
2010-01-27change print print buffer sizeKen Thompson
2010-01-27gc: implement defer print/println/panic/paniclnRuss Cox
2010-01-27note that ...T is not yet implemented.Rob Pike
2010-01-27dashboard: look for key in $GOROOT before $HOMERuss Cox
2010-01-27add definition of new parameter styleRob Pike
2010-01-27godashboard: fiddlingRuss Cox
2010-01-27More steps towards tracking of identifier scopes.Robert Griesemer
2010-01-27Clarify parsing of channel types.Robert Griesemer
2010-01-26gc: improved syntax errorsRuss Cox
2010-01-26small embedded target for arm.Kai Backman
2010-01-26cgo: update for package global name spaceRuss Cox
2010-01-26patch: handle text diffs from gitRuss Cox
2010-01-26net: fix segfault if /etc/hosts fails to open or doesn't existMichael Hoisie
2010-01-26gc: do not treat .6 different from .a anymoreRuss Cox
2010-01-26os: in test, allow Hostname to return FQDN even if /bin/hostname does notIcarus Sparry
2010-01-26gotest still assumes that gopack is in your PATHIcarus Sparry
2010-01-26A+C: add Icarus Sparry (individual CLA)Russ Cox
2010-01-26dashboard: add benchmarking support.Adam Langley
2010-01-26math: 386 FPU hypotCharles L. Dorian
2010-01-26Allow func() func().Robert Griesemer
2010-01-26Bug in go/parser when coverting identifier lists.Robert Griesemer
2010-01-26gc: fix chan <- chan precedence.Russ Cox
2010-01-26spec: allow func() func().Russ Cox
2010-01-25channel types parsed not according to spec by 6gRobert Griesemer
2010-01-25salvaging 183105 from dead clientKai Backman
2010-01-25in C and asm, replace pkg·name with ·nameRuss Cox
2010-01-25xml: add Escape, copied from template.HTMLEscape.Stephen Weinberg
2010-01-25A+C: add Stephen Weinberg (individual CLA)Russ Cox
2010-01-25http: make Request.Body an io.ReadCloser, matching Response.Body.Petar Maymounkov
2010-01-25ld: typoRuss Cox
2010-01-25cc: correct handling of leading ·Russ Cox
2010-01-25eliminate package global name spaceRuss Cox
2010-01-25runtime, type switch: eliminate package global name space assumptionRuss Cox
2010-01-255l, 6l, 8l: accept only one object fileRuss Cox
2010-01-25steps towards a simplified parser interfaceRobert Griesemer
2010-01-25Add an explicit patent grant to the Go license.Ian Lance Taylor
2010-01-25net: parse aliases in /etc/hosts correctlyAndrey Mirtchovski
2010-01-25A <- token in an expression may introduce a channel type.Robert Griesemer
2010-01-25Scoping snapshot.Robert Griesemer
2010-01-25ld: do not load the same object file multiple times.Russ Cox
2010-01-25Remove top-level (src/) Makefile.Christopher Wedgwood
2010-01-24gc: record full package paths in runtime type dataRuss Cox
2010-01-24gc: bug247, reported by robRuss Cox