creusot icon indicating copy to clipboard operation
creusot copied to clipboard

Creusot helps you prove your code is correct in an automated fashion.

Results 181 creusot issues
Sort by recently updated
recently updated
newest added

This is a summary of some known issues with the current macros: - [ ] Invariants on for loops have broken spans - [ ] The ghost macro can generate...

Is this something we want to do locally? If so we should figure out a simple test harness for it as manually specifying the paths in `tests/ui.rs` leaves a bit...

In #381 we gained support for an initial version of ghost code based on an adhoc language consisting of the intersection of Rust and Pearlite. This ghost code has borrow...

Private fields should not appear in a type for functions that don't have permission to see them.

enhancement

Translate Union names properly (allows BTreeMap).

Actually attempting to use a tuple constructor will trigger an error in creusot.

- Challenge 1 - Challenge 2 - initial version - Challenge 3 - start cleaning up