| Age | Commit message (Expand) | Author | Lines |
| 2025-07-16 | Emit warning when there is no space between `-o` and confusing arg | xizheyin | -0/+46 |
| 2025-06-30 | Rollup merge of #143019 - danielframpton:codegen-backend-parse, r=bjorn3 | Matthias Krüger | -1/+3 |
| 2025-06-30 | Ensure -V --verbose processes both codegen_backend and codegen-backend | Daniel Frampton | -1/+3 |
| 2025-06-24 | rustc_session: Add a structure for keeping both explicit and default sysroots | Vadim Petrochenkov | -5/+5 |
| 2025-06-19 | Extract Translator struct | Cameron Steffen | -3/+7 |
| 2025-06-15 | Rollup merge of #141769 - bjorn3:codegen_metadata_module_rework, r=workingjub... | León Orell Valerian Liehr | -21/+28 |
| 2025-06-12 | Add documentation for init_logger_with_additional_layer | Stypox | -1/+6 |
| 2025-06-11 | Use closure to allow passing custom tracing layers | Stypox | -5/+7 |
| 2025-06-11 | Allow initializing logger with additional tracing Layer | Stypox | -0/+11 |
| 2025-06-03 | Only borrow EncodedMetadata in codegen_crate | bjorn3 | -21/+28 |
| 2025-05-16 | Removed feature flag from `compiler/rustc_driver_impl` | Ryan van Polen | -1/+0 |
| 2025-05-12 | update cfg(bootstrap) | Pietro Albini | -1/+0 |
| 2025-05-06 | added error handle for error code > 9999 | Kivooeo | -0/+1 |
| 2025-05-04 | Initial support for dynamically linked crates | Bryanskiy | -2/+5 |
| 2025-04-23 | Make #![feature(let_chains)] bootstrap conditional in compiler/ | est31 | -1/+1 |
| 2025-04-14 | Auto merge of #124141 - nnethercote:rm-Nonterminal-and-TokenKind-Interpolated... | bors | -1/+0 |
| 2025-04-12 | Rollup merge of #139315 - clubby789:deranged-bump, r=Mark-Simulacrum | Chris Denton | -10/+3 |
| 2025-04-11 | Rollup merge of #138682 - Alexendoo:extra-symbols, r=fee1-dead | Stuart Cook | -0/+1 |
| 2025-04-10 | Allow drivers to supply a list of extra symbols to intern | Alex Macleod | -0/+1 |
| 2025-04-08 | fix "still mutable" ice while metrics are enabled | Jane Losare-Lusby | -4/+4 |
| 2025-04-06 | Auto merge of #138947 - madsmtm:refactor-apple-versions, r=Noratrieb | bors | -3/+2 |
| 2025-04-05 | Switch `time` to `jiff` for time formatting in ICE dumps | clubby789 | -10/+3 |
| 2025-04-05 | Rollup merge of #138950 - yaahc:svh-metrics-name, r=bjorn3 | Stuart Cook | -8/+5 |
| 2025-04-04 | refactor: Move env parsing of deployment target to rustc_session | Mads Marquart | -3/+2 |
| 2025-04-04 | refactor: Move Apple OSVersion (back) to rustc_target | Mads Marquart | -1/+1 |
| 2025-04-04 | Rollup merge of #138949 - madsmtm:rename-to-darwin, r=WaffleLapkin | Matthias Krüger | -1/+1 |
| 2025-04-03 | Remove `LintExpectationId` from `Level` variants | Oli Scherer | -1/+1 |
| 2025-04-02 | Remove `recursion_limit` increases. | Nicholas Nethercote | -1/+0 |
| 2025-04-01 | replace extra_filename with strict version hash in metrics file names | Jane Losare-Lusby | -8/+5 |
| 2025-04-01 | Add unstable `--print=crate-root-lint-levels` | Urgau | -0/+28 |
| 2025-03-25 | Rename `is_like_osx` to `is_like_darwin` | Mads Marquart | -1/+1 |
| 2025-03-23 | Implement `supported-crate-types` print request | Jieyou Xu | -2/+12 |
| 2025-03-21 | Move some calls to before calling codegen_crate | bjorn3 | -1/+7 |
| 2025-03-21 | Move make_input call | bjorn3 | -12/+7 |
| 2025-03-20 | Use `-Wunused_crate_dependencies` for compiler crates. | Nicholas Nethercote | -0/+8 |
| 2025-03-17 | Auto merge of #138566 - yotamofek:pr/strip-prefix, r=nnethercote | bors | -2/+1 |
| 2025-03-17 | Use `strip_{prefix|suffix}` instead of `{starts|ends}_with`+indexing | Yotam Ofek | -2/+1 |
| 2025-03-16 | Rename `PrintKind::{AllTargetSpecs,TargetSpec}` to `{AllTargetSpecsJson,Targe... | Jieyou Xu | -2/+2 |
| 2025-03-12 | Auto merge of #138414 - matthiaskrgr:rollup-9ablqdb, r=matthiaskrgr | bors | -1/+0 |
| 2025-03-11 | Remove `#![warn(unreachable_pub)]` from all `compiler/` crates. | Nicholas Nethercote | -1/+0 |
| 2025-03-10 | Revert "Use workspace lints for crates in `compiler/` #138084" | 许杰友 Jieyou Xu (Joe) | -0/+1 |
| 2025-03-08 | Remove `#![warn(unreachable_pub)]` from all `compiler/` crates. | Nicholas Nethercote | -1/+0 |
| 2025-03-07 | Increase recursion_limit in numerous crates. | Nicholas Nethercote | -0/+1 |
| 2025-02-15 | Reject macro calls inside of `#![crate_name]` | León Orell Valerian Liehr | -5/+5 |
| 2025-02-11 | compiler: compare and hash ExternAbi like its string | Jubilee Young | -2/+1 |
| 2025-02-09 | compiler: remove rustc_target::spec::abi reexports | Jubilee Young | -1/+1 |
| 2025-02-06 | Rollup merge of #136636 - bjorn3:error_cleanup, r=compiler-errors | Matthias Krüger | -1/+1 |
| 2025-02-06 | Avoid manually producing FatalError in a couple of places | bjorn3 | -1/+1 |
| 2025-02-05 | Couple of changes to run rustc in miri | bjorn3 | -3/+3 |
| 2025-02-02 | Rollup merge of #136445 - bjorn3:diag_ctxt_cleanup, r=oli-obk | Matthias Krüger | -6/+4 |