summary refs log tree commit diff
path: root/src/librustc/front
AgeCommit message (Expand)AuthorLines
2012-12-18core: add macro_rules! for "condition! { c: in -> out; }".Graydon Hoare-1/+1
2012-12-13librustc: Make `use` statements crate-relative by default. r=brsonPatrick Walton-1/+1
2012-12-03Update license, add license boilerplate to most files. Remainder will follow.Graydon Hoare-0/+50
2012-11-29librustc: Eliminate most expressions of the form `a.b()` that are not method ...Patrick Walton-6/+6
2012-11-28librustc: Parse `extern "C" { ... }`. r=brsonPatrick Walton-0/+1
2012-11-14rustc: Only strip out the main function when generating test executable, not libBrian Anderson-2/+3
2012-11-14rustc: Generate test code when in the 'test' configBrian Anderson-1/+7
2012-11-14librustc: Require the #[derivable] attribute, remove the significance of "imp...Patrick Walton-2/+2
2012-11-13librustc: Stop reexporting all of core in every crate. rs=really-bad-bugPatrick Walton-2/+2
2012-11-13cleanup: convert some remaining #foo invocations to foo! form.Graydon Hoare-1/+1
2012-11-07Rename src/rustc to src/librustc. Use the driver crateBrian Anderson-0/+889