summary refs log tree commit diff
path: root/src/test/compile-fail/sendfn-is-not-a-lambda.rs
AgeCommit message (Collapse)AuthorLines
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