summary refs log tree commit diff
path: root/src/test/compile-fail/sendfn-is-not-a-lambda.rs
AgeCommit message (Expand)AuthorLines
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
2012-01-16When pretty-printing fn types, leave off arg modes when they are the defaultMarijn Haverbeke-1/+1
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 grep...Graydon Hoare-1/+1
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 / #de...Graydon Hoare-1/+1
2011-12-19impl the proper partial order between fn typesNiko Matsakis-0/+10