about summary refs log tree commit diff
path: root/compiler/rustc_session/src/options.rs
AgeCommit message (Expand)AuthorLines
2024-04-25debuginfo: Stabilize `-Z debug-macros`, `-Z collapse-macro-debuginfo` and `#[...Vadim Petrochenkov-7/+15
2024-04-24Whitespace fixes.Nicholas Nethercote-10/+6
2024-04-20Rollup merge of #123409 - ZhuUx:master, r=oli-obkMatthias Krüger-10/+12
2024-04-19Auto merge of #117919 - daxpedda:wasm-c-abi, r=wesleywiserbors-1/+15
2024-04-19coverage. Add coverage-options=mcdc as gate for MC/DC instrumentzhuyunxing-10/+12
2024-04-18Ensure `[rust] debuginfo-level-std` doesn't change core's MIRScott McMurray-0/+3
2024-04-16Rollup merge of #121694 - davidtwco:stabilize-relro-level, r=Mark-SimulacrumGuillaume Gomez-2/+2
2024-04-12add `-Z linker-features` to toggle lld on the CLIRémy Rakic-0/+20
2024-04-06Put checks that detect UB under their own flag below debug_assertionsBen Kimock-0/+3
2024-04-03Remove MIR unsafe checkMatthew Jasper-2/+0
2024-03-28Simplify trim-paths feature by merging all debuginfo options togetherUrgau-4/+3
2024-03-15Rollup merge of #121207 - chriswailes:z-external-clangrt, r=michaelwoeristerMatthias Krüger-0/+2
2024-03-13Add `-Z external-sanitizer-runtime`Chris Wailes-0/+2
2024-03-13extend docs of -Zprint-mono-itemsRalf Jung-1/+3
2024-03-13Rollup merge of #122226 - Zalathar:zcoverage-options, r=nnethercoteMatthias Krüger-16/+27
2024-03-13Auto merge of #122227 - Zoxc:query-hash-verify, r=michaelwoeristerbors-1/+3
2024-03-13coverage: Add `-Zcoverage-options` for fine control of coverageZalathar-0/+21
2024-03-13coverage: Remove all unstable values of `-Cinstrument-coverage`Zalathar-16/+6
2024-03-12sess: stabilize relro-levelDavid Wood-2/+2
2024-03-12Verify that query keys result in unique dep nodesJohn Kåre Alsaker-1/+3
2024-03-11Rollup merge of #116791 - WaffleLapkin:unparallel-backends, r=oli-obkJubilee-1/+1
2024-03-10Introduce perma-unstable `wasm-c-abi` flagdaxpedda-1/+15
2024-03-06Rollup merge of #121382 - nnethercote:rework-untranslatable_diagnostic-lint, ...Matthias Krüger-0/+1
2024-03-06Change the documented implicit value of `-C instrument-coverage` to `=yes`Zalathar-12/+11
2024-03-06Rewrite the `untranslatable_diagnostic` lint.Nicholas Nethercote-0/+1
2024-03-05Limit the number of names and values in check-cfg diagnosticsUrgau-0/+2
2024-03-01Add initial support for DataFlowSanitizerRamon de C Valle-2/+18
2024-02-15Replace `NonZero::<_>::new` with `NonZero::new`.Markus Reiter-1/+1
2024-02-15Use generic `NonZero` internally.Markus Reiter-5/+8
2024-02-15Rename `-Zno_parallel_llvm` -> `-Zno_parallel_backend`Maybe Waffle-1/+1
2024-02-07Rollup merge of #119162 - heiher:direct-access-external-data, r=petrochenkovGuillaume Boisseau-0/+2
2024-01-26MCP #705: Provide the option `-Csymbol-mangling-version=hashed -Z unstable-op...h1467792822-2/+4
2024-01-20Track `verbose` and `verbose_internals`jyn-2/+2
2024-01-18Rollup merge of #119828 - azhogin:azhogin/collapse_debuginfo_improved_attr, r...Matthias Krüger-0/+17
2024-01-17Add -Zno-implied-bounds-compat option and use itJack Huey-0/+2
2024-01-17Improved collapse_debuginfo attribute, added command-line flag (no|external|yes)Andrew Zhogin-0/+17
2024-01-16Add unstable `-Z direct-access-external-data` cmdline flag for `rustc`WANG Rui-0/+2
2024-01-15Replace `TrimmedDefPaths` with a bool.Nicholas Nethercote-1/+1
2024-01-12Give me a way to emit all the delayed bugsMichael Goulet-0/+3
2024-01-09Rollup merge of #118680 - djkoloski:shell_argfiles, r=compiler-errorsGuillaume Gomez-0/+2
2024-01-09Rollup merge of #119723 - nnethercote:rm-Zdont-buffer-diagnostics, r=compiler...Guillaume Gomez-3/+0
2024-01-09Rollup merge of #117744 - quininer:add-z-sync-uw, r=bjorn3Matthias Krüger-0/+2
2024-01-09Remove `-Zdont-buffer-diagnostics`.Nicholas Nethercote-3/+0
2024-01-08Add support for shell argfilesDavid Koloski-0/+2
2024-01-05Rollup merge of #119567 - nnethercote:rm-Zreport-delayed-bugs, r=oli-obkMichael Goulet-2/+0
2024-01-05Rollup merge of #119566 - Zalathar:remove-spanview, r=Swatinem,NilstriebMichael Goulet-29/+0
2024-01-05Stabilize THIR unsafeckMatthew Jasper-2/+2
2024-01-04Remove `-Zreport-delayed-bugs`.Nicholas Nethercote-2/+0
2024-01-04Remove `-Zdump-mir-spanview`Zalathar-29/+0
2023-12-31Add -Zuse-sync-unwindquininer-0/+2