| Age | Commit message (Expand) | Author | Lines |
| 2025-07-03 | Merge pull request #20159 from Veykril/push-kyssnlrxlwsl | Lukas Wirth | -15/+20 |
| 2025-07-03 | Always couple `--compile-time-deps` with | Lukas Wirth | -15/+20 |
| 2025-07-03 | Auto merge of #142910 - yotamofek:pr/rustdoc/markdown-lazy-to-string, r=Guill... | bors | -86/+83 |
| 2025-07-03 | Merge pull request #20158 from Veykril/push-rquozrwuskry | Lukas Wirth | -41/+56 |
| 2025-07-03 | fix: Do not warn about proc-macro srv when sysroot is missing | Lukas Wirth | -41/+56 |
| 2025-07-03 | Merge pull request #20157 from Veykril/push-nxrvpywtvoys | Lukas Wirth | -13/+13 |
| 2025-07-03 | Re-enable fixpoint iteration for variance computation | Lukas Wirth | -13/+13 |
| 2025-07-03 | Merge from rustc | Ralf Jung | -310/+667 |
| 2025-07-03 | Preparing for merge from rustc | Ralf Jung | -1/+1 |
| 2025-07-03 | minicore: use core's `diagnostic::on_unimplemented` messages | Folkert de Vries | -0/+6 |
| 2025-07-03 | Merge pull request #19923 from Veykril/push-rlrsyxsqnxnn | Lukas Wirth | -93/+155 |
| 2025-07-03 | Bump salsa | Lukas Wirth | -93/+155 |
| 2025-07-03 | Merge pull request #20112 from Veykril/push-ruszuxrqzmvz | Lukas Wirth | -40/+22 |
| 2025-07-03 | setup CI and tidy to use typos for spellchecking and fix few typos | klensy | -19/+72 |
| 2025-07-03 | Merge pull request #20156 from Veykril/push-knkzxuxkzoyx | Lukas Wirth | -63/+105 |
| 2025-07-03 | Restructure proc-macro loading erros, differentiate hard error property on kind | Lukas Wirth | -63/+105 |
| 2025-07-03 | Auto merge of #143294 - ChrisDenton:rename-mingw, r=Kobzol | bors | -79/+78 |
| 2025-07-03 | only set host-specific CC; improve and de-duplicate native libs testing logic | Ralf Jung | -25/+18 |
| 2025-07-03 | Port `#[target_feature]` to the new attribute parsing infrastructure | Jonathan Brouwer | -12/+17 |
| 2025-07-03 | Rollup merge of #143327 - RalfJung:miri-type-validity-error, r=oli-obk | Matthias Krüger | -62/+27 |
| 2025-07-03 | Rollup merge of #143325 - Kobzol:bootstrap-interner, r=clubby789 | Matthias Krüger | -4/+7 |
| 2025-07-03 | Rollup merge of #143324 - RalfJung:native-call-prep, r=oli-obk | Matthias Krüger | -18/+38 |
| 2025-07-03 | Rollup merge of #143316 - Kobzol:bootstrap-check-tests, r=jieyouxu | Matthias Krüger | -63/+373 |
| 2025-07-03 | Rollup merge of #143251 - lolbinarycat:bootstrap-toml-tidy-extra-checks, r=Ko... | Matthias Krüger | -2/+13 |
| 2025-07-03 | Rollup merge of #143192 - GuillaumeGomez:code-line-number, r=lolbinary | Matthias Krüger | -68/+30 |
| 2025-07-02 | avoid suggesting traits from private dependencies | Jeremy Smart | -2/+2 |
| 2025-07-02 | Auto merge of #143338 - matthiaskrgr:rollup-ykaxh04, r=matthiaskrgr | bors | -36/+87 |
| 2025-07-02 | update coherence example | Emmanuel Ferdman | -1/+1 |
| 2025-07-03 | Remove keyword prefixes (`macro@` or `macro `) from links in the docs only if... | Chayim Refael Friedman | -6/+52 |
| 2025-07-02 | Auto merge of #143337 - matthiaskrgr:rollup-lqwhe0i, r=matthiaskrgr | bors | -52/+87 |
| 2025-07-02 | awhile -> a while where appropriate | наб | -25/+25 |
| 2025-07-02 | Rollup merge of #143306 - samueltardieu:track-clippy-lints-emission, r=petroc... | Matthias Krüger | -0/+58 |
| 2025-07-02 | Rollup merge of #142212 - GrigorenkoPV:codegens, r=Kobzol | Matthias Krüger | -36/+29 |
| 2025-07-02 | Rollup merge of #143274 - marcoieni:optional-jobs, r=Kobzol | Matthias Krüger | -6/+43 |
| 2025-07-02 | Rollup merge of #143232 - jieyouxu:compiletest-maintenance-3, r=Kobzol | Matthias Krüger | -44/+43 |
| 2025-07-02 | Rollup merge of #142886 - Enselic:aarch64-panic, r=cuviper | Matthias Krüger | -2/+1 |
| 2025-07-02 | Auto merge of #143214 - camsteffen:remove-let-chains-feature, r=est31 | bors | -0/+4 |
| 2025-07-02 | bootstrap: add CONFIG_CHANGE_HISTORY entry for build.tidy-extra-checks | binarycat | -0/+5 |
| 2025-07-02 | bootstrap: add build.tidy-extra-checks option | binarycat | -2/+8 |
| 2025-07-02 | miri: improve errors for type validity assertion failures | Ralf Jung | -62/+27 |
| 2025-07-03 | fix: Honor `rust-analyzer.cargo.noDeps` option when fetching sysroot metadata | Shoyu Vanilla | -4/+15 |
| 2025-07-02 | Fix AsMut::as_mut name | A4-Tacks | -1/+1 |
| 2025-07-02 | bootstrap: `validate rust.codegen-backends` & `targer.<triple>.codegen-backends` | Pavel Grigorenko | -36/+29 |
| 2025-07-02 | use more clever approach for genmc conditional import | Ralf Jung | -12/+3 |
| 2025-07-02 | interpret: move the native call preparation logic into Miri | Ralf Jung | -18/+38 |
| 2025-07-02 | Use non-global interner in `test_string_interning` in bootstrap | Jakub Beránek | -4/+7 |
| 2025-07-02 | Apply review comments | Jakub Beránek | -2/+3 |
| 2025-07-02 | skip env var memory for leak check | Ralf Jung | -50/+9 |
| 2025-07-02 | Add `track_caller` attributes to trace origin of Clippy lints | Samuel Tardieu | -0/+58 |
| 2025-07-02 | Rename mingw-check-tidy to tidy | Chris Denton | -8/+8 |