summary refs log tree commit diff
path: root/src/test/compile-fail/issue-18959.rs
AgeCommit message (Expand)AuthorLines
2015-03-05Remove integer suffixes where the types in compiled code are identical.Eduard Burtescu-1/+1
2015-02-23Remove awful hack concerning `Trait impl Trait` in method resolution code tha...Niko Matsakis-1/+5
2015-02-18Update suffixes en masse in tests using `perl -p -i -e`Niko Matsakis-1/+1
2015-01-08Update compile-fail tests to use is/us, not i/u.Huon Wilson-1/+1
2015-01-05sed -i -s 's/ for Sized?//g' **/*.rsJorge Aparicio-2/+2
2015-01-02Refactor object-safety into its own (cached) module so that we canNiko Matsakis-1/+1
2014-12-05rustc: check supertraits for object safetyCorey Richardson-0/+26