Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2009-09-17 | unused imports | Russ Cox | 1 | -0/+1 | |
R=r OCL=34731 CL=34731 | |||||
2009-08-17 | Match gccgo error messages. | Ian Lance Taylor | 1 | -1/+1 | |
bug165.go:13:6: error: invalid recursive type 'S' This is a different line from the 6g error message, which is "invalid map key type". I accomodated both compilers by merging the line. bug188.go:13:2: error: unexpected reference to package I made the error message less specific, which I think is fine here. R=rsc DELTA=2 (0 added, 0 deleted, 2 changed) OCL=33398 CL=33426 | |||||
2009-08-12 | bug188 - sort(x) | Russ Cox | 1 | -0/+14 | |
R=ken OCL=33123 CL=33123 |