summary refs log tree commit diff
path: root/src/librustc/session/config.rs
AgeCommit message (Expand)AuthorLines
2016-06-23Consolidate codemap tests and fix more errors for travisJonathan Turner-7/+6
2016-06-23Move errors from libsyntax to its own crateJonathan Turner-1/+2
2016-06-06Remove old -Z options that do nothingJonas Schievink-8/+0
2016-06-03Auto merge of #33460 - shepmaster:16-bit-pointers, r=Aatchbors-0/+1
2016-05-25trans: save metadata even with -Z no-trans.Eduard Burtescu-1/+1
2016-05-20Auto merge of #33553 - alexcrichton:cdylibs, r=brsonbors-1/+4
2016-05-19rustc: Add a new crate type, cdylibAlex Crichton-1/+4
2016-05-19Support 16-bit pointers as well as i/usizeJake Goulding-0/+1
2016-05-18thread the DepGraph to session/crate-storeNiko Matsakis-5/+9
2016-05-09Auto merge of #32900 - alexcrichton:panic2abort, r=nikomatsakisbors-1/+29
2016-05-09rustc: Implement custom panic runtimesAlex Crichton-1/+29
2016-05-09Add #[cfg(target_has_atomic)] to get atomic support for the current targetAmanieu d'Antras-0/+10
2016-05-05Fix some some duplicate words.Georg Brandl-1/+1
2016-04-29Emit warning to user when attempting to use optimize for size on non-nightly ...Brandon Edens-0/+4
2016-04-28Place optimize for size and minsize rustc invocation options behind a nightlyBrandon Edens-11/+12
2016-04-28Add opt-level options for optimizing for size and minimum size. This attemptsBrandon Edens-9/+13
2016-04-26save-analysis-json: thread through -z optionNick Cameron-1/+3
2016-04-17Auto merge of #33012 - pravic:describe-L-rustc-option, r=alexcrichtonbors-2/+3
2016-04-16Auto merge of #32909 - sanxiyn:unused-trait-import-2, r=alexcrichtonbors-1/+0
2016-04-15Describe possible keys of the -L rustc option.pravic-2/+3
2016-04-12Remove unused trait importsSeo Sanghyeon-1/+0
2016-04-10Remove an extra command from the usage messageMatt Kraai-1/+1
2016-04-07Auto merge of #32016 - nikomatsakis:incr-comp-save, r=mwbors-12/+19
2016-04-06restructure rustc options relating to incr. comp.Niko Matsakis-12/+19
2016-04-05Centralize nightly compiler flags handlingGuillaume Gomez-21/+85
2016-03-31librustc: replace unreachable! with bug!()Benjamin Herr-1/+1
2016-03-31Rollup merge of #32494 - pnkfelix:gate-parser-recovery-via-debugflag, r=nrcManish Goregaokar-0/+6
2016-03-30Put in `-Z continue-parse-after-error`Felix S. Klock II-0/+6
2016-03-29Remove unnecessary dependencies on rustc_llvm.Eduard Burtescu-6/+0
2016-03-23allow dumping intermediate IR with -Z dump-mirNiko Matsakis-0/+2
2016-03-17Add -Z orbit for forcing MIR for everything, unless #[rustc_no_mir] is used.Eduard Burtescu-0/+2
2016-03-14Auto merge of #32169 - mitaa:anon-tip, r=nrcbors-3/+7
2016-03-14Allow custom filenames for anonymous inputsmitaa-3/+7
2016-03-12Don't allow values for codegen-units less than 1 (fixes #32191)Manish Goregaokar-0/+4
2016-03-02Add usage documentation for `--print cfg`Andrea Canciani-1/+1
2016-02-24rustc: Refactor how unstable flags are handledAlex Crichton-64/+117
2016-02-20add -Z mir-opt-level to disable MIR optimizationsAriel Ben-Yehuda-0/+6
2016-02-16Fix wrong help message left in #31368Johan Lorenzo-1/+1
2016-02-14Stricter matching of `--cfg` options on rustcDirk Gadsden-4/+14
2016-02-13Auto merge of #31358 - japaric:print-targets, r=alexcrichtonbors-1/+3
2016-02-12Auto merge of #31550 - Stebalien:fix-color, r=nrcbors-6/+6
2016-02-12rustc: add a `--print target-list` commandJorge Aparicio-1/+3
2016-02-12Auto merge of #31368 - JohanLorenzo:dont-strip-if-test-build, r=alexcrichtonbors-0/+2
2016-02-11[breaking-change] don't glob export ast::{UintTy, IntTy} variantsOliver Schneider-2/+2
2016-02-11Add -C link-dead-code option r=alexcrichtonJohan Lorenzo-0/+2
2016-02-10Don't assume color=always when explicitally specifiedSteven Allen-6/+6
2016-02-08rustc: Implement a new `--print cfg` flagAlex Crichton-0/+2
2016-02-05Instrument the AST map so that it registers reads when data isNiko Matsakis-3/+8
2016-02-03Improve wording of --target helpSimonas Kazlauskas-5/+1
2016-01-26Implement the translation item collector.Michael Woerister-0/+2