about summary refs log tree commit diff
path: root/compiler/rustc_session/src/options.rs
AgeCommit message (Expand)AuthorLines
2023-01-29Auto merge of #106227 - bryangarza:ctfe-limit, r=oli-obkbors-0/+2
2023-01-27Add `drop_tracking_mir` option.Camille GILLOT-0/+2
2023-01-23Replace terminator-based const eval limitBryan Garza-0/+2
2023-01-18Support `true` and `false` as boolean flag paramsNilstrieb-5/+5
2023-01-12Add log-backtrace option to show backtraces along with loggingYuki Omoto-0/+2
2023-01-11Rollup merge of #106709 - khuey:disable_split_dwarf_inlining_by_default, r=da...nils-1/+1
2023-01-10Disable "split dwarf inlining" by default.Kyle Huey-1/+1
2023-01-11Rollup merge of #106671 - tmiasko:opt-bool, r=wesleywiserYuki Okushi-2/+2
2023-01-10Change type of box_noalias to boolTomasz Miąsko-1/+1
2023-01-10Change type of mutable_noalias to boolTomasz Miąsko-1/+1
2023-01-09Fix help docs for -Zallow-featuresEric Huss-1/+1
2023-01-04Rename stock solver to classicMichael Goulet-4/+6
2023-01-04Split `-Zchalk` flag into `-Ztrait-solver=(stock|chalk|next)` flagMichael Goulet-2/+14
2023-01-04Rollup merge of #106274 - jyn514:dump-mono-stats, r=lqdMatthias Krüger-1/+19
2023-01-02Add json output to `-Zdump-mono-stats`Joshua Nelson-1/+19
2023-01-02Auto merge of #84762 - cjgillot:resolve-span-opt, r=petrochenkovbors-1/+2
2022-12-25Rollup merge of #105955 - Nilstrieb:no-trivial-opt-wrappers-we-have-field-acc...Matthias Krüger-6/+0
2022-12-25Only enable relative span hashing on nightly.Camille GILLOT-0/+3
2022-12-25Enable relative span hashing.Camille GILLOT-2/+0
2022-12-25Mark incremental-ignore-spans as TRACKED.Camille GILLOT-1/+1
2022-12-20Add `-Zno-jump-tables`Miguel Ojeda-0/+2
2022-12-20Remove wrapper functions for some unstable optionsNilstrieb-6/+0
2022-12-14add `-Z dump-mono-stats`Rémy Rakic-0/+3
2022-12-10Rollup merge of #105109 - rcvalle:rust-kcfi, r=bjorn3Matthias Krüger-1/+2
2022-12-08Add LLVM KCFI support to the Rust compilerRamon de C Valle-1/+2
2022-12-04Add -Z maximal-hir-to-mir-coverage flagWill Crichton-0/+3
2022-12-02Remove `-Zno-interleave-lints`.Nicholas Nethercote-2/+0
2022-11-02Rollup merge of #103610 - wesleywiser:thinlto_cgu1, r=michaelwoeristerMatthias Krüger-1/+1
2022-11-01Auto merge of #103217 - mejrs:track, r=eholkbors-0/+2
2022-10-26Allow use of `-Clto=thin` with `-Ccodegen-units=1` in generalWesley Wiser-1/+1
2022-10-24Address some commentsmejrs-2/+2
2022-10-23Introduce dedicated `-Zdylib-lto` flag for enabling LTO on `dylib`sJakub Beránek-0/+2
2022-10-19Implement -Ztrack-diagnosticsmejrs-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