summary refs log tree commit diff
path: root/src/librustc/session/config.rs
AgeCommit message (Expand)AuthorLines
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
2016-01-15Auto merge of #30711 - nrc:json-errs, r=huonwbors-54/+88
2016-01-15Address reviewer commentsNick Cameron-57/+53
2016-01-15Implement JSON error emissionNick Cameron-2/+2
2016-01-15Add an --output option for specifying an error emitterNick Cameron-36/+74
2016-01-14Revert "Link with ld.gold by default"Brian Anderson-2/+0
2016-01-11Replace --show-span with -Z show-spanMatt Kraai-4/+2
2016-01-05Annotate the compiler with information about what it is doing when.Niko Matsakis-0/+12
2015-12-28Link with ld.gold by defaultBrian Anderson-0/+2
2015-12-25Delete the AST after loweringJonas Schievink-0/+2
2015-12-21rustc: Add feature-gated cfg(target_thread_local)Alex Crichton-0/+3
2015-12-17test errorsNick Cameron-3/+3
2015-12-17move error handling from libsyntax/diagnostics.rs to libsyntax/errors/*Nick Cameron-13/+13
2015-12-09Auto merge of #30208 - pnkfelix:fix-issue-30063, r=alexcrichtonbors-1/+46
2015-12-08When given `rustc -C codegen-units=4 -o output --emit=obj`, reset units back ...Felix S. Klock II-1/+46
2015-12-05std: Stabilize APIs for the 1.6 releaseAlex Crichton-2/+2
2015-11-26fix rustc-testAriel Ben-Yehuda-6/+11
2015-11-26split the metadata code into rustc_metadataAriel Ben-Yehuda-1/+1
2015-11-19Add -C inline-thresholdBrian Anderson-0/+2
2015-11-12Add -Zinput-statsNick Cameron-25/+27
2015-11-10Fix help text for flowgraph debug optionsManish Goregaokar-4/+4
2015-11-04target_family configurationarcnmx-11/+17
2015-10-27Make fatal errors more consistent.Eli Friedman-3/+3