| Age | Commit message (Expand) | Author | Lines |
| 2025-07-09 | miri: fix out-of-bounds error for ptrs with negative offsets | Ralf Jung | -0/+53 |
| 2025-07-09 | Put `dyn` inlay hints in their correct place in presence of parentheses | Chayim Refael Friedman | -3/+14 |
| 2025-07-09 | Disable the `diagnostics_dont_block_typing` test on CI | Chayim Refael Friedman | -1/+2 |
| 2025-07-09 | Don't show `dyn` hint in a HRTB bound | Chayim Refael Friedman | -2/+17 |
| 2025-07-10 | migrate `convert_named_struct_to_tuple_struct` assist to use 'SyntaxEditor' | Hayashi Mikihiro | -6/+9 |
| 2025-07-09 | Make `global_asm!()` work | Chayim Refael Friedman | -36/+58 |
| 2025-07-09 | Merge pull request #20109 from Hmikihiro/generate_new_tuple_field | Shoyu Vanilla (Flint) | -24/+385 |
| 2025-07-09 | Differentiate between `asm!()`, `global_asm!()` and `naked_asm!()`, and make ... | Chayim Refael Friedman | -16/+198 |
| 2025-07-09 | Don't hash the `SyntaxKind` in the ast id | Chayim Refael Friedman | -41/+36 |
| 2025-07-09 | Massage `lib.rs` so it can be rustfmt'd | Jieyou Xu | -66/+42 |
| 2025-07-09 | Sort and document `run-make-support` dependencies | Jieyou Xu | -4/+13 |
| 2025-07-09 | Bump `run-make-support` to Edition 2024 | Jieyou Xu | -1/+1 |
| 2025-07-09 | Don't attempt to version `run-make-support` | Jieyou Xu | -1/+1 |
| 2025-07-09 | Remove `run-make-support` CHANGELOG | Jieyou Xu | -83/+0 |
| 2025-07-09 | Auto merge of #143472 - dianne:deref-pat-column-check, r=Nadrieril | bors | -0/+8 |
| 2025-07-09 | various native-lib-trace-related fixups | Nia Espera | -338/+312 |
| 2025-07-08 | Rollup merge of #143520 - Stypox:enter_trace_span-closure, r=RalfJung | Trevor Gross | -2/+10 |
| 2025-07-09 | Merge pull request #20200 from rust-lang/revert-20157-push-nxrvpywtvoys | Shoyu Vanilla (Flint) | -13/+13 |
| 2025-07-08 | Auto merge of #140525 - lqd:stabilize-lld, r=petrochenkov | bors | -0/+3 |
| 2025-07-08 | tidy: assume all files are modified in CI | binarycat | -0/+4 |
| 2025-07-08 | tidy: warn when --extra-checks is passed an invalid lang:kind combo | binarycat | -3/+25 |
| 2025-07-08 | tidy: add `auto:` prefix to --extra-checks syntax | binarycat | -13/+57 |
| 2025-07-08 | tidy: update files_modified to take CiInfo | binarycat | -3/+7 |
| 2025-07-08 | tidy: factor out change detection logic and make it more robust | binarycat | -16/+30 |
| 2025-07-08 | Revert "Re-enable fixpoint iteration for variance computation" | Chayim Refael Friedman | -13/+13 |
| 2025-07-08 | tidy: refactor --extra-checks parsing | binarycat | -14/+111 |
| 2025-07-09 | Migrate `pull_assignment_up` assist to `SyntaxEditor` | Hayashi Mikihiro | -27/+59 |
| 2025-07-08 | Auto merge of #134628 - estebank:const-default, r=oli-obk | bors | -2/+4 |
| 2025-07-08 | Implement enter_trace_span() in MiriMachine | Stypox | -2/+10 |
| 2025-07-08 | update to literal-escaper-0.0.5 | Marijn Schouten | -1/+1 |
| 2025-07-08 | add post-dist test for checking that we use LLD | Rémy Rakic | -0/+3 |
| 2025-07-08 | Merge pull request #4454 from RalfJung/data_structure | Oli Scherer | -25/+26 |
| 2025-07-08 | Merge from rustc | Ralf Jung | -745/+1359 |
| 2025-07-08 | Preparing for merge from rustc | Ralf Jung | -1/+1 |
| 2025-07-08 | Merge pull request #20192 from ChayimFriedman2/link-type-panic | Lukas Wirth | -3/+30 |
| 2025-07-07 | Account for const stability in clippy when checking constness | Esteban Küber | -6/+14 |
| 2025-07-07 | Make `Default` const and add some `const Default` impls | Esteban Küber | -10/+4 |
| 2025-07-07 | Auto merge of #143601 - matthiaskrgr:rollup-9iw2sqk, r=matthiaskrgr | bors | -25/+25 |
| 2025-07-07 | Merge pull request #20180 from ChayimFriedman2/parser-stuck | Lukas Wirth | -8/+50 |
| 2025-07-07 | Rollup merge of #143340 - nabijaczleweli:awhile, r=mati865 | Matthias Krüger | -25/+25 |
| 2025-07-07 | Fix a case where the link type was `None` | Chayim Refael Friedman | -3/+30 |
| 2025-07-07 | Auto merge of #143182 - xdoardo:more-addrspace, r=workingjubilee | bors | -10/+11 |
| 2025-07-07 | move our data structures into a central location | Ralf Jung | -25/+26 |
| 2025-07-07 | Merge pull request #20185 from ChayimFriedman2/variant-symbols | David Barsky | -0/+75 |
| 2025-07-07 | Rollup merge of #143528 - RalfJung:stack-pop-cleanup, r=oli-obk | 许杰友 Jieyou Xu (Joe) | -16/+16 |
| 2025-07-07 | Auto merge of #143565 - lnicola:sync-from-ra, r=lnicola | bors | -668/+1281 |
| 2025-07-07 | compiler: Parse `p-` specs in datalayout string, allow definition of custom d... | Edoardo Marangoni | -10/+11 |
| 2025-07-07 | Merge pull request #4450 from RalfJung/unwind-payloads | Ralf Jung | -157/+169 |
| 2025-07-07 | split unwinding logic from panic logic | Ralf Jung | -152/+164 |
| 2025-07-07 | Merge from rustc | The Miri Cronjob Bot | -110/+565 |