about summary refs log tree commit diff
path: root/compiler
AgeCommit message (Expand)AuthorLines
2025-08-27Add `memchr` to `[workspace.dependencies]`.Nicholas Nethercote-2/+2
2025-08-27Add `bitflags` to `[workspace.dependencies]`.Nicholas Nethercote-14/+14
2025-08-27Add `thin-vec` to newly added `[workspace.dependencies]`.Nicholas Nethercote-18/+18
2025-08-26Auto merge of #145906 - samueltardieu:rollup-p8ibzhz, r=samueltardieubors-55/+178
2025-08-26Rollup merge of #145892 - jdonszelmann:codegen-fn-attrs-foreign-item, r=bjorn3Samuel Tardieu-10/+13
2025-08-26Rollup merge of #145840 - a4lg:riscv-elf-flags-for-internal-objs, r=WaffleLapkinSamuel Tardieu-3/+11
2025-08-26Rollup merge of #145792 - scrabsha:push-umpytyxunpxq, r=jdonszelmannSamuel Tardieu-42/+154
2025-08-26Auto merge of #145890 - GuillaumeGomez:subtree-update_cg_gcc_2025-08-26, r=Gu...bors-60/+76
2025-08-26Fix sync conflictGuillaume Gomez-1/+1
2025-08-26Merge commit 'feb42827f11a7ae241ceecc81e9ae556fb6ba214' into subtree-update_c...Guillaume Gomez-61/+77
2025-08-26Rollup merge of #145867 - Zalathar:range-attr, r=nikicGuillaume Gomez-11/+30
2025-08-26Rollup merge of #145481 - mu001999-contrib:fix/closure-sugg, r=SparrowLiiGuillaume Gomez-6/+10
2025-08-26Rollup merge of #145076 - ZhongyaoChen:feature/add-tier3-riscv64a23-target, r...Guillaume Gomez-1/+72
2025-08-26Rollup merge of #144551 - neuschaefer:a64be-musl, r=davidtwcoGuillaume Gomez-0/+41
2025-08-26Rollup merge of #144373 - hkBst:remove-deprecated-1, r=jhprattGuillaume Gomez-12/+3
2025-08-26add a flag to codegen fn attrs for foreign itemsJana Dönszelmann-10/+13
2025-08-26Auto merge of #145871 - Zalathar:rollup-lag9tlg, r=Zalatharbors-167/+237
2025-08-26remove deprecated Error::description in implsMarijn Schouten-12/+3
2025-08-26Rollup merge of #145847 - madsmtm:no-xcrun-warnings, r=jieyouxuStuart Cook-1/+1
2025-08-26Auto merge of #145848 - Kobzol:optimize-file-read, r=the8472bors-2/+8
2025-08-26Rollup merge of #145814 - bjorn3:codegen_worker_fatal_error, r=petrochenkovStuart Cook-151/+133
2025-08-26Rollup merge of #144885 - zachs18:ptr_guaranteed_cmp_more, r=RalfJungStuart Cook-15/+103
2025-08-26rustc_codegen_ssa: More comprehensive RISC-V ELF flagsTsukasa OI-2/+10
2025-08-26rustc_codegen_ssa: Fix commentTsukasa OI-1/+1
2025-08-26Assert that LLVM range-attribute values don't exceed 128 bitsZalathar-11/+30
2025-08-25Auto merge of #145711 - lcnr:non-defining-uses-hir-typeck, r=BoxyUwUbors-214/+359
2025-08-25Use attribute name in message for "outer attr used as inner attr" errorsSasha Pourcelot-42/+154
2025-08-25Add aarch64_be-unknown-linux-musl targetJ. Neuschäfer-0/+41
2025-08-25Do not open every source file twice when reading itJakub Beránek-2/+8
2025-08-25Don't show warnings from xcrun with -Zverbose-internalsMads Marquart-1/+1
2025-08-25change non-defining use error messagelcnr-41/+40
2025-08-25support non-defining uses in HIR typecklcnr-186/+331
2025-08-25Rollup merge of #145836 - minux-lee:issue-145835, r=RalfJungStuart Cook-5/+0
2025-08-25Rollup merge of #145830 - nnethercote:TokenKind-unref, r=chenyukangStuart Cook-49/+49
2025-08-25Rollup merge of #145820 - mati865:raw-elf-verdefnum, r=bjorn3Stuart Cook-3/+10
2025-08-25Rollup merge of #145817 - Zalathar:llvm-bool, r=workingjubileeStuart Cook-63/+103
2025-08-25Rollup merge of #145788 - JonathanBrouwer:proper-fix-for-macro-call-target, r...Stuart Cook-17/+35
2025-08-25Rollup merge of #145620 - compiler-errors:fake-dyn-to-dyn, r=lcnrStuart Cook-62/+74
2025-08-25fold regions, don't eraselcnr-3/+4
2025-08-25Remove bug comments from Repeat variantRyan Lee-5/+0
2025-08-25Auto merge of #145480 - cjgillot:sizeless-chunks, r=Mark-Simulacrumbors-144/+165
2025-08-24Update documentation.Camille Gillot-9/+3
2025-08-25Remove the lifetime from `ExpTokenPair`/`SeqSep`.Nicholas Nethercote-49/+49
2025-08-24Make sure to treat only param where clauses as inherentMichael Goulet-0/+27
2025-08-24raw-dylib-elf: set correct `DT_VERDEFNUM`Mateusz Mikuła-3/+10
2025-08-24Rename `llvm::Bool` aliases to standard const caseZalathar-34/+33
2025-08-24Replace the `llvm::Bool` typedef with a proper newtypeZalathar-34/+75
2025-08-24Warn on macro calls for attributes that had this behaviour previouslyJonathan Brouwer-17/+35
2025-08-24Directly raise fatal errors inside the codegen backendsbjorn3-124/+117
2025-08-24Handle unwinding fatal errors in codegen workersbjorn3-32/+21