about summary refs log tree commit diff
path: root/compiler/rustc_hir/src/hir.rs
AgeCommit message (Expand)AuthorLines
2025-08-03Rollup merge of #142678 - BoxyUwU:gai_cleanup, r=nnethercoteSamuel Tardieu-12/+11
2025-08-01loop match: error on `#[const_continue]` outside `#[loop_match]`Folkert de Vries-1/+1
2025-07-31remove rustc_attr_data_structuresJana Dönszelmann-1/+1
2025-07-29Rollup merge of #144578 - FractalFir:m68k_fix, r=compiler-errorsStuart Cook-0/+5
2025-07-27Ensure correct aligement of rustc_hir::Lifetime on platforms with lower defau...FractalFir-0/+5
2025-07-26Use the new attributes throughout the codebaseJonathan Brouwer-0/+11
2025-07-23Ports `#[macro_use]` and `#[macro_escape]` to the new attribute parsing infra...Jonathan Brouwer-0/+1
2025-07-17parse `const trait Trait`Deadbeef-5/+14
2025-07-17Improve path segment joining.Nicholas Nethercote-2/+2
2025-07-14Auto merge of #143779 - JonathanBrouwer:automatically_derived_parser, r=oli-obkbors-0/+6
2025-07-13Retire hir::*ItemRef.Camille GILLOT-29/+3
2025-07-13Retire hir::ForeignItemRef.Camille GILLOT-15/+2
2025-07-13Remove hir::AssocItemKind.Camille GILLOT-9/+0
2025-07-13Move trait_item_def_id from ImplItemRef to ImplItem.Camille GILLOT-3/+3
2025-07-12Port `#[automatically_derived]` to the new attribute parsing infrastructureJonathan Brouwer-0/+6
2025-07-06compiler: rename {ast,hir}::BareFn* to FnPtr*Jubilee Young-4/+4
2025-07-05Port `#[ignore]` to the new attribute parsing infrastructureJonathan Brouwer-0/+1
2025-07-03setup CI and tidy to use typos for spellchecking and fix few typosklensy-4/+4
2025-07-01Auto merge of #143036 - compiler-errors:no-dyn-star, r=oli-obkbors-1/+1
2025-07-01Remove support for dyn*Michael Goulet-1/+1
2025-07-01Auto merge of #143287 - GuillaumeGomez:rollup-fdjcti9, r=GuillaumeGomezbors-21/+0
2025-07-01Auto merge of #142030 - oli-obk:wfck-less-hir, r=compiler-errorsbors-0/+4
2025-07-01Remove `ItemKind::descr` methodGuillaume Gomez-21/+0
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-30Don't look at static items' HIR for wfcheckOli Scherer-0/+4
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-25ReviewsBoxy-21/+6
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-18Link to dev-guide docsBoxy-9/+23
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