summary refs log tree commit diff
path: root/src/test/run-pass/trait-generic.rs
AgeCommit message (Expand)AuthorLines
2015-04-08Remove pretty-expanded from failing testsAlex Crichton-1/+0
2015-03-26Mass rename uint/int to usize/isizeAlex Crichton-2/+2
2015-03-23rustdoc: Replace no-pretty-expanded with pretty-expandedBrian Anderson-0/+2
2015-02-24Use arrays instead of vectors in testsVadim Petrochenkov-4/+4
2015-02-02`for x in xs.iter()` -> `for x in &xs`Jorge Aparicio-1/+1
2015-01-30Remove all `i` suffixesTobias Bucher-1/+1
2015-01-05fix rpass testsJorge Aparicio-2/+2
2014-07-08std: Rename the `ToStr` trait to `ToString`, and `to_str` to `to_string`.Richo Healey-5/+5
2014-06-24Remove few FIXMEsPiotr Jawniak-3/+2
2014-06-24librustc: Remove the fallback to `int` from typechecking.Niko Matsakis-1/+1
2014-05-27std: Rename strbuf operations to stringRicho Healey-8/+8
2014-05-24core: rename strbuf::StrBuf to string::StringRicho Healey-8/+8
2014-05-14test: Remove all uses of `~str` from the test suite.Patrick Walton-13/+13
2014-04-18Replace all ~"" with "".to_owned()Richo Healey-6/+7
2014-04-06Remove check-fast. Closes #4193, #8844, #6330, #7416Brian Anderson-1/+0
2014-03-22Remove outdated and unnecessary std::vec_ng::Vec imports.Huon Wilson-1/+0
2014-03-21test: Make manual changes to deal with the fallout from removal ofPatrick Walton-2/+4
2014-03-21test: Automatically remove all `~[T]` from tests.Patrick Walton-10/+10
2014-02-11Change `xfail` directives in compiletests to `ignore`, closes #11363Florian Hahn-2/+2
2013-11-26test: Remove most uses of `&fn()` from the tests.Patrick Walton-2/+2
2013-08-30fix various warningsErick Tryzelaar-2/+0
2013-08-20rm obsolete integer to_str{,_radix} free functionsDaniel Micay-5/+5
2013-08-03remove obsolete `foreach` keywordDaniel Micay-1/+1
2013-08-02replace `range` with an external iteratorDaniel Micay-2/+2
2013-07-17librustc: Remove all uses of the `Copy` bound.Patrick Walton-2/+2
2013-06-28librustc: Remove the broken overloaded assign-ops from the language.Patrick Walton-1/+1
2013-06-25remove `each` from vec, HashMap and HashSetDaniel Micay-1/+4
2013-06-23vec: remove BaseIter implementationDaniel Micay-1/+1
2013-05-29librustc: Stop reexporting the standard modules from prelude.Patrick Walton-0/+2
2013-05-19Use assert_eq! rather than assert! where possibleCorey Richardson-4/+4
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