commit 1491a20540f377b6f83f5c4a8e823ca20d27d6c5 [browse]
Author: Andrew Gerrand
Date: 2011-08-18 14:27:08 +10:00

weekly.2011-08-17

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

commit 10622421b5d95cd3fc16879916bc9c067f574f48 [browse]
Author: Rob Pike
Date: 2011-08-18 13:48:44 +10:00

gofix: walk names in ValueSpecs

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

commit 3f5edd2461159bc24e8dd4274eb857270a1aecb8 [browse]
Author: Rob Pike
Date: 2011-08-18 13:27:18 +10:00

test/chan/select5.go: change "with" to "if" in templatea

I converted this program yesterday and the output is the
same as it used to be, ignoring space, but the result is
not the best expression of the algorithm.  The old {.section
Maybe} pieces are now {{with .Maybe}}, as a direct translation,
but I they should be {{if .Maybe}} as the output is just a
bool and there is no cascading.

I have verified that the output of the program is unaffected.

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

commit d2a45dbf0831e6570cc6c958f3ed8c5c3fd56dbc [browse]
Author: Yasuhiro Matsumoto
Date: 2011-08-18 11:50:55 +10:00

misc/vim: command complete using autoload helper function.

R=golang-dev, dsymonds, jnwhiteh, n13m3y3r, gustavo
CC=golang-dev
https://golang.org/cl/4837051

commit 8380ff34edc2e8e84fff3a5933e19c4335052731 [browse]
Author: Rob Pike
Date: 2011-08-18 11:01:43 +10:00

http: remove a TODO due to new behavior of nil maps

R=golang-dev, dsymonds, adg
CC=golang-dev
https://golang.org/cl/4907049

clone the repository to get more history