about summary refs log tree commit diff
path: root/compiler
AgeCommit message (Expand)AuthorLines
2025-07-01Auto merge of #143036 - compiler-errors:no-dyn-star, r=oli-obkbors-594/+52
2025-07-01Do not suggest borrow that is already there in fully-qualified callEsteban Küber-0/+9
2025-07-02NoArgsAttributeParser: use an assoc const insteadPavel Grigorenko-38/+11
2025-07-01Remove support for dyn*Michael Goulet-594/+52
2025-07-01Auto merge of #143287 - GuillaumeGomez:rollup-fdjcti9, r=GuillaumeGomezbors-54/+71
2025-07-01Update `cfg(bootstrap)`Josh Stone-81/+24
2025-07-01Update version placeholdersJosh Stone-10/+10
2025-07-01Rollup merge of #143279 - GuillaumeGomez:rm-itemkind-descr, r=oli-obkGuillaume Gomez-22/+1
2025-07-01Rollup merge of #143262 - dianqk:non_exhaustive, r=oli-obkGuillaume Gomez-25/+27
2025-07-01Rollup merge of #143240 - JonathanBrouwer:object_lifetime_default_parser, r=o...Guillaume Gomez-2/+27
2025-07-01Rollup merge of #143181 - JonathanBrouwer:malformed-attrs, r=oli-obkGuillaume Gomez-5/+16
2025-07-01Auto merge of #142030 - oli-obk:wfck-less-hir, r=compiler-errorsbors-384/+322
2025-07-01Fix duplicate errors for `link_section`, `rustc_layout_scalar_valid_range_sta...Jonathan Brouwer-0/+3
2025-07-01Port `#[rustc_object_lifetime_default]` to the new attribute parsing infrastr...Jonathan Brouwer-2/+27
2025-07-01Fix duplicate help on export_name and othersJonathan Brouwer-4/+1
2025-07-01Fix `#[rustc_macro_transparency]` giving two errorsJonathan Brouwer-0/+1
2025-07-01Fix `#[must_use = 1]` not giving an errorJonathan Brouwer-1/+10
2025-07-01Fix double error for `export_name`Jonathan Brouwer-0/+1
2025-07-01loop match: handle opaque patternsFolkert de Vries-3/+4
2025-07-01loop match: run exhaustiveness checkFolkert de Vries-18/+46
2025-07-01Remove `ItemKind::descr` methodGuillaume Gomez-22/+1
2025-07-01Avoid computing layouts inside coroutines.Camille GILLOT-1/+8
2025-07-01Suggest use another lifetime specifier instead of underscore lifetimexizheyin-0/+2
2025-07-01Auto merge of #143013 - bjorn3:split_exported_symbols, r=oli-obkbors-33/+82
2025-07-01Remove extraneous types.Camille GILLOT-130/+79
2025-07-01Store a full Ty with each Value.Camille GILLOT-130/+114
2025-07-01Introduce Value::RawPtr as it behaves differently from other aggregates.Camille GILLOT-55/+67
2025-07-01Simplify assignments.Camille GILLOT-28/+33
2025-07-01Auto merge of #142921 - JonathanBrouwer:rustc_attributes_parser, r=oli-obkbors-56/+108
2025-07-01Detect more cases of unused_parens around typesBenjamin Schulz-27/+173
2025-07-01Auto merge of #143267 - matthiaskrgr:rollup-suvzar6, r=matthiaskrgrbors-114/+115
2025-07-01Rollup merge of #143264 - Muscraft:fix-suggestion-filename, r=compiler-errorsMatthias Krüger-1/+3
2025-07-01Rollup merge of #143263 - ComputerDruid:linkify_CodeSuggestion, r=compiler-er...Matthias Krüger-2/+2
2025-07-01Rollup merge of #143245 - tgross35:metavariable-expr-organization, r=petroche...Matthias Krüger-63/+73
2025-07-01Rollup merge of #143234 - GuillaumeGomez:ice-143128, r=oli-obkMatthias Krüger-39/+1
2025-07-01Rollup merge of #143156 - folkertdev:fn-align-inherit-from-trait, r=workingju...Matthias Krüger-9/+28
2025-07-01Rollup merge of #143125 - tgross35:aarch64-neon-llvm19-f16, r=cuviperMatthias Krüger-0/+8
2025-07-01Auto merge of #141875 - nnethercote:ByteSymbol, r=petrochenkovbors-243/+419
2025-06-30fix: Emit suggestion filename if primary diagnostic span is dummyScott Schafer-1/+3
2025-07-01Remove doc comments from TyCtxtFeedMichael Goulet-1/+0
2025-07-01Feed explicit_predicates_of instead of predicates_ofMichael Goulet-2/+1
2025-07-01mir: Mark `Statement` and `BasicBlockData` as `#[non_exhaustive]`dianqk-25/+27
2025-06-30linkify CodeSuggestion in doc commentsDan Johnson-2/+2
2025-06-30Auto merge of #143254 - matthiaskrgr:rollup-7x8bxek, r=matthiaskrgrbors-45/+78
2025-06-30Don't recompute DisambiguatorState for every RPITIT in trait definitionMichael Goulet-46/+47
2025-06-30NoArgsAttributeParserPavel Grigorenko-106/+92
2025-06-30mbe: Move `MetaVarExprConcatElem` closer to where it is usedTrevor Gross-14/+14
2025-06-30mbe: Factor `concat` metavariable handling outTrevor Gross-40/+45
2025-06-30mbe: Shorten `MetaVarExpr` -> `Mve` in structural diagnosticsTrevor Gross-13/+18
2025-06-30Rollup merge of #143228 - nnethercote:macro-stats-build-scripts, r=KobzolMatthias Krüger-1/+11