about summary refs log tree commit diff
path: root/src/test/compile-fail/on-unimplemented.rs
AgeCommit message (Expand)AuthorLines
2016-05-18implement fuzzy matching in on_unimplementedAriel Ben-Yehuda-41/+0
2016-03-30Fix fallout in testsJeffrey Seyfried-2/+2
2016-03-16Stop ignoring expected note/help messages in compiletest suite.Corey Farwell-0/+2
2015-04-02Fallout in testsNiko Matsakis-3/+0
2015-02-18Fallout: tests. As tests frequently elide things, lots of changesNiko Matsakis-1/+5
2015-01-12Feature gate #[rustc_on_unimplemented]Manish Goregaokar-0/+2
2015-01-11Rename #[on_unimplemented] -> #[rustc_on_unimplemented]Manish Goregaokar-2/+2
2015-01-11Move error to typeck::checkManish Goregaokar-15/+0
2015-01-11Make errors allow for cross-crate issuesManish Goregaokar-2/+2
2015-01-11Add ability to attach custom #[on_unimplemented] error messages for unimpleme...Manish Goregaokar-0/+51