about summary refs log tree commit diff
path: root/compiler/rustc_hir/src/hir.rs
AgeCommit message (Expand)AuthorLines
2025-07-01Auto merge of #143267 - matthiaskrgr:rollup-suvzar6, r=matthiaskrgrbors-28/+0
2025-06-30Remove unused `descr` methodsGuillaume Gomez-28/+0
2025-06-30Introduce `ByteSymbol`.Nicholas Nethercote-2/+2
2025-06-27Report infer ty errors during hir ty loweringOli Scherer-0/+28
2025-06-25make `tidy-alphabetical` use a natural sortFolkert de Vries-1/+1
2025-06-21All HIR attributes are outerDavid Tolnay-18/+3
2025-06-21Remove style() from AttributeExt traitDavid Tolnay-14/+8
2025-06-21Add AttributeExt::doc_resolution_scopeDavid Tolnay-0/+10
2025-06-20Port `#[may_dangle]` to the new attribute systemPavel Grigorenko-0/+1
2025-06-15Rollup merge of #134661 - dtolnay:prefixattr, r=fmeaseLeón Orell Valerian Liehr-5/+16
2025-06-13Reduce precedence of expressions that have an outer attrDavid Tolnay-5/+16
2025-06-13collect delayed lints in hir_crate_itemsJana Dönszelmann-1/+5
2025-06-12introduce new lint infraJana Dönszelmann-0/+5
2025-06-05Auto merge of #138677 - shepmaster:consistent-elided-lifetime-syntax, r=travi...bors-39/+35
2025-06-04Introduce the `mismatched_lifetime_syntaxes` lintJake Goulding-1/+1
2025-06-03Add `iter` macroOli Scherer-2/+9
2025-06-03Rename `LifetimeSyntax` variants to lang-team-approved namesJake Goulding-38/+34
2025-06-03Rollup merge of #141876 - compiler-errors:missing-let-ty, r=SparrowLiiMatthias Krüger-2/+5
2025-06-03Overhaul `UsePath`.Nicholas Nethercote-2/+2
2025-06-02Suppress redundant errorMichael Goulet-2/+5
2025-05-30Reorder hir fn stuff.Nicholas Nethercote-1/+1
2025-05-30Reorder fields in `hir::ItemKind` variants.Nicholas Nethercote-28/+28
2025-05-22Rename `kw::Empty` as `sym::empty`.Nicholas Nethercote-1/+1
2025-05-15HIR: explain in comment why `ExprKind::If` "then" is an `Expr`Samuel Tardieu-0/+2
2025-05-02Rollup merge of #140572 - nnethercote:comment-ExprKind-If, r=compiler-errorsMatthias Krüger-0/+3
2025-05-02Add useful comments on `ExprKind::If` variants.Nicholas Nethercote-0/+3
2025-05-02Handle `Path<>` better in error messages.Nicholas Nethercote-9/+20
2025-04-28Add or-patterns to pattern typesOli Scherer-0/+3
2025-04-23Extend HIR to track the source and syntax of a lifetimeJake Goulding-33/+126
2025-04-18Rollup merge of #139615 - nnethercote:rm-name_or_empty, r=jdonszelmannMatthias Krüger-3/+8
2025-04-17Replace infallible `name_or_empty` methods with fallible `name` methods.Nicholas Nethercote-3/+8
2025-04-16Rename `LifetimeName` as `LifetimeKind`.Nicholas Nethercote-10/+10
2025-04-12Fix name of field in doc commentSamuel Tardieu-1/+1
2025-04-10Address review comments.Nicholas Nethercote-1/+1
2025-04-10Rename some `name` variables as `ident`.Nicholas Nethercote-2/+2
2025-04-07Rollup merge of #139112 - m-ou-se:super-let, r=lcnrStuart Cook-1/+3
2025-04-07Rollup merge of #139035 - nnethercote:PatKind-Missing, r=oli-obkStuart Cook-1/+5
2025-04-04Implement `super let`.Mara Bos-1/+3
2025-04-03Tighten up assignment operator representations.Nicholas Nethercote-4/+4
2025-04-02Move methods from `Map` to `TyCtxt`, part 5.Nicholas Nethercote-1/+1
2025-03-28Don't use `kw::Empty` in `hir::Lifetime::ident`.Nicholas Nethercote-15/+78
2025-03-28Add `{ast,hir,thir}::PatKind::Missing` variants.Nicholas Nethercote-1/+5
2025-03-28Remove `ImplicitObjectLifetimeDefault` case from `suggestion`.Nicholas Nethercote-15/+10
2025-03-28Remove `LifetimeSuggestionPosition` and `Lifetime::suggestion_position`.Nicholas Nethercote-32/+13
2025-03-19Use `Option<Ident>` for lowered param names.Nicholas Nethercote-3/+10
2025-03-18Move `hir::Item::ident` into `hir::ItemKind`.Nicholas Nethercote-56/+92
2025-03-13Rollup merge of #138109 - Kohei316:feat/rust-doc-precise-capturing-arg, r=aDo...Matthias Krüger-4/+7
2025-03-12Rollup merge of #138376 - nnethercote:hir-ItemKind-ident-precursors, r=compil...Matthias Krüger-10/+0
2025-03-12Remove unused `OwnerNode::ident` method.Nicholas Nethercote-10/+0
2025-03-12Introduce `sym::dummy` and `Ident::dummy`.Nicholas Nethercote-1/+1