about summary refs log tree commit diff
path: root/library/core/src/contracts.rs
AgeCommit message (Expand)AuthorLines
2025-04-10Apply suggestions from code reviewCelina G. Val-1/+1
2025-04-08Fix unreachable expression warningCelina G. Val-5/+10
2025-04-07Enable contracts for const functionsCelina G. Val-7/+6
2025-02-18update `cfg(bootstrap)`Josh Stone-1/+0
2025-02-03Rename rustc_contract to contractCelina G. Val-1/+1
2025-02-03Improve contracts intrisics and remove wrapper functionCelina G. Val-22/+5
2025-02-03Separate contract feature gates for the internal machineryFelix S. Klock II-2/+2
2025-02-03Desugars contract into the internal AST extensionsFelix S. Klock II-0/+5
2025-02-03contracts: added lang items that act as hooks for rustc-injected code to invoke.Felix S. Klock II-0/+33