| Age | Commit message (Expand) | Author | Lines |
| 2025-04-02 | Auto merge of #138478 - nnethercote:rm-NtExpr-NtLiteral, r=petrochenkov | bors | -422/+671 |
| 2025-04-02 | Fix problem causing `rusqlite` compilation to OOM. | Nicholas Nethercote | -0/+133 |
| 2025-04-02 | Fix a problem with metavars and inner attributes. | Nicholas Nethercote | -0/+14 |
| 2025-04-02 | Remove `NtExpr` and `NtLiteral`. | Nicholas Nethercote | -422/+524 |
| 2025-04-01 | Rollup merge of #139193 - compiler-errors:inline-synthetic, r=eholk | Matthias Krüger | -0/+28 |
| 2025-04-01 | Rollup merge of #139022 - lcnr:incr-obligation-depth, r=oli-obk | Matthias Krüger | -34/+32 |
| 2025-04-01 | Rollup merge of #138790 - xizheyin:issue-138626, r=compiler-errors | Matthias Krüger | -2/+123 |
| 2025-04-01 | Auto merge of #138492 - lcnr:rm-inline_const_pat, r=oli-obk | bors | -833/+95 |
| 2025-04-01 | Auto merge of #138740 - nnethercote:ast-ItemKind-idents, r=fmease | bors | -40/+53 |
| 2025-04-01 | Address review comments. | Nicholas Nethercote | -3/+4 |
| 2025-04-01 | Move `ast::Item::ident` into `ast::ItemKind`. | Nicholas Nethercote | -39/+39 |
| 2025-04-01 | Ignore `#[test_case]` on anything other than `fn`/`const`/`static`. | Nicholas Nethercote | -1/+13 |
| 2025-03-31 | increment depth of nested obligations | lcnr | -34/+32 |
| 2025-03-31 | Feed HIR for by-move coroutine body def, since the inliner tries to read its ... | Michael Goulet | -0/+28 |
| 2025-03-31 | Rollup merge of #139176 - m-ou-se:print3, r=compiler-errors | Matthias Krüger | -73/+0 |
| 2025-03-31 | Rollup merge of #138840 - jyn514:precedence-order, r=wesleywiser | Matthias Krüger | -0/+152 |
| 2025-03-31 | Auto merge of #139169 - matthiaskrgr:rollup-nfy4aew, r=matthiaskrgr | bors | -11/+278 |
| 2025-03-31 | Remove fragile equal-pointers-unequal/*/print3.rs tests. | Mara Bos | -73/+0 |
| 2025-03-31 | Rollup merge of #139153 - compiler-errors:incr-comp-closure, r=oli-obk | Matthias Krüger | -1/+1 |
| 2025-03-31 | Rollup merge of #138842 - Noratrieb:inline-exported, r=me,saethlin | Matthias Krüger | -6/+67 |
| 2025-03-31 | Rollup merge of #138749 - compiler-errors:closure-recovery, r=fmease | Matthias Krüger | -4/+46 |
| 2025-03-31 | Rollup merge of #138176 - compiler-errors:rigid-sized-obl, r=lcnr | Matthias Krüger | -0/+164 |
| 2025-03-31 | Auto merge of #138892 - compiler-errors:revert-ptr-ptr, r=oli-obk | bors | -376/+0 |
| 2025-03-31 | Auto merge of #139083 - petrochenkov:ctxtdecod3, r=nnethercote | bors | -10/+10 |
| 2025-03-31 | Auto merge of #119220 - Urgau:uplift-invalid_null_ptr_usage, r=fee1-dead | bors | -0/+484 |
| 2025-03-30 | Encode synthetic by-move coroutine body with a different DefPathData | Michael Goulet | -1/+1 |
| 2025-03-30 | Rollup merge of #139122 - petrochenkov:norerr, r=compiler-errors | Jacob Pratt | -169/+59 |
| 2025-03-30 | Allow `invalid_null_arguments` in some tests | Urgau | -0/+18 |
| 2025-03-30 | Uplift `clippy::invalid_null_ptr_usage` as `invalid_null_arguments` | Urgau | -0/+466 |
| 2025-03-30 | Auto merge of #138206 - amy-kwan:amy-kwan/reprc-struct-power-align-ignore-pac... | bors | -1/+25 |
| 2025-03-30 | Auto merge of #139130 - Kobzol:revert-129827, r=petrochenkov | bors | -10/+10 |
| 2025-03-30 | Revert "Auto merge of #129827 - bvanjoi:less-decoding, r=petrochenkov" | Jakub Beránek | -10/+10 |
| 2025-03-30 | Auto merge of #137836 - madsmtm:openwrt-target-vendor, r=jieyouxu | bors | -4/+4 |
| 2025-03-30 | Auto merge of #138742 - taiki-e:riscv-vector, r=Amanieu | bors | -1/+37 |
| 2025-03-29 | rustc_resolve: Test the order that preludes are resolved | jyn | -0/+152 |
| 2025-03-29 | Auto merge of #139119 - matthiaskrgr:rollup-7l2ri0f, r=matthiaskrgr | bors | -47/+40 |
| 2025-03-30 | Remove attribute `#[rustc_error]` | Vadim Petrochenkov | -169/+59 |
| 2025-03-29 | Rollup merge of #139100 - petrochenkov:errbelow, r=jieyouxu | Matthias Krüger | -47/+40 |
| 2025-03-29 | Auto merge of #133572 - frank-king:feature/unique_arc, r=Amanieu | bors | -1/+43 |
| 2025-03-29 | Auto merge of #129827 - bvanjoi:less-decoding, r=petrochenkov | bors | -10/+10 |
| 2025-03-29 | compiletest: Support matching diagnostics on lines below | Vadim Petrochenkov | -47/+40 |
| 2025-03-29 | less decoding if it has the same syntax context | bohan | -10/+10 |
| 2025-03-29 | Add more tests for pin!(). | Mara Bos | -0/+64 |
| 2025-03-28 | Rollup merge of #139075 - oli-obk:resolver-item-lifetime, r=compiler-errors | Matthias Krüger | -0/+13 |
| 2025-03-28 | Rollup merge of #139063 - fmease:fix-tait-atpit-gating, r=oli-obk | Matthias Krüger | -13/+193 |
| 2025-03-28 | hygiene: Rewrite `apply_mark_internal` to be more understandable | Vadim Petrochenkov | -10/+10 |
| 2025-03-28 | Fix TAIT & ATPIT feature gating in the presence of anon consts | León Orell Valerian Liehr | -13/+193 |
| 2025-03-28 | Do not treat lifetimes from parent items as influencing child items | Oli Scherer | -0/+13 |
| 2025-03-28 | Auto merge of #139037 - jhpratt:rollup-4c74y8a, r=jhpratt | bors | -5/+51 |
| 2025-03-28 | Auto merge of #138965 - nnethercote:less-kw-Empty-hir-Lifetime, r=lcnr | bors | -3/+3 |