summary refs log tree commit diff
path: root/src/test/compile-fail/object-safety-by-value-self.rs
AgeCommit message (Expand)AuthorLines
2015-03-25Change lint names to pluralsNick Cameron-1/+1
2015-03-25Add trivial cast lints.Nick Cameron-0/+1
2015-02-23Make traits with by-value-self be considered object safe.Niko Matsakis-16/+10
2015-02-23Extend object safety so that methods with Sized:Self are exempt.Niko Matsakis-1/+15
2015-01-02Refactor object-safety into its own (cached) module so that we canNiko Matsakis-0/+47