aboutsummaryrefslogtreecommitdiff
path: root/test/cmp6.go
AgeCommit message (Expand)Author
2020-12-01[dev.typeparams] test: add scaffolding to run.go to check compiler with -G flagRobert Griesemer
2014-01-31cmd/gc: do not consider length zero arrays as comparable.Rémy Oudompheng
2013-07-02cmd/gc: fix computation of equality class of types.Rémy Oudompheng
2012-02-19test: [a-c]: add introductory comments to testsRob Pike
2012-02-17cmd/gc: fix comparison of struct with _ fieldRuss Cox
2012-02-16test: use testlib (first 100)Russ Cox
2011-12-12gc: implement == on structs and arraysRuss Cox
2011-11-13gc: remove func, map compareRuss Cox
2011-03-25test: match gccgo error messages for cmp6.goIan Lance Taylor
2011-01-21gc: clearer error for struct == structRuss Cox
2010-09-13gc: implement new comparison ruleRuss Cox