summary refs log tree commit diff
path: root/src/librustpkg/testsuite/pass
AgeCommit message (Expand)AuthorLines
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-1/+1
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/+139