summary refs log tree commit diff
path: root/src/librustpkg/api.rs
AgeCommit message (Collapse)AuthorLines
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
rustpkg/api.rs provides functions intended for package scripts to call. It will probably need more functionality added to it later, but this is a start. Added a test case checking that a package script can use the API. Closes #6401