about summary refs log tree commit diff
path: root/src/test/run-pass/expr-repeat-vstore.rs
AgeCommit message (Collapse)AuthorLines
2014-03-21test: Make manual changes to deal with the fallout from removal ofPatrick Walton-20/+0
`~[T]` in test, libgetopts, compiletest, librustdoc, and libnum.
2014-03-21test: Automatically remove all `~[T]` from tests.Patrick Walton-1/+1
2014-02-07Added tests to make tidyDerek Guenther-0/+10
2014-02-02Update/delete tests using @[].Huon Wilson-6/+0
2014-01-11Remove re-exports of std::io::stdio::{print, println} in the prelude.Brendan Zabarauskas-10/+10
The `print!` and `println!` macros are now the preferred method of printing, and so there is no reason to export the `stdio` functions in the prelude. The functions have also been replaced by their macro counterparts in the tutorial and other documentation so that newcomers don't get confused about what they should be using.
2014-01-03test: De-`@mut` the test suitePatrick Walton-6/+0
2013-10-24Remove even more of std::ioAlex Crichton-2/+0
Big fish fried here: extra::json most of the compiler extra::io_util removed extra::fileinput removed Fish left to fry extra::ebml
2013-10-23register snapshotsDaniel Micay-0/+2
2013-09-25Fix run-pass tests to have 'pub fn main'Alex Crichton-1/+1
This is required by the check-fast target because each test is slurped up into a submodule.
2013-07-17librustc: Add a lint mode for unnecessary `copy` and remove a bunch of them.Patrick Walton-5/+5
2013-05-22test: Update tests to use the new syntax.Patrick Walton-1/+1
2013-05-03add gitattributes and fix whitespace issuesDaniel Micay-1/+0
2013-03-27librustc: Allow expr_repeat to be used with any vstorePatrick Walton-0/+23