about summary refs log tree commit diff
path: root/compiler/rustc_ast/src/visit.rs
AgeCommit message (Expand)AuthorLines
2024-10-31Improve the missing_abi lint.Mara Bos-1/+1
2024-10-25Rollup merge of #132106 - maxcabrajac:ident_ref, r=petrochenkovMatthias Krüger-22/+22
2024-10-24Pass Ident by reference in ast Visitormaxcabrajac-22/+22
2024-10-24Remove visit_expr_postmaxcabrajac-4/+1
2024-10-15Auto merge of #131723 - matthiaskrgr:rollup-krcslig, r=matthiaskrgrbors-2/+2
2024-10-15Rollup merge of #130635 - eholk:pin-reborrow-sugar, r=compiler-errorsMatthias Krüger-1/+2
2024-10-14Move trait bound modifiers into ast::PolyTraitRefMichael Goulet-2/+2
2024-10-07Add sugar for &pin (const|mut) typesEric Holk-1/+2
2024-10-01Remove anon struct and union typesMichael Goulet-3/+0
2024-09-22Reformat using the new identifier sorting from rustfmtMichael Goulet-1/+1
2024-09-10disallow `naked_asm!` outside of `#[naked]` functionsFolkert de Vries-0/+1
2024-08-31Create opaque definitions in resolver.Camille GILLOT-6/+10
2024-07-29Reformat `use` declarations.Nicholas Nethercote-5/+4
2024-06-28Change RTN to use .. againMichael Goulet-0/+1
2024-06-27Tighten spans for async blocksMichael Goulet-1/+1
2024-06-26ast: Standardize visiting orderVadim Petrochenkov-187/+251
2024-06-24ast: Standardize visiting order for attributes and node IDsVadim Petrochenkov-9/+9
2024-06-20StaticForeignItem and StaticItem are the sameMichael Goulet-6/+1
2024-06-19Rollup merge of #124135 - petrochenkov:deleglob, r=fmease许杰友 Jieyou Xu (Joe)-10/+28
2024-06-17Rework precise capturing syntaxMichael Goulet-6/+15
2024-06-14delegation: Implement glob delegationVadim Petrochenkov-10/+28
2024-06-07Revert "Create const block DefIds in typeck instead of ast lowering"Oli Scherer-1/+1
2024-06-04Add safe/unsafe to static inside extern blocksSantiago Pastorino-1/+1
2024-06-04Handle safety keyword for extern block inner itemsSantiago Pastorino-1/+6
2024-05-31Rollup merge of #125635 - fmease:mv-type-binding-assoc-item-constraint, r=com...Matthias Krüger-7/+10
2024-05-30Rename HIR `TypeBinding` to `AssocItemConstraint` and related cleanupLeón Orell Valerian Liehr-7/+10
2024-05-29ast: Revert a breaking attribute visiting order changeVadim Petrochenkov-1/+1
2024-05-28Create const block DefIds in typeck instead of ast loweringOli Scherer-1/+1
2024-05-17Rename Unsafe to SafetySantiago Pastorino-2/+2
2024-05-15delegation: Implement list delegationVadim Petrochenkov-0/+26
2024-05-08Rollup merge of #123344 - pietroalbini:pa-unused-imports, r=NilstriebMatthias Krüger-2/+2
2024-04-29Add StaticForeignItem and use it on ForeignItemKindSantiago Pastorino-1/+1
2024-04-25ast: Visit item components in "natural" orderVadim Petrochenkov-1/+1
2024-04-25ast: Generalize item kind visitingVadim Petrochenkov-129/+167
2024-04-23delegation: Support renamingVadim Petrochenkov-2/+4
2024-04-15Use a path instead of an ident (and stop manually resolving)Michael Goulet-2/+2
2024-04-15Validation and other thingsMichael Goulet-1/+1
2024-04-15Lower and resolve precise captures in HIRMichael Goulet-14/+5
2024-04-15Use dedicated PreciseCapturingArg for representing what goes in use<>Michael Goulet-1/+31
2024-04-15Parsing , pre-lowering support for precise capturesMichael Goulet-1/+2
2024-04-14store the span of the nested part of the use tree in the astPietro Albini-2/+2
2024-04-08Add pattern types to astOli Scherer-0/+4
2024-03-22Auto merge of #122869 - matthiaskrgr:rollup-0navj4l, r=matthiaskrgrbors-1/+1
2024-03-22Rollup merge of #121619 - RossSmyth:pfix_match, r=petrochenkovMatthias Krüger-1/+1
2024-03-22Update (doc) commentsLeón Orell Valerian Liehr-1/+1
2024-03-21Implement macro-based deref!() syntax for deref patternsMichael Goulet-1/+4
2024-03-18Add missing `try_visit` calls in visitors.Jason Newcomb-2/+2
2024-03-14Rename `ast::StmtKind::Local` into `ast::StmtKind::Let`Guillaume Gomez-1/+1
2024-03-08Rollup merge of #119365 - nbdd0121:asm-goto, r=AmanieuMatthias Krüger-0/+1
2024-03-06Add MatchKind member to the Match expr for pretty printing & fmtRoss Smyth-1/+1