about summary refs log tree commit diff
path: root/src/librustpkg/path_util.rs
AgeCommit message (Expand)AuthorLines
2013-08-09rustpkg: Simplify the PkgId structTim Chevalier-12/+9
2013-08-09std/rustc/rustpkg/syntax: Support the `extern mod = ...` formTim Chevalier-75/+28
2013-08-08rustpkg: Eliminate a copyTim Chevalier-8/+5
2013-08-03remove obsolete `foreach` keywordDaniel Micay-6/+6
2013-08-01migrate many `for` loops to `foreach`Daniel Micay-6/+6
2013-07-24rustpkg: Handle non-numeric versions; some cleanupTim Chevalier-1/+7
2013-07-24fix fmt! usageDaniel Micay-1/+1
2013-07-18rustpkg: Make rustpkg commands work without a package IDTim Chevalier-2/+8
2013-07-17librustc: Remove all uses of "copy".Patrick Walton-9/+12
2013-07-15rustpkg: Handle local git repositoriesTim Chevalier-0/+17
2013-07-13rustpkg: Implement `uninstall` and `list` commandsTim Chevalier-1/+26
2013-07-08Patch up some new errors from rustpkgNiko Matsakis-6/+6
2013-07-01rustc: add a lint to enforce uppercase statics.Huon Wilson-7/+7
2013-06-29Great renaming: propagate throughout the rest of the codebaseCorey Richardson-5/+4
2013-06-29Remove unused variableJordi Boggiano-1/+0
2013-06-27rustpkg: Implement RUST_PATHTim Chevalier-3/+32
2013-06-23vec: remove BaseIter implementationDaniel Micay-3/+4
2013-06-14rustpkg: Write more automated testsTim Chevalier-22/+67
2013-06-14add IteratorUtil to the preludeDaniel Micay-1/+0
2013-06-10std: replace str::each_split* with an iteratorHuon Wilson-1/+2
2013-06-09rustpkg: Accept package IDs like github.com/foo/bar#0.3Tim Chevalier-5/+11
2013-06-01rustc/rusti/rustpkg: Infer packages from `extern mod` directivesTim Chevalier-42/+94
2013-05-29librustc: Stop reexporting the standard modules from prelude.Patrick Walton-1/+3
2013-05-22libextra: Rename the actual metadata names of libcore to libstd and libstd to...Patrick Walton-0/+1
2013-05-14rustpkg: Tests for well-formed and ill-formed package IDs...Tim Chevalier-15/+16
2013-05-14rustpkg: Implement URL-like package IDsTim Chevalier-48/+59
2013-05-14rustpkg: Remove #[allow(vecs_implicitly_copyable)]Alex Crichton-12/+13
2013-05-03rustpkg: Handle sysroot more correctlyTim Chevalier-5/+1
2013-05-03rustpkg: Implement install commandTim Chevalier-11/+119
2013-04-27only use #[no_core] in libcoreDaniel Micay-3/+0
2013-04-26core: Move mkdir_recursive from rustpkg into core::osTim Chevalier-39/+5
2013-04-24rustpkg: Make path searching work as described in the rustpkg docTim Chevalier-52/+116
2013-04-24libcore: unify `gen_<type>` methods on `rand::RngUtil` into the generic `gen`.Huon Wilson-1/+1
2013-04-24libcore: remove @Rng from rand, and use traits instead.Huon Wilson-1/+1
2013-04-17rustpkg: Fail when crate inference fails; inject link attributesTim Chevalier-1/+20
2013-04-15TidyTim Chevalier-2/+2
2013-04-12rustpkg: Factor out tests; use a condition instead of returning an optionTim Chevalier-0/+83