summary refs log tree commit diff
path: root/compiler/rustc_ast_pretty/src/pprust/state
AgeCommit message (Expand)AuthorLines
2024-02-29AST: Refactor type alias where clausesLeón Orell Valerian Liehr-11/+4
2024-02-25Add `ErrorGuaranteed` to `ast::ExprKind::Err`Lieselotte-1/+1
2024-02-25Add `ast::ExprKind::Dummy`Lieselotte-0/+5
2024-01-12Delegation implementation: step 1Bryanskiy-0/+31
2023-12-27Auto merge of #119105 - dtolnay:paren, r=WaffleLapkinbors-41/+283
2023-12-22Rollup merge of #119169 - fmease:pretty-yeet-syntactic-cruft, r=compiler-errorsMatthias Krüger-15/+2
2023-12-22Auto merge of #118847 - eholk:for-await, r=compiler-errorsbors-3/+7
2023-12-22Rid the AST & HIR pretty printers of syntactic cruftLeón Orell Valerian Liehr-15/+2
2023-12-22Auto merge of #119163 - fmease:refactor-ast-trait-bound-modifiers, r=compiler...bors-3/+5
2023-12-20Refactor AST trait bound modifiersLeón Orell Valerian Liehr-3/+5
2023-12-20Give `VariantData::Struct` named fields, to clairfy `recovered`.Alona Enraght-Moony-1/+1
2023-12-19Plumb awaitness of for loopsEric Holk-3/+7
2023-12-18Fix parenthesization of subexprs containing statement boundaryDavid Tolnay-41/+283
2023-12-08Do not parenthesize exterior struct lit inside match guardsDavid Tolnay-53/+102
2023-12-08Inline cond_needs_par into print_letDavid Tolnay-1/+1
2023-12-08Auto merge of #118420 - compiler-errors:async-gen, r=eholkbors-2/+2
2023-12-08coro_kind -> coroutine_kindMichael Goulet-2/+2
2023-12-08Auto merge of #118527 - Nadrieril:never_patterns_parse, r=compiler-errorsbors-16/+21
2023-12-04Option<CoroutineKind>Eric Holk-1/+1
2023-12-04Merge Async and Gen into CoroutineKindEric Holk-2/+2
2023-12-03Parse a pattern with no armNadrieril-16/+21
2023-11-28Rework `ast::BinOpKind::to_string` and `ast::UnOp::to_string`.Nicholas Nethercote-3/+3
2023-11-22Auto merge of #117928 - nnethercote:rustc_ast_pretty, r=fee1-deadbors-55/+17
2023-11-22Remove or downgrade unnecessary `pub` visibility markers.Nicholas Nethercote-6/+6
2023-11-22Remove `IterDelimited`.Nicholas Nethercote-49/+11
2023-11-21Fix `clippy::needless_borrow` in the compilerNilstrieb-1/+1
2023-11-04Fix remaining uses of `CaptureBy::Value`Dinu Blanovschi-1/+1
2023-10-27Add gen blocks to ast and do some broken ast loweringOli Scherer-2/+2
2023-10-16Preserve unicode escapes in format string literals when pretty-printing ASTPaul Gey-2/+2
2023-09-11Move let expression checking to parsingMatthew Jasper-1/+1
2023-08-24Parse unnamed fields and anonymous structs or unionsFrank King-1/+5
2023-08-04Improve spans for indexing expressionsNilstrieb-1/+1
2023-07-28Parse generic const itemsLeón Orell Valerian Liehr-9/+26
2023-07-23more clippy::style fixes:Matthias Krüger-4/+4
2023-06-19Syntatically accept `become` expressionsMaybe Waffle-0/+5
2023-06-15Fix suggestion for E0404 not dealing with multiple generics许杰友 Jieyou Xu (Joe)-13/+15
2023-05-05Migrate offset_of from a macro to builtin # syntaxest31-2/+1
2023-05-01Rip it outNilstrieb-3/+9
2023-05-01Rollup merge of #111037 - Nilstrieb:close-the-offsetof, r=compiler-errorsMatthias Krüger-1/+1
2023-04-30Close parentheses for `offset_of` in AST pretty printingNilstrieb-1/+1
2023-04-27Tweak await spanMichael Goulet-1/+1
2023-04-21minor tweaksDrMeepster-7/+6
2023-04-21offset_ofDrMeepster-0/+21
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/+11
2023-04-04rust-analyzer guided tuple field to named fieldOli Scherer-1/+1
2023-04-04rust-analyzer guided enum variant structificationOli Scherer-1/+2
2023-03-19Remove the `NodeId` of `ast::ExprKind::Async`Arpad Borsos-1/+1
2023-03-12Remove `box_syntax` from AST and use in toolsclubby789-4/+0