summaryrefslogtreecommitdiff
path: root/tests/ui/stats
Commit message (Expand)AuthorAgeFilesLines
* Rename `ast::Static` to `ast::StaticItem` to match `ast::ConstItem`Oli Scherer2023-04-041-43/+43
* Use `ThinVec` in a few more AST types.Nicholas Nethercote2023-02-211-44/+44
* Use `ThinVec` in `ast::PatKind::Struct`.Nicholas Nethercote2023-02-211-51/+51
* Use `ThinVec` in `ast::Block`.Nicholas Nethercote2023-02-211-40/+40
* Use `ThinVec` in various AST types.Nicholas Nethercote2023-02-211-76/+76
* Use `ThinVec` in `ast::WhereClause`.Nicholas Nethercote2023-02-211-63/+63
* Use `ThinVec` in `ast::Generics` and related types.Nicholas Nethercote2023-02-211-52/+52
* Reinstate the `hir-stats.rs` tests on stage 1.Nicholas Nethercote2023-02-021-1/+5
* Move /src/test to /testsAlbert Larsan2023-01-112-0/+220