about summary refs log tree commit diff
path: root/src/librustc_driver/lib.rs
AgeCommit message (Expand)AuthorLines
2016-02-16Move more uses of `panictry!` out of libsyntaxJonas Schievink-6/+5
2016-02-13Auto merge of #31358 - japaric:print-targets, r=alexcrichtonbors-0/+5
2016-02-13Auto merge of #31524 - jonas-schievink:autoderef, r=steveklabnikbors-1/+1
2016-02-12Use more autoderef in rustc_driverJonas Schievink-1/+1
2016-02-12Auto merge of #30726 - GuillaumeGomez:compile-fail, r=brsonbors-1/+1
2016-02-12rustc: add a `--print target-list` commandJorge Aparicio-0/+5
2016-02-11fixup: meta item kindOliver Schneider-1/+1
2016-02-11[breaking-change] don't glob export ast::MetaItem_Oliver 'ker' Schneider-5/+5
2016-02-11[breaking-change] don't pub export ast::Lit_ variantsOliver Schneider-1/+1
2016-02-10Auto merge of #31499 - kamalmarhubi:cfg-flag-invalid-cfgs, r=brsonbors-21/+60
2016-02-08driver: Include invalid predicate in error messageKamal Marhubi-5/+20
2016-02-08rustc: Implement a new `--print cfg` flagAlex Crichton-0/+19
2016-02-08driver: Disallow predicates in --cfg specsKamal Marhubi-1/+16
2016-02-08driver: Extract handling of --explain to separate functionKamal Marhubi-20/+23
2016-02-08driver: Pass session options to CompilerCallbacks::early_callback()Kamal Marhubi-1/+7
2016-02-07Add compile-fail test in rustdocGuillaume Gomez-1/+1
2016-02-01Try to run compiler callbacks when we error outNick Cameron-6/+11
2016-02-01Replace some aborts with ResultsNick Cameron-13/+1
2016-01-27Auto merge of #31206 - nrc:early-save, r=nikomatsakisbors-13/+60
2016-01-26Initial work towards abort-free compilationNick Cameron-13/+60
2016-01-24mk: Move from `-D warnings` to `#![deny(warnings)]`Alex Crichton-0/+1
2016-01-16Auto merge of #30930 - oli-obk:fix/30887, r=arielb1bors-0/+1
2016-01-15move const block checks before lowering stepOliver Schneider-0/+1
2016-01-15Address reviewer commentsNick Cameron-3/+3
2016-01-15Add an --output option for specifying an error emitterNick Cameron-11/+12
2016-01-11Replace --show-span with -Z show-spanMatt Kraai-5/+2
2016-01-06std::cmp::max -> maxMike Anderson-6/+6
2016-01-04Add mention of warnings lint group to help messageMike Anderson-0/+4
2015-12-21Register new snapshotsAlex Crichton-26/+4
2015-12-17move error handling from libsyntax/diagnostics.rs to libsyntax/errors/*Nick Cameron-13/+12
2015-12-15Move built-in syntax extensions to a separate crateSeo Sanghyeon-0/+1
2015-12-05std: Stabilize APIs for the 1.6 releaseAlex Crichton-7/+6
2015-11-26fix tidyAriel Ben-Yehuda-1/+4
2015-11-26split the metadata code into rustc_metadataAriel Ben-Yehuda-4/+5
2015-11-26move librustc/plugin to librustc_pluginAriel Ben-Yehuda-0/+1
2015-11-26make CrateStore a trait objectAriel Ben-Yehuda-4/+28
2015-11-25Remove all uses of `#[staged_api]`Vadim Petrochenkov-1/+1
2015-11-22Register diagnostics for rustc_privacy and rustc_trans properlyManish Goregaokar-0/+2
2015-11-10Rustfmting librustc_driver.Jose Narvaez-125/+155
2015-11-07Fixed text alignment for output of "rustc -Z help"inrustwetrust-12/+18
2015-10-21save-analysis: don't recompute crate nameNick Cameron-0/+1
2015-10-09Add a lowering contextNick Cameron-0/+1
2015-10-07Make `--explain` Handle Partial Error CodesWill Speak-1/+6
2015-09-30rustc: Support output filenames for each emit typeAlex Crichton-2/+2
2015-09-06add MIR crate and link it into the driverNiko Matsakis-0/+1
2015-09-03Add an intital HIR and lowering stepNick Cameron-0/+2
2015-08-25Respect `--color` when printing early errorsBarosl Lee-13/+16
2015-08-17Add some SIMD target_feature cfg's when appropriate.Huon Wilson-1/+3
2015-08-15Add issue for the rustc_private feature everywhereAlex Crichton-1/+1
2015-08-14rustc: Allow changing the default allocatorAlex Crichton-4/+4