summary refs log tree commit diff
path: root/compiler/rustc_session/src/config.rs
AgeCommit message (Expand)AuthorLines
2024-03-14coverage: `-Zcoverage-options=branch` is no longer a placeholderZalathar-1/+1
2024-03-13coverage: Add `-Zcoverage-options` for fine control of coverageZalathar-6/+20
2024-03-13coverage: Remove all unstable values of `-Cinstrument-coverage`Zalathar-37/+1
2024-03-11Rollup merge of #116793 - WaffleLapkin:target_rules_the_backend, r=cjgillotJubilee-13/+5
2024-03-11Rename `IntoDiagnosticArg` as `IntoDiagArg`.Nicholas Nethercote-4/+4
2024-03-06Rollup merge of #121382 - nnethercote:rework-untranslatable_diagnostic-lint, ...Matthias Krüger-3/+3
2024-03-06Change the documented implicit value of `-C instrument-coverage` to `=yes`Zalathar-6/+6
2024-03-06Rewrite the `untranslatable_diagnostic` lint.Nicholas Nethercote-3/+3
2024-02-28Rename `DiagnosticArg{,Map,Name,Value}` as `DiagArg{,Map,Name,Value}`.Nicholas Nethercote-2/+2
2024-02-20Reduce capabilities of `Diagnostic`.Nicholas Nethercote-0/+3
2024-02-16Rollup merge of #121137 - GuillaumeGomez:add-clippy-cfg, r=Urgau,NilstriebGuillaume Gomez-3/+7
2024-02-15Add comment to remind devs to update the unstable book related chapter if the...Guillaume Gomez-0/+3
2024-02-15Add clippy into the known `cfg` listGuillaume Gomez-3/+4
2024-02-15Use generic `NonZero` internally.Markus Reiter-2/+2
2024-02-15Refactor out a repeating pattern with `get_or_default_sysroot`Maybe Waffle-12/+4
2024-02-14Allow targets to override default codegen backendMaybe Waffle-1/+1
2024-01-30Remove the lifetime from `DiagnosticArgValue`.Nicholas Nethercote-1/+1
2024-01-26MCP #705: Provide the option `-Csymbol-mangling-version=hashed -Z unstable-op...h1467792822-0/+15
2024-01-17Improved collapse_debuginfo attribute, added command-line flag (no|external|yes)Andrew Zhogin-6/+26
2024-01-15Replace `TrimmedDefPaths` with a bool.Nicholas Nethercote-19/+3
2024-01-13Auto merge of #118924 - Urgau:check-cfg-exclude-well-known-from-diag, r=petro...bors-2/+5
2024-01-12Exclude well known names from showing a suggestion in check-cfgUrgau-2/+5
2024-01-12Rollup merge of #119884 - GuillaumeGomez:rename-env-opt, r=davidtwcoGuillaume Gomez-3/+3
2024-01-12Rename `--env` option flag to `--env-set`Guillaume Gomez-3/+3
2024-01-12Give me a way to emit all the delayed bugsMichael Goulet-0/+1
2024-01-09Remove `-Zdont-buffer-diagnostics`.Nicholas Nethercote-1/+0
2024-01-05Rollup merge of #119601 - nnethercote:Emitter-cleanups, r=oli-obkMichael Goulet-11/+2
2024-01-05Rollup merge of #119567 - nnethercote:rm-Zreport-delayed-bugs, r=oli-obkMichael Goulet-1/+0
2024-01-05Change printing of "`--error-format` is unstable" errors.Nicholas Nethercote-11/+2
2024-01-04Remove `-Zreport-delayed-bugs`.Nicholas Nethercote-1/+0
2024-01-04Remove `-Zdump-mir-spanview`Zalathar-15/+0
2023-12-30Update to bitflags 2 in the compilerNilstrieb-1/+2
2023-12-26Auto merge of #119129 - jyn514:verbose, r=compiler-errors,estebankbors-0/+4
2023-12-24don't elide shared parts of types in diagnostics when `--verbose` is passedjyn-0/+4
2023-12-24Remove `Session` methods that duplicate `DiagCtxt` methods.Nicholas Nethercote-2/+2
2023-12-23Rename `EarlyDiagCtxt` methods to match `DiagCtxt`.Nicholas Nethercote-60/+60
2023-12-18Rename many `DiagCtxt` and `EarlyDiagCtxt` locals.Nicholas Nethercote-4/+11
2023-12-18Rename many `EarlyDiagCtxt` arguments.Nicholas Nethercote-117/+117
2023-12-18Rename `UnstableOptions::diagnostic_handler_flags` as `UnstableOptions::dcx_f...Nicholas Nethercote-1/+1
2023-12-18Rename `HandlerFlags` as `DiagCtxtFlags`.Nicholas Nethercote-3/+3
2023-12-18Rename `EarlyErrorHandler` as `EarlyDiagCtxt`.Nicholas Nethercote-30/+24
2023-12-15NFC don't convert types to identical typesMatthias Krüger-1/+1
2023-12-14Rollup merge of #118908 - Urgau:check-cfg-target-features, r=TaKO8Ki,Guillaum...Jubilee-4/+6
2023-12-14rename `-Ztrait-solver` to `-Znext-solver`lcnr-12/+13
2023-12-14Don't forget pure rustc target features in check-cfgUrgau-2/+6
2023-12-14Use all the known features in check-cfgUrgau-4/+2
2023-12-11Auto merge of #118494 - nnethercote:default_configuration-fill_well_known, r=...bors-154/+175
2023-12-11Rearrange `default_configuration` and `CheckCfg::fill_well_known`.Nicholas Nethercote-154/+175
2023-12-10Auto merge of #118368 - GuillaumeGomez:env-flag, r=Nilstriebbors-1/+39
2023-12-10Implement `--env` compiler flagGuillaume Gomez-1/+39