about summary refs log tree commit diff
path: root/src/librustpkg/api.rs
AgeCommit message (Expand)AuthorLines
2013-09-18rustpkg: Register correct dependencies for built and installed filesTim Chevalier-2/+5
2013-09-18rustpkg: Make crates, not packages, the unit of rustpkg dependenciesTim Chevalier-36/+21
2013-09-10rustpkg: Pass command-line arguments to rustcTim Chevalier-1/+2
2013-09-08rustpkg: Address review comments from JackTim Chevalier-54/+22
2013-09-08rustpkg: Use workcacheTim Chevalier-41/+103
2013-08-30rustpkg: Allow package directories to appear in the RUST_PATHTim Chevalier-1/+6
2013-08-09std/rustc/rustpkg/syntax: Support the `extern mod = ...` formTim Chevalier-15/+9
2013-07-17librustc: Remove all uses of "copy".Patrick Walton-3/+3
2013-07-15rustpkg: Handle local git repositoriesTim Chevalier-6/+6
2013-07-04Bring compiletest/rustpkg/driver up to date on std vs coreAlex Crichton-2/+0
2013-06-29Great renaming: propagate throughout the rest of the codebaseCorey Richardson-5/+5
2013-06-25rustpkg: Begin allowing package scripts to call the default build logicTim Chevalier-0/+92