summaryrefslogtreecommitdiff
path: root/test/cmp6.go
Commit message (Expand)AuthorAgeFilesLines
* [dev.typeparams] test: add scaffolding to run.go to check compiler with -G flagRobert Griesemer2020-12-011-5/+5
* cmd/gc: do not consider length zero arrays as comparable.Rémy Oudompheng2014-01-311-1/+12
* cmd/gc: fix computation of equality class of types.Rémy Oudompheng2013-07-021-1/+1
* test: [a-c]: add introductory comments to testsRob Pike2012-02-191-0/+3
* cmd/gc: fix comparison of struct with _ fieldRuss Cox2012-02-171-0/+5
* test: use testlib (first 100)Russ Cox2012-02-161-1/+1
* gc: implement == on structs and arraysRuss Cox2011-12-121-1/+11
* gc: remove func, map compareRuss Cox2011-11-131-10/+18
* test: match gccgo error messages for cmp6.goIan Lance Taylor2011-03-251-5/+5
* gc: clearer error for struct == structRuss Cox2011-01-211-0/+7
* gc: implement new comparison ruleRuss Cox2010-09-131-0/+42