summary refs log tree commit diff
path: root/src/test/run-pass/traits-conditional-dispatch.rs
AgeCommit message (Collapse)AuthorLines
2015-01-30Remove all `i` suffixesTobias Bucher-1/+1
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.)
2014-10-09Implement multidispatch and conditional dispatch. Because we do notNiko Matsakis-0/+36
attempt to preserve crate concatenation, this is a backwards compatible change. Conflicts: src/librustc/middle/traits/select.rs