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
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
driver
/
driver.rs
Age
Commit message (
Collapse
)
Author
Lines
2013-05-12
Don't create subprocesses for the `rust` command
Alex Crichton
-3
/
+0
Instead link against the built libraries and directly invoke those.
2013-04-10
Bump version to 0.7-pre
Brian Anderson
-7
/
+7
2013-04-09
Bump version to 0.7-pre
Brian Anderson
-7
/
+7
2013-02-18
Added rust convenience tool similar to go's go tool
Marvin Löbel
-0
/
+3
2013-02-15
Rename cargo to rustpkg and start over fresh
Zack Corr
-2
/
+2
2012-12-27
librustc: Terminate name searches at the nearest module scope for paths that ↵
Patrick Walton
-6
/
+6
contain at least two components. r=graydon
2012-12-21
bump 0.5 => 0.6, redirect some URLs in docs.
Graydon Hoare
-6
/
+6
2012-12-03
Update license, add license boilerplate to most files. Remainder will follow.
Graydon Hoare
-0
/
+10
2012-11-07
Rename src/rustc to src/librustc. Use the driver crate
Brian Anderson
-0
/
+3
2012-11-04
Librarify rusti, etc.
Brian Anderson
-0
/
+3
2012-11-03
library-ifying of tools - turning cargo, rustdoc, fuzzer, into libraries, as ↵
Daniel Patterson
-0
/
+13
per #3543