about summary refs log tree commit diff
path: root/src/librustpkg/testsuite/fail
AgeCommit message (Collapse)AuthorLines
2014-02-02Remove rustpkg.Corey Richardson-20/+0
I'm sorry :'( Closes #11859
2014-01-11Remove re-exports of std::io::stdio::{print, println} in the prelude.Brendan Zabarauskas-1/+1
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.
2013-10-24Remove even more of std::ioAlex Crichton-3/+1
Big fish fried here: extra::json most of the compiler extra::io_util removed extra::fileinput removed Fish left to fry extra::ebml
2013-06-29Great renaming: propagate throughout the rest of the codebaseCorey Richardson-1/+1
2013-04-22docs: Sketch out rustpkg manualTim Chevalier-0/+0
2013-04-17rustpkg: Add a few testsTim Chevalier-0/+22
There's no test runner for rustpkg yet; just sketching out a few basic test scenarios. pass/ contains packages that should compile successfully, whereas fail/ contains packages that should fail to build.