summary refs log tree commit diff
path: root/src/librustc/driver/driver.rs
AgeCommit message (Expand)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 preparatio...Patrick Walton-1/+1
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. rs=...Patrick Walton-15/+15
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
2012-11-28Register snapshotsBrian Anderson-10/+0
2012-11-24[libstd] getopts, now with fewer copiesTim Chevalier-3/+3
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
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