about summary refs log tree commit diff
path: root/compiler/rustc_ast_pretty
AgeCommit message (Expand)AuthorLines
2021-09-20Migrate to 2021Mark Rousskov-1/+1
2021-09-09Revert "Implement Anonymous{Struct, Union} in the AST"Felix S. Klock II-8/+0
2021-09-09Revert "Fix ast expanded printing for anonymous types"Felix S. Klock II-6/+10
2021-08-30Add let-else to ASTCameron Steffen-2/+8
2021-08-29Auto merge of #88262 - klensy:pprust-cow, r=nagisabors-48/+50
2021-08-28Treat macros as HIR itemsinquisitivecrystal-18/+30
2021-08-25Convert some functions to return Cow<'static,str> instead of String to reduce...klensy-48/+50
2021-08-15Introduce hir::ExprKind::Let - Take 2Caio-17/+10
2021-08-12Add support for clobber_abi to asm!Amanieu d'Antras-0/+10
2021-08-02Auto merge of #87535 - lf-:authors, r=Mark-Simulacrumbors-1/+0
2021-07-29rfc3052: Remove authors field from Cargo manifestsJade-1/+0
2021-07-25use vec![] macro to create Vector with first item inside instead of pushing t...Matthias Krüger-2/+1
2021-07-08Rework SESSION_GLOBALS API to prevent overwriting itGuillaume Gomez-3/+3
2021-07-03rustc_ast_pretty: Don't print space after `$`Noah Lev-3/+3
2021-06-29Rollup merge of #86358 - klensy:pp-loop, r=Mark-SimulacrumYuki Okushi-1/+0
2021-06-25Auto merge of #86599 - Amanieu:asm_raw, r=nagisabors-0/+3
2021-06-24Add a "raw" option for asm! which ignores format string specifiersAmanieu d'Antras-0/+3
2021-06-23fix pretty print for `loop` in mir and hirklensy-1/+0
2021-06-22Auto merge of #85193 - pnkfelix:readd-support-for-inner-attrs-within-match, r...bors-0/+5
2021-06-17Use `AttrVec` for `Arm`, `FieldDef`, and `Variant`Yuki Okushi-1/+1
2021-06-10Add support for using qualified paths with structs in expression and patternRyan Levick-6/+19
2021-05-24remove cfg(bootstrap)Pietro Albini-1/+0
2021-05-24Fix ast expanded printing for anonymous typesjedel1043-10/+6
2021-05-16Implement Anonymous{Struct, Union} in the ASTjedel1043-17/+33
2021-05-15Remove some unncessary spaces from pretty-printed tokenstream outputAaron Hill-1/+4
2021-05-13Add support for const operands and options to global_asm!Amanieu d'Antras-112/+113
2021-05-11Re-add support for parsing (and pretty-printing) inner-attributes within body...Felix S. Klock II-0/+5
2021-05-03parser: Remove support for inner attributes on non-block expressionsVadim Petrochenkov-26/+9
2021-04-06Use AnonConst for asm! constantsAmanieu d'Antras-2/+2
2021-03-27Remove (lots of) dead codeJoshua Nelson-28/+0
2021-03-23Update with commentskadmin-1/+0
2021-03-23Update with commentskadmin-3/+2
2021-03-23Some refactoringvarkor-0/+1
2021-03-23Add has_default to GenericParamDefKind::Constkadmin-0/+3
2021-03-19stabilize or_patternsmark-1/+1
2021-03-16ast: Reduce size of `ExprKind` by boxing fields of `ExprKind::Struct`Vadim Petrochenkov-2/+2
2021-03-16ast/hir: Rename field-related structuresVadim Petrochenkov-1/+1
2021-02-19Rollup merge of #82238 - petrochenkov:nocratemod, r=Aaron1011Dylan DPC-28/+25
2021-02-18Rollup merge of #82066 - matthewjasper:trait-ref-fix, r=jackh726Dylan DPC-0/+1
2021-02-18ast: Keep expansion status for out-of-line module itemsVadim Petrochenkov-22/+20
2021-02-18ast: Stop using `Mod` in `Crate`Vadim Petrochenkov-9/+8
2021-02-16avoid full-slicing slicesMatthias Krüger-3/+3
2021-02-13Fix pretty printing of generic associated type constraintsMatthew Jasper-0/+1
2021-02-08Fix pretty printer macro_rules with semicolon.Eric Huss-0/+3
2021-02-01Box the biggest ast::ItemKind variantsDániel Buga-9/+16
2021-01-23Remove unused dependencybjorn3-1/+0
2021-01-09ast: Remove some indirection layers from values in key-value attributesVadim Petrochenkov-2/+3
2021-01-08rustc_ast_pretty: Remove `PrintState::insert_extra_parens`Vadim Petrochenkov-31/+2
2021-01-01const_generics_defaults: don't use todoRémy Rakic-1/+0
2021-01-01first pass at default values for const genericsJulian Knodt-2/+6