| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
| |
R=golang-dev, bradfitz
CC=golang-dev
https://golang.org/cl/5701050
|
|
|
|
|
|
| |
R=golang-dev, r, adg
CC=golang-dev
https://golang.org/cl/5683076
|
|
|
|
|
|
| |
R=adg
CC=golang-dev
https://golang.org/cl/5554073
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
The Set type is gone. Instead, templates are automatically associated by
being parsed together; nested definitions implicitly create associations.
Only associated templates can invoke one another.
This approach dramatically reduces the breadth of the construction API.
For now, html/template is deleted from src/pkg/Makefile, so this can
be checked in. Nothing in the tree depends on it. It will be updated next.
R=dsymonds, adg, rsc, r, gri, mikesamuel, nigeltao
CC=golang-dev
https://golang.org/cl/5415060
|
|
|
|
|
|
| |
R=rsc
CC=golang-dev
https://golang.org/cl/5338043
|
|
|
|
|
|
| |
R=golang-dev, iant, r, r
CC=golang-dev
https://golang.org/cl/5307066
|
|
|
|
|
|
| |
R=golang-dev, r
CC=golang-dev
https://golang.org/cl/4897048
|
|
|
|
|
|
|
|
|
|
|
| |
It's already in old/template; make that build.
Update a couple of references to point to the old template.
They can be updated later.
Update goplay to use exp/template.
R=golang-dev, dsymonds
CC=golang-dev
https://golang.org/cl/4902046
|
|
|
|
|
|
|
|
|
|
|
| |
In line with other functions such as Fprintf, put the
thing to be written first.
Apologies for the breakages this is sure to cause.
R=rsc, gri, adg, eds, r2, aam
CC=golang-dev
https://golang.org/cl/4169042
|
|
|
|
|
|
|
|
| |
Fixes #1444.
R=rsc, r
CC=golang-dev
https://golang.org/cl/3979045
|
|
|
|
|
|
| |
R=adg, r2
CC=golang-dev
https://golang.org/cl/2302041
|
|
R=r, rsc, gri
CC=golang-dev
https://golang.org/cl/887045
|