summary refs log tree commit diff
path: root/src/librustc_driver/lib.rs
AgeCommit message (Expand)AuthorLines
2016-04-07Auto merge of #32016 - nikomatsakis:incr-comp-save, r=mwbors-0/+1
2016-04-06Auto merge of #32230 - GuillaumeGomez:extend_css, r=alexcrichtonbors-49/+4
2016-04-06make an incremental crateNiko Matsakis-0/+1
2016-04-06rustc: move rustc_front to rustc::hir.Eduard Burtescu-1/+0
2016-04-05Centralize nightly compiler flags handlingGuillaume Gomez-49/+4
2016-03-31allow RUST_BACKTRACE=0 to act as if unsetEmanuel Czirai-1/+4
2016-03-30move `const_eval` and `check_match` out of `librustc`Oliver Schneider-0/+2
2016-03-29Remove unnecessary dependencies on rustc_llvm.Eduard Burtescu-0/+4
2016-03-27rustc_trans: move save to librustc_save_analysis.Eduard Burtescu-1/+2
2016-03-25Compute a salt from arguments passed via -Cmetadata.Michael Woerister-2/+0
2016-03-22sprinkle feature gates here and thereJorge Aparicio-0/+1
2016-03-20Utilize `if..let` over single `match` branch.Corey Farwell-33/+28
2016-03-20Remove double-negative conditionals.Corey Farwell-6/+6
2016-03-20Replace unneeded owned `Vec` usage with `slice`.Corey Farwell-3/+3
2016-03-14Allow custom filenames for anonymous inputsmitaa-5/+6
2016-03-09Auto merge of #31631 - jonas-schievink:agoraphobia, r=nrcbors-6/+17
2016-03-03Hide gated cfg attributes from the output of `--print cfg`Andrea Canciani-1/+10
2016-03-02Build the same configuration when compiling and for `--print cfg`Andrea Canciani-1/+3
2016-02-24rustc: Refactor how unstable flags are handledAlex Crichton-52/+98
2016-02-19Do less panicking in generalJonas Schievink-1/+13
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