about summary refs log tree commit diff
path: root/compiler/rustc_ast_pretty/src/pprust/tests.rs
AgeCommit message (Expand)AuthorLines
2025-04-28Introduce `BoxMarker` to pretty-printing.Nicholas Nethercote-3/+3
2025-04-10Rename some `name` variables as `ident`.Nicholas Nethercote-2/+2
2024-12-18Re-export more `rustc_span::symbol` things from `rustc_span`.Nicholas Nethercote-2/+1
2024-09-22Reformat using the new identifier sorting from rustfmtMichael Goulet-1/+1
2024-07-29Reformat `use` declarations.Nicholas Nethercote-4/+3
2024-04-16Avoid unnecessary `rustc_span::DUMMY_SP` usage.Nicholas Nethercote-6/+4
2023-02-21Use `ThinVec` in various AST types.Nicholas Nethercote-2/+5
2021-07-08Rework SESSION_GLOBALS API to prevent overwriting itGuillaume Gomez-3/+3
2021-06-17Use `AttrVec` for `Arm`, `FieldDef`, and `Variant`Yuki Okushi-1/+1
2020-09-10Fully integrate token collection for additional AST structsAaron Hill-2/+5
2020-08-30mv compiler to compiler/mark-0/+60