commit 7af813a7f2b62734e40628c341cb3afa4c85641c [browse]
Author: Andrew Gerrand
Date: 2011-12-02 08:09:49 +11:00

weekly.2011-12-02

R=golang-dev, rsc
CC=golang-dev
https://golang.org/cl/5447067

commit bc9ce6a129af4b99ec63810e61166e2b98285823 [browse]
Author: Robert Griesemer
Date: 2011-12-01 11:50:15 -08:00

go/doc: better headscan

- scan all comments not just the package documentation
- declutter output so that false positives are more easily spotted
- count the number of headings to quickly see differences
- minor tweaks

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

commit 473de6035930f4014a07f5b2a1315993cb42fb27 [browse]
Author: Rob Pike
Date: 2011-12-01 11:44:17 -08:00

time: update doc string for Error method
Fixes #2512.

R=golang-dev, gri
CC=golang-dev
https://golang.org/cl/5449057

commit d2b77bb194b8377c1b1ba5826960f1e63f13a51a [browse]
Author: Gustavo Niemeyer
Date: 2011-12-01 17:35:43 -02:00

os: add ModeType constant to mask file type bits

This covers the lack of IsRegular comfortably:

    if stat.Mode()&os.ModeType == 0 { ... }

R=golang-dev, r, rsc, r, gustavo
CC=golang-dev
https://golang.org/cl/5440075

commit 744fb52102642382d09968d8bc0fe4090af20360 [browse]
Author: Brad Fitzpatrick
Date: 2011-12-01 11:23:39 -08:00

os: be consistent with receiver names for godoc TOC alignment

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

clone the repository to get more history