summary refs log tree commit diff
path: root/src/test/run-pass/self-impl.rs
AgeCommit message (Collapse)AuthorLines
2015-04-07Work with assoc types in a super trait.Nick Cameron-4/+17
And fix a bug with type param visibility though the Self rib.
2015-04-03Check uses of `Self` in impls in the compiler rather than during expansionNick Cameron-2/+19
Closes #23909
2015-03-26Mass rename uint/int to usize/isizeAlex Crichton-2/+2
Now that support has been removed, all lingering use cases are renamed.
2015-03-23rustdoc: Replace no-pretty-expanded with pretty-expandedBrian Anderson-0/+2
Now that features must be declared expanded source often does not compile. This adds 'pretty-expanded' to a bunch of test cases that still work.
2015-02-18Fallout: tests. As tests frequently elide things, lots of changesNiko Matsakis-0/+1
here. Some of this may have been poorly rebased, though I tried to be careful and preserve the spirit of the test.
2015-01-08fallout: run-pass tests that use box. (many could be ported to `Box::new` ↵Felix S. Klock II-0/+3
instead in the future.)
2015-01-06Fix misspelled comments in tests.Joseph Crail-1/+1
I separated these changes out from the other commit to minimize issues with tests.
2014-12-20Allow `Self` in impls.Nick Cameron-0/+42