about summary refs log tree commit diff
path: root/src/librustpkg/tests.rs
AgeCommit message (Expand)AuthorLines
2013-08-21rustpkg: Add test for #7338. Closes #7338Tim Chevalier-0/+12
2013-08-19rustpkg: Un-ignore most of the remaining testsTim Chevalier-35/+13
2013-08-14std: Change ProcessOptions struct to have an option of a ~ vectorTim Chevalier-4/+6
2013-08-09rustpkg: Simplify the PkgId structTim Chevalier-34/+25
2013-08-09std/rustc/rustpkg/syntax: Support the `extern mod = ...` formTim Chevalier-121/+162
2013-08-07rustpkg: Disable test_uninstallBrian Anderson-0/+1
2013-08-03remove obsolete `foreach` keywordDaniel Micay-5/+5
2013-08-01migrate many `for` loops to `foreach`Daniel Micay-5/+5
2013-08-01make `in` and `foreach` get treated as keywordsDaniel Micay-4/+4
2013-07-29auto merge of #8032 : catamorphism/rust/rustpkg-tags, r=graydonbors-38/+68
2013-07-27to_either + fixesErick Tryzelaar-3/+1
2013-07-26rustpkg: Don't assume a non-numeric refspec is a tagTim Chevalier-1/+1
2013-07-24rustpkg: Handle non-numeric versions; some cleanupTim Chevalier-38/+68
2013-07-22std: Move change_dir_locked to unstable. #7870Brian Anderson-1/+3
2013-07-22auto merge of #7942 : Dretch/rust/os-listdir-path-no-squiggle, r=brsonbors-2/+2
2013-07-22temporarily disable 3 rustpkg testsDaniel Micay-3/+5
2013-07-21Remove what appears to be redundant indirection fromGareth Smith-2/+2
2013-07-18rustpkg: Make rustpkg commands work without a package IDTim Chevalier-23/+73
2013-07-17librustc: Remove some extra "copy" keywords that came in before this change m...Patrick Walton-1/+1
2013-07-17test: Fix tests.Patrick Walton-2/+2
2013-07-17librustc: Remove all uses of the `Copy` bound.Patrick Walton-1/+1
2013-07-17librustc: Remove all uses of "copy".Patrick Walton-8/+8
2013-07-15rustpkg: Handle local git repositoriesTim Chevalier-81/+222
2013-07-13rustpkg: Implement `uninstall` and `list` commandsTim Chevalier-20/+90
2013-07-07remove some method resolve workaroundsDaniel Micay-7/+7
2013-07-03auto merge of #7523 : huonw/rust/uppercase-statics-lint, r=cmrbors-7/+7
2013-07-01auto merge of #7409 : alexcrichton/rust/threadsafe, r=cmrbors-14/+10
2013-07-01Turn on using LLVM threadsafelyAlex Crichton-14/+10
2013-07-01rustc: add a lint to enforce uppercase statics.Huon Wilson-7/+7
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