about summary refs log tree commit diff
path: root/compiler/rustc_ast/src/visit.rs
AgeCommit message (Expand)AuthorLines
2024-12-18Re-export more `rustc_span::symbol` things from `rustc_span`.Nicholas Nethercote-2/+1
2024-12-15Add hir::AttributeJonathan Dönszelmann-1/+1
2024-12-15Rename `value` field to `expr` to simplify later commits' diffsOli Scherer-1/+1
2024-12-13Rollup merge of #134140 - compiler-errors:unsafe-binders-ast, r=oli-obkMatthias Krüger-0/+8
2024-12-12Add unwrap_unsafe_binder and wrap_unsafe_binder macro operatorsMichael Goulet-0/+4
2024-12-12Parsing unsafe bindersMichael Goulet-0/+4
2024-12-10Keep track of parse errors in `mod`s and don't emit resolve errors for paths ...Esteban Küber-1/+1
2024-12-09Introduce `default_field_values` featureEsteban Küber-1/+3
2024-12-08Rollup merge of #133424 - Nadrieril:guard-patterns-parsing, r=fee1-deadMatthias Krüger-0/+4
2024-12-02Deduplicate some matches that always panic in one armOli Scherer-4/+1
2024-12-02Change `AttrArgs::Eq` into a struct variantOli Scherer-2/+2
2024-11-25Refactor `where` predicates, and reserve for attributes supportFrank King-5/+15
2024-11-24add guard pattern AST nodeMax Niederman-0/+4
2024-11-21Implement the unsafe-fields RFC.Luca Versari-1/+1
2024-11-21Rollup merge of #133153 - maxcabrajac:flat_maps, r=petrochenkovMatthias Krüger-8/+16
2024-11-20Itemsmaxcabrajac-8/+16
2024-11-18Add Visitor::visit_qselfmaxcabrajac-11/+14
2024-11-18Add Visitor::visit_fn_declmaxcabrajac-3/+6
2024-11-16Rollup merge of #132787 - maxcabrajac:fnctxt, r=petrochenkovMatthias Krüger-28/+40
2024-11-15Rollup merge of #132956 - maxcabrajac:coroutine_kind, r=petrochenkovGuillaume Gomez-3/+13
2024-11-15Make WalkItemKind::walk signature compatible between Visitor versionsmaxcabrajac-17/+26
2024-11-15Add WalkItemKind::Ctxt so AssocCtxt is not sent to non-Assoc ItemKindsmaxcabrajac-9/+13
2024-11-15Make Visitor::FnKind and MutVisitor::FnKind compatiblemaxcabrajac-10/+9
2024-11-14Change visit_precise_capturing_arg so it returns a Self::Resultmaxcabrajac-9/+5
2024-11-12formatmaxcabrajac-4/+1
2024-11-12Add visit_coroutine_kindmaxcabrajac-3/+16
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