about summary refs log tree commit diff
path: root/src/librustc_trans/driver
AgeCommit message (Expand)AuthorLines
2014-12-04Separate the driver into its own crate that uses trans, typeck.Niko Matsakis-1863/+0
2014-12-04Move typeck into its own crate.Niko Matsakis-1/+1
2014-12-04Remove dependencies on driver from trans et al. by moving variousNiko Matsakis-111/+28
2014-12-04Move `typeck` logically in the module tree out to the root and clampNiko Matsakis-1/+2
2014-12-03Replace `equiv` method calls with `==` operator sugarJorge Aparicio-5/+5
2014-11-29Fix rustc panic on second compile_inputMurarth-0/+6
2014-11-26rollup merge of #19288: steveklabnik/doc_style_cleanupAlex Crichton-4/+2
2014-11-26Add -Z print-sysroot commandline option to rustc.Michael Woerister-0/+7
2014-11-25/** -> ///Steve Klabnik-4/+2
2014-11-20Remove libnativeAaron Turon-6/+1
2014-11-20Rename remaining Failures to PanicSubhash Bhushan-3/+3
2014-11-19rollup merge of #19040: alexcrichton/issue-18904Jakub Bukaj-7/+7
2014-11-18std: Stabilize std::fmtAlex Crichton-7/+7
2014-11-19rustc: fix fallout of adding the `'tcx` lifetime to `Ty`.Eduard Burtescu-2/+2
2014-11-18Introduce machinery for higher-ranked TraitRefsNiko Matsakis-1/+1
2014-11-18Move trans, back, driver, and back into a new crate, rustc_trans. Reduces mem...Niko Matsakis-0/+1939