summary refs log tree commit diff
path: root/src/test/run-pass/issue-2904.rs
AgeCommit message (Expand)AuthorLines
2013-08-17Fix warnings it testsErick Tryzelaar-1/+0
2013-08-03remove obsolete `foreach` keywordDaniel Micay-2/+2
2013-08-01std: Replace `for` with `do { .. }` expr where internal iterators are usedblake2-ppc-3/+4
2013-08-01migrate many `for` loops to `foreach`Daniel Micay-2/+2
2013-08-01make `in` and `foreach` get treated as keywordsDaniel Micay-3/+3
2013-06-23vec: remove BaseIter implementationDaniel Micay-1/+1
2013-06-14add IteratorUtil to the preludeDaniel Micay-1/+0
2013-06-09std: remove each_char* fns and methods from str, replaced by iterators.Huon Wilson-1/+2
2013-05-29librustc: Stop reexporting the standard modules from prelude.Patrick Walton-0/+3
2013-05-22test: Update tests to use the new syntax.Patrick Walton-2/+2
2013-05-11auto merge of #6383 : huonw/rust/rustc-expand-then-strip, r=thestingerbors-6/+0
2013-05-11Correct testcases that passed because fns with #[test] were stripped before e...Huon Wilson-6/+0
2013-05-08test: Fix tests.Patrick Walton-1/+1
2013-05-03add gitattributes and fix whitespace issuesDaniel Micay-1/+1
2013-03-29librustc: Remove `fail_unless!`Patrick Walton-2/+2
2013-03-26test: Fix testsPatrick Walton-2/+2
2013-03-22auto merge of #5488 : pcwalton/rust/depure, r=pcwaltonbors-1/+1
2013-03-22test: Remove `pure` from the test suitePatrick Walton-1/+1
2013-03-21librustc: Replace the `&static` bound with `'static`Patrick Walton-1/+1
2013-03-07test: Fix tests.Patrick Walton-2/+2
2013-03-02librustc: Forbid chained imports and fix the logic for one-level renaming imp...Patrick Walton-1/+1
2013-02-28Remove legacy object creation mode, and convert remaining uses of itNiko Matsakis-1/+1
2013-02-21librustc: Separate the rest of the trait bounds with `+` and stop parsing spa...Patrick Walton-1/+1
2013-02-15tests/tutorials: Get rid of `move`.Luqman Aden-1/+1
2013-02-14librustc: Replace `impl Type : Trait` with `impl Trait for Type`. rs=implflip...Patrick Walton-1/+1
2013-02-13Remove die!, raplace invocations with fail! Issue #4524 pt 3Nick Desaulniers-1/+1
2013-02-03core: convert ToStr::to_str to take explicit &selfErick Tryzelaar-2/+2
2013-02-01check-fast fallout from removing export, r=burningtreeGraydon Hoare-1/+1
2013-01-31Replace most invocations of fail keyword with die! macroNick Desaulniers-1/+1
2013-01-30test: Remove export from the tests, language, and libraries. rs=deexportingPatrick Walton-3/+2
2013-01-10librustc: Implement `&static` as the replacement for `Durable`. r=nmatsakisPatrick Walton-1/+1
2012-12-13Rename Owned trait to DurableBrian Anderson-1/+1
2012-12-13librustc: Make `use` statements crate-relative by default. r=brsonPatrick Walton-0/+2
2012-12-10Reliciense makefiles and testsuite. Yup.Graydon Hoare-0/+10
2012-11-13cleanup: convert some remaining #foo invocations to foo! form.Graydon Hoare-1/+1
2012-10-12Make moves explicit in rpass testsTim Chevalier-1/+1
2012-10-12Replace several common macros of the form #m[...] with m!(...)Kevin Cantu-1/+1
2012-10-11Make to_str pure and fix const parameters for str-mutating functionsTim Chevalier-1/+1
2012-09-26Unbreak run-pass/issue-2904 moreBrian Anderson-5/+0
2012-09-26Demode vec::push (and convert to method)Niko Matsakis-1/+6
2012-09-26Fix test/run-pass/issue-2904Brian Anderson-1/+3
2012-09-21Install new pub/priv/export rules as defaults, old rules accessible under #[l...Graydon Hoare-0/+1
2012-09-11Convert 'use' to 'extern mod'. Remove old 'use' syntaxBrian Anderson-1/+1
2012-09-07Convert all kind bounds to camel case. Remove send, owned keywords.Brian Anderson-1/+1
2012-08-23libcore: update bytes/str reader to work with regions.Erick Tryzelaar-1/+1
2012-08-14Convert more core types to camel caseBrian Anderson-2/+2
2012-08-13core: Camel case some lesser-used modulesBrian Anderson-1/+1
2012-08-08Convert impls to new syntaxBrian Anderson-3/+1
2012-08-06Convert alt to match. Stop parsing altBrian Anderson-2/+2
2012-08-05Switch alts to use arrowsBrian Anderson-17/+17