summary refs log tree commit diff
path: root/src/test/run-pass/dst-raw.rs
AgeCommit message (Expand)AuthorLines
2017-06-29Move unsized_tuple_coercion behind a feature gate.Masaki Hara-0/+2
2017-06-29Add unsized tuple coercions.Masaki Hara-0/+32
2015-06-13Use `assert_eq!` instead of `assert!` in testspetrochenkov-16/+16
2015-04-08Remove pretty-expanded from failing testsAlex Crichton-1/+0
2015-03-30Fallout where types must be specified.Niko Matsakis-2/+2
2015-03-26Mass rename uint/int to usize/isizeAlex Crichton-3/+3
2015-03-23rustdoc: Replace no-pretty-expanded with pretty-expandedBrian Anderson-0/+2
2015-01-30Remove all `i` suffixesTobias Bucher-6/+6
2014-12-26Update tests to use `?Sized`Nick Cameron-1/+1
2014-09-16Fallout from renamingAaron Turon-1/+1
2014-09-03Fix ICE when casting `&[T]` to `*const [T]`Nick Cameron-0/+17
2014-09-02Reviewer changesNick Cameron-9/+13
2014-09-02DST raw pointers - *-pointers are fat pointersNick Cameron-0/+91