summary refs log tree commit diff
path: root/src/test/run-pass/self-impl.rs
AgeCommit message (Collapse)AuthorLines
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