about summary refs log tree commit diff
path: root/compiler
AgeCommit message (Expand)AuthorLines
2025-08-25Only consider auto traits empty for the purposes of omitting vptrs from subtr...Zachary S-1/+6
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-25use size_hint in attrs_to_doc_fragmentsbinarycat-2/+7
2025-08-25On binding not present in all patterns, suggest potential typoEsteban Küber-35/+88
2025-08-25Switch next solver to use a specific associated type for trait def idChayim Refael Friedman-177/+233
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-25add span to struct pattern rest (..)Valdemar Erk-23/+32
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-24coverage: Build an "expansion tree" and use it to unexpand raw spansZalathar-141/+212
2025-08-24Handle unwinding fatal errors in codegen workersbjorn3-32/+21
2025-08-24fix ICE on stable related to attrs on macrosJana Dönszelmann-29/+12
2025-08-24Port crate name to the new attribute systemJana Dönszelmann-57/+142
2025-08-24Support lints in early attribute parsingJana Dönszelmann-17/+53
2025-08-24Allow errors to be emitted as fatal during attribute parsingJana Dönszelmann-22/+66
2025-08-23Rollup merge of #145798 - compiler-errors:unnamed-lt-primary, r=lqdJacob Pratt-4/+4
2025-08-23Rollup merge of #144531 - Urgau:int_to_ptr_transmutes, r=jackh726Jacob Pratt-1/+143
2025-08-23Auto merge of #145796 - samueltardieu:rollup-linfi86, r=samueltardieubors-160/+248
2025-08-23Use unnamed lifetime spans as primary spans for MISMATCHED_LIFETIME_SYNTAXESMichael Goulet-4/+4
2025-08-24Prefer verbose suggestions for `integer_to_ptr_transmutes` lintUrgau-2/+4
2025-08-24Add lint against integer to pointer transmutesUrgau-1/+141
2025-08-23Simplify SCC annotations somewhatAmanda Stjerna-24/+8
2025-08-23Rollup merge of #145791 - samueltardieu:fix-zst-to-enum-mir-validation, r=com...Samuel Tardieu-0/+15
2025-08-23Rollup merge of #145744 - RalfJung:miri-inplace-aliasing, r=compiler-errorsSamuel Tardieu-7/+16
2025-08-23Rollup merge of #145713 - lcnr:const-trait-bootstrap, r=compiler-errorsSamuel Tardieu-9/+16
2025-08-23Rollup merge of #145670 - jdonszelmann:port-sanitize, r=lcnrSamuel Tardieu-127/+185
2025-08-23Rollup merge of #145540 - nia-e:prov-map-range, r=RalfJungSamuel Tardieu-0/+11
2025-08-23Rollup merge of #145234 - dianne:1-tuple-witnesses, r=jackh726Samuel Tardieu-17/+5
2025-08-23Auto merge of #145706 - lcnr:uniquification, r=BoxyUwUbors-117/+159
2025-08-23Remove chunk size from each chunk.Camille GILLOT-135/+162
2025-08-23Fix ICE when validating transmuting ZST to inhabited enumSamuel Tardieu-0/+15