summary refs log tree commit diff
path: root/src/test/run-pass/self-impl.rs
AgeCommit message (Expand)AuthorLines
2015-04-07Work with assoc types in a super trait.Nick Cameron-4/+17
2015-04-03Check uses of `Self` in impls in the compiler rather than during expansionNick Cameron-2/+19
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-02-18Fallout: tests. As tests frequently elide things, lots of changesNiko Matsakis-0/+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-06Fix misspelled comments in tests.Joseph Crail-1/+1
2014-12-20Allow `Self` in impls.Nick Cameron-0/+42