summary refs log tree commit diff
path: root/src/librustc_driver/driver.rs
AgeCommit message (Expand)AuthorLines
2015-01-08librustc_driver: Add support for loading plugins via command line (fixes #15446)Manish Goregaokar-2/+2
2015-01-08librustc::session : Make DebuggingOpts use the options! macroManish Goregaokar-5/+5
2015-01-07use slicing sugarJorge Aparicio-17/+17
2015-01-06rollup merge of #20481: seanmonstar/fmt-show-stringAlex Crichton-1/+1
2015-01-06core: split into fmt::Show and fmt::StringSean McArthur-1/+1
2015-01-07Replace full slice notation with index callsNick Cameron-15/+15
2015-01-05rollup merge of #20482: kmcallister/macro-reformAlex Crichton-7/+8
2015-01-05rollup merge of #20568: huonw/ungate-AT-globsAlex Crichton-1/+0
2015-01-05rollup merge of #20258: sanxiyn/show-span-2Alex Crichton-3/+3
2015-01-05Pass the #[plugin(...)] meta item to the registrarKeegan McAllister-3/+4
2015-01-05Move #[macro_reexport] to extern crateKeegan McAllister-2/+0
2015-01-05driver: remove unboxed closuresJorge Aparicio-1/+1
2015-01-05creader: Use a single structKeegan McAllister-2/+2
2015-01-05Rename macro_escape to macro_useKeegan McAllister-1/+1
2015-01-05Implement macro re-exportKeegan McAllister-0/+2
2015-01-05Replace LetSyntaxTT with MacroRulesTTKeegan McAllister-1/+1
2015-01-05Ungate default type parameters.Huon Wilson-1/+0
2015-01-03sed -i -s 's/\bmod,/self,/g' **/*.rsJorge Aparicio-1/+1
2015-01-01std: Enforce Unicode in fmt::WriterAlex Crichton-9/+3
2015-01-01Feature gate macro argumentsCorey Richardson-15/+25
2014-12-30auto merge of #19941 : alexcrichton/rust/issue-19767, r=brsonbors-2/+3
2014-12-29Rebase fixes.Huon Wilson-2/+2
2014-12-29Fix rebase artifacts.Huon Wilson-1/+0
2014-12-29Collect tcx arenas into a single struct.Huon Wilson-14/+6
2014-12-29Intern BareFnTys to make sty slightly smaller.Huon Wilson-1/+6
2014-12-29Store Substs in an arena in the tcx.Huon Wilson-2/+5
2014-12-29Implement debug printing for tcx interner sty's.Huon Wilson-0/+11
2014-12-27Extend span debuggerSeo Sanghyeon-2/+2
2014-12-27Use -Z unstable-options for span debuggerSeo Sanghyeon-2/+2
2014-12-27Rebasing changesNick Cameron-2/+4
2014-12-27Fix falloutNick Cameron-3/+4
2014-12-27save-analysis: emit names of items that a glob import actually imports.Nick Cameron-4/+16
2014-12-23rustc: Add knowledge of separate lookup pathsAlex Crichton-2/+3
2014-12-21Fallout of std::str stabilizationAlex Crichton-15/+15
2014-12-20Split resolve from rustc::middle into rustc_resolve.Eduard Burtescu-3/+4
2014-12-20middle: resolve: fix inconsistencies around ExportMap and remove the 2 suffix.Eduard Burtescu-3/+3
2014-12-15auto merge of #19750 : murarth/rust/rusti-support, r=brsonbors-6/+6
2014-12-13Separate borrowck into its own crate and remove dead code as well.Niko Matsakis-1/+2
2014-12-11Perform compiler state reset in phase_1Murarth-6/+6
2014-12-08Add ability to configure recursion limit.Niko Matsakis-0/+4
2014-12-06librustc_trans: remove unnecessary `as_mut_slice` callsJorge Aparicio-1/+1
2014-12-04Separate the driver into its own crate that uses trans, typeck.Niko Matsakis-0/+755