about summary refs log tree commit diff
path: root/compiler/rustc_builtin_macros/src/contracts.rs
AgeCommit message (Expand)AuthorLines
2025-02-10Fix imports, remove attrs for unused_*Michael Goulet-4/+2
2025-02-10Stop using span hack for contracts feature gatingMichael Goulet-12/+9
2025-02-03Rename rustc_contract to contractCelina G. Val-3/+3
2025-02-03Refactor contract builtin macro + error handlingCelina G. Val-71/+71
2025-02-03Separate contract feature gates for the internal machineryFelix S. Klock II-8/+12
2025-02-03Desugars contract into the internal AST extensionsFelix S. Klock II-0/+172