about summary refs log tree commit diff
path: root/compiler/rustc_ast/src/visit.rs
AgeCommit message (Expand)AuthorLines
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-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
2024-03-05Move visitor utils to `rustc_ast_ir`Jason Newcomb-65/+3
2024-02-25Add `ErrorGuaranteed` to `ast::ExprKind::Err`Lieselotte-1/+1
2024-02-25Add `ast::ExprKind::Dummy`Lieselotte-1/+1
2024-02-24Add asm label support to AST and HIRGary Guo-0/+1
2024-02-18Allow AST and HIR visitors to return `ControlFlow`Jason Newcomb-343/+457
2024-02-15Add an `ErrorGuaranteed` to `ast::TyKind::Err`.Nicholas Nethercote-1/+1
2024-02-12Lower anonymous structs or unions to HIRFrank King-1/+1
2024-01-24Don't call `walk_` functions directly if there is an equivalent `visit_` method.Guillaume Gomez-5/+5
2024-01-17Add `PatKind::Err`Lieselotte-1/+1
2024-01-12Delegation implementation: step 1Bryanskiy-0/+18
2023-12-19Plumb awaitness of for loopsEric Holk-5/+5
2023-12-10remove redundant importssurechen-1/+1
2023-12-08Auto merge of #118420 - compiler-errors:async-gen, r=eholkbors-1/+1
2023-12-08coro_kind -> coroutine_kindMichael Goulet-1/+1
2023-12-08Auto merge of #118527 - Nadrieril:never_patterns_parse, r=compiler-errorsbors-1/+1
2023-12-04Merge Async and Gen into CoroutineKindEric Holk-1/+1
2023-12-03Parse a pattern with no armNadrieril-1/+1
2023-11-29Add `never_patterns` feature gateNadrieril-1/+1
2023-11-04fixes for rustfmt + ast visitorDinu Blanovschi-1/+5
2023-10-27Add gen blocks to ast and do some broken ast loweringOli Scherer-1/+1
2023-09-11Move let expression checking to parsingMatthew Jasper-1/+1
2023-08-24Parse unnamed fields and anonymous structs or unionsFrank King-0/+3
2023-08-04Improve spans for indexing expressionsNilstrieb-1/+1
2023-07-28Parse generic const itemsLeón Orell Valerian Liehr-3/+8
2023-06-19Syntatically accept `become` expressionsMaybe Waffle-0/+1
2023-05-05misc nameres changes for anon constsBoxy-1/+4
2023-04-27Tweak await spanMichael Goulet-1/+1
2023-04-21offset_ofDrMeepster-0/+6
2023-04-10Remove `..` from return type notationMichael Goulet-1/+0
2023-04-04Rename `ast::Static` to `ast::StaticItem` to match `ast::ConstItem`Oli Scherer-2/+2
2023-04-04box a bunch of large typesOli Scherer-3/+3
2023-04-04Split out ast::ItemKind::Const into its own structOli Scherer-4/+4
2023-04-04rust-analyzer guided tuple field to named fieldOli Scherer-1/+2