about summary refs log tree commit diff
path: root/compiler/rustc_ast/src/mut_visit.rs
AgeCommit message (Expand)AuthorLines
2023-12-22Auto merge of #118847 - eholk:for-await, r=compiler-errorsbors-1/+1
2023-12-20Give `VariantData::Struct` named fields, to clairfy `recovered`.Alona Enraght-Moony-1/+1
2023-12-19Plumb awaitness of for loopsEric Holk-1/+1
2023-12-11Add spacing information to delimiters.Nicholas Nethercote-2/+2
2023-12-10remove redundant importssurechen-1/+1
2023-12-08Auto merge of #118420 - compiler-errors:async-gen, r=eholkbors-9/+10
2023-12-08Support async gen fnMichael Goulet-1/+2
2023-12-08coro_kind -> coroutine_kindMichael Goulet-8/+8
2023-12-08Auto merge of #118527 - Nadrieril:never_patterns_parse, r=compiler-errorsbors-1/+1
2023-12-04Address code review feedbackEric Holk-2/+3
2023-12-04Option<CoroutineKind>Eric Holk-3/+2
2023-12-04Merge Async and Gen into CoroutineKindEric Holk-25/+11
2023-12-04Add genness to FnHeaderEric Holk-1/+16
2023-12-03Parse a pattern with no armNadrieril-1/+1
2023-11-29Add `never_patterns` feature gateNadrieril-1/+1
2023-11-16More detail when expecting expression but encountering bad macro argumentEsteban Küber-1/+4
2023-11-04Add the vis.visit_capture_by() in noop_visit_exprDinu Blanovschi-1/+2
2023-11-04add `fn visit_capture_by` to MutVisitor and fix pprust-expr-roundtrip.rsDinu Blanovschi-0/+13
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-24Auto merge of #115131 - frank-king:feature/unnamed-fields-lite, r=petrochenkovbors-0/+3
2023-08-24Parse unnamed fields and anonymous structs or unionsFrank King-0/+3
2023-08-19Fix a stack overflow with long else if chainsJohn Kåre Alsaker-1/+2
2023-08-04Improve spans for indexing expressionsNilstrieb-3/+6
2023-07-28Parse generic const itemsLeón Orell Valerian Liehr-1/+2
2023-06-19Syntatically accept `become` expressionsMaybe Waffle-0/+1
2023-05-01Rip it outNilstrieb-1/+1
2023-04-27Tweak await spanMichael Goulet-1/+4
2023-04-21use P<[Ident]> instead of Vec<Ident>DrMeepster-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-1/+1
2023-04-04Split out ast::ItemKind::Const into its own structOli Scherer-8/+13
2023-04-04rust-analyzer guided tuple field to named fieldOli Scherer-1/+1
2023-04-04rust-analyzer guided enum variant structificationOli Scherer-2/+2
2023-03-28Add `(..)` syntax for RTNMichael Goulet-0/+1
2023-03-19Remove the `NodeId` of `ast::ExprKind::Async`Arpad Borsos-2/+1
2023-03-12Remove `box_syntax` from AST and use in toolsclubby789-1/+0
2023-03-08Rename `MapInPlace` as `FlatMapInPlace`.Nicholas Nethercote-1/+1
2023-02-21Use `ThinVec` in `ast::AngleBracketedArgs`.Nicholas Nethercote-1/+1
2023-02-21Use `ThinVec` in various AST types.Nicholas Nethercote-9/+14
2023-02-21Use `ThinVec` in `ast::WhereClause`.Nicholas Nethercote-2/+13
2023-02-21Use `ThinVec` in `ast::Generics` and related types.Nicholas Nethercote-3/+1
2023-01-26Auto merge of #106745 - m-ou-se:format-args-ast, r=oli-obkbors-0/+14
2023-01-12parse const closuresDeadbeef-0/+2
2023-01-12Expand format_args!() in rust_ast_lowering.Mara Bos-0/+14
2022-12-28Rename `Rptr` to `Ref` in AST and HIRNilstrieb-1/+1
2022-12-03Rollup merge of #105050 - WaffleLapkin:uselessrefign, r=jyn514Matthias Krüger-2/+1
2022-12-03Rollup merge of #104199 - SarthakSingh31:issue-97417-1, r=cjgillotMatthias Krüger-0/+1