about summary refs log tree commit diff
path: root/compiler/rustc_session/src/config.rs
AgeCommit message (Expand)AuthorLines
2022-02-23Continue improvements on the --check-cfg implementationLoïc BRANSTETT-11/+11
2022-02-22Improve CheckCfg internal representationLoïc BRANSTETT-23/+25
2022-02-18Rollup merge of #93915 - Urgau:rfc-3013, r=petrochenkovMatthias Krüger-1/+88
2022-02-16Implement --check-cfg option (RFC 3013)Loïc BRANSTETT-1/+88
2022-02-14Add support for control-flow protectionAndrew Brown-4/+21
2022-02-11Remove the alt_std_name optionbjorn3-2/+0
2022-02-04Rollup merge of #90132 - joshtriplett:stabilize-instrument-coverage, r=wesley...Matthias Krüger-14/+40
2022-02-01Add missing | between print optionsDaniel Frampton-1/+1
2022-01-21Gate `l4-bender` linker flavorVadim Petrochenkov-1/+11
2022-01-20Rollup merge of #91606 - joshtriplett:stabilize-print-link-args, r=pnkfelixMatthias Krüger-1/+4
2022-01-09Stabilize -Z print-link-args as --print link-argsJosh Triplett-1/+4
2022-01-06sess/cg: re-introduce split dwarf kindDavid Wood-6/+54
2022-01-01Require `-Zunstable-options` for `-C instrument-coverage=except-*` optionsJosh Triplett-4/+11
2022-01-01Stabilize -Z instrument-coverage as -C instrument-coverageJosh Triplett-13/+32
2022-01-01Stabilize -Z symbol-mangling-version as -C symbol-mangling-versionJosh Triplett-10/+36
2021-12-29Auto merge of #88354 - Jmc18134:hint-space-pauth-opt, r=nagisabors-3/+28
2021-12-17Rename `has_elf_tls` to `has_thread_local`Chris Denton-1/+1
2021-12-14fix clippy::single_char_pattern perf findingsMatthias Krüger-1/+1
2021-12-09Remove redundant [..]sest31-3/+3
2021-12-04Stabilize `-Z emit-future-incompat` as `--json future-incompat`Aaron Hill-2/+12
2021-12-01Add codegen option for branch protection and pointer authentication on AArch64James McGregor-3/+28
2021-11-29Accumulate all values of `-C remark` optionTomasz Miąsko-0/+7
2021-11-23Rollup merge of #91148 - jhpratt:use-default-enum, r=petrochenkovMatthias Krüger-7/+2
2021-11-22Use `derive_default_enum` in the compilerJacob Pratt-7/+2
2021-11-22add rustc option for using LLVM stack smash protectionBenjamin A. Bjørnseth-3/+8
2021-11-19Rollup merge of #90386 - pierwill:assert-incr-state-85864, r=Aaron1011Yuki Okushi-0/+32
2021-11-15Stabilize -Z strip as -C stripJosh Triplett-1/+1
2021-11-12Add `-Zassert-incr-state` to assert state of incremental cachepierwill-0/+32
2021-11-11Auto merge of #83846 - torhovland:issue-10971, r=davidtwcobors-3/+19
2021-11-07more clippy fixesMatthias Krüger-1/+1
2021-11-07Made temps-dir an unstable option.Tor Hovland-1/+0
2021-11-02Emitted files go to the output dir.Tor Hovland-1/+8
2021-11-02Added the --temps-dir option.Tor Hovland-2/+12
2021-10-15Add -Z location-detail flagHudson Ayers-1/+16
2021-10-06Enable AutoFDO.Michael Benfield-0/+9
2021-09-07remap-cwd-prefixdanakj-3/+12
2021-08-24Stabilize `force-warn`inquisitivecrystal-11/+1
2021-08-24Tidy up lint command line flagsinquisitivecrystal-11/+5
2021-08-15Include (potentially remapped) working dir in crate hashAaron Hill-0/+17
2021-08-09Auto merge of #87619 - 12101111:fix-native_link_modifiers_bundle, r=petrochenkovbors-19/+48
2021-08-08 Fix feature gate checking of static-nobundle and native_link_modifiers12101111-19/+48
2021-08-01Auto merge of #87449 - matthiaskrgr:clippyy_v2, r=nagisabors-1/+1
2021-07-27Auto merge of #83491 - jyn514:remove-pretty, r=pnkfelixbors-79/+40
2021-07-25clippy::single_char_patternMatthias Krüger-1/+1
2021-07-21Rename force-warns to force-warnRyan Levick-3/+3
2021-07-17Make `--force-warns` a normal lint level optioninquisitivecrystal-26/+13
2021-07-07Implement cfg(target_abi) (RFC 2992)Josh Triplett-1/+3
2021-06-21Only hash OutputTypes keys in non-crate-hash modeAaron Hill-29/+62
2021-06-21In --emit KIND=PATH options, only hash KINDJeremy Fitzhardinge-2/+12
2021-06-17Emit warnings for unused fields in custom targets.Adam Bratschi-Kaye-4/+9