about summary refs log tree commit diff
path: root/src/librustpkg/context.rs
AgeCommit message (Collapse)AuthorLines
2013-05-03rustpkg: Handle sysroot more correctlyTim Chevalier-0/+3
In rustpkg, pass around sysroot; in rustpkg tests, set the sysroot manually so that tests can find libcore and such. With bonus metadata::filesearch refactoring to avoid copies.
2013-04-24rustpkg: Preliminary work on install commandTim Chevalier-0/+21
Mostly just tests (that are ignored); install command is still stubbed out.