about summary refs log tree commit diff
path: root/compiler/rustc_ast/src/visit.rs
AgeCommit message (Expand)AuthorLines
2025-04-28Add or-patterns to pattern typesOli Scherer-0/+1
2025-04-07Rollup merge of #139112 - m-ou-se:super-let, r=lcnrStuart Cook-1/+1
2025-04-07Rollup merge of #139035 - nnethercote:PatKind-Missing, r=oli-obkStuart Cook-1/+1
2025-04-04Implement `super let`.Mara Bos-1/+1
2025-04-01Move `ast::Item::ident` into `ast::ItemKind`.Nicholas Nethercote-28/+59
2025-03-28Add `{ast,hir,thir}::PatKind::Missing` variants.Nicholas Nethercote-1/+1
2025-03-26Rollup merge of #138898 - fmease:decrustify-parser-post-ty-ascr, r=compiler-e...Stuart Cook-1/+1
2025-03-25Rollup merge of #138911 - compiler-errors:define-opaque, r=oli-obkJacob Pratt-7/+46
2025-03-25Allow defining opaques in statics and constsMichael Goulet-7/+46
2025-03-25Track whether an assoc item is in a trait impl or an inherent implOli Scherer-2/+7
2025-03-24Remove fields that are dead since the removal of type ascription syntaxLeón Orell Valerian Liehr-1/+1
2025-03-18Refactor YieldKind so postfix yield must have an expressionEric Holk-2/+2
2025-03-14Preserve yield position during pretty printingEric Holk-1/+1
2025-03-11Implement `#[define_opaque]` attribute for functions.Oli Scherer-2/+12
2025-03-06Implement .use keyword as an alias of cloneSantiago Pastorino-0/+1
2025-03-01Implment `#[cfg]` and `#[cfg_attr]` in `where` clausesFrank King-1/+2
2025-02-22Fix binding mode problemsMichael Goulet-1/+1
2025-02-11Add a TyPat in the AST to reuse the generic arg lowering logicOli Scherer-1/+16
2025-02-03Express contracts as part of function header and lower it to the contract lan...Celina G. Val-1/+16
2025-01-28Refactor FnKind variant to hold &FnCelina G. Val-10/+15
2025-01-08Rename PatKind::Lit to ExprOli Scherer-1/+1
2024-12-31Account for format_args in HiddenUnicodeCodepoints lintMichael Goulet-1/+1
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