summary refs log tree commit diff
path: root/src/test/run-pass/dst-struct.rs
AgeCommit message (Expand)AuthorLines
2017-01-31Removes FIXMEs related to #22405Wesley Wiser-1/+0
2015-06-13Use `assert_eq!` instead of `assert!` in testspetrochenkov-23/+23
2015-04-14Positive case of `len()` -> `is_empty()`Tamir Duberstein-2/+2
2015-04-08Remove pretty-expanded from failing testsAlex Crichton-1/+0
2015-04-01Fallout in testsNiko Matsakis-1/+1
2015-03-26Mass rename uint/int to usize/isizeAlex Crichton-15/+15
2015-03-23rustdoc: Replace no-pretty-expanded with pretty-expandedBrian Anderson-0/+2
2015-03-03Switched to Box::new in many places.Felix S. Klock II-2/+5
2015-01-30Remove all `i` suffixesTobias Bucher-1/+1
2015-01-25cleanup: s/impl Copy/#[derive(Copy)]/gJorge Aparicio-3/+1
2015-01-08fallout: run-pass tests that use box. (many could be ported to `Box::new` in...Felix S. Klock II-0/+3
2015-01-02Use `derive` rather than `deriving` in testsNick Cameron-1/+1
2014-12-26Update tests to use `?Sized`Nick Cameron-1/+1
2014-12-20Allow use of `[_ ; n]` syntax for fixed length and repeating arrays.Nick Cameron-1/+1
2014-12-08librustc: Make `Copy` opt-in.Niko Matsakis-0/+2
2014-08-26Rebasing changesNick Cameron-1/+1
2014-08-26DST coercions and DST structsNick Cameron-0/+127