| Age | Commit message (Expand) | Author | Lines |
| 2025-02-13 | Rework collapse method to work correctly with more complex supertrait graphs | Michael Goulet | -0/+219 |
| 2025-02-13 | Implement shadowing lint | Michael Goulet | -0/+100 |
| 2025-02-13 | Implement RFC 3624 supertrait_item_shadowing | Michael Goulet | -0/+79 |
| 2025-02-12 | Split out the `extern_system_varargs` feature | Jubilee Young | -36/+31 |
| 2025-02-13 | Use BikeshedGuaranteedNotDrop in unsafe binder type WF too | Michael Goulet | -79/+38 |
| 2025-02-13 | Implement and use BikeshedGuaranteedNoDrop for union/unsafe field validity | Michael Goulet | -2/+16 |
| 2025-02-13 | Use core stubs in some CMSE tests | Michael Goulet | -20/+19 |
| 2025-02-13 | Auto merge of #136954 - jhpratt:rollup-koefsot, r=jhpratt | bors | -201/+152 |
| 2025-02-13 | Improved named region errors | Michael Goulet | -17/+33 |
| 2025-02-12 | Rollup merge of #135841 - oli-obk:push-qxlnokwrkkym, r=compiler-errors | Jacob Pratt | -61/+85 |
| 2025-02-12 | Rollup merge of #134090 - veluca93:stable-tf11, r=oli-obk | Jacob Pratt | -140/+67 |
| 2025-02-12 | Use the right binder for rebinding PolyTraitRef | Michael Goulet | -0/+18 |
| 2025-02-12 | Auto merge of #135994 - 1c3t3a:rename-unsafe-ptr, r=oli-obk | bors | -1/+1 |
| 2025-02-12 | Rollup merge of #136901 - workingjubilee:stabilize-externabi-hashing-forever,... | Guillaume Gomez | -4/+4 |
| 2025-02-12 | Rollup merge of #136838 - compiler-errors:escaping-unsize, r=fmease | Guillaume Gomez | -0/+41 |
| 2025-02-12 | Auto merge of #135336 - tshepang:patch-5, r=jieyouxu | bors | -6/+4 |
| 2025-02-12 | Auto merge of #136918 - GuillaumeGomez:rollup-f6h21gg, r=GuillaumeGomez | bors | -10/+29 |
| 2025-02-12 | Rollup merge of #136900 - workingjubilee:format-externabi-directly, r=oli-obk | Guillaume Gomez | -9/+9 |
| 2025-02-12 | Rollup merge of #134981 - estebank:issue-93993, r=BoxyUwU | Guillaume Gomez | -1/+20 |
| 2025-02-12 | Auto merge of #136897 - workingjubilee:revert-unfcped-stab, r=WaffleLapkin | bors | -5/+78 |
| 2025-02-12 | Auto merge of #136905 - matthiaskrgr:rollup-8zwcgta, r=matthiaskrgr | bors | -183/+223 |
| 2025-02-12 | Rollup merge of #136891 - compiler-errors:unconstrained-anon-lt, r=lqd | Matthias Krüger | -0/+18 |
| 2025-02-12 | Rollup merge of #136884 - compiler-errors:fn-zst, r=BoxyUwU | Matthias Krüger | -0/+32 |
| 2025-02-12 | Rollup merge of #136646 - oli-obk:pattern-types-ast, r=BoxyUwU | Matthias Krüger | -149/+54 |
| 2025-02-12 | Rollup merge of #136193 - oli-obk:pattern-type-ffi-checks, r=chenyukang | Matthias Krüger | -22/+83 |
| 2025-02-12 | Rollup merge of #135965 - estebank:shorten-ty-sugg, r=lcnr | Matthias Krüger | -12/+36 |
| 2025-02-11 | compiler: compare and hash ExternAbi like its string | Jubilee Young | -4/+4 |
| 2025-02-12 | Auto merge of #136074 - compiler-errors:deeply-normalize-next-solver, r=lcnr | bors | -3/+104 |
| 2025-02-11 | compiler: replace ExternAbi::name calls with formatters | Jubilee Young | -9/+9 |
| 2025-02-12 | clarify | Tshepang Mbambo | -3/+3 |
| 2025-02-12 | test cli functionality in all targets | Tshepang Mbambo | -3/+1 |
| 2025-02-12 | Fix diagnostic when using = instead of : in let bindings | yukang | -0/+51 |
| 2025-02-11 | Revert "Stabilize `extended_varargs_abi_support`" | Jubilee Young | -5/+78 |
| 2025-02-11 | Remove some the spans pointing at the enum in the path and its generic args | Esteban Küber | -21/+18 |
| 2025-02-11 | Explain that in paths generics can't be set on both the enum and the variant | Esteban Küber | -19/+41 |
| 2025-02-11 | Check sig for errors before checking for unconstrained anonymous lifetime | Michael Goulet | -0/+18 |
| 2025-02-11 | Always perform discr read for never pattern in EUV | Michael Goulet | -0/+16 |
| 2025-02-11 | Deeply normalize signature in new solver | Michael Goulet | -3/+54 |
| 2025-02-11 | Deeply normalize in impl header | Michael Goulet | -0/+28 |
| 2025-02-11 | Deeply normalize args for implied bounds | Michael Goulet | -0/+22 |
| 2025-02-11 | Lower fn items as ZST valtrees and delay a bug | Michael Goulet | -0/+32 |
| 2025-02-11 | Rollup merge of #136239 - folkertdev:show-supported-register-classes, r=Sparr... | Matthias Krüger | -0/+8 |
| 2025-02-11 | Auto merge of #136851 - jhpratt:rollup-ftijn95, r=jhpratt | bors | -28/+35 |
| 2025-02-11 | Reject `impl Trait` bounds in various places where we unconditionally warned ... | Oli Scherer | -61/+85 |
| 2025-02-11 | Handle pattern types wrapped in `Option` in FFI checks | Oli Scherer | -49/+3 |
| 2025-02-11 | Add a TyPat in the AST to reuse the generic arg lowering logic | Oli Scherer | -149/+54 |
| 2025-02-11 | Correctly handle pattern types in FFI redeclaration lints | Oli Scherer | -30/+4 |
| 2025-02-11 | Correctly handle pattern types in FFI safety | Oli Scherer | -39/+9 |
| 2025-02-11 | Add ffi tests for pattern types | Oli Scherer | -22/+185 |
| 2025-02-11 | Rollup merge of #136837 - compiler-errors:contracts-body-lowering, r=celinval | Jacob Pratt | -0/+29 |