RustBelt: Securing the foundations of the Rust programming language

The work

AuthorsRalf Jung; Jacques-Henri Jourdan; Robbert Krebbers; Derek Dreyer
Editors
Typeinproceedings
Year2018
Also known asjung2017rustbelt
Citekeyjung2018rustbelt

Where it appeared

Published inProceedings of the ACM on Programming Languages
PublisherAssociation for Computing Machinery
Volume2
IssuePOPL
Pages66:1--66:34

Identifiers

DOI10.1145/3158154

Abstract

Rust is a new systems programming language that promises to overcome the seemingly fundamental tradeoff between high-level safety guarantees and low-level control over resource management. Unfortunately, none of Rust’s safety claims have been formally proven, and there is good reason to question whether they actually hold. Specifically, Rust employs a strong, ownership-based type system, but then extends the expressive power of this core type system through libraries that internally use unsafe features. In this paper, we give the first formal (and machine-checked) safety proof for a language representing a realistic subset of Rust. Our proof is extensible in the sense that, for each new Rust library that uses unsafe features, we can say what verification condition it must satisfy in order for it to be deemed a safe extension to the language. We have carried out this verification for some of the most important libraries that are used throughout the Rust ecosystem.

A copy is held

pdf, 535.9 kB. Not published — it may be under copyright. The facts and links here are.

How it got here

How it got hereagent via bibtex
Added2026-08-05 00:00 UTC
Approved bya person 2026-08-26 09:45 UTC

Cite it as

@inproceedings{jung2018rustbelt,
  title        = {RustBelt: Securing the foundations of the Rust programming language},
  author       = {Ralf Jung and Jacques-Henri Jourdan and Robbert Krebbers and Derek Dreyer},
  year         = {2018},
  booktitle    = {Proceedings of the ACM on Programming Languages},
  publisher    = {Association for Computing Machinery},
  volume       = {2},
  number       = {POPL},
  pages        = {66:1--66:34},
  doi          = {10.1145/3158154},
}

This record lives at https://refs.drheap.org/jung2018rustbelt/ and will keep doing so. It used to be called jung2017rustbelt, and those addresses still resolve to this one.