You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Sep 30, 2024. It is now read-only.
We have been using the terminology safe and unsafe to describe the new
pointer types and the existing C pointer type, respectively. The term
unsafe has negative connotations. The term safe is also imprecise. The
design only addresses bounds safety and does not yet address memory
lifetime safety or type casts that allow corruption of bounds information.
We are switching to the terms checked and unchecked instead.
This mostly addresses issue #11. We still need to make sure that we are
being clear in the text about what is not being checked.