summary refs log tree commit diff
path: root/src/test/run-pass/issue-4735.rs
AgeCommit message (Expand)AuthorLines
2017-11-19std: Add a new wasm32-unknown-unknown targetAlex Crichton-11/+4
2015-03-26Mass rename uint/int to usize/isizeAlex Crichton-2/+2
2015-03-23rustdoc: Replace no-pretty-expanded with pretty-expandedBrian Anderson-0/+2
2015-03-23Require feature attributes, and add them where necessaryBrian Anderson-1/+1
2015-03-05'ignore-fast' directives do nothingBrian Anderson-1/+0
2015-01-08fallout: run-pass tests that use box. (many could be ported to `Box::new` in...Felix S. Klock II-0/+3
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