about summary refs log tree commit diff
path: root/src/test/run-pass/trait-generic.rs
AgeCommit message (Expand)AuthorLines
2013-03-29librustc: Remove `fail_unless!`Patrick Walton-4/+4
2013-03-15Clonify some of run-passBen Striegel-1/+1
2013-03-13test: Fix tests. rs=testsPatrick Walton-2/+2
2013-03-13librustc: Remove implicit self from the language, except for old-style drop b...Patrick Walton-6/+6
2013-03-11librustc: Replace all uses of `fn()` with `&fn()`. rs=defunPatrick Walton-2/+2
2013-03-07librustc: Convert all uses of `assert` over to `fail_unless!`Patrick Walton-4/+4
2013-02-26Removed deprecated `str()` functions in int-template.rs and uint-template.rsMarvin Löbel-1/+1
2013-02-22Remove legacy_modes from test casesBrian Anderson-4/+3
2013-02-20librustc: Separate most trait bounds with '+'. rs=plussingPatrick Walton-3/+3
2013-02-14librustc: Replace `impl Type : Trait` with `impl Trait for Type`. rs=implflip...Patrick Walton-4/+4
2013-02-01check-fast fallout from removing export, r=burningtreeGraydon Hoare-1/+1
2012-12-10Reliciense makefiles and testsuite. Yup.Graydon Hoare-0/+10
2012-09-19demode the each() method on vec and other iterables.Niko Matsakis-1/+1
2012-09-19xfail-fast the legacy_mode run-pass testsBrian Anderson-0/+1
2012-09-18rustc: Remove legacy mode inference, unless #[legacy_modes] is usedPatrick Walton-0/+2
2012-09-07Convert all kind bounds to camel case. Remove send, owned keywords.Brian Anderson-2/+2
2012-09-06Use callee ID when kind-checking expressions that may be overloadedTim Chevalier-3/+3
2012-08-08Convert impls to new syntaxBrian Anderson-4/+4
2012-08-02test: "iface" -> "trait" in filenames.Lindsey Kuper-0/+37