summary refs log tree commit diff
path: root/src/test/run-pass/ufcs-explicit-self.rs
AgeCommit message (Expand)AuthorLines
2015-04-01Fallout in testsNiko Matsakis-2/+2
2015-03-26Mass rename uint/int to usize/isizeAlex Crichton-8/+8
2015-03-15Strip all leading/trailing newlinesTamir Duberstein-1/+0
2015-03-03Add `: Box<_>` or `::Box<_>` type annotations to various places.Felix S. Klock II-2/+2
2015-01-25cleanup: s/impl Copy/#[derive(Copy)]/gJorge Aparicio-4/+2
2015-01-08fallout: run-pass tests that use box. (many could be ported to `Box::new` in...Felix S. Klock II-0/+3
2014-12-08librustc: Make `Copy` opt-in.Niko Matsakis-0/+4
2014-10-19Remove a large amount of deprecated functionalityAlex Crichton-2/+0
2014-07-16librustc: Implement the fully-expanded, UFCS form of explicit self.Patrick Walton-0/+57