summary refs log tree commit diff
path: root/src/test/run-pass/multidispatch2.rs
AgeCommit message (Expand)AuthorLines
2015-04-08Remove pretty-expanded from failing testsAlex Crichton-1/+0
2015-04-01Fallout in testsNiko Matsakis-1/+1
2015-03-26Mass rename uint/int to usize/isizeAlex Crichton-3/+3
2015-03-23rustdoc: Replace no-pretty-expanded with pretty-expandedBrian Anderson-0/+2
2015-02-18Update suffixes en masse in tests using `perl -p -i -e`Niko Matsakis-1/+1
2015-01-25cleanup: s/impl Copy/#[derive(Copy)]/gJorge Aparicio-2/+1
2015-01-20std: Rename Show/String to Debug/DisplayAlex Crichton-2/+2
2014-12-08librustc: Make `Copy` opt-in.Niko Matsakis-0/+2
2014-10-09Implement multidispatch and conditional dispatch. Because we do notNiko Matsakis-0/+46