summary refs log tree commit diff
path: root/src/librustpkg/package_source.rs
AgeCommit message (Expand)AuthorLines
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