index
:
rust
this commit
auto
automation/bors/try
automation/bors/try-merge
beta
cargo_update
lcnr/rustc-dev-guide
master
perf-tmp
stable
try
try-perf
https://github.com/rust-lang/rust
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
librustpkg
/
context.rs
Age
Commit message (
Expand
)
Author
Lines
2014-01-06
auto merge of #11327 : nielsle/rust/rustpkg_argparse, r=alexcrichton
bors
-44
/
+69
2014-01-05
Make rustc's own lib directory configurable and change the default to rustlib...
Jan Niklas Hasse
-2
/
+3
2014-01-05
Move syslog to BuildContext
Niels langager Ellegaard
-28
/
+16
2014-01-05
Command is now an enum
Niels langager Ellegaard
-16
/
+53
2013-11-16
fix 10468, propagate optimization level as rustc::driver::session::OptLevel
Ian Daniher
-3
/
+3
2013-11-04
Allow --cfg on rustpkg test
Steven Fackler
-2
/
+2
2013-11-03
Remove all blocking std::os blocking functions
Alex Crichton
-2
/
+1
2013-10-26
Make addl_lib_search_paths a HashSet (Closes #7718).
Joshua Yanovski
-5
/
+7
2013-10-24
Remove even more of std::io
Alex Crichton
-9
/
+9
2013-10-22
rustpkg: Support arbitrary dependencies in the install API
Tim Chevalier
-0
/
+18
2013-10-22
Drop the '2' suffix from logging macros
Alex Crichton
-1
/
+1
2013-10-15
path2: Adjust the API to remove all the _str mutation methods
Kevin Ballard
-1
/
+1
2013-10-15
path2: Replace the path module outright
Kevin Ballard
-4
/
+10
2013-10-11
rustpkg: Set exit codes properly and make tests take advantage of that
Tim Chevalier
-2
/
+2
2013-09-30
rustpkg: Remove uses of fmt!
Alex Crichton
-3
/
+3
2013-09-10
rustpkg: Pass command-line arguments to rustc
Tim Chevalier
-3
/
+222
2013-09-08
rustpkg: Address review comments from Jack
Tim Chevalier
-24
/
+23
2013-09-08
rustpkg: Use workcache
Tim Chevalier
-27
/
+37
2013-08-30
rustpkg: Allow package directories to appear in the RUST_PATH
Tim Chevalier
-0
/
+5
2013-08-19
rustpkg: Un-ignore most of the remaining tests
Tim Chevalier
-0
/
+11
2013-08-09
std/rustc/rustpkg/syntax: Support the `extern mod = ...` form
Tim Chevalier
-0
/
+24
2013-06-29
Great renaming: propagate throughout the rest of the codebase
Corey Richardson
-2
/
+1
2013-05-22
libextra: Rename the actual metadata names of libcore to libstd and libstd to...
Patrick Walton
-0
/
+2
2013-05-03
rustpkg: Handle sysroot more correctly
Tim Chevalier
-0
/
+3
2013-04-24
rustpkg: Preliminary work on install command
Tim Chevalier
-0
/
+21