| Age | Commit message (Expand) | Author | Lines |
| 2025-07-18 | Rollup merge of #143719 - xizheyin:142812-1, r=jieyouxu | Matthias Krüger | -0/+5 |
| 2025-07-16 | Emit warning when there is no space between `-o` and confusing arg | xizheyin | -0/+5 |
| 2025-07-08 | stabilize `-Clink-self-contained=-linker` on x64 linux | Rémy Rakic | -17/+34 |
| 2025-07-08 | stabilize `-Clinker-features=-lld` on x64 linux | Rémy Rakic | -5/+43 |
| 2025-07-04 | Rollup merge of #143387 - dpaoliello:shouldpanicfn, r=bjorn3 | Matthias Krüger | -1/+1 |
| 2025-07-03 | Make __rust_alloc_error_handler_should_panic a function | Daniel Paoliello | -1/+1 |
| 2025-07-03 | setup CI and tidy to use typos for spellchecking and fix few typos | klensy | -1/+1 |
| 2025-06-25 | Rollup merge of #142809 - KMJ-007:ad-type-analysis-flag, r=ZuseZ4 | Jana Dönszelmann | -1/+3 |
| 2025-06-25 | added PrintTAFn flag for autodiff | Karan Janthe | -1/+3 |
| 2025-06-24 | rustc_session: Add a structure for keeping both explicit and default sysroots | Vadim Petrochenkov | -5/+26 |
| 2025-06-18 | Rollup merge of #142377 - Urgau:unremap-rustc-dev, r=jieyouxu | Urgau | -4/+13 |
| 2025-06-18 | Rollup merge of #142123 - Kobzol:timings, r=nnethercote | Urgau | -0/+13 |
| 2025-06-17 | Temporarily add back -Zwasm-c-abi=spec | bjorn3 | -0/+1 |
| 2025-06-16 | Add infrastructure for emitting timing sections | Jakub Beránek | -8/+8 |
| 2025-06-16 | Add parsing of `--json=timings` | Jakub Beránek | -0/+13 |
| 2025-06-15 | Un-remap `rustc-dev` component paths | Urgau | -0/+6 |
| 2025-06-14 | Prepare `rustc-dev` component un-remapping in the compiler | Urgau | -4/+7 |
| 2025-06-14 | Remove all support for wasm's legacy ABI | bjorn3 | -2/+1 |
| 2025-06-09 | -Zretpoline and -Zretpoline-external-thunk flags (target modifiers) to enable... | Andrew Zhogin | -0/+9 |
| 2025-05-27 | coverage: Revert "unused local file IDs" due to empty function names | Zalathar | -5/+0 |
| 2025-05-10 | coverage: Detect unused local file IDs to avoid an LLVM assertion | Zalathar | -0/+5 |
| 2025-05-06 | Rollup merge of #139550 - Urgau:rmeta-remap-path-scope, r=nnethercote | Stuart Cook | -1/+7 |
| 2025-05-05 | Take into-account `-Zremap-path-scope` when embedding filenames | Urgau | -1/+7 |
| 2025-05-04 | Initial support for dynamically linked crates | Bryanskiy | -1/+11 |
| 2025-04-26 | session: Cleanup `CanonicalizedPath::new` | Vadim Petrochenkov | -2/+1 |
| 2025-04-25 | Rollup merge of #140152 - xizheyin:issue-140102, r=jieyouxu | Matthias Krüger | -36/+43 |
| 2025-04-25 | Add option style comment for `rustc_optgroups` | xizheyin | -0/+7 |
| 2025-04-24 | Rollup merge of #139700 - EnzymeAD:autodiff-flags, r=oli-obk | Matthias Krüger | -0/+4 |
| 2025-04-24 | Unify the format of rustc cli flags | xizheyin | -36/+36 |
| 2025-04-21 | Construct OutputType using macro and print [=FILENAME] help info | xizheyin | -112/+198 |
| 2025-04-17 | Rollup merge of #139850 - xizheyin:issue-138698, r=jieyouxu | Matthias Krüger | -12/+25 |
| 2025-04-17 | Hide unstable print kinds within emit_unknown_print_request_help in stable ch... | xizheyin | -12/+25 |
| 2025-04-15 | Add unstable foo::bar extern command line arguments | Eric Holk | -34/+5 |
| 2025-04-14 | Specify `--print info=file` syntax in `--help` | clubby789 | -10/+4 |
| 2025-04-12 | fix LooseTypes flag and PrintMod behaviour, add debug helper | Manuel Drehwald | -0/+4 |
| 2025-04-07 | Prepend temp files with a string per invocation of rustc | Michael Goulet | -8/+32 |
| 2025-04-07 | Simplify temp path creation a bit | Michael Goulet | -22/+21 |
| 2025-04-05 | Rollup merge of #139285 - tshepang:uniform-case, r=jieyouxu | Stuart Cook | -4/+6 |
| 2025-04-05 | Rollup merge of #137880 - EnzymeAD:autodiff-batching, r=oli-obk | Stuart Cook | -2/+4 |
| 2025-04-04 | add new flag to print the module post-AD, before opts | Manuel Drehwald | -2/+4 |
| 2025-04-03 | Remove `LintExpectationId` from `Level` variants | Oli Scherer | -1/+1 |
| 2025-04-03 | structure the message | Tshepang Mbambo | -4/+6 |
| 2025-04-03 | use lower case to match other error messages | Tshepang Mbambo | -2/+2 |
| 2025-04-01 | Add unstable `--print=crate-root-lint-levels` | Urgau | -0/+3 |
| 2025-03-23 | Implement `supported-crate-types` print request | Jieyou Xu | -1/+6 |
| 2025-03-19 | Suggest `-Whelp` when pass `--print lints` to rustc | xizheyin | -0/+6 |
| 2025-03-16 | Rename `PrintKind::{AllTargetSpecs,TargetSpec}` to `{AllTargetSpecsJson,Targe... | Jieyou Xu | -5/+5 |
| 2025-03-16 | Extract print request stability gating and unknown print request help into he... | Jieyou Xu | -43/+35 |
| 2025-03-16 | Alphabetically sort `PrintKind` and enforce with tidy | Jieyou Xu | -15/+17 |
| 2025-03-14 | Show valid crate types when the user passes unknown `--crate-type` value | malezjaa | -1/+6 |