about summary refs log tree commit diff
path: root/compiler/rustc_ast_pretty/src/lib.rs
AgeCommit message (Collapse)AuthorLines
2023-12-20Refactor AST trait bound modifiersLeón Orell Valerian Liehr-0/+1
2023-11-22Remove unneeded features.Nicholas Nethercote-2/+0
2023-11-15Bump cfg(bootstrap)sMark Rousskov-3/+3
2023-10-16docs: add Rust logo to more compiler cratesMichael Howell-0/+3
c6e6ecb1afea9695a42d0f148ce153536b279eb5 added it to some of the compiler's crates, but avoided adding it to all of them to reduce bit-rot. This commit adds to more.
2022-08-18Add diagnostic translation lints to crates that don't emit them5225225-0/+2
2022-05-20Remove `crate` visibility usage in compilerJacob Pratt-1/+0
2022-05-11ast: Introduce some traits to get AST node properties genericallyVadim Petrochenkov-0/+2
And use them to avoid constructing some artificial `Nonterminal` tokens during expansion
2022-05-04Stabilize `bool::then_some`Josh Triplett-1/+0
2021-05-24remove cfg(bootstrap)Pietro Albini-1/+0
2021-03-19stabilize or_patternsmark-1/+1
2021-02-01Box the biggest ast::ItemKind variantsDániel Buga-0/+1
2020-08-30mv compiler to compiler/mark-0/+8