| Age | Commit message (Expand) | Author | Lines |
| 2025-03-31 | Auto merge of #139083 - petrochenkov:ctxtdecod3, r=nnethercote | bors | -60/+61 |
| 2025-03-31 | Auto merge of #119220 - Urgau:uplift-invalid_null_ptr_usage, r=fee1-dead | bors | -71/+205 |
| 2025-03-31 | Auto merge of #139154 - jhpratt:rollup-rv8f915, r=jhpratt | bors | -99/+99 |
| 2025-03-30 | Rollup merge of #139132 - m-ou-se:hir-pp-struct-expr, r=compiler-errors | Jacob Pratt | -10/+4 |
| 2025-03-30 | Rollup merge of #139122 - petrochenkov:norerr, r=compiler-errors | Jacob Pratt | -61/+11 |
| 2025-03-30 | Rollup merge of #139111 - meithecatte:fake-read, r=compiler-errors | Jacob Pratt | -28/+84 |
| 2025-03-30 | Auto merge of #139131 - m-ou-se:format-args-struct-expr, r=Mark-Simulacrum | bors | -15/+17 |
| 2025-03-30 | Auto merge of #139143 - bjorn3:sync_cg_clif-2025-03-30, r=bjorn3 | bors | -1419/+533 |
| 2025-03-30 | Uplift `clippy::invalid_null_ptr_usage` as `invalid_null_arguments` | Urgau | -4/+124 |
| 2025-03-30 | Merge commit 'ba315abda789c9f59f2100102232bddb30b0d3d3' into sync_cg_clif-202... | bjorn3 | -1419/+533 |
| 2025-03-30 | Auto merge of #138206 - amy-kwan:amy-kwan/reprc-struct-power-align-ignore-pac... | bors | -0/+6 |
| 2025-03-30 | Auto merge of #139130 - Kobzol:revert-129827, r=petrochenkov | bors | -71/+148 |
| 2025-03-30 | Improve explicitness of the impl of the `useless_ptr_null_checks` lint | Urgau | -26/+26 |
| 2025-03-30 | Expose `peel_casts` method as an util method inside `rustc_lint` | Urgau | -43/+57 |
| 2025-03-30 | Improve hir_pretty for struct expressions. | Mara Bos | -10/+4 |
| 2025-03-30 | Revert "Auto merge of #129827 - bvanjoi:less-decoding, r=petrochenkov" | Jakub Beránek | -71/+148 |
| 2025-03-30 | Simplify expansion for format_args!(). | Mara Bos | -15/+17 |
| 2025-03-30 | Auto merge of #137836 - madsmtm:openwrt-target-vendor, r=jieyouxu | bors | -0/+1 |
| 2025-03-30 | Auto merge of #138742 - taiki-e:riscv-vector, r=Amanieu | bors | -4/+54 |
| 2025-03-30 | Remove attribute `#[rustc_error]` | Vadim Petrochenkov | -61/+11 |
| 2025-03-29 | Rollup merge of #139105 - ShE3py:BackendRepr-is_signed, r=compiler-errors | Matthias Krüger | -1/+2 |
| 2025-03-29 | Rollup merge of #138431 - madsmtm:uclibc-llvm-target, r=jieyouxu | Matthias Krüger | -4/+4 |
| 2025-03-29 | Auto merge of #129827 - bvanjoi:less-decoding, r=petrochenkov | bors | -148/+71 |
| 2025-03-29 | Properly document FakeReads | Maja Kądziołka | -28/+84 |
| 2025-03-29 | Auto merge of #139101 - matthiaskrgr:rollup-zhu7hf6, r=matthiaskrgr | bors | -118/+80 |
| 2025-03-29 | `BackendRepr::is_signed`: comment why this may panics | Lieselotte | -1/+2 |
| 2025-03-29 | Rollup merge of #139086 - meithecatte:expr-use-visitor-cleanup, r=compiler-er... | Matthias Krüger | -100/+62 |
| 2025-03-29 | Rollup merge of #139057 - yotamofek:pr/slice-contains, r=wesleywiser | Matthias Krüger | -15/+16 |
| 2025-03-29 | Rollup merge of #139056 - yotamofek:pr/smir/try_fold, r=scottmcm | Matthias Krüger | -3/+2 |
| 2025-03-29 | Auto merge of #139067 - m-ou-se:terminating-scopes-no-hashset, r=wesleywiser | bors | -164/+95 |
| 2025-03-29 | less decoding if it has the same syntax context | bohan | -148/+71 |
| 2025-03-28 | Remove `terminating_scopes` hash set. | Mara Bos | -164/+95 |
| 2025-03-28 | Rollup merge of #139075 - oli-obk:resolver-item-lifetime, r=compiler-errors | Matthias Krüger | -1/+4 |
| 2025-03-28 | Rollup merge of #139063 - fmease:fix-tait-atpit-gating, r=oli-obk | Matthias Krüger | -0/+7 |
| 2025-03-28 | hygiene: Rewrite `apply_mark_internal` to be more understandable | Vadim Petrochenkov | -60/+61 |
| 2025-03-28 | Fix TAIT & ATPIT feature gating in the presence of anon consts | León Orell Valerian Liehr | -0/+7 |
| 2025-03-28 | Do not treat lifetimes from parent items as influencing child items | Oli Scherer | -1/+4 |
| 2025-03-28 | Auto merge of #139054 - matthiaskrgr:rollup-2bk2fb4, r=matthiaskrgr | bors | -36/+26 |
| 2025-03-28 | use `slice::contains` where applicable | Yotam Ofek | -15/+16 |
| 2025-03-28 | use `try_fold` instead of `fold` | Yotam Ofek | -3/+2 |
| 2025-03-28 | Rollup merge of #139047 - m-ou-se:remove-scope-depth, r=oli-obk | Matthias Krüger | -31/+18 |
| 2025-03-28 | Rollup merge of #138678 - durin42:rmeta-stability, r=fmease | Matthias Krüger | -3/+6 |
| 2025-03-28 | Rollup merge of #137889 - mu001999-contrib:update-doc, r=wesleywiser | Matthias Krüger | -2/+2 |
| 2025-03-28 | Auto merge of #138503 - bjorn3:string_merging, r=tmiasko | bors | -1/+7 |
| 2025-03-28 | Add test and comment | bjorn3 | -0/+5 |
| 2025-03-28 | Avoid wrapping constant allocations in packed structs when not necessary | bjorn3 | -1/+2 |
| 2025-03-28 | Remove outdated comment. | Mara Bos | -1/+0 |
| 2025-03-28 | Remove ScopeDepth entirely. | Mara Bos | -30/+18 |
| 2025-03-28 | Auto merge of #139037 - jhpratt:rollup-4c74y8a, r=jhpratt | bors | -114/+314 |
| 2025-03-28 | Auto merge of #138965 - nnethercote:less-kw-Empty-hir-Lifetime, r=lcnr | bors | -79/+140 |