about summary refs log tree commit diff
path: root/src/librustpkg/api.rs
AgeCommit message (Expand)AuthorLines
2014-02-02Remove rustpkg.Corey Richardson-199/+0
2014-01-23rustpkg::crate_id: Remove CrateIdklutzy-19/+16
2014-01-23rustpkg::version: Remove enum Versionklutzy-6/+5
2014-01-11extra::workcache: Remove unused Loggerklutzy-3/+2
2014-01-07Fix remaining cases of leaking importsAlex Crichton-0/+1
2014-01-05Move syslog to BuildContextNiels langager Ellegaard-1/+1
2013-12-29Rename uses of PkgId to CrateId in librustpkgLuis de Bethencourt-9/+9
2013-12-14Fix #10754 - `std::run` functions fail after io_errorCadence Marseille-12/+16
2013-12-04Revert "libstd: Change `Path::new` to `Path::init`."Kevin Ballard-3/+3
2013-11-29libstd: Change `Path::new` to `Path::init`.Patrick Walton-3/+3
2013-11-13Add build_lib_with_cfgs, build_bin_with_cfgs to rustpkg API. Closes #9944.Zack Corr-2/+12
2013-11-12Implemented a ProcessExit enum and helper methods to std::rt::io::process for...Matthew Iselin-5/+4
2013-11-03Remove all blocking std::os blocking functionsAlex Crichton-3/+3
2013-10-22rustpkg: Support arbitrary dependencies in the install APITim Chevalier-10/+86
2013-10-22Drop the '2' suffix from logging macrosAlex Crichton-1/+1
2013-10-15path2: Adjust the API to remove all the _str mutation methodsKevin Ballard-5/+5
2013-10-15path2: Replace the path module outrightKevin Ballard-6/+6
2013-10-10rustpkg: Make checked-out source files read-only, and overhaul where temporar...Tim Chevalier-11/+17
2013-09-30rustpkg: Remove uses of fmt!Alex Crichton-1/+1
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