about summary refs log tree commit diff
path: root/tests/ui/stats/input-stats.stderr
AgeCommit message (Expand)AuthorLines
2025-07-13Retire hir::*ItemRef.Camille GILLOT-3/+3
2025-07-13Retire hir::ForeignItemRef.Camille GILLOT-2/+2
2025-07-13Remove hir::AssocItemKind.Camille GILLOT-3/+3
2025-07-13Move trait_item_def_id from ImplItemRef to ImplItem.Camille GILLOT-2/+2
2025-06-25tests: Do not run afoul of asm.validity.non-exhaustive in input-statsJubilee Young-6/+6
2025-06-24Tweak `-Zinput-stats` and `-Zmeta-stats` output.Nicholas Nethercote-4/+6
2025-06-24Reverse order of `-Zinput-stats` and `-Zmeta-stats` output.Nicholas Nethercote-93/+93
2025-06-12Tracking the old name of renamed unstable library attributexizheyin-2/+2
2025-06-03Remove pre-expansion AST stats.Nicholas Nethercote-117/+60
2025-05-28Avoid over-counting of `UsePath` in the HIR stats.Nicholas Nethercote-3/+3
2025-05-28Filter percentages out of `tests/ui/stats/input-stats.rs` output.Nicholas Nethercote-160/+160
2025-04-04Implement `super let`.Mara Bos-18/+18
2025-04-01Move `ast::Item::ident` into `ast::ItemKind`.Nicholas Nethercote-39/+39
2025-03-28Don't use `kw::Empty` in `hir::Lifetime::ident`.Nicholas Nethercote-3/+3
2025-03-01Implment `#[cfg]` and `#[cfg_attr]` in `where` clausesFrank King-14/+14
2025-01-01Fix ICE when opaque captures a duplicated/invalid lifetimeMichael Goulet-6/+6
2024-12-17Fix `-Z inputs-stats` ordering.Nicholas Nethercote-17/+17
2024-12-09Introduce `default_field_values` featureEsteban Küber-18/+18
2024-11-25Refactor `where` predicates, and reserve for attributes supportFrank King-23/+23
2024-11-21Implement the unsafe-fields RFC.Luca Versari-15/+15
2024-11-15Merge `-Zhir-stats` into `-Zinput-stats`Sam Estep-0/+178