Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2011-08-24 | Imported Upstream version 2011.08.17 | Ondřej Surý | 1 | -1/+1 | |
2010-03-24 | delete all uses of panicln by rewriting them using panic or, | Rob Pike | 1 | -32/+30 | |
in the tests, println+panic. gofmt some tests too. R=rsc CC=golang-dev http://codereview.appspot.com/741041 | |||||
2009-10-26 | Recognize gccgo error messages. | Ian Lance Taylor | 1 | -3/+3 | |
rename1.go:10:8: error: expected type rename1.go:11:10: error: expected function rename1.go:13:8: error: incompatible types in binary expression R=rsc http://go/go-review/1015013 | |||||
2009-09-09 | defining package block names must override | Russ Cox | 1 | -0/+48 | |
universe block names. BUG=2097244 R=ken OCL=34295 CL=34473 |