summary refs log tree commit diff
path: root/src/librustpkg/version.rs
AgeCommit message (Expand)AuthorLines
2013-06-29Great renaming: propagate throughout the rest of the codebaseCorey Richardson-2/+1
2013-06-21vec: rm old_iter implementations, except BaseIterDaniel Micay-3/+3
2013-06-14rustpkg: Write more automated testsTim Chevalier-18/+18
2013-06-14add IteratorUtil to the preludeDaniel Micay-1/+0
2013-06-11fix tests, remove some warningsHuon Wilson-2/+2
2013-06-11std: remove str::to_charsHuon Wilson-3/+2
2013-06-10std: convert character-based str::find_* to methods. Add .slice_{to,from} met...Huon Wilson-1/+1
2013-06-10std: fix compile & testHuon Wilson-6/+4
2013-06-09rustpkg: Accept package IDs like github.com/foo/bar#0.3Tim Chevalier-29/+104
2013-06-08rustpkg: Extract version number from git, as per #5684Tim Chevalier-0/+140