| Age | Commit message (Collapse) | Author | Lines | |
|---|---|---|---|---|
| 2025-02-03 | Rename rustc_contract to contract | Celina G. Val | -3/+12 | |
| This has now been approved as a language feature and no longer needs a `rustc_` prefix. Also change the `contracts` feature to be marked as incomplete and `contracts_internals` as internal. | ||||
| 2025-02-03 | Refactor contract builtin macro + error handling | Celina G. Val | -0/+14 | |
| Instead of parsing the different components of a function signature, eagerly look for either the `where` keyword or the function body. - Also address feedback to use `From` instead of `TryFrom` in cranelift contract and ubcheck codegen. | ||||
