about summary refs log tree commit diff
path: root/src/test/run-pass/test-ignore-cfg.rs
AgeCommit message (Expand)AuthorLines
2014-08-09move a test into a run make, to check external affect rather thanHuon Wilson-36/+0
2014-07-08std: Rename the `ToStr` trait to `ToString`, and `to_str` to `to_string`.Richo Healey-2/+2
2014-05-22libstd: Remove `~str` from all `libstd` modules except `fmt` and `str`.Patrick Walton-2/+2
2014-05-13compiletest: Test `--pretty expanded`klutzy-0/+1
2014-04-18Replace all ~"" with "".to_owned()Richo Healey-2/+4
2014-04-06Remove check-fast. Closes #4193, #8844, #6330, #7416Brian Anderson-1/+0
2014-03-14extra: Put the nail in the coffin, delete libextraAlex Crichton-2/+0
2014-02-14extern mod => extern crateAlex Crichton-1/+1
2014-02-11Change `xfail` directives in compiletests to `ignore`, closes #11363Florian Hahn-2/+2
2013-07-08Merge pull request #7595 from thestinger/iteratorDaniel Micay-2/+2
2013-07-07Fix a warning when generating testsAlex Crichton-1/+1
2013-07-07remove some method resolve workaroundsDaniel Micay-2/+2
2013-06-14add IteratorUtil to the preludeDaniel Micay-2/+0
2013-06-11option: remove redundant old_iter implsDaniel Micay-2/+2
2013-06-09std: remove {all*,any*,count} in favour of iteratorsHuon Wilson-7/+5
2013-05-29librustc: Stop reexporting the standard modules from prelude.Patrick Walton-0/+2
2013-05-22test: Update tests to use the new syntax.Patrick Walton-1/+1
2013-03-29librustc: Remove `fail_unless!`Patrick Walton-2/+2
2013-03-07test: Fix tests.Patrick Walton-4/+4
2013-02-14librustc: Replace `impl Type : Trait` with `impl Trait for Type`. rs=implflip...Patrick Walton-1/+1
2013-02-13rustc and std: teach about #[bench], modernize to use quote_expr! some.Graydon Hoare-3/+3
2013-02-07Make ~fn non-copyable, make &fn copyable, split barefn/closure types,Niko Matsakis-6/+6
2012-12-10Reliciense makefiles and testsuite. Yup.Graydon Hoare-0/+10
2012-10-30Remove xfail-pretty from tests that pretty-print correctly nowTim Chevalier-1/+0
2012-10-19Remove superfluous by-ref in option::get, option::get_default, option::expectTim Chevalier-2/+2
2012-09-23core: Demode optionBrian Anderson-2/+2
2012-09-11Convert 'use' to 'extern mod'. Remove old 'use' syntaxBrian Anderson-1/+1
2012-09-05test: "import" -> "use"Patrick Walton-2/+0
2012-08-01Convert ret to returnBrian Anderson-1/+1
2012-07-14Move the world over to using the new style string literals and types. Closes ...Michael Sullivan-2/+2
2012-07-01Convert to new closure syntaxBrian Anderson-2/+2
2011-12-16reorder args to the various vec, option fns so blk comes lastNiko Matsakis-2/+2
2011-12-13Copy first batch of material from libstd to libcore.Graydon Hoare-2/+2
2011-10-29Add the ability to ignore tests by compiler configBrian Anderson-0/+31