summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2010-01-27change print print buffer sizeKen Thompson7-19/+19
2010-01-27gc: implement defer print/println/panic/paniclnRuss Cox7-80/+246
2010-01-27note that ...T is not yet implemented.Rob Pike1-0/+1
2010-01-27dashboard: look for key in $GOROOT before $HOMERuss Cox1-3/+6
2010-01-27add definition of new parameter styleRob Pike1-17/+51
2010-01-27godashboard: fiddlingRuss Cox2-31/+59
2010-01-27More steps towards tracking of identifier scopes.Robert Griesemer13-70/+103
2010-01-27Clarify parsing of channel types.Robert Griesemer1-1/+13
2010-01-26gc: improved syntax errorsRuss Cox19-13/+455
2010-01-26small embedded target for arm.Kai Backman8-0/+129
2010-01-26cgo: update for package global name spaceRuss Cox1-5/+5
2010-01-26patch: handle text diffs from gitRuss Cox2-1/+15
2010-01-26net: fix segfault if /etc/hosts fails to open or doesn't existMichael Hoisie1-1/+3
2010-01-26gc: do not treat .6 different from .a anymoreRuss Cox1-13/+8
2010-01-26os: in test, allow Hostname to return FQDN even if /bin/hostname does notIcarus Sparry1-1/+6
2010-01-26gotest still assumes that gopack is in your PATHIcarus Sparry1-1/+1
2010-01-26A+C: add Icarus Sparry (individual CLA)Russ Cox2-0/+2
2010-01-26dashboard: add benchmarking support.Adam Langley6-12/+212
2010-01-26math: 386 FPU hypotCharles L. Dorian5-4/+68
2010-01-26Allow func() func().Robert Griesemer3-3/+3
2010-01-26Bug in go/parser when coverting identifier lists.Robert Griesemer2-1/+2
2010-01-26gc: fix chan <- chan precedence.Russ Cox9-93/+183
2010-01-26spec: allow func() func().Russ Cox1-18/+18
2010-01-25channel types parsed not according to spec by 6gRobert Griesemer2-0/+46
2010-01-25salvaging 183105 from dead clientKai Backman3-8/+9
2010-01-25in C and asm, replace pkg·name with ·nameRuss Cox64-416/+416
2010-01-25xml: add Escape, copied from template.HTMLEscape.Stephen Weinberg1-0/+35
2010-01-25A+C: add Stephen Weinberg (individual CLA)Russ Cox2-0/+2
2010-01-25http: make Request.Body an io.ReadCloser, matching Response.Body.Petar Maymounkov4-16/+19
2010-01-25ld: typoRuss Cox1-1/+1
2010-01-25cc: correct handling of leading ·Russ Cox2-9/+11
2010-01-25eliminate package global name spaceRuss Cox3-13/+17
2010-01-25runtime, type switch: eliminate package global name space assumptionRuss Cox17-167/+423
2010-01-255l, 6l, 8l: accept only one object fileRuss Cox4-15/+13
2010-01-25steps towards a simplified parser interfaceRobert Griesemer2-12/+30
2010-01-25Add an explicit patent grant to the Go license.Ian Lance Taylor1-0/+15
2010-01-25net: parse aliases in /etc/hosts correctlyAndrey Mirtchovski3-3/+13
2010-01-25A <- token in an expression may introduce a channel type.Robert Griesemer2-2/+17
2010-01-25Scoping snapshot.Robert Griesemer2-74/+134
2010-01-25ld: do not load the same object file multiple times.Russ Cox4-3/+27
2010-01-25Remove top-level (src/) Makefile.Christopher Wedgwood3-20/+9
2010-01-24gc: record full package paths in runtime type dataRuss Cox7-11/+67
2010-01-24gc: bug247, reported by robRuss Cox2-38/+60
2010-01-24gc: cut some dead code, fix 6g -S outputRuss Cox4-54/+11
2010-01-25list awk in the dependencies needed for installationRob Pike1-2/+2
2010-01-25log.Fatal does not exist. Use log.Crash.Rob Pike1-2/+2
2010-01-22eliminate the package global name space assumption in object filesRuss Cox37-422/+673
2010-01-225a/6a/8a: avoid fixed-sized file name bufferDean Prichard5-3/+8
2010-01-22A+C: Dean Prichard (individual CLA)Russ Cox2-0/+2
2010-01-22gc: do not build builtin.c automatically; use golden copy instead.Russ Cox4-17/+17