summary refs log tree commit diff
path: root/src/librustpkg/version.rs
AgeCommit message (Expand)AuthorLines
2013-09-12std: Rename {Option,Result}::chain{,_err}* to {and_then,or_else}Erick Tryzelaar-2/+2
2013-09-08rustpkg: Use workcacheTim Chevalier-9/+6
2013-09-05Rename str::from_bytes to str::from_utf8, closes #8985Florian Hahn-4/+4
2013-08-30remove several 'ne' methodsEric Martin-3/+0
2013-08-26rustpkg: Test that different copies of the same package ID can exist in multi...Tim Chevalier-4/+2
2013-08-19rustpkg: Un-ignore most of the remaining testsTim Chevalier-9/+12
2013-08-10std: Iterator.len_ -> .lenErick Tryzelaar-2/+2
2013-08-09rustpkg: Simplify the PkgId structTim Chevalier-3/+2
2013-08-09std/rustc/rustpkg/syntax: Support the `extern mod = ...` formTim Chevalier-9/+18
2013-08-03remove obsolete `foreach` keywordDaniel Micay-4/+4
2013-08-01migrate many `for` loops to `foreach`Daniel Micay-4/+4
2013-07-24rustpkg: Handle non-numeric versions; some cleanupTim Chevalier-1/+3
2013-07-17librustc: Remove all uses of "copy".Patrick Walton-0/+1
2013-07-15rustpkg: Handle local git repositoriesTim Chevalier-0/+23
2013-07-13rustpkg: Implement `uninstall` and `list` commandsTim Chevalier-1/+13
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