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