| Age | Commit message (Expand) | Author | Lines |
| 2025-03-17 | Document `#![register_tool]` | jyn | -0/+24 |
| 2025-03-12 | Rollup merge of #138360 - Urgau:fix-fp-expr_or_init, r=wesleywiser | Matthias Krüger | -62/+44 |
| 2025-03-12 | Rollup merge of #138174 - compiler-errors:elaborate-unsize-self-pred, r=BoxyUwU | Matthias Krüger | -5/+93 |
| 2025-03-11 | Auto merge of #138366 - matthiaskrgr:rollup-cn16m7q, r=matthiaskrgr | bors | -40/+624 |
| 2025-03-11 | Fix false-positive in `expr_or_init` and in the `invalid_from_utf8` lint | Urgau | -62/+44 |
| 2025-03-11 | Rollup merge of #138284 - compiler-errors:const-param-ty-annotation, r=BoxyUwU | Matthias Krüger | -0/+21 |
| 2025-03-11 | Rollup merge of #138256 - compiler-errors:anon-const-ty, r=BoxyUwU | Matthias Krüger | -0/+59 |
| 2025-03-11 | Rollup merge of #138231 - Sa4dUs:autodiff-ice, r=ZuseZ4 | Matthias Krüger | -30/+74 |
| 2025-03-11 | Rollup merge of #137715 - oli-obk:pattern-type-literals, r=BoxyUwU | Matthias Krüger | -10/+470 |
| 2025-03-11 | Auto merge of #128440 - oli-obk:defines, r=lcnr | bors | -2131/+2404 |
| 2025-03-11 | Elaborate param-env built for checking DispatchFromDyn for dyn compat | Michael Goulet | -5/+93 |
| 2025-03-11 | Rollup merge of #138300 - RalfJung:unqualified-local-imports, r=jieyouxu | Jakub Beránek | -0/+1 |
| 2025-03-11 | Rollup merge of #138288 - jyn514:crate-attr, r=Noratrieb | Jakub Beránek | -0/+108 |
| 2025-03-11 | Rollup merge of #138063 - compiler-errors:improve-attr-unpretty, r=jdonszelmann | Jakub Beránek | -14/+9 |
| 2025-03-11 | Rollup merge of #137967 - mustartt:fix-aix-test-hangs, r=workingjubilee | Jakub Beránek | -3/+9 |
| 2025-03-11 | Error on `define_opaques` entries without any opaques actually referenced | Oli Scherer | -2/+9 |
| 2025-03-11 | Keep items around even if builtin macros on them fail to parse | Oli Scherer | -9/+1 |
| 2025-03-11 | Test invalid `define_opaques` attributes | Oli Scherer | -0/+106 |
| 2025-03-11 | Implement `#[define_opaque]` attribute for functions. | Oli Scherer | -2131/+2299 |
| 2025-03-11 | Fix ICE for invalid return activity and proper error handling | Marcelo Domínguez | -30/+74 |
| 2025-03-11 | add more -Z crate-attr tests | jyn | -0/+108 |
| 2025-03-11 | Auto merge of #138302 - matthiaskrgr:rollup-an2up80, r=matthiaskrgr | bors | -7/+83 |
| 2025-03-10 | Rollup merge of #138278 - Bryanskiy:delegation-ice-1, r=petrochenkov | Matthias Krüger | -0/+19 |
| 2025-03-10 | Pass InferCtxt to InlineAsmCtxt to properly taint on error | Michael Goulet | -14/+49 |
| 2025-03-10 | Delegation: fix ICE with invalid MethodCall generation | Bryanskiy | -0/+19 |
| 2025-03-10 | Allow int literals for pattern types with int base types | Oli Scherer | -128/+35 |
| 2025-03-10 | Add tests for pattern type literals | Oli Scherer | -0/+419 |
| 2025-03-10 | Reject wrapping ranges of pattern types | Oli Scherer | -106/+13 |
| 2025-03-10 | Add some layout tests for pattern type edge cases | Oli Scherer | -2/+229 |
| 2025-03-10 | Rollup merge of #138270 - StevenMia:master, r=compiler-errors | Matthias Krüger | -1/+1 |
| 2025-03-10 | Rollup merge of #138238 - compiler-errors:dyn-suggestion-in-struct, r=nnether... | Matthias Krüger | -5/+56 |
| 2025-03-10 | Rollup merge of #137926 - Kobzol:lld-no-start-stop-test, r=lqd | Matthias Krüger | -0/+25 |
| 2025-03-10 | Rollup merge of #137279 - estebank:codegen-structured-errors, r=nnethercote | Matthias Krüger | -1/+1 |
| 2025-03-10 | add tracking issue for unqualified_local_imports | Ralf Jung | -0/+1 |
| 2025-03-10 | Fix pretty printing of parsed attrs in hir_pretty | Michael Goulet | -14/+9 |
| 2025-03-09 | Do not feed anon const a type that references generics that it does not have | Michael Goulet | -0/+59 |
| 2025-03-09 | Do not write user type annotation for const param value path | Michael Goulet | -0/+21 |
| 2025-03-09 | Rollup merge of #138253 - mu001999-contrib:fix-138241, r=jdonszelmann | Matthias Krüger | -0/+36 |
| 2025-03-09 | chore: Fix some comments | StevenMia | -1/+1 |
| 2025-03-09 | Rollup merge of #138158 - moulins:move-layout-to-rustc_abi, r=workingjubilee | Matthias Krüger | -7/+4 |
| 2025-03-09 | Rollup merge of #137319 - Kixunil:stabilize-const-vec-string-slice, r=dtolnay | Matthias Krüger | -1/+1 |
| 2025-03-09 | Rollup merge of #136968 - oli-obk:bye-bye, r=compiler-errors | Matthias Krüger | -160/+30 |
| 2025-03-09 | Rollup merge of #136127 - WaffleLapkin:dyn_ptr_unwrap_cast, r=compiler-errors | Matthias Krüger | -0/+377 |
| 2025-03-09 | continue to check attr if meet empty repr for adt | Mu001999 | -0/+36 |
| 2025-03-08 | Auto merge of #137502 - compiler-errors:global-asm-aint-mir-body, r=oli-obk | bors | -0/+46 |
| 2025-03-08 | Fix suggestion when there are generics, inline some things | Michael Goulet | -1/+20 |
| 2025-03-08 | Rework maybe_suggest_add_generic_impl_trait | Michael Goulet | -5/+37 |
| 2025-03-08 | Add test for garbage collection of encapsulation symbols | Jakub Beránek | -0/+25 |
| 2025-03-08 | Stabilize `const_vec_string_slice` | Martin Habovstiak | -1/+1 |
| 2025-03-08 | bless tests | Waffle Lapkin | -235/+66 |