about summary refs log tree commit diff
path: root/compiler/rustc_ast_pretty/src/pprust/state.rs
AgeCommit message (Expand)AuthorLines
2024-11-24add guard pattern AST nodeMax Niederman-0/+6
2024-11-21Introduce `InvisibleOrigin` on invisible delimiters.Nicholas Nethercote-3/+2
2024-10-28fix clippy::clone_on_ref_ptr for compilerklensy-1/+2
2024-10-26Print unsafety of attribute in AST unprettyUrgau-0/+11
2024-10-15Auto merge of #131723 - matthiaskrgr:rollup-krcslig, r=matthiaskrgrbors-26/+22
2024-10-15Rollup merge of #130635 - eholk:pin-reborrow-sugar, r=compiler-errorsMatthias Krüger-0/+6
2024-10-14Move trait bound modifiers into ast::PolyTraitRefMichael Goulet-26/+22
2024-10-11Auto merge of #131045 - compiler-errors:remove-unnamed_fields, r=wesleywiserbors-8/+0
2024-10-07Add sugar for &pin (const|mut) typesEric Holk-0/+6
2024-10-06Rename NestedMetaItem to MetaItemInnercodemountains-4/+4
2024-10-01Remove anon struct and union typesMichael Goulet-8/+0
2024-09-22Reformat using the new identifier sorting from rustfmtMichael Goulet-6/+6
2024-09-06Add initial support for raw lifetimesMichael Goulet-3/+10
2024-08-07Use more slice patterns inside the compilerLeón Orell Valerian Liehr-2/+2
2024-07-29Reformat `use` declarations.Nicholas Nethercote-11/+12
2024-07-24centralize turning asm flags into human readable namesFolkert-29/+1
2024-06-28Change RTN to use .. againMichael Goulet-0/+5
2024-06-17Rework precise capturing syntaxMichael Goulet-10/+10
2024-06-11Auto merge of #125174 - nnethercote:less-ast-pretty-printing, r=petrochenkovbors-16/+9
2024-06-06Fix formattingcarbotaniuman-2/+7
2024-06-06Fix buildcarbotaniuman-3/+3
2024-06-06Parse unsafe attributescarbotaniuman-2/+4
2024-06-05Print `token::Interpolated` with token stream pretty printing.Nicholas Nethercote-16/+9
2024-06-04Handle safety keyword for extern block inner itemsSantiago Pastorino-0/+1
2024-05-30Rename HIR `TypeBinding` to `AssocItemConstraint` and related cleanupLeón Orell Valerian Liehr-4/+4
2024-05-23Add some comments.Nicholas Nethercote-11/+29
2024-05-17Rename Unsafe to SafetySantiago Pastorino-8/+11
2024-05-14Auto merge of #124256 - nnethercote:rm-NtIdent-NtLifetime, r=petrochenkovbors-6/+8
2024-05-14Remove `NtIdent` and `NtLifetime`.Nicholas Nethercote-5/+7
2024-05-13Auto merge of #125055 - nnethercote:Comment-FIXME, r=compiler-errorsbors-27/+37
2024-05-13Remove a `Span` from `TokenKind::Interpolated`.Nicholas Nethercote-1/+1
2024-05-13Make `Comments::next` consume a comment.Nicholas Nethercote-9/+7
2024-05-13Make handling of `Comments` more iterator-like.Nicholas Nethercote-22/+34
2024-05-12Pretty-print let-else with added parenthesization when neededDavid Tolnay-1/+5
2024-04-19Give a name to each distinct manipulation of pretty-printer FixupContextDavid Tolnay-18/+4
2024-04-19Move pretty-printer FixupContext to a moduleDavid Tolnay-1/+2
2024-04-17Rename `BindingAnnotation` to `BindingMode`Jules Bertholet-3/+3
2024-04-16Auto merge of #123468 - compiler-errors:precise-capturing, r=oli-obkbors-1/+10
2024-04-16Rollup merge of #123462 - fmease:rn-mod-sep-to-path-sep, r=nnethercoteLeón Orell Valerian Liehr-1/+1
2024-04-15Use a path instead of an ident (and stop manually resolving)Michael Goulet-1/+1
2024-04-15Validation and other thingsMichael Goulet-2/+10
2024-04-15Parsing , pre-lowering support for precise capturesMichael Goulet-1/+2
2024-04-08Add pattern types to astOli Scherer-0/+5
2024-04-04Rename ModSep to PathSepLeón Orell Valerian Liehr-1/+1
2024-03-27Implement `mut ref`/`mut ref mut`Jules Bertholet-3/+6
2024-03-21Implement macro-based deref!() syntax for deref patternsMichael Goulet-0/+6
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/+4
2024-03-01Move `gather_comments`.Nicholas Nethercote-2/+123
2024-02-24Add asm label support to AST and HIRGary Guo-0/+4