summary refs log tree commit diff
path: root/src/librustpkg/tests.rs
AgeCommit message (Expand)AuthorLines
2013-07-01auto merge of #7409 : alexcrichton/rust/threadsafe, r=cmrbors-14/+10
2013-07-01Turn on using LLVM threadsafelyAlex Crichton-14/+10
2013-06-30auto merge of #7487 : huonw/rust/vec-kill, r=cmrbors-6/+6
2013-06-30rustpkg: Ignore a test that's failing on the dist-snap botBrian Anderson-0/+1
2013-06-30Convert vec::{rposition, rposition_elem, position_elem, contains} to methods.Huon Wilson-6/+6
2013-06-29Great renaming: propagate throughout the rest of the codebaseCorey Richardson-5/+4
2013-06-29auto merge of #7439 : catamorphism/rust/cut-rustpkg-output, r=catamorphismbors-2/+2
2013-06-28librustc: Fix merge fallout and test cases.Patrick Walton-1/+1
2013-06-27rustpkg: Implement RUST_PATHTim Chevalier-8/+53
2013-06-27rustpkg: Silence extra output from rustpkg testsTim Chevalier-2/+2
2013-06-27auto merge of #7403 : catamorphism/rust/package-scripts, r=brsonbors-0/+16
2013-06-25rustpkg: Begin allowing package scripts to call the default build logicTim Chevalier-0/+16
2013-06-25Fix some tests in rustpkg to not pollute the build directory. Closes #7278.Michael Sullivan-10/+9
2013-06-23vec: remove BaseIter implementationDaniel Micay-2/+2
2013-06-21vec: rm old_iter implementations, except BaseIterDaniel Micay-7/+7
2013-06-20Ignore rustpkg testsJames Miller-1/+1
2013-06-15auto merge of #7148 : catamorphism/rust/rustpkg_tests, r=graydonbors-17/+375
2013-06-14rustpkg: Write more automated testsTim Chevalier-17/+375
2013-06-13Resolve LLVM crashing in rustpkg testsAlex Crichton-5/+11
2013-06-11Ignore the test_package_request_version test for nowAlex Crichton-1/+1
2013-06-09rustpkg: Accept package IDs like github.com/foo/bar#0.3Tim Chevalier-36/+85
2013-06-08rustpkg: Extract version number from git, as per #5684Tim Chevalier-1/+27
2013-06-01rustc/rusti/rustpkg: Infer packages from `extern mod` directivesTim Chevalier-13/+22
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