| Age | Commit message (Expand) | Author | Lines |
| 2024-04-29 | coverage: Replace boolean options with a `CoverageLevel` enum | Zalathar | -4/+20 |
| 2024-04-25 | Rollup merge of #124333 - Urgau:better-bad-print, r=fmease | Matthias Krüger | -3/+6 |
| 2024-04-24 | Improve diagnostic for unknown --print request | Urgau | -3/+6 |
| 2024-04-23 | Mark @RUSTC_BUILTIN search path usage as unstable | Lukas Wirth | -1/+7 |
| 2024-04-20 | Rollup merge of #123409 - ZhuUx:master, r=oli-obk | Matthias Krüger | -0/+2 |
| 2024-04-19 | Auto merge of #117919 - daxpedda:wasm-c-abi, r=wesleywiser | bors | -1/+2 |
| 2024-04-19 | coverage. Add coverage-options=mcdc as gate for MC/DC instrument | zhuyunxing | -0/+2 |
| 2024-04-16 | Rollup merge of #122811 - nnethercote:mv-SourceMap-init, r=WaffleLapkin | Guillaume Gomez | -1/+11 |
| 2024-04-16 | Construct `SourceMap` at the same time as `SessionGlobals`. | Nicholas Nethercote | -1/+11 |
| 2024-04-15 | Stabilize checking of cfgs at compile-time: --check-cfg option | Urgau | -1/+1 |
| 2024-04-14 | Stabilize --json unused-externs(-silent) | Jeremy Fitzhardinge | -7/+0 |
| 2024-04-12 | add `-Z linker-features` to toggle lld on the CLI | Rémy Rakic | -1/+43 |
| 2024-04-05 | Move cfg and check-cfg configuration in it's own module and add docs | Urgau | -342/+6 |
| 2024-03-29 | Auto merge of #123194 - matthiaskrgr:rollup-vhdc8hw, r=matthiaskrgr | bors | -4/+6 |
| 2024-03-28 | Introduce `FileNameMapping::to_real_filename` and use it everywhere | Urgau | -7/+2 |
| 2024-03-28 | Simplify trim-paths feature by merging all debuginfo options together | Urgau | -16/+6 |
| 2024-03-28 | compiler: fix few needless_pass_by_ref_mut clippy lints | klensy | -2/+2 |
| 2024-03-28 | compiler: fix some clippy needless_pass_by_ref_mut | klensy | -2/+4 |
| 2024-03-25 | Replace implementation with @RUSTC_BUILTIN prefix substitution var | Lukas Wirth | -0/+1 |
| 2024-03-25 | Make sysroot mandatory for rustdoc | Lukas Wirth | -2/+1 |
| 2024-03-25 | Implement `-L builtin:$path` | Lukas Wirth | -5/+5 |
| 2024-03-25 | Rollup merge of #122842 - pacak:explicit_name, r=michaelwoerister | Matthias Krüger | -0/+5 |
| 2024-03-22 | Don't emit an error about failing to produce a file with a specific name | Michael Baikov | -0/+5 |
| 2024-03-21 | Remove `CodegenBackend::target_override`. | Nicholas Nethercote | -27/+18 |
| 2024-03-20 | Reduce `pub` usage in `rustc_session`. | Nicholas Nethercote | -28/+26 |
| 2024-03-17 | some minor code simplifications | Matthias Krüger | -7/+1 |
| 2024-03-14 | coverage: `-Zcoverage-options=branch` is no longer a placeholder | Zalathar | -1/+1 |
| 2024-03-13 | coverage: Add `-Zcoverage-options` for fine control of coverage | Zalathar | -6/+20 |
| 2024-03-13 | coverage: Remove all unstable values of `-Cinstrument-coverage` | Zalathar | -37/+1 |
| 2024-03-11 | Rollup merge of #116793 - WaffleLapkin:target_rules_the_backend, r=cjgillot | Jubilee | -13/+5 |
| 2024-03-11 | Rename `IntoDiagnosticArg` as `IntoDiagArg`. | Nicholas Nethercote | -4/+4 |
| 2024-03-10 | Introduce perma-unstable `wasm-c-abi` flag | daxpedda | -1/+2 |
| 2024-03-06 | Rollup merge of #121382 - nnethercote:rework-untranslatable_diagnostic-lint, ... | Matthias Krüger | -3/+3 |
| 2024-03-06 | Change the documented implicit value of `-C instrument-coverage` to `=yes` | Zalathar | -6/+6 |
| 2024-03-06 | Rewrite the `untranslatable_diagnostic` lint. | Nicholas Nethercote | -3/+3 |
| 2024-02-28 | Rename `DiagnosticArg{,Map,Name,Value}` as `DiagArg{,Map,Name,Value}`. | Nicholas Nethercote | -2/+2 |
| 2024-02-20 | Reduce capabilities of `Diagnostic`. | Nicholas Nethercote | -0/+3 |
| 2024-02-16 | Rollup merge of #121137 - GuillaumeGomez:add-clippy-cfg, r=Urgau,Nilstrieb | Guillaume Gomez | -3/+7 |
| 2024-02-15 | Add comment to remind devs to update the unstable book related chapter if the... | Guillaume Gomez | -0/+3 |
| 2024-02-15 | Add clippy into the known `cfg` list | Guillaume Gomez | -3/+4 |
| 2024-02-15 | Use generic `NonZero` internally. | Markus Reiter | -2/+2 |
| 2024-02-15 | Refactor out a repeating pattern with `get_or_default_sysroot` | Maybe Waffle | -12/+4 |
| 2024-02-14 | Allow targets to override default codegen backend | Maybe Waffle | -1/+1 |
| 2024-01-30 | Remove the lifetime from `DiagnosticArgValue`. | Nicholas Nethercote | -1/+1 |
| 2024-01-26 | MCP #705: Provide the option `-Csymbol-mangling-version=hashed -Z unstable-op... | h1467792822 | -0/+15 |
| 2024-01-17 | Improved collapse_debuginfo attribute, added command-line flag (no|external|yes) | Andrew Zhogin | -6/+26 |
| 2024-01-15 | Replace `TrimmedDefPaths` with a bool. | Nicholas Nethercote | -19/+3 |
| 2024-01-13 | Auto merge of #118924 - Urgau:check-cfg-exclude-well-known-from-diag, r=petro... | bors | -2/+5 |
| 2024-01-12 | Exclude well known names from showing a suggestion in check-cfg | Urgau | -2/+5 |
| 2024-01-12 | Rollup merge of #119884 - GuillaumeGomez:rename-env-opt, r=davidtwco | Guillaume Gomez | -3/+3 |