summary refs log tree commit diff
path: root/src/librustc/driver/driver.rs
AgeCommit message (Collapse)AuthorLines
2012-12-07librustc: De-mode pattern bindings. r=nmatsakisPatrick Walton-3/+3
2012-12-06Eleminate pattern warningsBrian Anderson-4/+4
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/+10
2012-11-28Merge remote-tracking branch 'brson/companion' into incomingBrian Anderson-10/+0
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-10/+0
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/+10
2012-11-17Merge remote-tracking branch 'brson/codemap'Brian Anderson-3/+3
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-2/+2
2012-11-07Rename src/rustc to src/librustc. Use the driver crateBrian Anderson-0/+827