summary refs log tree commit diff
path: root/src/test/compile-fail/issue-3707.rs
AgeCommit message (Expand)AuthorLines
2015-05-13Fix ICE that occurs when an associated const is ambiguous.Sean Patrick Santos-1/+1
2015-01-31Kill more `isize`sTobias Bucher-2/+2
2015-01-08Update compile-fail tests to use is/us, not i/u.Huon Wilson-2/+2
2015-01-08Update compile fail tests to use usize.Huon Wilson-1/+1
2014-06-29librustc: Remove the fallback to `int` for integers and `f64` forPatrick Walton-2/+2
2013-06-01Remove all uses of `pub impl`. rs=stylePatrick Walton-3/+3
2013-05-06Enable test for #3707Brian Anderson-3/+2
2013-03-22test: Remove `pure` from the test suitePatrick Walton-2/+2
2013-03-22librustc: Remove all uses of `static` from functions. rs=destaticPatrick Walton-1/+1
2013-02-28librustc: Mark all type implementations public. rs=impl-publicityPatrick Walton-1/+1
2013-01-03Add xfailed test for #3707Tim Chevalier-0/+29