summary refs log tree commit diff
path: root/src/driver
AgeCommit message (Collapse)AuthorLines
2013-06-30Bump version from 0.7-pre to 0.7Brian Anderson-1/+1
2013-06-15Remove the fuzzerBrian Anderson-3/+0
It is suffering from a bad case of megabitrot.
2013-05-22libextra: Rename the actual metadata names of libcore to libstd and libstd ↵Patrick Walton-0/+5
to libextra
2013-05-19reduce the usage of explicit version markersDaniel Micay-6/+6
2013-05-12Don't create subprocesses for the `rust` commandAlex Crichton-3/+0
Instead link against the built libraries and directly invoke those.
2013-04-10Bump version to 0.7-preBrian Anderson-7/+7
2013-04-09Bump version to 0.7-preBrian Anderson-7/+7
2013-02-18Added rust convenience tool similar to go's go toolMarvin Löbel-0/+3
2013-02-15Rename cargo to rustpkg and start over freshZack Corr-2/+2
2012-12-27librustc: Terminate name searches at the nearest module scope for paths that ↵Patrick Walton-6/+6
contain at least two components. r=graydon
2012-12-21bump 0.5 => 0.6, redirect some URLs in docs.Graydon Hoare-6/+6
2012-12-03Update license, add license boilerplate to most files. Remainder will follow.Graydon Hoare-0/+10
2012-11-07Rename src/rustc to src/librustc. Use the driver crateBrian Anderson-0/+3
2012-11-04Librarify rusti, etc.Brian Anderson-0/+3
2012-11-03library-ifying of tools - turning cargo, rustdoc, fuzzer, into libraries, as ↵Daniel Patterson-0/+13
per #3543