Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | go/types, types2: more systematic use of Checker.use und useLHS | Robert Griesemer | 2023-03-28 | 1 | -2/+2 |
* | cmd/compile/internal/types2: avoid "declared but not used" errors for invalid... | Robert Griesemer | 2021-09-23 | 1 | -4/+1 |
* | [dev.typeparams] test: adjust more test cases to match compiler -G output | Robert Griesemer | 2020-12-03 | 1 | -1/+3 |
* | test/interface: document tests | Rob Pike | 2012-02-19 | 1 | -1/+2 |
* | test: use testlib (fourth 100) | Russ Cox | 2012-02-16 | 1 | -1/+1 |
* | test: match gccgo error messages | Ian Lance Taylor | 2011-09-21 | 1 | -1/+1 |
* | errchk: allow multiple patterns | Russ Cox | 2011-08-16 | 1 | -1/+1 |
* | gc: another pointer to interface message | Russ Cox | 2011-04-21 | 1 | -0/+1 |
* | gc: new typechecking rules | Russ Cox | 2010-06-08 | 1 | -8/+8 |
* | fix "declared and not used" in tests; | Russ Cox | 2009-09-14 | 1 | -1/+0 |
* | more 6g reorg; checkpoint. | Russ Cox | 2009-08-03 | 1 | -1/+1 |
* | add test for yesterday's interface rule change (interface/convert1.go). | Russ Cox | 2009-05-21 | 1 | -0/+37 |