Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2010-02-01 | Match gccgo error messages. | Ian Lance Taylor | 1 | -2/+2 | |
bug249.go:10:5: error: incompatible type in initialization bug249.go:26:5: error: incompatible type in initialization R=rsc CC=golang-dev http://codereview.appspot.com/198058 | |||||
2010-01-26 | gc: fix chan <- chan precedence. | Russ Cox | 1 | -0/+39 | |
also allow func() func(). R=ken2 CC=golang-dev http://codereview.appspot.com/194078 |