summary refs log tree commit diff
path: root/src/test/run-pass/issue-4735.rs
AgeCommit message (Expand)AuthorLines
2014-06-28Rename all raw pointers as necessaryAlex Crichton-3/+3
2014-05-11core: Remove the cast moduleAlex Crichton-1/+1
2014-05-06librustc: Remove `~EXPR`, `~TYPE`, and `~PAT` from the language, exceptPatrick Walton-3/+3
2014-04-04Fix fallout from std::libc separationCorey Richardson-1/+4
2014-01-04Don't allow newtype structs to be dereferenced. #6246Brian Anderson-1/+1
2013-09-25Fix run-pass tests to have 'pub fn main'Alex Crichton-1/+1
2013-09-16switch Drop to `&mut self`Daniel Micay-1/+1
2013-08-17Fix warnings it testsErick Tryzelaar-2/+2
2013-06-25Change finalize -> drop.Luqman Aden-1/+1
2013-06-13automated whitespace fixesDaniel Micay-2/+0
2013-05-27testsuite: Update core to stdTim Chevalier-2/+2
2013-05-27testsuite: Add passing test for #4735Tim Chevalier-0/+30