| Age | Commit message (Expand) | Author | Lines |
| 2025-04-15 | Auto merge of #138906 - thaliaarchi:unsupported-test-exe, r=bjorn3 | bors | -0/+7 |
| 2025-04-14 | Stabilize `-Zdwarf-version` as `-Cdwarf-version` | Wesley Wiser | -2/+11 |
| 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 | -1/+9 |
| 2025-04-08 | Do not optimize out SwitchInt before borrowck, or if Zmir-preserve-ub | Michael Goulet | -3/+3 |
| 2025-04-07 | Prepend temp files with a string per invocation of rustc | Michael Goulet | -8/+50 |
| 2025-04-07 | Simplify temp path creation a bit | Michael Goulet | -22/+21 |
| 2025-04-06 | Auto merge of #138947 - madsmtm:refactor-apple-versions, r=Noratrieb | bors | -2/+55 |
| 2025-04-05 | Rollup merge of #138368 - rcvalle:rust-kcfi-arity, r=davidtwco | Matthias Krüger | -0/+17 |
| 2025-04-05 | KCFI: Add KCFI arity indicator support | Ramon de C Valle | -0/+17 |
| 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 | -3/+7 |
| 2025-04-04 | Auto merge of #138785 - lcnr:typing-mode-borrowck, r=compiler-errors,oli-obk | bors | -0/+3 |
| 2025-04-04 | add new flag to print the module post-AD, before opts | Manuel Drehwald | -3/+7 |
| 2025-04-04 | refactor: Move env parsing of deployment target to rustc_session | Mads Marquart | -2/+55 |
| 2025-04-04 | Auto merge of #120706 - Bryanskiy:leak, r=lcnr | bors | -0/+2 |
| 2025-04-03 | Initial support for auto traits with default bounds | Bryanskiy | -0/+2 |
| 2025-04-03 | Remove `LintExpectationId` from `Level` variants | Oli Scherer | -1/+1 |
| 2025-04-03 | add `TypingMode::Borrowck` | lcnr | -0/+3 |
| 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-02 | Rollup merge of #139184 - Urgau:crate-root-lint-levels, r=jieyouxu | Takayuki Maeda | -0/+3 |
| 2025-04-01 | Add unstable `--print=crate-root-lint-levels` | Urgau | -0/+3 |
| 2025-03-31 | Add `-Zembed-metadata` CLI option | Jakub Beránek | -0/+2 |
| 2025-03-28 | use `slice::contains` where applicable | Yotam Ofek | -5/+6 |
| 2025-03-26 | Rollup merge of #138483 - azhogin:azhogin/target-modifiers-bool-fix, r=fee1-dead | Stuart Cook | -24/+28 |
| 2025-03-26 | Auto merge of #138956 - jhpratt:rollup-6g7ppwd, r=jhpratt | bors | -1/+9 |
| 2025-03-26 | Auto merge of #138601 - RalfJung:wasm-abi-fcw, r=alexcrichton | bors | -2/+3 |
| 2025-03-25 | make -Zwasm-c-abi=legacy suppress the lint | Ralf Jung | -2/+3 |
| 2025-03-24 | Reject test executables when not supported by target | Thalia Archibald | -0/+7 |
| 2025-03-25 | rustc_session: Add a helper function for obtaining staticlib prefix and suffix | Vadim Petrochenkov | -1/+9 |
| 2025-03-24 | Auto merge of #138629 - Zoxc:graph-anon-hashmap, r=oli-obk | bors | -1/+2 |
| 2025-03-23 | Rollup merge of #138783 - bjorn3:cache_current_dll_path, r=lqd | Jacob Pratt | -56/+66 |
| 2025-03-23 | Implement `supported-crate-types` print request | Jieyou Xu | -1/+6 |
| 2025-03-21 | Cache current_dll_path output | bjorn3 | -56/+66 |
| 2025-03-20 | Rollup merge of #138700 - xizheyin:issue-138612, r=Nadrieril | Matthias Krüger | -0/+6 |
| 2025-03-19 | Only use the new node hashmap for anonymous nodes. | Camille GILLOT | -1/+2 |
| 2025-03-19 | Auto merge of #122156 - Zoxc:side-effect-dep-node, r=oli-obk | bors | -1/+1 |
| 2025-03-19 | Suggest `-Whelp` when pass `--print lints` to rustc | xizheyin | -0/+6 |
| 2025-03-17 | modify config.toml->bootstrap.toml for new upstream changes | bit-aloo | -1/+1 |
| 2025-03-17 | Target modifiers fix for bool flags without value | Andrew Zhogin | -24/+28 |
| 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 | Rename `QuerySideEffects` to `QuerySideEffect` | John Kåre Alsaker | -1/+1 |
| 2025-03-14 | Show valid crate types when the user passes unknown `--crate-type` value | malezjaa | -1/+6 |
| 2025-03-13 | Rollup merge of #138404 - bjorn3:sysroot_handling_cleanup, r=petrochenkov,jie... | Matthias Krüger | -32/+25 |
| 2025-03-12 | Remove unused host_tlib_path field | bjorn3 | -2/+1 |
| 2025-03-12 | Don't return an error from get_or_default_sysroot | bjorn3 | -27/+21 |
| 2025-03-12 | Make opts.maybe_sysroot non-optional | bjorn3 | -3/+3 |