summary refs log tree commit diff
path: root/src/test/ui/stats
AgeCommit message (Expand)AuthorLines
2022-12-01rustc_ast_lowering: Stop lowering imports into multiple itemsVadim Petrochenkov-22/+22
2022-11-23Separate lifetime ident from resolution in HIR.Camille GILLOT-4/+4
2022-11-22fix tests, update size assertsThe 8472-10/+11
2022-11-18Auto merge of #101562 - nnethercote:shrink-ast-Expr-harder, r=petrochenkovbors-102/+102
2022-11-17Use `ThinVec` in `ast::Path`.Nicholas Nethercote-98/+98
2022-11-17Box `ExprKind::{Closure,MethodCall}`, and `QSelf` in expressions, types, and ...Nicholas Nethercote-89/+89
2022-11-13Store a LocalDefId in hir::Variant & hir::Field.Camille GILLOT-5/+5
2022-11-13Store a LocalDefId in hir::AnonConst.Camille GILLOT-16/+16
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