-
Notifications
You must be signed in to change notification settings - Fork 13k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
add typestate pass to rustc #232
Comments
This exists now. It's not complete but it's far enough along to call it "existing" and close this bug. File followups for subsequent improvements. |
oli-obk
added a commit
to oli-obk/rust
that referenced
this issue
Jul 19, 2017
Only check pointers when dereferencing
dlrobertson
pushed a commit
to dlrobertson/rust
that referenced
this issue
Nov 29, 2018
…d-comparisons Remove chained comparisons from the undocumented page.
ZuseZ4
pushed a commit
to EnzymeAD/rust
that referenced
this issue
Mar 7, 2023
* implement fneg for forward mode * fix tests * fail early
matthiaskrgr
pushed a commit
to matthiaskrgr/rust
that referenced
this issue
Mar 7, 2023
…register-class-conversion Add missing register class conversion for inline asm
celinval
pushed a commit
to celinval/rust-dev
that referenced
this issue
Jun 4, 2024
celinval
pushed a commit
to celinval/rust-dev
that referenced
this issue
Jan 3, 2025
Fix a typo introduced in rust-lang#229 that prevents `kani-args` from getting passed to the `kani` command. This was discovered by @tengjiang (see model-checking#231). By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 and MIT licenses.
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
rustc has no typestate checker. add one.
The text was updated successfully, but these errors were encountered: