about summary refs log tree commit diff
path: root/tests/ui/stats/hir-stats.stderr
AgeCommit message (Expand)AuthorLines
2024-11-15Merge `-Zhir-stats` into `-Zinput-stats`Sam Estep-178/+0
2024-11-15Print total node count in `-Z hir-stats`Sam Estep-3/+3
2024-10-22Represent TraitBoundModifiers as distinct parts in HIRMichael Goulet-8/+8
2024-10-20Stop relying on hashmap iteration for hir stat printingNoratrieb-23/+23
2024-07-16Add `ConstArgKind::Path` and make `ConstArg` its own HIR nodeNoah Lev-6/+6
2024-06-26ast: Standardize visiting orderVadim Petrochenkov-31/+31
2024-05-04Auto merge of #124401 - oli-obk:some_hir_cleanups, r=cjgillotbors-13/+13
2024-04-29Add StaticForeignItem and use it on ForeignItemKindSantiago Pastorino-10/+10
2024-04-29Bless ui testsOli Scherer-13/+13
2024-03-14Update `tests/ui/stats/hir-stats.stderr` outputGuillaume Gomez-3/+3
2024-03-01Detect more cases of `=` to `:` typoEsteban Küber-10/+10
2024-01-31Add async bound modifier to enable async Fn boundsMichael Goulet-26/+26
2024-01-05Remove `hir::Guard`Matthew Jasper-4/+4
2023-12-25Make closures carry their own ClosureKind, rather than deducing what it is fr...Michael Goulet-4/+4
2023-12-20Refactor AST trait bound modifiersLeón Orell Valerian Liehr-17/+17
2023-11-24Add `Span` to `TraitBoundModifier`Deadbeef-29/+29
2023-09-21Record asyncness span in HIRMichael Goulet-16/+16
2023-04-04Rename `ast::Static` to `ast::StaticItem` to match `ast::ConstItem`Oli Scherer-43/+43
2023-02-21Use `ThinVec` in a few more AST types.Nicholas Nethercote-44/+44
2023-02-21Use `ThinVec` in `ast::PatKind::Struct`.Nicholas Nethercote-51/+51
2023-02-21Use `ThinVec` in `ast::Block`.Nicholas Nethercote-40/+40
2023-02-21Use `ThinVec` in various AST types.Nicholas Nethercote-76/+76
2023-02-21Use `ThinVec` in `ast::WhereClause`.Nicholas Nethercote-63/+63
2023-02-21Use `ThinVec` in `ast::Generics` and related types.Nicholas Nethercote-52/+52
2023-01-11Move /src/test to /testsAlbert Larsan-0/+178