summary refs log tree commit diff
path: root/compiler/rustc_session/src/options.rs
AgeCommit message (Expand)AuthorLines
2022-10-23Introduce dedicated `-Zdylib-lto` flag for enabling LTO on `dylib`sJakub Beránek-0/+2
2022-10-14more dupe word typosRageking8-1/+1
2022-10-12Use `tidy-alphabetical` in the compilerNilstrieb-55/+51
2022-10-06Remove `-Ztime` option.Nicholas Nethercote-11/+0
2022-09-18Remove -Znew-llvm-pass-managerJosh Stone-2/+0
2022-09-13Auto merge of #100101 - BelovDV:issue-99429, r=petrochenkovbors-0/+2
2022-09-12change rlib format to discern native dependenciesDaniil Belov-0/+2
2022-09-09Add inline-llvm option for disabling/enabling LLVM inliningYan Chen-0/+2
2022-09-01rustc_target: Add a compatibility layer to separate internal and user-facing ...Vadim Petrochenkov-5/+5
2022-08-15Revert "Revert "Remove num_cpus dependency from bootstrap, build-manifest and...The 8472-1/+1
2022-08-12Adjust cfgsMark Rousskov-35/+35
2022-08-07add -Zextra-const-ub-checks to enable more UB checking in const-evalRalf Jung-0/+2
2022-07-31Rollup merge of #99620 - hudson-ayers:fix-location-detail, r=davidtwcoMatthias Krüger-4/+7
2022-07-29proc_macro: use crossbeam channels for the proc_macro cross-thread bridgeNika Layzell-0/+17
2022-07-28location-detail: disable all location details when passed `none`Hudson Ayers-4/+7
2022-07-28Use line numbers relative to function in mir opt testsNilstrieb-0/+2
2022-07-27lint: add bad opt access internal lintDavid Wood-24/+51
2022-07-25feat: impl export-executable-symbolscsmoe-0/+2
2022-07-23Auto merge of #98208 - ivanloz:master, r=nagisabors-1/+2
2022-07-21Rollup merge of #99528 - matthiaskrgr:2022_07_perf, r=estebankMatthias Krüger-1/+1
2022-07-21Auto merge of #98162 - nextsilicon:support_lto_embed_bitcode, r=davidtwcobors-0/+2
2022-07-20Add ShadowCallStack SupportIvan Lozano-1/+2
2022-07-20clippy::perf fixesMatthias Krüger-1/+1
2022-07-19Add flag to configure `noalias` on `Box<T>`nils-0/+2
2022-07-14rustc: add ability to output regular LTO bitcode modulesZiv Dunkelman-0/+2
2022-07-13Rename `debugging_opts` to `unstable_opts`Joshua Nelson-3/+6
2022-07-08Implement support for DWARF version 5.Patrick Walton-0/+2
2022-07-08Rollup merge of #98533 - jyn514:drop-tracking-debugging, r=eholkDylan DPC-0/+2
2022-07-06session: `output-width` -> `diagnostic-width`David Wood-2/+2
2022-07-06session: `terminal-width` -> `output-width`David Wood-3/+3
2022-07-06sess: stabilize `--terminal-width`David Wood-0/+1
2022-07-04incr.comp.: Make split-dwarf commandline options [TRACKED].Michael Woerister-2/+2
2022-06-26Add a `-Zdump-drop-tracking-cfg` debugging flagJoshua Nelson-0/+2
2022-06-14Auto merge of #96285 - flip1995:pk-vfe, r=nagisabors-0/+3
2022-06-14Add -Zvirtual-function-elimination flagflip1995-0/+3
2022-06-13Integrate measureme's hardware performance counter support.Eduard-Mihai Burtescu-0/+6
2022-06-11Rollup merge of #97789 - ferrocene:pa-fix-issue-71363-test, r=cjgillotDylan DPC-0/+2
2022-06-09Revert "Remove num_cpus dependency from bootstrap, build-manifest and rustc_s...David Tolnay-1/+1
2022-06-06fix #71363 test by adding `-Z translate-remapped-path-to-local-path=no`Pietro Albini-0/+2
2022-06-03Fully stabilize NLLJack Huey-5/+0
2022-06-03Remove support for -Zast-json and -Zast-json-noexpandbjorn3-4/+0
2022-05-24Add flag for stricter checks on uninit/zeroed5225225-0/+2
2022-05-20Remove `crate` visibility usage in compilerJacob Pratt-48/+72
2022-04-27Add --json unused-externs-silent with original behaviourJeremy Fitzhardinge-1/+1
2022-04-25Rollup merge of #96090 - JakobDegen:mir-tests, r=nagisaMatthias Krüger-0/+19
2022-04-16Address nitsJakob Degen-5/+2
2022-04-16Add support for MIR opt unit testsJakob Degen-0/+22
2022-04-15Remove `--extern-location` and all associated codeJeremy Fitzhardinge-1/+0
2022-04-05session: opt for enabling directionality markersDavid Wood-0/+2
2022-04-05errors: implement sysroot/testing bundle loadingDavid Wood-0/+20