about summary refs log tree commit diff
path: root/src/librustpkg/tests.rs
AgeCommit message (Expand)AuthorLines
2013-05-29librustc: Stop reexporting the standard modules from prelude.Patrick Walton-1/+4
2013-05-29auto merge of #6733 : alexcrichton/rust/issue-2400, r=brsonbors-5/+0
2013-05-28Un-ignore rusti/rustpkg tests on i686Alex Crichton-5/+0
2013-05-28Silence various warnings throughout test modulesAlex Crichton-10/+10
2013-05-23cleanup warnings from librustpkgErick Tryzelaar-1/+0
2013-05-23more testing fallout from core->std/std->extra moveTed Horst-0/+1
2013-05-19Use assert_eq! rather than assert! where possibleCorey Richardson-4/+4
2013-05-15rustpkg: ignore tests on i686, since they failTim Chevalier-0/+5
2013-05-14rustpkg: Tests for well-formed and ill-formed package IDs...Tim Chevalier-13/+59
2013-05-14rustpkg: Implement URL-like package IDsTim Chevalier-13/+27
2013-05-14Fix rustpkg tests now that they're in a different locationAlex Crichton-3/+3
2013-05-14Fix test fallout from removing vecs_implicitly_copyableAlex Crichton-13/+12
2013-05-03rustpkg: Handle sysroot more correctlyTim Chevalier-7/+48
2013-05-03rustpkg: Implement install commandTim Chevalier-20/+51
2013-04-28fix typo in librstpkg tests, allowed by old parserJohn Clements-1/+1
2013-04-27only use #[no_core] in libcoreDaniel Micay-4/+1
2013-04-24rustpkg: Preliminary work on install commandTim Chevalier-0/+93
2013-04-12rustpkg: Factor out tests; use a condition instead of returning an optionTim Chevalier-0/+11