about summary refs log tree commit diff
path: root/src/parse/parser.rs
AgeCommit message (Expand)AuthorLines
2023-02-21Use `ThinVec` in a few more AST types.Nicholas Nethercote-1/+2
2022-08-22Use `AttrVec` in more places.Nicholas Nethercote-1/+1
2022-03-07placate rustfmt in rustfmt.Felix S. Klock II-7/+1
2022-03-04Placate tidy in submodule.Felix S. Klock II-1/+7
2022-03-03Adjusted diagnostic output so that if there is no `use` in a item sequence,Felix S. Klock II-1/+1
2022-03-03refactor: prepare to associate multiple spans with a module.Felix S. Klock II-1/+1
2022-02-23rustc_errors: take `self` by value in `DiagnosticBuilder::cancel`.Eduard-Mihai Burtescu-1/+1
2021-12-29Merge commit '4a053f206fd6799a25823c307f7d7f9d897be118' into sync-rustfmt-sub...Caleb Cartwright-0/+175