| Age | Commit message (Expand) | Author | Lines |
| 2024-05-30 | coverage: Add CLI support for `-Zcoverage-options=condition` | Dorian Péron | -1/+17 |
| 2024-05-29 | Rollup merge of #124320 - Urgau:print-check-cfg, r=petrochenkov | 许杰友 Jieyou Xu (Joe) | -1/+13 |
| 2024-05-24 | remove proof tree formatter, make em shallow | lcnr | -10/+0 |
| 2024-05-22 | rustc_codegen_llvm: add support for writing summary bitcode | Augie Fackler | -4/+20 |
| 2024-05-04 | Make `rustc_session::config::Input` clone-able | Urgau | -0/+1 |
| 2024-05-03 | Rollup merge of #124480 - Enselic:on-broken-pipe, r=jieyouxu | Michael Goulet | -1/+4 |
| 2024-05-02 | Change `SIGPIPE` ui from `#[unix_sigpipe = "..."]` to `-Zon-broken-pipe=...` | Martin Nordholts | -1/+4 |
| 2024-04-30 | Rollup merge of #124511 - nnethercote:rm-extern-crates, r=fee1-dead | Matthias Krüger | -0/+2 |
| 2024-04-30 | Remove `extern crate tracing` from numerous crates. | Nicholas Nethercote | -0/+1 |
| 2024-04-29 | coverage: Replace boolean options with a `CoverageLevel` enum | Zalathar | -4/+20 |
| 2024-04-29 | Remove `extern crate rustc_macros` from numerous crates. | Nicholas Nethercote | -0/+1 |
| 2024-04-25 | Add `--print=check-cfg` to get the expected configs | Urgau | -1/+13 |
| 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 |