Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2009-10-21 | Match gccgo error messages. | Ian Lance Taylor | 1 | -2/+2 | |
bug205.go:14:12: error: index must be integer bug205.go:15:12: error: index must be integer bug205.go:16:12: error: incompatible type for map index R=rsc DELTA=2 (0 added, 0 deleted, 2 changed) OCL=35957 CL=35960 | |||||
2009-09-09 | check type of string/map/array index expressions | Russ Cox | 1 | -0/+18 | |
R=ken OCL=34478 CL=34480 |