| Age | Commit message (Expand) | Author | Lines |
| 2025-06-12 | Ignore ast id hashes in typos check | Chayim Refael Friedman | -0/+1 |
| 2025-06-12 | Remove most of the item tree | Chayim Refael Friedman | -443/+52 |
| 2025-06-12 | Avoid referring to the item tree except in the def map | Chayim Refael Friedman | -955/+981 |
| 2025-06-12 | Use stable AST IDs | Chayim Refael Friedman | -556/+1230 |
| 2025-06-11 | Merge pull request #19975 from davidbarsky/davidbarsky/test-trait-solve-inval... | Chayim Refael Friedman | -1/+87 |
| 2025-06-11 | hir-ty: test (the absence of) incremental trait solving | David Barsky | -1/+87 |
| 2025-06-11 | Merge pull request #19973 from Veykril/push-ppltxvqvqmkk | Lukas Wirth | -3/+9 |
| 2025-06-11 | fix: Hide dyn inlay hints for incomplete `impl`s | Lukas Wirth | -3/+9 |
| 2025-06-11 | Merge pull request #19970 from ChayimFriedman2/proc-macro-srv-minus | Lukas Wirth | -31/+26 |
| 2025-06-11 | Fix proc macro server handling of strings with minuses | Chayim Refael Friedman | -31/+26 |
| 2025-06-10 | Merge pull request #19964 from Wilfred/fix_typos | Chayim Refael Friedman | -2/+2 |
| 2025-06-10 | [minor] Fix typos | Wilfred Hughes | -2/+2 |
| 2025-06-10 | Merge pull request #19963 from ChayimFriedman2/unsized-impl-items | Lukas Wirth | -3/+64 |
| 2025-06-10 | Do not error at impls for unsized types that do not include `where Self: Size... | Chayim Refael Friedman | -3/+64 |
| 2025-06-09 | Merge pull request #19930 from regexident/dyn-semantics-take-two | David Barsky | -2/+18 |
| 2025-06-09 | Merge pull request #19954 from lnicola/sync-from-rust | Laurențiu Nicola | -37427/+107501 |
| 2025-06-09 | Merge from rust-lang/rust | Laurențiu Nicola | -37426/+107500 |
| 2025-06-09 | Preparing for merge from rust-lang/rust | Laurențiu Nicola | -1/+1 |
| 2025-06-09 | Auto merge of #142234 - matthiaskrgr:rollup-kg5wibu, r=matthiaskrgr | bors | -45/+152 |
| 2025-06-09 | Rollup merge of #142224 - joshtriplett:remove-gratuitous-wait-in-stress-test,... | Matthias Krüger | -6/+16 |
| 2025-06-09 | Rollup merge of #142218 - ojeda:rfl, r=Kobzol | Matthias Krüger | -2/+1 |
| 2025-06-09 | Rollup merge of #142211 - Kobzol:try-fast-submodule-checkout, r=Mark-Simulacrum | Matthias Krüger | -0/+8 |
| 2025-06-09 | Rollup merge of #142191 - bvanjoi:issue-135863, r=compiler-errors | Matthias Krüger | -18/+43 |
| 2025-06-09 | Rollup merge of #142160 - Urgau:check-cfg-bootstrap-only-rustc, r=Kobzol | Matthias Krüger | -9/+14 |
| 2025-06-09 | Rollup merge of #141751 - jieyouxu:remap, r=Kobzol | Matthias Krüger | -10/+70 |
| 2025-06-09 | Do not checkout GCC submodule for the tidy job | Jakub Beránek | -0/+8 |
| 2025-06-09 | Auto merge of #141435 - RalfJung:unsupported_calling_conventions, r=workingju... | bors | -358/+1510 |
| 2025-06-08 | Avoid a gratuitous 10s wait in a stress test | Josh Triplett | -6/+16 |
| 2025-06-09 | Auto merge of #142220 - workingjubilee:rollup-idgfpof, r=workingjubilee | bors | -773/+629 |
| 2025-06-08 | Rollup merge of #142210 - Kobzol:tidy-auto-builds, r=Mark-Simulacrum | Jubilee | -0/+4 |
| 2025-06-08 | Rollup merge of #142199 - Kobzol:tidy-speed-up, r=Mark-Simulacrum | Jubilee | -0/+1 |
| 2025-06-08 | Rollup merge of #142194 - bjorn3:less_unstable_features, r=jieyouxu | Jubilee | -28/+1 |
| 2025-06-08 | Rollup merge of #142183 - Kivooeo:30904-test, r=compiler-errors | Jubilee | -0/+53 |
| 2025-06-08 | Rollup merge of #142179 - folkertdev:min-global-align-parse, r=workingjubilee | Jubilee | -63/+37 |
| 2025-06-08 | Rollup merge of #142171 - Kivooeo:tf7, r=workingjubilee | Jubilee | -19/+18 |
| 2025-06-08 | Rollup merge of #142162 - RalfJung:unsafe-pinned-get, r=workingjubilee,travis... | Jubilee | -17/+16 |
| 2025-06-08 | Rollup merge of #142132 - Kivooeo:tf6, r=workingjubilee | Jubilee | -79/+45 |
| 2025-06-08 | Rollup merge of #142108 - workingjubilee:track-caller-in-abi-map, r=jieyouxu | Jubilee | -0/+1 |
| 2025-06-08 | Rollup merge of #142089 - bjorn3:sysroot_handling_cleanup3, r=petrochenkov | Jubilee | -69/+33 |
| 2025-06-08 | Rollup merge of #142053 - heiher:loong32-none, r=wesleywiser | Jubilee | -53/+181 |
| 2025-06-08 | Rollup merge of #141803 - workingjubilee:remove-pref-align, r=bjorn3 | Jubilee | -445/+239 |
| 2025-06-08 | compiler: add Deref to AbiAlign to ease transition | Jubilee Young | -1/+9 |
| 2025-06-08 | Remove rustc's notion of "preferred" alignment AKA `__alignof` | Jubilee Young | -444/+230 |
| 2025-06-08 | Auto merge of #142008 - RalfJung:const-eval-error-here, r=oli-obk | bors | -952/+938 |
| 2025-06-08 | Merge pull request #19949 from ChayimFriedman2/stabilize-json | Chayim Refael Friedman | -0/+1 |
| 2025-06-09 | Stabilize the "JSON is not Rust" diagnostic | Chayim Refael Friedman | -0/+1 |
| 2025-06-08 | Auto merge of #141700 - RalfJung:atomic-intrinsics-part2, r=bjorn3 | bors | -1950/+1076 |
| 2025-06-08 | CI: rfl: move job forward to Linux v6.16-rc1 | Miguel Ojeda | -2/+1 |
| 2025-06-08 | Run `mingw-check-tidy` on auto builds | Jakub Beránek | -0/+4 |
| 2025-06-08 | try to manually bless windows test output | Ralf Jung | -2/+37 |