summary refs log tree commit diff
path: root/src/librustpkg/version.rs
AgeCommit message (Expand)AuthorLines
2013-12-14Fix #10754 - `std::run` functions fail after io_errorCadence Marseille-7/+10
2013-12-10Make crate hash stable and externally computable.Jack Moffitt-2/+2
2013-12-04std::str: s/from_utf8_slice/from_utf8/, to make the basic case shorter.Huon Wilson-4/+4
2013-12-04std::str: remove from_utf8.Huon Wilson-14/+14
2013-11-26Removed unneccessary `_iter` suffixes from various APIsMarvin Löbel-5/+5
2013-11-12Implemented a ProcessExit enum and helper methods to std::rt::io::process for...Matthew Iselin-2/+2
2013-11-03Remove all blocking std::os blocking functionsAlex Crichton-2/+2
2013-10-22Drop the '2' suffix from logging macrosAlex Crichton-8/+8
2013-10-16path2: Update based on more review feedbackKevin Ballard-1/+1
2013-10-15path2: Adjust the API to remove all the _str mutation methodsKevin Ballard-2/+2
2013-10-15path2: Replace the path module outrightKevin Ballard-14/+17
2013-10-11extra::tempfile: replace mkdtemp with an RAII wrapperBenjamin Herr-3/+4
2013-10-01Migrate users of 'loop' to 'continue'Alex Crichton-2/+2
2013-09-30rustpkg: Remove uses of fmt!Alex Crichton-13/+15
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