| Age | Commit message (Expand) | Author | Lines |
| 2025-06-17 | fix: Reload workspaces when cargo configs change | Lukas Wirth | -11/+15 |
| 2025-06-17 | chore: Start infesting ide crates with 'db lifetime | Lukas Wirth | -815/+1214 |
| 2025-06-17 | Merge pull request #20018 from Veykril/push-pkowrtoturkr | Lukas Wirth | -84/+176 |
| 2025-06-17 | Merge pull request #19939 from ChayimFriedman2/fill-arms-self | Lukas Wirth | -29/+227 |
| 2025-06-17 | Merge pull request #19945 from ChayimFriedman2/private-field-quickfix | Lukas Wirth | -32/+125 |
| 2025-06-17 | fix: Copy lockfiles into target directory before invoking `cargo metadata` | Lukas Wirth | -84/+176 |
| 2025-06-16 | miri: bless tests | David Wood | -4/+4 |
| 2025-06-16 | miri: fix build | David Wood | -1/+1 |
| 2025-06-16 | clippy: `{Meta,Pointee,}Sized` in non-minicore | David Wood | -2/+8 |
| 2025-06-16 | clippy: add `MetaSized` conditions | David Wood | -1/+8 |
| 2025-06-16 | Change __rust_no_alloc_shim_is_unstable to be a function | Daniel Paoliello | -6/+6 |
| 2025-06-16 | feat: Insert required parentheses when typing `+` in trait type | Lukas Wirth | -8/+92 |
| 2025-06-16 | feat: Show what cargo metadata is doing in status | Lukas Wirth | -26/+57 |
| 2025-06-16 | Auto merge of #142574 - Kobzol:rollup-ldj386u, r=Kobzol | bors | -3/+2 |
| 2025-06-16 | Rollup merge of #142528 - fee1-dead-contrib:push-rlxklunqkwmv, r=RalfJung | Jakub Beránek | -1/+1 |
| 2025-06-16 | Rollup merge of #142125 - cberner:file_lock_stable, r=ChrisDenton | Jakub Beránek | -2/+1 |
| 2025-06-16 | Auto merge of #142556 - RalfJung:miri-sync, r=RalfJung | bors | -1013/+882 |
| 2025-06-16 | Merge pull request #19994 from sourcefrog/book-links | Laurențiu Nicola | -3/+2 |
| 2025-06-15 | Rollup merge of #134661 - dtolnay:prefixattr, r=fmease | León Orell Valerian Liehr | -11/+11 |
| 2025-06-15 | Merge pull request #20000 from tadeokondrak/lifetime-repeat-macro | Chayim Refael Friedman | -14/+63 |
| 2025-06-15 | Use is_any_identifier in pretty_print_macro_expansion | Tadeo Kondrak | -13/+6 |
| 2025-06-15 | Fix spacing for LIFETIME_IDENT near keywords and literals in test output | Tadeo Kondrak | -4/+12 |
| 2025-06-15 | Un-remap `rustc-dev` component paths | Urgau | -0/+6 |
| 2025-06-15 | Stabilize "file_lock" feature | Christopher Berner | -2/+1 |
| 2025-06-15 | clarify `rustc_do_not_const_check` comment | Deadbeef | -1/+1 |
| 2025-06-15 | Merge from rustc | Ralf Jung | -49/+5 |
| 2025-06-15 | Preparing for merge from rustc | Ralf Jung | -1/+1 |
| 2025-06-15 | Merge pull request #20009 from Veykril/push-rvnnorzvpnqv | Lukas Wirth | -73/+136 |
| 2025-06-15 | Optimize private visibility resolution | Lukas Wirth | -39/+83 |
| 2025-06-15 | Optimize `pub(crate)` visibility resolution | Lukas Wirth | -36/+55 |
| 2025-06-15 | Merge pull request #20008 from Veykril/push-rsnkrwyplmwr | Lukas Wirth | -137/+120 |
| 2025-06-15 | Unify assoc item visibility queries | Lukas Wirth | -77/+58 |
| 2025-06-15 | Idiomatic salsa use for extern block abi query | Lukas Wirth | -13/+16 |
| 2025-06-15 | Idiomatic salsa use for impl items query | Lukas Wirth | -41/+40 |
| 2025-06-15 | Replace unnecessary use of `MacroDefId` with `MacroId` | Lukas Wirth | -6/+6 |
| 2025-06-15 | Merge pull request #20007 from Veykril/push-opqzsnwzwyvn | Lukas Wirth | -77/+81 |
| 2025-06-15 | Idiomatic salsa use for enum variants query | Lukas Wirth | -77/+81 |
| 2025-06-15 | Merge pull request #20006 from Veykril/push-uvmuznvlwsxx | Lukas Wirth | -213/+692 |
| 2025-06-15 | Cleanup incremental tests | Lukas Wirth | -213/+692 |
| 2025-06-15 | Implement pinned borrows, part of `pin_ergonomics` | Frank King | -0/+19 |
| 2025-06-15 | Merge pull request #19996 from LHolten/exclude-imports | Chayim Refael Friedman | -1/+214 |
| 2025-06-15 | Add config option to exclude imports from symbol search | Lucas Holten | -1/+214 |
| 2025-06-15 | cargo update | github-actions | -46/+40 |
| 2025-06-14 | Rollup merge of #141811 - mejrs:bye_locals, r=compiler-errors | Matthias Krüger | -48/+5 |
| 2025-06-14 | Rollup merge of #140593 - m-ou-se:some-temp, r=Nadrieril | Matthias Krüger | -1/+0 |
| 2025-06-14 | Merge from rustc | Ralf Jung | -2/+3 |
| 2025-06-14 | Preparing for merge from rustc | Ralf Jung | -1/+1 |
| 2025-06-14 | Merge pull request #19984 from WaffleLapkin/unprefer_align | Lukas Wirth | -9/+13 |
| 2025-06-14 | fmt | The Miri Cronjob Bot | -10/+2 |
| 2025-06-14 | Merge from rustc | The Miri Cronjob Bot | -1852/+6633 |