summary refs log tree commit diff
path: root/src/test/run-pass/static-impl.rs
AgeCommit message (Expand)AuthorLines
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/+6
2014-03-21test: Automatically remove all `~[T]` from tests.Patrick Walton-7/+7
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-6/+6
2013-08-30fix various warningsErick Tryzelaar-2/+0
2013-08-20rm obsolete integer to_str{,_radix} free functionsDaniel Micay-1/+1
2013-08-17Fix warnings it testsErick Tryzelaar-1/+0
2013-08-03remove obsolete `foreach` keywordDaniel Micay-2/+2
2013-08-01migrate many `for` loops to `foreach`Daniel 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/+3
2013-06-23vec: remove BaseIter implementationDaniel Micay-2/+2
2013-06-08remove deprecated vec::{is_empty, len} functionsDaniel Micay-1/+1
2013-05-29librustc: Stop reexporting the standard modules from prelude.Patrick Walton-0/+3
2013-05-19Use assert_eq! rather than assert! where possibleCorey Richardson-6/+6
2013-03-29librustc: Remove `fail_unless!`Patrick Walton-6/+6
2013-03-13test: Fix tests. rs=testsPatrick Walton-7/+7
2013-03-13librustc: Remove implicit self from the language, except for old-style drop b...Patrick Walton-13/+13
2013-03-11librustc: Replace all uses of `fn()` with `&fn()`. rs=defunPatrick Walton-6/+6
2013-03-07librustc: Convert all uses of `assert` over to `fail_unless!`Patrick Walton-6/+6
2013-02-27librustc: Forbid `pub` or `priv` before trait implementationsPatrick Walton-2/+2
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-8/+7
2013-02-20librustc: Separate most trait bounds with '+'. rs=plussingPatrick Walton-2/+2
2013-02-15librustc: Stop parsing `impl Type : Trait` and fix several declarations that ...Patrick Walton-2/+2
2013-02-14librustc: Replace `impl Type : Trait` with `impl Trait for Type`. rs=implflip...Patrick Walton-2/+2
2013-02-01check-fast fallout from removing export, r=burningtreeGraydon Hoare-1/+1
2013-01-08librustc: Make unqualified identifier searches terminate at the nearest modul...Patrick Walton-7/+5
2013-01-08Revert "librustc: Make unqualified identifier searches terminate at the neare...Patrick Walton-5/+7
2013-01-08librustc: Make unqualified identifier searches terminate at the nearest modul...Patrick Walton-7/+5
2012-12-10Reliciense makefiles and testsuite. Yup.Graydon Hoare-0/+10
2012-09-21Install new pub/priv/export rules as defaults, old rules accessible under #[l...Graydon Hoare-0/+2
2012-09-19demode the each() method on vec and other iterables.Niko Matsakis-2/+2
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-2/+2
2012-09-05test: "import" -> "use"Patrick Walton-1/+1
2012-08-08Convert impls to new syntaxBrian Anderson-5/+4
2012-07-17rustc: Implement and enforce instance coherencePatrick Walton-6/+19
2012-07-14Move the world over to using the new style string literals and types. Closes ...Michael Sullivan-4/+4
2012-07-05A new `times` method on numeric typesBen Striegel-2/+2
2012-07-01Convert to new closure syntaxBrian Anderson-5/+5
2012-06-30Eliminate usages of old sugared call syntaxBrian Anderson-1/+1
2012-06-29Switch the compiler over to using ~[] notation instead of []/~. Closes #2759.Michael Sullivan-7/+7
2012-06-25Make vectors uglier ([]/~). Sorry. Should be temporary. Closes #2725.Michael Sullivan-7/+7
2012-04-06Convert old-style for loops to new-styleMarijn Haverbeke-2/+2
2012-03-29core: Add extension methods for vecBrian Anderson-6/+6
2012-03-22make --enforce-mut-vars always on, add mut annotations to remaining filesNiko Matsakis-3/+3