about summary refs log tree commit diff
path: root/compiler
AgeCommit message (Expand)AuthorLines
2025-04-24Auto merge of #139752 - usamoi:macos-used, r=saethlin,madsmtmbors-0/+6
2025-04-25Rollup merge of #140229 - nnethercote:pre-DelimArgs-spacing, r=petrochenkovMatthias Krüger-20/+4
2025-04-25Rollup merge of #140196 - Kivooeo:new-fix-two, r=wesleywiserMatthias Krüger-6/+19
2025-04-24lower deref patterns on boxes using built-in derefsdianne-31/+64
2025-04-24norm nested aliases before evaluating the parent goallcnr-145/+101
2025-04-25set subsections_via_symbols for ld64 helper sectionsusamoi-0/+6
2025-04-24Some drive-by housecleaning in `rustc_borrowck`Amanda Stjerna-45/+39
2025-04-24Rollup merge of #140172 - bjoernager:const-float-algebraic, r=RalfJungMatthias Krüger-0/+25
2025-04-24Rollup merge of #140139 - a4lg:riscv-feature-imply-adjust-1, r=AmanieuMatthias Krüger-5/+5
2025-04-24Rollup merge of #139700 - EnzymeAD:autodiff-flags, r=oli-obkMatthias Krüger-23/+78
2025-04-24Rollup merge of #138282 - beetrees:repr128-not-ffi-safe, r=oli-obkMatthias Krüger-1/+11
2025-04-24Rollup merge of #136083 - bend-n:⃤⃤, r=lcnrMatthias Krüger-7/+151
2025-04-24feat: Add XtensaAsmPrinterSergio Gasquez-0/+1
2025-04-24check types of const param defaultlcnr-0/+33
2025-04-24Auto merge of #140245 - matthiaskrgr:rollup-e0fwsfv, r=matthiaskrgrbors-64/+121
2025-04-24Remove `weak` alias terminologyBoxy-100/+100
2025-04-24Trivial compiler change to inhibit download-rustc in CIZalathar-2/+1
2025-04-24Rollup merge of #140228 - fmease:revert-overzealous-colon-recovery, r=jieyouxuMatthias Krüger-13/+18
2025-04-24Rollup merge of #140214 - compiler-errors:remove-hack, r=lcnrMatthias Krüger-14/+0
2025-04-24Rollup merge of #140186 - BoxyUwU:compute_what, r=compiler-errorsMatthias Krüger-31/+48
2025-04-24Rollup merge of #139261 - RalfJung:msvc-align-mitigation, r=oli-obkMatthias Krüger-6/+55
2025-04-24Fix pretty printing of never pattern match arms.Nicholas Nethercote-0/+1
2025-04-24Auto merge of #140239 - matthiaskrgr:rollup-75felo8, r=matthiaskrgrbors-368/+841
2025-04-24Suggest {to,from}_ne_bytes for transmutations between arrays and integers, etcbendn-7/+151
2025-04-24Rollup merge of #140232 - nnethercote:rm-unnecessary-clones, r=SparrowLiiMatthias Krüger-12/+10
2025-04-24Rollup merge of #140181 - nnethercote:rm-underscore_const, r=compiler-errorsMatthias Krüger-24/+4
2025-04-24Rollup merge of #140028 - dianne:lit-deref-pats-p1, r=oli-obkMatthias Krüger-9/+84
2025-04-24Rollup merge of #139945 - shepmaster:hir-lifetime-syntax-source, r=nnethercoteMatthias Krüger-112/+226
2025-04-24Rollup merge of #139852 - makai410:smir-refactor, r=celinvalMatthias Krüger-211/+511
2025-04-24Rollup merge of #139809 - alexcrichton:wasm-simd-safe, r=RalfJungMatthias Krüger-0/+6
2025-04-24Auto merge of #140168 - joshlf:no-nfas, r=jswrennbors-161/+777
2025-04-24Unify the format of rustc cli flagsxizheyin-37/+37
2025-04-24Separate `Analysis` and `Results`.Nicholas Nethercote-172/+187
2025-04-24Pass `Analysis` to `visit_*` instead of `Results`.Nicholas Nethercote-56/+50
2025-04-24Refactor `StableMir` to avoid some clones.Nicholas Nethercote-8/+7
2025-04-24Remove some unnecessary clones.Nicholas Nethercote-4/+3
2025-04-24Revert overzealous parse recovery for single colonsLeón Orell Valerian Liehr-13/+18
2025-04-24Auto merge of #139309 - RalfJung:abi_unsupported_vector_types, r=fee1-dead,tr...bors-97/+22
2025-04-24fix for issue 135412Kivooeo-6/+19
2025-04-23Auto merge of #138845 - compiler-errors:stall-generators, r=lcnrbors-99/+431
2025-04-23Extend HIR to track the source and syntax of a lifetimeJake Goulding-112/+226
2025-04-23transmutability: Mark edges by ranges, not valuesJoshua Liebow-Feeser-161/+777
2025-04-23Remove hackMichael Goulet-14/+0
2025-04-23Use the new solver in the impossible_predicatesMichael Goulet-9/+5
2025-04-23Auto merge of #140180 - ChrisDenton:rollup-5pvs08u, r=ChrisDentonbors-344/+316
2025-04-23MoreMichael Goulet-133/+184
2025-04-23Make #![feature(let_chains)] bootstrap conditional in compiler/est31-40/+40
2025-04-23Use `clone` to clone `DelimArgs` in two places.Nicholas Nethercote-7/+3
2025-04-23Derive `HashStable` for `DelimArgs`.Nicholas Nethercote-13/+1
2025-04-23fix ICE in attribute name printingFolkert de Vries-2/+6