about summary refs log tree commit diff
path: root/src/librustpkg/testsuite
AgeCommit message (Expand)AuthorLines
2014-02-02Remove rustpkg.Corey Richardson-468/+0
2014-01-29Removing do keyword from librustpkgScott Lawrence-4/+4
2014-01-23rustpkg::version: Remove enum Versionklutzy-4/+4
2014-01-21Remove unnecessary parentheses.Huon Wilson-1/+1
2014-01-11Remove re-exports of std::io::stdio::{print, println} in the prelude.Brendan Zabarauskas-3/+3
2014-01-05Fix some of the testcasesNiels langager Ellegaard-4/+4
2013-12-10Make crate hash stable and externally computable.Jack Moffitt-1/+1
2013-11-26librustc: Fix merge fallout.Patrick Walton-2/+2
2013-11-26librustc: Remove non-procedure uses of `do` from librustc, librustdoc,Patrick Walton-4/+4
2013-11-11Move std::rt::io to std::ioAlex Crichton-1/+1
2013-11-04Move io::file to io::fs and fns out of FileAlex Crichton-1/+1
2013-11-03Fill out the remaining functionality in io::fileAlex Crichton-2/+2
2013-11-03Remove all blocking std::os blocking functionsAlex Crichton-6/+4
2013-10-24Another round of test fixes and merge conflictsAlex Crichton-6/+9
2013-10-24Remove even more of std::ioAlex Crichton-6/+2
2013-10-22rustpkg: Support arbitrary dependencies in the install APITim Chevalier-19/+136
2013-09-26Update the compiler to not use printf/printflnAlex Crichton-1/+1
2013-09-25rustdoc: Change all code-blocks with a scriptAlex Crichton-3/+3
2013-08-19rustpkg: Un-ignore most of the remaining testsTim Chevalier-1/+1
2013-07-24Change 'print(fmt!(...))' to printf!/printfln! in src/lib*Birunthan Mohanathas-1/+1
2013-07-17test: Fix tests.Patrick Walton-1/+1
2013-07-17librustc: Remove all uses of "copy".Patrick Walton-2/+2
2013-07-13rustpkg: Address review comments from cmrTim Chevalier-1/+1
2013-07-13rustpkg: Implement `uninstall` and `list` commandsTim Chevalier-2/+8
2013-06-29Great renaming: propagate throughout the rest of the codebaseCorey Richardson-2/+2
2013-06-25rustpkg: Begin allowing package scripts to call the default build logicTim Chevalier-6/+34
2013-06-01rustc/rusti/rustpkg: Infer packages from `extern mod` directivesTim Chevalier-2/+16
2013-05-27Refactor core::run in order to address many of the issuesgareth-2/+2
2013-05-19Use assert_eq! rather than assert! where possibleCorey Richardson-1/+1
2013-05-15rustpkg: Reorganize test filesTim Chevalier-0/+0
2013-05-03add gitattributes and fix whitespace issuesDaniel Micay-2/+0
2013-04-24rustpkg: Correct directory structure in test scenariosTim Chevalier-6/+11
2013-04-22docs: Sketch out rustpkg manualTim Chevalier-21/+0
2013-04-18TidyTim Chevalier-0/+50
2013-04-17rustpkg: Add more testsTim Chevalier-0/+93
2013-04-17rustpkg: Add a list of rustpkg commands that should passTim Chevalier-0/+35
2013-04-17rustpkg: Change this example to show how to do a custom buildTim Chevalier-0/+6
2013-04-17rustpkg: Remove bogus .rc fileTim Chevalier-25/+1
2013-04-17rustpkg: Implement clean; replace boolean result flags with fail!()Tim Chevalier-3/+6
2013-04-17rustpkg: Add a few testsTim Chevalier-0/+161