summary refs log tree commit diff
path: root/src/test/ui/stats
AgeCommit message (Expand)AuthorLines
2022-10-10Rename AssocItemKind::TyAlias to AssocItemKind::TypeMichael Goulet-2/+2
2022-09-30Rollup merge of #102495 - nnethercote:reinstate-hir-stats, r=lqdMatthias Krüger-1/+0
2022-09-30Reinstate `hir-stats.rs` test for stage 1.Nicholas Nethercote-1/+0
2022-09-29Shrink `hir::def::Res`.Nicholas Nethercote-46/+46
2022-09-27Bless stats.Camille GILLOT-6/+6
2022-09-08Introduce `DotDotPos`.Nicholas Nethercote-12/+12
2022-09-08Arena-allocate `hir::Lifetime`.Nicholas Nethercote-34/+35
2022-09-07Use niche-filling optimization even when multiple variants have data.Michael Benfield-22/+23
2022-09-05use `propagate_through_exprs` instead of `propagate_through_expr`Takayuki Maeda-22/+22
2022-08-29Improve HIR stats collector.Nicholas Nethercote-20/+52
2022-08-29Add prefix to every line of `-Zhir-stats` output.Nicholas Nethercote-151/+145
2022-08-22Use `AttrVec` in more places.Nicholas Nethercote-67/+67
2022-08-17Box the `MacCall` in various types.Nicholas Nethercote-55/+55
2022-08-16Shrink `ast::Attribute`.Nicholas Nethercote-100/+100
2022-08-11Add a second level to the AST size reporting.Nicholas Nethercote-2/+62
2022-08-11Add percentages to `-Zhir-stats` output.Nicholas Nethercote-70/+70
2022-08-11Change how `AssocItem` is reported.Nicholas Nethercote-4/+2
2022-08-11Improve AST stat collector.Nicholas Nethercote-5/+15
2022-08-11Add a test for `-Zhir-stats` output.Nicholas Nethercote-0/+124