summary refs log tree commit diff
path: root/doc/rustpkg.md
AgeCommit message (Collapse)AuthorLines
2013-12-29Update Docs to use crateidLuis de Bethencourt-1/+1
2013-12-12Update documentation for new `pkgid` attribute.Jack Moffitt-3/+4
2013-11-13docs: Change "workspace" to "package directory"Tim Chevalier-1/+1
spotted by Yurume
2013-10-10rustpkg: Make checked-out source files read-only, and overhaul where ↵Tim Chevalier-1/+8
temporary files are stored rustpkg now makes source files that it checks out automatically read-only, and stores them under build/. Also, refactored the `PkgSrc` type to keep track of separate source and destination workspaces, as well as to have a `build_workspace` method that returns the workspace to put temporary files in (usually the source, sometimes the destination -- see comments for more details). Closes #6480
2013-09-13rustc/rustpkg: Use a target-specific subdirectory in build/ and lib/Tim Chevalier-9/+15
As per rustpkg.md, rustpkg now builds in a target-specific subdirectory of build/, and installs libraries into a target-specific subdirectory of lib. Closes #8672
2013-08-09docs: In rustpkg manual, note future plans about versionsTim Chevalier-0/+5
2013-07-26docs: Talk about tags that aren't versions in the "Package identifiers" sectionTim Chevalier-0/+8
2013-06-27rustpkg: Update manualTim Chevalier-0/+10
2013-06-02docs: Mention recently-added rustpkg features in the rustpkg manualTim Chevalier-0/+19
2013-04-22rustpkg: In doc, mention other implicit RUST_PATH entriesTim Chevalier-1/+6
as per Graydon's comment
2013-04-22docs: Sketch out rustpkg manualTim Chevalier-0/+103