summary refs log tree commit diff
path: root/compiler/rustc_passes/src/input_stats.rs
AgeCommit message (Expand)AuthorLines
2024-12-17Fix `-Z inputs-stats` ordering.Nicholas Nethercote-7/+11
2024-12-15Add hir::AttributeJonathan Dönszelmann-1/+1
2024-12-14(Re-)Implement impl_trait_in_bindingsMichael Goulet-0/+1
2024-12-12Add unwrap_unsafe_binder and wrap_unsafe_binder macro operatorsMichael Goulet-4/+35
2024-12-12Lower AST and resolve lifetimes for unsafe binder typesMichael Goulet-0/+2
2024-12-10Remove more traces of anonymous ADTsMichael Goulet-1/+0
2024-12-08Rollup merge of #133424 - Nadrieril:guard-patterns-parsing, r=fee1-deadMatthias Krüger-0/+1
2024-11-25Refactor `where` predicates, and reserve for attributes supportFrank King-6/+5
2024-11-24add guard pattern AST nodeMax Niederman-0/+1
2024-11-15Merge `-Zhir-stats` into `-Zinput-stats`Sam Estep-0/+704