paperbot · PL 论文追踪

RSS

A Hybrid Approach to Semi-automated Rust Verification

PLDI 9(PLDI)2025
Sacha-Élie Ayoun, Xavier Denis, Petar Maksimović, Philippa Gardner

尚未生成 AI 速览(可能缺少 API key 或等待下次运行补跑)。

原文摘要(Abstract)

We propose a hybrid approach to end-to-end Rust verification where the proof effort is split into powerful automated verification of safe Rust and targeted semi-automated verification of unsafe Rust. To this end, we present Gillian-Rust, a proof-of-concept semi-automated verification tool built on top of the Gillian platform that can reason about type safety and functional correctness of unsafe code. Gillian-Rust automates a rich separation logic for real-world Rust, embedding the lifetime logic of RustBelt and the parametric prophecies of RustHornBelt, and is able to verify real-world Rust standard library code with only minor annotations and with verification times orders of magnitude faster than those of comparable tools. We link Gillian-Rust with Creusot, a state-of-the-art verifier for safe Rust, by providing a systematic encoding of unsafe code specifications that Creusot can use but cannot verify, demonstrating the feasibility of our hybrid approach.

链接与引用

DOI 原文 ·

BibTeX
@article{paperbot3110,
  title = {A Hybrid Approach to Semi-automated Rust Verification},
  author = {Sacha-Élie Ayoun and Xavier Denis and Petar Maksimović and Philippa Gardner},
  journal = {Proceedings of the ACM on Programming Languages},
  volume = {9},
  number = {PLDI},
  year = {2025},
  doi = {10.1145/3729289}
}