commit b08746ee5e0bb7d0291221c85e1fdead9924b858 [browse]
Author: Andrew Gerrand
Date: 2011-02-02 12:09:31 +11:00
release.2011-02-01.1
Re-issue to include go/ast fixes for godoc.
R=gri
CC=golang-dev
https://golang.org/cl/3989058
commit 3a54d43825e548a4299f959968579b24868e45d4 [browse]
Author: Robert Griesemer
Date: 2011-02-01 16:57:45 -08:00
go/ast: add missing handling of SendStmt to ast.Walk
R=adg
CC=golang-dev
https://golang.org/cl/4044048
commit d203c4356839b6966bb7f8fa6a0f553684886ee7 [browse]
Author: Andrew Gerrand
Date: 2011-02-02 11:02:54 +11:00
tag release.2011-02-01
R=rsc
CC=golang-dev
https://golang.org/cl/4124048
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
clone the repository to get more history