summary refs log tree commit diff
path: root/compiler/rustc_session/src/config.rs
AgeCommit message (Expand)AuthorLines
2022-04-28Auto merge of #96085 - jsgf:deny-unused-deps, r=compiler-errorsbors-5/+33
2022-04-28Rollup merge of #96483 - Urgau:check-cfg-target_feature, r=petrochenkovDylan DPC-0/+5
2022-04-27Add missing `target_feature` to the list of well known cfg namesLoïc BRANSTETT-0/+5
2022-04-27Add --json unused-externs-silent with original behaviourJeremy Fitzhardinge-5/+33
2022-04-23Add support for `nounused` --extern flagJeremy Fitzhardinge-1/+10
2022-04-20Auto merge of #96082 - michaelwoerister:less_impl_stable_hash_via_hash, r=com...bors-19/+16
2022-04-19incr. comp.: Don't export impl_stable_hash_via_hash!() and warn about using it.Michael Woerister-19/+16
2022-04-15Remove `--extern-location` and all associated codeJeremy Fitzhardinge-116/+0
2022-04-05errors: implement sysroot/testing bundle loadingDavid Wood-0/+2
2022-04-03Cleanup after some refactoring in rustc_targetLoïc BRANSTETT-1/+1
2022-04-03Replace every Vec in Target(Options) with it's Cow equivalentLoïc BRANSTETT-1/+1
2022-03-30Stabilize native library modifier syntax and the `whole-archive` modifier spe...Vadim Petrochenkov-22/+41
2022-03-24Prettify rustc_session fmt with capturing args (nfc)Jubilee Young-42/+30
2022-03-18Auto merge of #88098 - Amanieu:oom_panic, r=nagisabors-3/+25
2022-03-09Add miri to the well known conditional compilation names and valuesLoïc BRANSTETT-5/+10
2022-03-06Update -Z unpretty error messageAlex Macleod-4/+3
2022-03-04Rollup merge of #94362 - Urgau:check-cfg-values, r=petrochenkovDylan DPC-6/+110
2022-03-04Add well known values to --check-cfg implementationLoïc BRANSTETT-5/+102
2022-03-03Remove the everybody loops passbjorn3-5/+2
2022-03-03Add -Z oom={panic,abort} command-line optionAmanieu d'Antras-3/+25
2022-03-03Add support for values() with --check-cfgLoïc BRANSTETT-1/+8
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