summary refs log tree commit diff
path: root/src/librustpkg/context.rs
AgeCommit message (Expand)AuthorLines
2014-01-06auto merge of #11327 : nielsle/rust/rustpkg_argparse, r=alexcrichtonbors-44/+69
2014-01-05Make rustc's own lib directory configurable and change the default to rustlib...Jan Niklas Hasse-2/+3
2014-01-05Move syslog to BuildContextNiels langager Ellegaard-28/+16
2014-01-05Command is now an enumNiels langager Ellegaard-16/+53
2013-11-16fix 10468, propagate optimization level as rustc::driver::session::OptLevelIan Daniher-3/+3
2013-11-04Allow --cfg on rustpkg testSteven Fackler-2/+2
2013-11-03Remove all blocking std::os blocking functionsAlex Crichton-2/+1
2013-10-26Make addl_lib_search_paths a HashSet (Closes #7718).Joshua Yanovski-5/+7
2013-10-24Remove even more of std::ioAlex Crichton-9/+9
2013-10-22rustpkg: Support arbitrary dependencies in the install APITim Chevalier-0/+18
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-1/+1
2013-10-15path2: Replace the path module outrightKevin Ballard-4/+10
2013-10-11rustpkg: Set exit codes properly and make tests take advantage of thatTim Chevalier-2/+2
2013-09-30rustpkg: Remove uses of fmt!Alex Crichton-3/+3
2013-09-10rustpkg: Pass command-line arguments to rustcTim Chevalier-3/+222
2013-09-08rustpkg: Address review comments from JackTim Chevalier-24/+23
2013-09-08rustpkg: Use workcacheTim Chevalier-27/+37
2013-08-30rustpkg: Allow package directories to appear in the RUST_PATHTim Chevalier-0/+5
2013-08-19rustpkg: Un-ignore most of the remaining testsTim Chevalier-0/+11
2013-08-09std/rustc/rustpkg/syntax: Support the `extern mod = ...` formTim Chevalier-0/+24
2013-06-29Great renaming: propagate throughout the rest of the codebaseCorey Richardson-2/+1
2013-05-22libextra: Rename the actual metadata names of libcore to libstd and libstd to...Patrick Walton-0/+2
2013-05-03rustpkg: Handle sysroot more correctlyTim Chevalier-0/+3
2013-04-24rustpkg: Preliminary work on install commandTim Chevalier-0/+21