about summary refs log tree commit diff
path: root/compiler
AgeCommit message (Expand)AuthorLines
2025-04-25Add option style comment for `rustc_optgroups`xizheyin-0/+7
2025-04-25Retry if creating temp fails with access deniedChris Denton-10/+51
2025-04-25Check if format argument is identifier to avoid error err-emitxizheyin-45/+90
2025-04-25Trivial compiler change to inhibit download-rustc in CIZalathar-1/+1
2025-04-25Auto merge of #140273 - matthiaskrgr:rollup-rxmuvkg, r=matthiaskrgrbors-26/+23
2025-04-25Rollup merge of #140278 - compiler-errors:name-based-comparison, r=nnethercoteMatthias Krüger-7/+5
2025-04-25Rollup merge of #140257 - amandasystems:housecleaning, r=wesleywiserMatthias Krüger-45/+39
2025-04-25Rollup merge of #140236 - lcnr:normalizes-to-goals, r=compiler-errorsMatthias Krüger-145/+101
2025-04-25Rollup merge of #140202 - est31:let_chains_feature_compiler, r=lcnrMatthias Krüger-40/+40
2025-04-25Rollup merge of #140143 - thaliaarchi:move-env-pal, r=joboetMatthias Krüger-4/+18
2025-04-25add custom enzyme markers to target methodsbit-aloo-0/+5
2025-04-25add llvm wrappers and corresponding methods in attributebit-aloo-0/+44
2025-04-25Zero the buffer passed from `write_with`John Kåre Alsaker-2/+9
2025-04-25Improve pretty printing of if/else.Nicholas Nethercote-6/+10
2025-04-25Fix some pretty printing indents.Nicholas Nethercote-4/+4
2025-04-25Don't use item name to look up associated item from trait itemMichael Goulet-7/+5
2025-04-24strip underlying xcoff objectHenry Jiang-2/+2
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