| Age | Commit message (Expand) | Author | Lines |
| 2025-06-18 | Auto merge of #141061 - dpaoliello:shimasfn, r=bjorn3 | bors | -98/+114 |
| 2025-06-18 | Auto merge of #138165 - jdonszelmann:inline, r=oli-obk | bors | -340/+697 |
| 2025-06-17 | fix clippy | Jana Dönszelmann | -11/+6 |
| 2025-06-17 | make error codes reflect reality better | Jana Dönszelmann | -104/+195 |
| 2025-06-17 | Rollup merge of #142635 - bjorn3:add_back_wasm_spec_abi, r=workingjubilee | Jacob Pratt | -0/+11 |
| 2025-06-17 | Rollup merge of #142631 - xizheyin:142143, r=Urgau | Jacob Pratt | -7/+21 |
| 2025-06-17 | Rollup merge of #142608 - workingjubilee:redescribe-rustc_target-more-accurat... | Jacob Pratt | -22/+25 |
| 2025-06-17 | Rollup merge of #142588 - ZuseZ4:generic-ctx-imprv, r=oli-obk | Jacob Pratt | -9/+6 |
| 2025-06-17 | Rollup merge of #142371 - fee1-dead-contrib:push-xqlkumzurkus, r=petrochenkov | Jacob Pratt | -36/+54 |
| 2025-06-17 | use consistent attr errors in all attribute parsers | Jana Dönszelmann | -109/+141 |
| 2025-06-17 | fix bugs in inline/force_inline and diagnostics of all attr parsers | Jana Dönszelmann | -107/+352 |
| 2025-06-17 | convert entire codebase to parsed inline attrs | Jana Dönszelmann | -88/+67 |
| 2025-06-17 | implement rustc_force_inline parser | Jana Dönszelmann | -2/+5 |
| 2025-06-17 | implement inline parser | Jonathan Dönszelmann | -4/+16 |
| 2025-06-17 | Auto merge of #142613 - workingjubilee:rollup-yuod2hg, r=workingjubilee | bors | -57/+89 |
| 2025-06-17 | Temporarily add back -Zwasm-c-abi=spec | bjorn3 | -0/+11 |
| 2025-06-18 | Dont suggest remove semi inside macro expansion for redundant semi lint | xizheyin | -7/+21 |
| 2025-06-17 | Auto merge of #137944 - davidtwco:sized-hierarchy, r=oli-obk | bors | -391/+1001 |
| 2025-06-17 | Rollup merge of #142598 - ostylk:fix/ppc64_llvmabi, r=nikic,workingjubilee | Jubilee | -0/+26 |
| 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 | -3/+3 |
| 2025-06-17 | Rollup merge of #142586 - compiler-errors:remove-visit-struct-field-def, r=fm... | Jubilee | -18/+2 |
| 2025-06-17 | Rollup merge of #142584 - Urgau:span-borrowck-139049, r=fmease | Jubilee | -4/+1 |
| 2025-06-17 | Rollup merge of #142570 - jieyouxu:disunion, r=estebank | Jubilee | -10/+41 |
| 2025-06-17 | Rollup merge of #142542 - cjgillot:invalidate-simplify-cfg, r=SparrowLii | Jubilee | -3/+16 |
| 2025-06-16 | compiler: Redescribe rustc_target search algo more accurately | Jubilee Young | -14/+7 |
| 2025-06-16 | compiler: Redescribe rustc_target::spec more accurately | Jubilee Young | -8/+18 |
| 2025-06-17 | Reject union default field values | Jieyou Xu | -10/+41 |
| 2025-06-16 | cranelift/gcc: `{Meta,Pointee,}Sized` in minicore | David Wood | -60/+72 |
| 2025-06-16 | trait_sel: skip `nominal_obligations` for `Sized` | David Wood | -0/+8 |
| 2025-06-16 | trait_sel: skip elaboration of sizedness supertrait | David Wood | -12/+152 |
| 2025-06-16 | trait_sel: extend fast path with sized hierarchy | David Wood | -23/+47 |
| 2025-06-16 | middle: print `{Meta,Pointee}Sized` in opaques | David Wood | -5/+31 |
| 2025-06-16 | trait_sel: print `{Meta,Pointee}Sized` impl headers | David Wood | -16/+46 |
| 2025-06-16 | trait_sel: sort `{Meta,Pointee}Sized` diagnostics last | David Wood | -10/+17 |
| 2025-06-16 | trait_sel: `MetaSized` bounds in dispatchable check | David Wood | -8/+15 |
| 2025-06-16 | trait_sel: stash `{Meta,Pointee}Sized` errors | David Wood | -1/+4 |
| 2025-06-16 | hir_analysis: add `{Meta,Pointee}Sized` bounds | David Wood | -142/+323 |
| 2025-06-16 | lint: don't consider sizedness in upcastable lint | David Wood | -1/+2 |
| 2025-06-16 | library/compiler: add `PointeeSized` bounds | David Wood | -24/+53 |
| 2025-06-16 | add and use generic get_const_int function | Manuel Drehwald | -7/+4 |
| 2025-06-16 | indicate ppc64 elf abi in e_flags | ostylk | -0/+18 |
| 2025-06-16 | explicitly set llvm_abiname option on existing ppc64 targets | ostylk | -0/+8 |
| 2025-06-16 | Revert overeager warning for misuse of `--print native-static-libs` | Jubilee Young | -19/+0 |
| 2025-06-16 | Fix some unused fields in AST visitor | Michael Goulet | -2/+2 |
| 2025-06-16 | Handle same-crate macro for borrowck semicolon suggestion | Urgau | -4/+1 |
| 2025-06-16 | Rollup merge of #142573 - lcnr:search_graph-3, r=lqd | Jakub Beránek | -17/+6 |
| 2025-06-16 | Rollup merge of #142554 - nnethercote:fix-PathSource-lifetimes, r=petrochenkov | Jakub Beránek | -33/+33 |
| 2025-06-16 | Rollup merge of #142498 - GrigorenkoPV:as-ptr-refactor, r=jdonszelmann | Jakub Beránek | -13/+41 |
| 2025-06-16 | Rollup merge of #142341 - xizheyin:142311, r=fee1-dead | Jakub Beránek | -17/+28 |