commit 3388e9f67b2ebb30bbd115c13b3ac4728c7ff9c1 [browse]
Author: Andrew Gerrand
Date: 2011-12-15 16:56:12 +11:00

weekly.2011-12-14

R=golang-dev, r
CC=golang-dev
https://golang.org/cl/5494045

commit c26ca912e500bd0e681cfda366d3b69f8769c9c2 [browse]
Author: Rob Pike
Date: 2011-12-14 21:52:41 -08:00

spec: skip carriage returns in raw literals

This change guarantees that whether the line ending convention
when the source is created includes carriage returns is irrelevant
to the value of the string. See issue 680.

The compilers do not yet implement this.

R=golang-dev, adg, r, gri, rsc, iant
CC=golang-dev
https://golang.org/cl/5491043

commit 2ad8a9c507ede9621bb1cd1f8d02f6cdac7a9e88 [browse]
Author: Russ Cox
Date: 2011-12-14 22:42:42 -05:00

go: implement build, install, run

clean is gone; all the intermediate files are created
in a temporary tree that is wiped when the command ends.

Not using go/build's Script because it is not well aligned
with this API.  The various builder methods are copied from
go/build and adapted.  Probably once we delete goinstall
we can delete the Script API too.

R=rogpeppe, adg, adg
CC=golang-dev
https://golang.org/cl/5483069

commit 24e9683ae654c804b7da6da47ef60b9060db718e [browse]
Author: Rob Pike
Date: 2011-12-14 16:37:54 -08:00

fmt: don't recur if String method (etc.) misbehaves

Fixes #2555.

R=golang-dev, dsymonds, r
CC=golang-dev
https://golang.org/cl/5486076

commit 85fdd68bd963406a90ec68e1532bc6495e88e40b [browse]
Author: Andrew Balholm
Date: 2011-12-15 10:45:19 +11:00

html: don't leave "in column group" mode when ignoring a token

Pass tests6.dat, test 26:
foo<col>

| <col>

Also pass tests through test 35:
<table><tr><div><td>

R=nigeltao
CC=golang-dev
https://golang.org/cl/5482074

clone the repository to get more history