| 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-12 | Auto merge of #138052 - lqd:lld-linker-messages, r=jieyouxu | bors | -2/+3 |
| 2025-03-11 | Auto merge of #138366 - matthiaskrgr:rollup-cn16m7q, r=matthiaskrgr | bors | -53/+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 | -8/+21 |
| 2025-03-11 | Rollup merge of #138256 - compiler-errors:anon-const-ty, r=BoxyUwU | Matthias Krüger | -5/+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 | -2228/+2501 |
| 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 | -17/+12 |
| 2025-03-11 | Rollup merge of #137967 - mustartt:fix-aix-test-hangs, r=workingjubilee | Jakub Beránek | -3/+10 |
| 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 | -2228/+2396 |
| 2025-03-11 | Fix ICE for invalid return activity and proper error handling | Marcelo Domínguez | -30/+74 |
| 2025-03-11 | Auto merge of #135651 - arjunr2:master, r=davidtwco | bors | -1/+17 |
| 2025-03-11 | add more -Z crate-attr tests | jyn | -0/+108 |
| 2025-03-11 | Auto merge of #136932 - m-ou-se:fmt-width-precision-u16, r=scottmcm | bors | -6/+445 |
| 2025-03-10 | Target definition for `wasm32-wali-linux-musl` to support the Wasm Linux | Arjun Ramesh | -1/+17 |
| 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 | -38/+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 | -38/+19 |
| 2025-03-10 | Update tests. | Mara Bos | -6/+445 |
| 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 | -17/+12 |
| 2025-03-10 | doctests: build test bundle and harness separately | Michael Howell | -2/+71 |
| 2025-03-09 | Do not feed anon const a type that references generics that it does not have | Michael Goulet | -5/+59 |
| 2025-03-09 | Do not write user type annotation for const param value path | Michael Goulet | -8/+21 |
| 2025-03-09 | Rollup merge of #138263 - beetrees:fix-repr128-dwarf, r=jieyouxu | Matthias Krüger | -7/+8 |
| 2025-03-09 | Rollup merge of #138253 - mu001999-contrib:fix-138241, r=jdonszelmann | Matthias Krüger | -0/+36 |
| 2025-03-09 | Rollup merge of #122790 - Zoxc:dllimp-rev, r=ChrisDenton | Matthias Krüger | -28/+0 |
| 2025-03-09 | chore: Fix some comments | StevenMia | -1/+1 |
| 2025-03-09 | Rollup merge of #138242 - tshepang:that-stage0-has-arrived, r=jieyouxu | Matthias Krüger | -8/+6 |
| 2025-03-09 | Rollup merge of #138192 - matthiaskrgr:crashes_mar, r=jieyouxu | Matthias Krüger | -0/+569 |
| 2025-03-09 | Rollup merge of #138158 - moulins:move-layout-to-rustc_abi, r=workingjubilee | Matthias Krüger | -7/+4 |