| Age | Commit message (Expand) | Author | Lines |
| 2025-06-19 | Auto merge of #139244 - jieyouxu:exp/auto-cross-run-make, r=Kobzol | bors | -98/+148 |
| 2025-06-18 | Rollup merge of #142639 - dpaoliello:needcolon, r=WaffleLapkin | Trevor Gross | -1/+1 |
| 2025-06-18 | Rollup merge of #142606 - azhogin:azhogin/async-drop-without-sync-drop-error,... | Trevor Gross | -0/+29 |
| 2025-06-18 | Rollup merge of #142524 - rust-lang:cargo_update, r=Mark-Simulacrum | Trevor Gross | -1/+1 |
| 2025-06-18 | Rollup merge of #142507 - folkertdev:fn-align-align-attribute, r=jdonszelmann | Trevor Gross | -68/+161 |
| 2025-06-18 | Rollup merge of #140247 - BoxyUwU:iats_no_query_cycles, r=lcnr | Trevor Gross | -161/+364 |
| 2025-06-19 | Adjust some run-make tests on cross-compile | Jieyou Xu | -79/+143 |
| 2025-06-18 | Auto merge of #142689 - Urgau:rollup-4ho6835, r=Urgau | bors | -0/+128 |
| 2025-06-18 | Rollup merge of #142377 - Urgau:unremap-rustc-dev, r=jieyouxu | Urgau | -0/+63 |
| 2025-06-18 | Reviews | Boxy | -7/+13 |
| 2025-06-18 | Rollup merge of #141610 - BoxyUwU:stabilize_generic_arg_infer, r=lcnr,travisc... | Jakub Beránek | -319/+100 |
| 2025-06-18 | Rollup merge of #140774 - workingjubilee:should-force-frame-pointers-favor-th... | Jakub Beránek | -0/+61 |
| 2025-06-18 | Implement lint against direct uses of rustc_type_ir in compiler crates | Romain Perier | -0/+65 |
| 2025-06-18 | Enable automatic cross-compilation in run-make tests | Jakub Beránek | -19/+5 |
| 2025-06-18 | add `#[align]` attribute | Folkert de Vries | -68/+161 |
| 2025-06-18 | Auto merge of #141061 - dpaoliello:shimasfn, r=bjorn3 | bors | -24/+31 |
| 2025-06-18 | Auto merge of #138165 - jdonszelmann:inline, r=oli-obk | bors | -276/+462 |
| 2025-06-18 | Auto merge of #130887 - Soveu:repeatn, r=scottmcm | bors | -3/+4 |
| 2025-06-18 | AsyncDrop trait without sync Drop generates an error | Andrew Zhogin | -0/+29 |
| 2025-06-17 | fix clippy | Jana Dönszelmann | -3/+3 |
| 2025-06-17 | make error codes reflect reality better | Jana Dönszelmann | -237/+216 |
| 2025-06-17 | Rollup merge of #142631 - xizheyin:142143, r=Urgau | Jacob Pratt | -0/+29 |
| 2025-06-17 | Rollup merge of #142371 - fee1-dead-contrib:push-xqlkumzurkus, r=petrochenkov | Jacob Pratt | -6/+5 |
| 2025-06-17 | Rollup merge of #142100 - lolbinarycat:rustdoc-srcIndex-138467, r=GuillaumeGomez | Jacob Pratt | -3/+0 |
| 2025-06-17 | Rollup merge of #141608 - moatom:proc_macro-140238, r=dtolnay | Jacob Pratt | -59/+192 |
| 2025-06-17 | use consistent attr errors in all attribute parsers | Jana Dönszelmann | -45/+167 |
| 2025-06-17 | fix bugs in inline/force_inline and diagnostics of all attr parsers | Jana Dönszelmann | -132/+217 |
| 2025-06-17 | Add a missing colon at the end of the expected panic message in location-deta... | Daniel Paoliello | -1/+1 |
| 2025-06-17 | Auto merge of #142613 - workingjubilee:rollup-yuod2hg, r=workingjubilee | bors | -186/+175 |
| 2025-06-18 | Dont suggest remove semi inside macro expansion for redundant semi lint | xizheyin | -1/+1 |
| 2025-06-17 | Auto merge of #137944 - davidtwco:sized-hierarchy, r=oli-obk | bors | -417/+2797 |
| 2025-06-17 | Add test suggest-remove-semi-in-macro-expansion-issue-142143.rs | xizheyin | -0/+29 |
| 2025-06-17 | Dont replace escaping bound vars in item sigs | Boxy | -76/+15 |
| 2025-06-17 | rebase | Boxy | -56/+0 |
| 2025-06-17 | Test whether we use DeepRejectCtxt | Boxy | -0/+54 |
| 2025-06-17 | Don't build `ParamEnv` and do trait solving in `ItemCtxt`s | Boxy | -122/+382 |
| 2025-06-17 | Rollup merge of #142595 - workingjubilee:revert-warning-138139, r=ChrisDenton | Jubilee | -19/+0 |
| 2025-06-17 | Rollup merge of #142587 - compiler-errors:try-visit-expr-fields, r=jieyouxu | Jubilee | -1/+20 |
| 2025-06-17 | Rollup merge of #142584 - Urgau:span-borrowck-139049, r=fmease | Jubilee | -116/+64 |
| 2025-06-17 | Rollup merge of #142570 - jieyouxu:disunion, r=estebank | Jubilee | -26/+74 |
| 2025-06-16 | tests: remove define so dso_local attr does not disrupt test | Jubilee Young | -1/+1 |
| 2025-06-17 | Don't match on platform-specific directory not found message | Jieyou Xu | -6/+2 |
| 2025-06-17 | Refine run-make test ignores due to unpredictable `i686-pc-windows-gnu` unwin... | Jieyou Xu | -18/+15 |
| 2025-06-16 | rustdoc: make srcIndex no longer a global variable | binarycat | -3/+0 |
| 2025-06-17 | Reject union default field values | Jieyou Xu | -20/+62 |
| 2025-06-16 | rustdoc: `PointeeSized` bounds with extern types | David Wood | -1/+1 |
| 2025-06-16 | rustdoc: `{Meta,Pointee,}Sized` in non-minicore | David Wood | -21/+109 |
| 2025-06-16 | trait_sel: skip `nominal_obligations` for `Sized` | David Wood | -36/+4 |
| 2025-06-16 | trait_sel: skip elaboration of sizedness supertrait | David Wood | -28/+116 |
| 2025-06-16 | tests: bless remaining tests | David Wood | -25/+135 |