about summary refs log tree commit diff
path: root/compiler
AgeCommit message (Expand)AuthorLines
2025-07-15New example for E0536Jonathan Brouwer-9/+7
2025-07-15Changes to diagnosticsJonathan Brouwer-1/+7
2025-07-15Define attribute parser & config evaluatorJonathan Brouwer-264/+325
2025-07-15Move `cfg` -> `cfg_old`Jonathan Brouwer-1/+250
2025-07-15Allow `Early` stage to emit errorsJonathan Brouwer-18/+93
2025-07-15Define datastructures for `#[cfg]` attribute, move StrippedCfgItemJonathan Brouwer-31/+53
2025-07-15Recover and suggest use `;` to construct array typexizheyin-2/+57
2025-07-14Port `#[pointee]` to the new attribute parsing infrastructureJonathan Brouwer-3/+16
2025-07-14update `cfg_select!` documentationFolkert de Vries-15/+17
2025-07-14rustc_type_ir/walk: move docstring to `TypeWalker` itselfAda Alakbarova-6/+6
2025-07-14Rollup merge of #143901 - compiler-errors:region-constraint-nits, r=lcnrSamuel Tardieu-24/+19
2025-07-14Rollup merge of #143868 - jdonszelmann:fix-align-on-fields, r=workingjubileeSamuel Tardieu-6/+34
2025-07-14Rollup merge of #143855 - JonathanBrouwer:omit_gdb_pretty_printer_section, r=...Samuel Tardieu-7/+20
2025-07-14Rollup merge of #143848 - makai410:smir-rename, r=oli-obkSamuel Tardieu-62/+64
2025-07-14Reword mismatched-lifetime-syntaxes text based on feedbackJake Goulding-65/+211
2025-07-14Preserve constness in trait objects up to hir ty loweringOli Scherer-1/+1
2025-07-14rename `stable_mir` to `rustc_public`, and `rustc_smir` to `rustc_public_bridge`Makai-62/+64
2025-07-14Rollup merge of #143875 - fee1-dead-contrib:push-zvqrmzrprpzt, r=compiler-errorsJakub Beránek-2/+2
2025-07-14Rollup merge of #143217 - Periodic1911:link-ordinal, r=jdonszelmannJakub Beránek-112/+105
2025-07-14Give all bytes of TypeId provenanceOli Scherer-31/+37
2025-07-14Eliminate all direct uses of LLVMMDStringInContext2Oli Scherer-28/+26
2025-07-14Use context methods instead of directly calling FFIOli Scherer-25/+9
2025-07-14Merge `typeid_metadata` and `create_metadata`Oli Scherer-18/+17
2025-07-14Shrink some `unsafe` blocks in cg_llvmOli Scherer-139/+137
2025-07-14Avoid a bunch of unnecessary `unsafe` blocks in cg_llvmOli Scherer-65/+54
2025-07-14Auto merge of #143779 - JonathanBrouwer:automatically_derived_parser, r=oli-obkbors-13/+48
2025-07-13Auto merge of #143357 - cjgillot:no-assoc-item-kind, r=compiler-errorsbors-563/+367
2025-07-13Simplify make_query_region_constraintsMichael Goulet-23/+15
2025-07-13Make sure that users don't take region obligations in a snapshotMichael Goulet-1/+4
2025-07-13Auto merge of #143461 - folkertdev:cfg-select-builtin-macro, r=petrochenkovbors-28/+226
2025-07-13Imply always-const host effects the same as any other item boundMichael Goulet-0/+1
2025-07-13Dont collect assoc ty item bounds from trait where clause for host effect pre...Michael Goulet-22/+34
2025-07-13Ensure proper item queries for assoc tysMichael Goulet-4/+6
2025-07-13update issue number for `const_trait_impl`Deadbeef-2/+2
2025-07-13Retire hir::*ItemRef.Camille GILLOT-130/+79
2025-07-13Retire hir::ForeignItemRef.Camille GILLOT-62/+36
2025-07-13Generalize TyCtxt::item_name.Camille GILLOT-10/+14
2025-07-13Remove hir::AssocItemKind.Camille GILLOT-296/+160
2025-07-13Move trait_item_def_id from ImplItemRef to ImplItem.Camille GILLOT-72/+62
2025-07-13Delegation: self parameter must be named exactly `self`.Camille GILLOT-7/+33
2025-07-13Remove usused depth.Camille GILLOT-4/+1
2025-07-13Rollup merge of #143785 - bjorn3:faster_ra_build_script_build, r=KobzolMatthias Krüger-0/+14
2025-07-13Rollup merge of #143734 - LorrensP-2158466:refactor-resolve-resolution-bindin...Matthias Krüger-55/+77
2025-07-13Rollup merge of #143685 - LorrensP-2158466:merge-import-bindings, r=petrochenkovMatthias Krüger-136/+123
2025-07-13Rollup merge of #143634 - nia-e:init-and-wildcards, r=RalfJungMatthias Krüger-25/+38
2025-07-13Rollup merge of #143519 - mu001999-contrib:dead-code/impl-items, r=petrochenkovMatthias Krüger-24/+46
2025-07-13make `cfg_select` a builtin macroFolkert de Vries-28/+226
2025-07-13Port `#[link_ordinal]` to the new attribute parsing infrastructure.Anne Stijns-112/+105
2025-07-13pass --gc-sections if -Zexport-executable-symbols is enabled and improve testsusamoi-6/+3
2025-07-13Auto merge of #143867 - fmease:rollup-5tll6m9, r=fmeasebors-1/+16