summary refs log tree commit diff
path: root/src/test/run-pass/method-two-trait-defer-resolution-2.rs
AgeCommit message (Expand)AuthorLines
2015-04-15Fix some typos.Ms2ger-1/+1
2015-04-08Remove pretty-expanded from failing testsAlex Crichton-1/+0
2015-04-01Update tests for new coherence rules, and add a swatch of new testsNiko Matsakis-12/+19
2015-03-26Mass rename uint/int to usize/isizeAlex Crichton-5/+5
2015-03-23rustdoc: Replace no-pretty-expanded with pretty-expandedBrian Anderson-0/+2
2015-03-03Add `: Box<_>` or `::Box<_>` type annotations to various places.Felix S. Klock II-1/+1
2015-02-18Update suffixes en masse in tests using `perl -p -i -e`Niko Matsakis-1/+1
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` in...Felix S. Klock II-0/+3
2014-10-21Tests for method resolution in the face of various ambiguities or non-ambigui...Niko Matsakis-0/+48