summary refs log tree commit diff
path: root/src/librustc/session/config.rs
AgeCommit message (Expand)AuthorLines
2018-09-07Validate syntax of `--cfg` command line argumentsVadim Petrochenkov-14/+25
2018-07-29Replace push loops with collect() and extend() where possibleljedrz-3/+1
2018-07-28Auto merge of #52355 - pietroalbini:zfeature, r=eddybbors-0/+2
2018-07-28Rollup merge of #52765 - sinkuu:remove_nonzeroing_move_opt, r=pnkfelixkennytm-6/+0
2018-07-27Add the -Zcrate-attr=foo nightly rustc flag to inject crate attributesPietro Albini-0/+2
2018-07-27Auto merge of #52681 - pnkfelix:z-borrowck-migrate, r=nikomatsakisbors-1/+16
2018-07-27Remove unused option flagShotaro Yamada-6/+0
2018-07-26Add `migrate` to list of values for `-Z borrowck=...`Felix S. Klock II-1/+1
2018-07-26Add `-Z borrowck=migrate` flag, use it to link NLL up to AST-borrowck.Felix S. Klock II-0/+15
2018-07-25introduce new subtypingNiko Matsakis-0/+2
2018-07-20Make sure the compiler actually panics on `delay_span_bug`Oliver Schneider-0/+6
2018-07-11Auto merge of #51230 - nikic:no-verify-lto, r=pnkfelixbors-3/+3
2018-07-07Auto merge of #52109 - michaelwoerister:ir-objs, r=alexcrichtonbors-7/+4
2018-07-06Rollup merge of #52099 - zackmdavis:and_the_case_of_the_typ, r=oli-obkMark Rousskov-1/+1
2018-07-06Remove CrossLangLto::NoLink which does not have a use case anymore.Michael Woerister-6/+3
2018-07-06When doing linker-plugin based LTO, write LLVM bitcode obj-filesMichael Woerister-1/+1
2018-07-06Auto merge of #51953 - japaric:atomic-load-store, r=alexcrichtonbors-0/+4
2018-07-06Rollup merge of #52093 - alexcrichton:update-issue, r=kennytmkennytm-17/+24
2018-07-05typo-fix stable ed'n error: "an onlyavailable" → "and only available"Zack M. Davis-1/+1
2018-07-06Rollup merge of #52019 - michaelwoerister:cross-lto-auto-plugin, r=alexcrichtonkennytm-1/+3
2018-07-05Auto merge of #51732 - GuillaumeGomez:cmd-line-lint-rustdoc, r=QuietMisdreavusbors-17/+24
2018-07-05#[cfg(target_has_atomic_cas)] -> #[cfg(target_has_atomic = "cas")]Jorge Aparicio-1/+1
2018-07-05enable Atomic*.{load,store} for ARMv6-M / MSP430Jorge Aparicio-0/+4
2018-07-05Add command line lint manipulation in rustdocGuillaume Gomez-17/+24
2018-07-03Allow the linker to choose the LTO-plugin (which is useful when using LLD)Michael Woerister-1/+3
2018-06-20Raise an error if gcov profiling and incremental compilation are both enabledMarco Castelluccio-0/+7
2018-06-12Rename -Z no-verify to -Z verify-llvm-irNikita Popov-3/+3
2018-06-11Fix extern prelude failure in rustdocGuillaume Gomez-0/+7
2018-06-04Remove the unused `-Z trans-time-graph` flag.kennytm-2/+0
2018-05-31Stabilize short error formatGuillaume Gomez-13/+1
2018-05-29rust-lang/rust#27282: emit `ReadForMatch` on each match arm.Felix S. Klock II-0/+4
2018-05-29Debug flag to bypass restriction of mutation in match guards.Felix S. Klock II-0/+2
2018-05-29expose -Zpolonius flagDouglas Campos-0/+2
2018-05-22Add -Z no-parallel-llvm flagNikita Popov-0/+2
2018-05-21Stabilize suggestion applicability field in json outputManish Goregaokar-2/+0
2018-05-21Auto merge of #50265 - japaric:sz, r=alexcrichtonbors-21/+9
2018-05-17Emit noalias on &mut parameters by defaultNikita Popov-2/+2
2018-05-17Rename trans to codegen everywhere.Irina Popa-16/+16
2018-05-15Make mutable_noalias and arg_align_attributes be trackedAnthony Ramine-2/+2
2018-05-09Allow for specifying a linker plugin for cross-language LTOMichael Woerister-4/+51
2018-05-07Auto merge of #50000 - michaelwoerister:cross-lang-lto, r=alexcrichtonbors-0/+2
2018-05-05add `-Znll-facts` switch that dumps facts for new analysisNiko Matsakis-0/+2
2018-05-03Add -Z cross-lang-lto flag in order to support linker-based LTO.Michael Woerister-0/+2
2018-05-02make it compile againflip1995-1/+1
2018-05-01Rework force-frame-pointerSimonas Kazlauskas-3/+3
2018-05-01Don't force-enable frame pointers when generating debug infoBjörn Steinbrink-0/+6
2018-04-30Auto merge of #50204 - Manishearth:approx-enum, r=estebankbors-1/+1
2018-04-27stabilize opt-level={s,z}Jorge Aparicio-21/+9
2018-04-26Rename rustc_back::target to rustc_target::spec.Irina Popa-7/+6
2018-04-26rustc_back: move LinkerFlavor, PanicStrategy, and RelroLevel to target.Irina Popa-5/+5