summary refs log tree commit diff
path: root/src/test/compile-fail/fn-compare-mismatch.rs
AgeCommit message (Expand)AuthorLines
2012-01-16When pretty-printing fn types, leave off arg modes when they are the defaultMarijn Haverbeke-1/+1
2012-01-13make "native fn" the type for bare functions, remove fn exprsNiko Matsakis-2/+1
2011-12-28On second thought, re-land pull request #1385 with backquotes; easier to grep...Graydon Hoare-1/+1
2011-12-25Use singlequotes in the typechecker too, to distinguish code and EnglishLenny222-1/+1
2011-11-18Update stdlib, compiler, and tests to new kind systemMarijn Haverbeke-1/+1
2011-10-07Add pass-by-ref annotation to the tests to make them typecheckMarijn Haverbeke-1/+1
2011-08-20ReformatBrian Anderson-1/+1
2011-08-03Remove all xfail-stage0 directivesBrian Anderson-1/+0
2011-07-27Reformat for new syntaxMarijn Haverbeke-3/+3
2011-06-25Add a test for mismatched types when comparing functionsBrian Anderson-0/+8