commit 7aa758df0ce7578ff8b4e326eef777d8f10f70c4 [browse]
Author: Andrew Gerrand
Date: 2011-02-02 10:59:59 +11:00
release.2011-02-01
R=rsc
CC=golang-dev
https://golang.org/cl/4119050
commit 1fa41734441ba95f06171db25af7769f6ae26b30 [browse]
Author: Russ Cox
Date: 2011-02-01 18:34:41 -05:00
5l, 8l: pass stack frame size to morestack when needed
Shame on me: I fixed the same bug in 6l in 8691fcc6a66e
(https://golang.org/cl/2609041) and neglected
to look at 5l and 8l to see if they were affected.
On the positive side, the check I added in that CL is the
one that detected this bug.
Fixes #1457.
R=ken2
CC=golang-dev
https://golang.org/cl/3981052
commit 80f07cfbeadb2c008827f6d6ce4ddd70d7cf0528 [browse]
Author: Rob Pike
Date: 2011-02-01 15:02:07 -08:00
arm: disable peep for release
R=ken2
CC=golang-dev
https://golang.org/cl/4001051
commit 288a39c86b9c90a5e323810f6b55877e08943de8 [browse]
Author: Robert Griesemer
Date: 2011-02-01 13:47:51 -08:00
go/ast: reflect communication operator changes accurately in ast
- go/ast: introduce SendStmt; adjust SelectStmt
- go/parser: accept new communication syntax, minor
unrelated cleanups
- go/printer: adjustments for new ast, fewer binary
expression precedences
- go/token: remove one binary precedence
Adjusted dependent code. gofmt -w src -misc. Ran all tests.
R=rsc, gri
CC=golang-dev
https://golang.org/cl/3989056
commit 7fc4e3785350b0d53112904c58b4384d65bce957 [browse]
Author: Robert Griesemer
Date: 2011-02-01 12:51:10 -08:00
go spec: s/log.Crash/log.Panic/
There is no log.Crash.
R=r, rsc
CC=golang-dev
https://golang.org/cl/4058048
clone the repository to get more history