| Age | Commit message (Expand) | Author | Lines |
| 2025-03-31 | Rollup merge of #138749 - compiler-errors:closure-recovery, r=fmease | Matthias Krüger | -12/+55 |
| 2025-03-31 | Rollup merge of #138176 - compiler-errors:rigid-sized-obl, r=lcnr | Matthias Krüger | -16/+50 |
| 2025-03-31 | Auto merge of #138892 - compiler-errors:revert-ptr-ptr, r=oli-obk | bors | -60/+8 |
| 2025-03-31 | Auto merge of #139083 - petrochenkov:ctxtdecod3, r=nnethercote | bors | -60/+61 |
| 2025-03-31 | Add an error when full metadata was not found | Jakub Beránek | -1/+35 |
| 2025-03-31 | Store only a metadata stub into `rlibs` and `dylibs` with `-Zembed-metadata=no` | Jakub Beránek | -28/+101 |
| 2025-03-31 | Add `-Zembed-metadata` CLI option | Jakub Beránek | -0/+3 |
| 2025-03-31 | Simplify find_commandline_library | bjorn3 | -28/+16 |
| 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 | Encode synthetic by-move coroutine body with a different DefPathData | Michael Goulet | -12/+32 |
| 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 | Fix up partial res of segment in primitive resolution hack | Michael Goulet | -0/+5 |
| 2025-03-30 | Do not mix normalized and unnormalized caller bounds when constructing param-... | Michael Goulet | -13/+22 |
| 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 | Add the feature gate for the `super let` experiment. | Mara Bos | -1/+22 |
| 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 | uses_power_alignment: wording tweaks | Ralf Jung | -6/+8 |