about summary refs log tree commit diff
path: root/compiler
AgeCommit message (Expand)AuthorLines
2025-03-31Rollup merge of #138749 - compiler-errors:closure-recovery, r=fmeaseMatthias Krüger-12/+55
2025-03-31Rollup merge of #138176 - compiler-errors:rigid-sized-obl, r=lcnrMatthias Krüger-16/+50
2025-03-31Auto merge of #138892 - compiler-errors:revert-ptr-ptr, r=oli-obkbors-60/+8
2025-03-31Auto merge of #139083 - petrochenkov:ctxtdecod3, r=nnethercotebors-60/+61
2025-03-31Add an error when full metadata was not foundJakub Beránek-1/+35
2025-03-31Store only a metadata stub into `rlibs` and `dylibs` with `-Zembed-metadata=no`Jakub Beránek-28/+101
2025-03-31Add `-Zembed-metadata` CLI optionJakub Beránek-0/+3
2025-03-31Simplify find_commandline_librarybjorn3-28/+16
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-30Encode synthetic by-move coroutine body with a different DefPathDataMichael Goulet-12/+32
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-30Fix up partial res of segment in primitive resolution hackMichael Goulet-0/+5
2025-03-30Do not mix normalized and unnormalized caller bounds when constructing param-...Michael Goulet-13/+22
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-28Add the feature gate for the `super let` experiment.Mara Bos-1/+22
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-28uses_power_alignment: wording tweaksRalf Jung-6/+8