summary refs log tree commit diff
path: root/src/librustc/driver/session.rs
AgeCommit message (Expand)AuthorLines
2012-12-13librustc: Make `use` statements crate-relative by default. r=brsonPatrick Walton-6/+7
2012-12-06Remove hack to not use type_use on x86Brian Anderson-4/+1
2012-12-06Turn off type_use on x86. #4127Brian Anderson-1/+4
2012-12-05librustc: Implement "-Z no-monomorphic-collapse" as a debugging tool to diagn...Patrick Walton-0/+6
2012-12-03Update license, add license boilerplate to most files. Remainder will follow.Graydon Hoare-0/+10
2012-11-28Register snapshotsBrian Anderson-30/+0
2012-11-26Remove the crate languageBrian Anderson-1/+0
2012-11-19rustc: Implement explicit self for Eq and Ord. r=graydonPatrick Walton-0/+30
2012-11-12Remove CodeMap box typedef from codemapBrian Anderson-1/+1
2012-11-07Rename src/rustc to src/librustc. Use the driver crateBrian Anderson-0/+385