summary refs log tree commit diff
path: root/src/librustpkg/installed_packages.rs
AgeCommit message (Expand)AuthorLines
2013-12-29Rename uses of PkgId to CrateId in librustpkgLuis de Bethencourt-4/+4
2013-12-10librustpkg: Make `io::ignore_io_error()` use RAII; remove a few morePatrick Walton-3/+12
2013-11-26librustc: Remove non-procedure uses of `do` from librustc, librustdoc,Patrick Walton-7/+7
2013-11-26librustc: Remove remaining uses of `&fn()` in favor of `||`.Patrick Walton-1/+1
2013-11-26Removed unneccessary `_iter` suffixes from various APIsMarvin Löbel-1/+1
2013-11-11Move std::rt::io to std::ioAlex Crichton-2/+2
2013-11-04Move io::file to io::fs and fns out of FileAlex Crichton-4/+4
2013-11-03Remove all blocking std::os blocking functionsAlex Crichton-3/+5
2013-10-22Drop the '2' suffix from logging macrosAlex Crichton-4/+4
2013-10-15path2: Remove .with_display_str and friendsKevin Ballard-1/+1
2013-10-15path2: Adjust the API to remove all the _str mutation methodsKevin Ballard-4/+4
2013-10-15path2: Replace the path module outrightKevin Ballard-21/+28
2013-09-30rustpkg: Remove uses of fmt!Alex Crichton-5/+5
2013-09-04Update clients of path.rs to use new API.Felix S. Klock II-3/+4
2013-08-09std/rustc/rustpkg/syntax: Support the `extern mod = ...` formTim Chevalier-8/+34
2013-08-03remove obsolete `foreach` keywordDaniel Micay-3/+3
2013-08-01migrate many `for` loops to `foreach`Daniel Micay-3/+3
2013-07-18rustpkg: Make rustpkg commands work without a package IDTim Chevalier-2/+9
2013-07-15rustpkg: Handle local git repositoriesTim Chevalier-2/+2
2013-07-13rustpkg: Address review comments from cmrTim Chevalier-2/+2
2013-07-13rustpkg: Implement `uninstall` and `list` commandsTim Chevalier-0/+40