about summary refs log tree commit diff
path: root/src/test/compile-fail/sendfn-is-not-a-lambda.rs
AgeCommit message (Collapse)AuthorLines
2013-03-11Remove uses of logBrian Anderson-1/+1
2013-03-02test: Remove `fn@`, `fn~`, and `fn&` from the test suite. rs=defunPatrick Walton-2/+2
2012-12-10Reliciense makefiles and testsuite. Yup.Graydon Hoare-0/+10
2012-11-06Cleanup how we handle proto in types, remove unsound subtypingNiko Matsakis-1/+1
Fixes #1896 which was never truly fixed, just masked. The given tests would have failed had they used `~fn()` and not `@fn()`. They now result in compilation errors. Fixes #2978. Necessary first step for #2202, #2263.
2012-08-01Convert ret to returnBrian Anderson-2/+2
2012-06-30change the test suite `//! kind` syntax to `//~ kind` in order to avoid aGareth Daniel Smith-1/+1
conflict with the new single-line-sugared-inner-doc-comment (`//! ...`).
2012-01-16When pretty-printing fn types, leave off arg modes when they are the defaultMarijn Haverbeke-1/+1
This reduces ++/&& spam in the output to a bare minimum. Issue #1507
2012-01-10rename sendfn to fn~, lambda to fn@Niko Matsakis-4/+2
2012-01-09Remove proto_sugar and 'lambda' as keyword, commit to fn@.Graydon Hoare-2/+2
2011-12-28On second thought, re-land pull request #1385 with backquotes; easier to ↵Graydon Hoare-1/+1
grep, can change in the future.
2011-12-25Use singlequotes in the typechecker too, to distinguish code and EnglishLenny222-2/+2
2011-12-22Register new snapshots, purge log_err and log_full in favour of log(...).Graydon Hoare-1/+1
2011-12-22Register snapshots and switch logging over to use of log_full or #error / ↵Graydon Hoare-1/+1
#debug.
2011-12-19impl the proper partial order between fn typesNiko Matsakis-0/+10