summary refs log tree commit diff
path: root/src/librustc/driver
AgeCommit message (Collapse)AuthorLines
2012-12-13librustc: Make `use` statements crate-relative by default. r=brsonPatrick Walton-6/+7
2012-12-07librustc: De-mode pattern bindings. r=nmatsakisPatrick Walton-3/+3
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-06Eleminate pattern warningsBrian Anderson-4/+4
2012-12-05librustc: Implement "-Z no-monomorphic-collapse" as a debugging tool to ↵Patrick Walton-0/+6
diagnose mysterious crashes we're seeing. rs=debug-tool
2012-12-05librustc: Make a context including the method map in check_alt, in ↵Patrick Walton-1/+1
preparation for moving check_legality_of_move_bindings there. rs=refactoring
2012-12-04librustc: Long lines. rs=rustbotPatrick Walton-2/+2
2012-12-04librustc: Implement moves based on type. r=nmatsakisPatrick Walton-0/+3
2012-12-04librustc: Remove all legacy pattern bindings from libsyntax and librustc. ↵Patrick Walton-15/+15
rs=refactoring
2012-12-03Update license, add license boilerplate to most files. Remainder will follow.Graydon Hoare-0/+30
2012-11-28Remove uses of #[merge]Brian Anderson-0/+8
2012-11-28Merge remote-tracking branch 'brson/companion' into incomingBrian Anderson-41/+5
Conflicts: src/compiletest/compiletest.rs src/libcargo/cargo.rs src/libcore/core.rs src/librustc/rustc.rs src/librustdoc/rustdoc.rc
2012-11-28Register snapshotsBrian Anderson-40/+0
2012-11-26Remove the crate languageBrian Anderson-1/+5
2012-11-24[libstd] getopts, now with fewer copiesTim Chevalier-3/+3
Change the opt_ functions in getopts to take a reference to a Matches, instead of taking a Matches by-value, as suggested in
2012-11-19rustc: Implement explicit self for Eq and Ord. r=graydonPatrick Walton-0/+40
2012-11-17Merge remote-tracking branch 'brson/codemap'Brian Anderson-4/+4
Conflicts: src/libsyntax/ext/source_util.rs
2012-11-14librustc: discard side tables after translation, before llvm passes.Graydon Hoare-40/+52
2012-11-12Objectify the codemapBrian Anderson-2/+2
2012-11-12Remove CodeMap box typedef from codemapBrian Anderson-3/+3
2012-11-07Rename src/rustc to src/librustc. Use the driver crateBrian Anderson-0/+1212