about summary refs log tree commit diff
path: root/compiler/rustc_ast_pretty/Cargo.toml
AgeCommit message (Collapse)AuthorLines
2023-11-22Remove `IterDelimited`.Nicholas Nethercote-0/+1
itertools has `with_position` which does the same thing.
2023-10-30Clean up `rustc_*/Cargo.toml`.Nicholas Nethercote-2/+2
- Sort dependencies and features sections. - Add `tidy` markers to the sorted sections so they stay sorted. - Remove empty `[lib`] sections. - Remove "See more keys..." comments. Excluded files: - rustc_codegen_{cranelift,gcc}, because they're external. - rustc_lexer, because it has external use. - stable_mir, because it has external use.
2023-02-21Use `ThinVec` in `ast::Generics` and related types.Nicholas Nethercote-0/+1
2023-02-06remove unused importsklensy-1/+0
2023-01-12Expand format_args!() in rust_ast_lowering.Mara Bos-1/+2
2022-09-29Remove from compiler/ cratesreez12g-1/+0
2022-01-18Delete pretty printer tracingDavid Tolnay-1/+0
2021-09-20Migrate to 2021Mark Rousskov-1/+1
2021-07-29rfc3052: Remove authors field from Cargo manifestsJade-1/+0
Since RFC 3052 soft deprecated the authors field anyway, hiding it from crates.io, docs.rs, and making Cargo not add it by default, and it is not generally up to date/useful information, we should remove it from crates in this repo.
2021-01-23Remove unused dependencybjorn3-1/+0
2020-08-30mv compiler to compiler/mark-0/+14