commit b0e3edab0e5439505f6ac79a9a96ab19478a065b [browse]
Author: Andrew Gerrand
Date: 2011-09-16 17:18:36 +10:00

weekly.2011-09-16

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

commit 310e5fe60c71bd8435a7989d1970b739bd5e4463 [browse]
Author: Alex Brainman
Date: 2011-09-16 13:40:02 +10:00

net: reuse channels during io

R=golang-dev, bsiegert, rsc, hectorchu
CC=golang-dev
https://golang.org/cl/5016043

commit 96f9e8837ef884393b994ad8762073a828c5ee15 [browse]
Author: Mike Samuel
Date: 2011-09-15 19:05:33 -07:00

exp/template/html: moved error docs out of package docs onto error codes

This replaces the errStr & errLine members of context with a single err
*Error, and introduces a number of const error codes, one per
escape-time failure mode, that can be separately documented.

The changes to the error documentation moved from doc.go to error.go
are cosmetic.

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

commit 642d272c3cdaea58decce1a9cf6e9668b1b16f67 [browse]
Author: Robert Griesemer
Date: 2011-09-15 16:47:01 -07:00

godoc: remove dependency of syscall

On app-engine, we cannot import syscall.
The respective constants are already defined
elsewhere for the same reason.

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

commit 66e44000d4158c96154dc572a76182ca6799c56a [browse]
Author: Robert Griesemer
Date: 2011-09-15 16:21:42 -07:00

godoc: use new index/suffixarray serialization code

When saving/restoring the fulltext index, the entire
respective suffixarray is now saved/restored (as opposed
to the indexed data only, and the suffixarray recreated).
This saves significant start-up time for large indexes,
at the cost of significantly larger index files.

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

clone the repository to get more history