about summary refs log tree commit diff
path: root/src/librustpkg/package_source.rs
AgeCommit message (Expand)AuthorLines
2013-08-10std: Transform.find_ -> .findErick Tryzelaar-1/+1
2013-08-09rustpkg: Simplify the PkgId structTim Chevalier-28/+10
2013-08-09std/rustc/rustpkg/syntax: Support the `extern mod = ...` formTim Chevalier-12/+9
2013-08-03remove obsolete `foreach` keywordDaniel Micay-3/+3
2013-08-03replace all remaining `for` with `foreach` or `do`Daniel Micay-2/+3
2013-08-01migrate many `for` loops to `foreach`Daniel Micay-3/+3
2013-07-24rustpkg: Handle non-numeric versions; some cleanupTim Chevalier-17/+7
2013-07-17librustc: Remove all uses of "copy".Patrick Walton-9/+9
2013-07-15rustpkg: Handle local git repositoriesTim Chevalier-2/+16
2013-07-08Patch up some new errors from rustpkgNiko Matsakis-1/+1
2013-07-04Bring compiletest/rustpkg/driver up to date on std vs coreAlex Crichton-1/+0
2013-06-29Great renaming: propagate throughout the rest of the codebaseCorey Richardson-3/+3
2013-06-27Convert vec::[mut_]slice to methods, remove vec::const_slice.Huon Wilson-3/+2
2013-06-23vec: remove BaseIter implementationDaniel Micay-2/+2
2013-06-21vec: rm old_iter implementations, except BaseIterDaniel Micay-2/+2
2013-06-14rustpkg: Write more automated testsTim Chevalier-2/+3
2013-06-12Silence some warnings.Huon Wilson-1/+1
2013-06-11option: remove redundant old_iter implsDaniel Micay-1/+1
2013-06-09rustpkg: Accept package IDs like github.com/foo/bar#0.3Tim Chevalier-0/+239