Memory Safety for Skeptics

18 points by steveklabnik


singpolyma

It's interesting to me how this has shifted. When rust first appeared the main things to me were: no manually malloc, no manual free. Aka no memory leaks or use after free.

These days rust considers memory leaks to not be part of "memory safety" but all kinds of other stuff (thread safety for example) gets included.