summary refs log tree commit diff
path: root/src/test/run-pass/hrtb-opt-in-copy.rs
AgeCommit message (Expand)AuthorLines
2015-04-01Fallout in testsNiko Matsakis-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-2/+2
2015-01-25cleanup: s/impl Copy/#[derive(Copy)]/gJorge Aparicio-2/+1
2015-01-07markers -> markerNick Cameron-2/+2
2015-01-07Change `std::kinds` to `std::markers`; flatten `std::kinds::marker`Nick Cameron-2/+2
2015-01-02Use `derive` rather than `deriving` in testsNick Cameron-1/+1
2014-12-19Fix a bug in the opt-in-copy work: it was failing to liberate the regions bou...Niko Matsakis-0/+38