<?xml version="1.0" encoding="utf-8"?>
<feed xmlns="http://www.w3.org/2005/Atom">
    <id>https://evian-zhang.github.io/awesome-rust-papers/feed.xml</id>
    <title>Awesome Rust Papers</title>
    <updated>2026-09-12T02:58:31.000Z</updated>
    <generator>https://github.com/jpmonette/feed</generator>
    <author>
        <name>Evian-Zhang</name>
        <uri>https://github.com/Evian-Zhang</uri>
    </author>
    <link rel="alternate" href="https://evian-zhang.github.io/awesome-rust-papers/"/>
    <link rel="self" href="https://evian-zhang.github.io/awesome-rust-papers/feed.xml"/>
    <subtitle>Browse, search and analyze a curated collection of Rust academic papers.</subtitle>
    <entry>
        <title type="html"><![CDATA[Automated Proof Generation for Rust Code via Self-Evolution]]></title>
        <id>urn:awesome-rust-papers:safe</id>
        <link href="https://evian-zhang.github.io/awesome-rust-papers/?q=Automated%20Proof%20Generation%20for%20Rust%20Code%20via%20Self-Evolution"/>
        <updated>2026-09-12T02:58:31.000Z</updated>
        <summary type="html"><![CDATA[ICLR 2025 · verification, proof generation · LLM, self-evolution, fine tune]]></summary>
    </entry>
    <entry>
        <title type="html"><![CDATA[Can LLMs Reason Like Automated Theorem Provers for Rust Verification? VCoT-Bench: Evaluating via Verification Chain of Thought]]></title>
        <id>urn:awesome-rust-papers:vcot-bench</id>
        <link href="https://evian-zhang.github.io/awesome-rust-papers/?q=Can%20LLMs%20Reason%20Like%20Automated%20Theorem%20Provers%20for%20Rust%20Verification%3F%20VCoT-Bench%3A%20Evaluating%20via%20Verification%20Chain%20of%20Thought"/>
        <updated>2026-09-12T02:58:31.000Z</updated>
        <summary type="html"><![CDATA[ICML 2026 · verification · benchmark, LLM, reasoning]]></summary>
    </entry>
    <entry>
        <title type="html"><![CDATA[Evaluating and Improving Automated Repository-Level Rust Issue Resolution with LLM-based Agents]]></title>
        <id>urn:awesome-rust-papers:rust-swe-bench</id>
        <link href="https://evian-zhang.github.io/awesome-rust-papers/?q=Evaluating%20and%20Improving%20Automated%20Repository-Level%20Rust%20Issue%20Resolution%20with%20LLM-based%20Agents"/>
        <updated>2026-09-12T02:58:31.000Z</updated>
        <summary type="html"><![CDATA[ICSE 2026 · ecosystem · benchmark, LLM, software engineering]]></summary>
    </entry>
    <entry>
        <title type="html"><![CDATA[HarnessLLM: Rust Verification Harness Generation with Large Language Models]]></title>
        <id>urn:awesome-rust-papers:harnessllm</id>
        <link href="https://evian-zhang.github.io/awesome-rust-papers/?q=HarnessLLM%3A%20Rust%20Verification%20Harness%20Generation%20with%20Large%20Language%20Models"/>
        <updated>2026-09-12T02:58:31.000Z</updated>
        <summary type="html"><![CDATA[ICSE 2026 · verification · harness, LLM, MIR]]></summary>
    </entry>
    <entry>
        <title type="html"><![CDATA[Rusted Types: Static Detection of Rust Type Confusion Bugs]]></title>
        <id>urn:awesome-rust-papers:derust</id>
        <link href="https://evian-zhang.github.io/awesome-rust-papers/?q=Rusted%20Types%3A%20Static%20Detection%20of%20Rust%20Type%20Confusion%20Bugs"/>
        <updated>2026-09-12T02:58:31.000Z</updated>
        <summary type="html"><![CDATA[ICSE 2026 · security · type confusion, static analysis, data-flow analysis]]></summary>
    </entry>
    <entry>
        <title type="html"><![CDATA[RusyFuzz: Unhandled Exception Guided Fuzzing for Rust OS Kernel]]></title>
        <id>urn:awesome-rust-papers:rusyfuzz</id>
        <link href="https://evian-zhang.github.io/awesome-rust-papers/?q=RusyFuzz%3A%20Unhandled%20Exception%20Guided%20Fuzzing%20for%20Rust%20OS%20Kernel"/>
        <updated>2026-09-12T02:58:31.000Z</updated>
        <summary type="html"><![CDATA[ICSE 2026 · security, fuzzing · panic, operating system, MIR]]></summary>
    </entry>
    <entry>
        <title type="html"><![CDATA[SmartC2Rust: Iterative, Feedback-Driven C-to-Rust Translation via Large Language Models for Safety and Equivalence]]></title>
        <id>urn:awesome-rust-papers:smartc2rust</id>
        <link href="https://evian-zhang.github.io/awesome-rust-papers/?q=SmartC2Rust%3A%20Iterative%2C%20Feedback-Driven%20C-to-Rust%20Translation%20via%20Large%20Language%20Models%20for%20Safety%20and%20Equivalence"/>
        <updated>2026-09-12T02:58:31.000Z</updated>
        <summary type="html"><![CDATA[ICSE 2026 · c2rust · LLM, memory safety]]></summary>
    </entry>
    <entry>
        <title type="html"><![CDATA[A systematic exploration of C-to-rust code translation based on large language models: prompt strategies and automated repair]]></title>
        <id>urn:awesome-rust-papers:rustflow</id>
        <link href="https://evian-zhang.github.io/awesome-rust-papers/?q=A%20systematic%20exploration%20of%20C-to-rust%20code%20translation%20based%20on%20large%20language%20models%3A%20prompt%20strategies%20and%20automated%20repair"/>
        <updated>2026-09-11T05:42:13.000Z</updated>
        <summary type="html"><![CDATA[Automated Software Engineering 2025 · c2rust · LLM, validation]]></summary>
    </entry>
    <entry>
        <title type="html"><![CDATA[A tool-assisted approach to engineer domain-specific languages (DSLs) using Rust]]></title>
        <id>urn:awesome-rust-papers:rust-dsl</id>
        <link href="https://evian-zhang.github.io/awesome-rust-papers/?q=A%20tool-assisted%20approach%20to%20engineer%20domain-specific%20languages%20(DSLs)%20using%20Rust"/>
        <updated>2026-09-11T05:42:13.000Z</updated>
        <summary type="html"><![CDATA[MODELS 2022 · product · DSL, Ecore, metamodeling]]></summary>
    </entry>
    <entry>
        <title type="html"><![CDATA[Bigtools: a high-performance BigWig and BigBed library in Rust]]></title>
        <id>urn:awesome-rust-papers:bigtools</id>
        <link href="https://evian-zhang.github.io/awesome-rust-papers/?q=Bigtools%3A%20a%20high-performance%20BigWig%20and%20BigBed%20library%20in%20Rust"/>
        <updated>2026-09-11T05:42:13.000Z</updated>
        <summary type="html"><![CDATA[Bioinformatics 2024 · product, bioinformatics]]></summary>
    </entry>
    <entry>
        <title type="html"><![CDATA[Detecting Memory Errors in Rust Programs Including Unsafe Foreign Code]]></title>
        <id>urn:awesome-rust-papers:crema</id>
        <link href="https://evian-zhang.github.io/awesome-rust-papers/?q=Detecting%20Memory%20Errors%20in%20Rust%20Programs%20Including%20Unsafe%20Foreign%20Code"/>
        <updated>2026-09-11T05:42:13.000Z</updated>
        <summary type="html"><![CDATA[SEFM 2025 · security · memory safety, static analysis, FFI]]></summary>
    </entry>
    <entry>
        <title type="html"><![CDATA[Drinking From a Firehose While Herding Cats: A Search for Accountability in the Rust Open Source Community]]></title>
        <id>urn:awesome-rust-papers:accountability</id>
        <link href="https://evian-zhang.github.io/awesome-rust-papers/?q=Drinking%20From%20a%20Firehose%20While%20Herding%20Cats%3A%20A%20Search%20for%20Accountability%20in%20the%20Rust%20Open%20Source%20Community"/>
        <updated>2026-09-11T05:42:13.000Z</updated>
        <summary type="html"><![CDATA[CSCW 2025 · ecosystem · accountability, roadmap]]></summary>
    </entry>
    <entry>
        <title type="html"><![CDATA[From C to verifiable Rust: Towards practical migration of code and specifications]]></title>
        <id>urn:awesome-rust-papers:c2vr</id>
        <link href="https://evian-zhang.github.io/awesome-rust-papers/?q=From%20C%20to%20verifiable%20Rust%3A%20Towards%20practical%20migration%20of%20code%20and%20specifications"/>
        <updated>2026-09-11T05:42:13.000Z</updated>
        <summary type="html"><![CDATA[SCP 2026 · c2rust · verification, ACSL]]></summary>
    </entry>
    <entry>
        <title type="html"><![CDATA[Fuzzing trusted execution environments with Rust]]></title>
        <id>urn:awesome-rust-papers:tee-fuzz</id>
        <link href="https://evian-zhang.github.io/awesome-rust-papers/?q=Fuzzing%20trusted%20execution%20environments%20with%20Rust"/>
        <updated>2026-09-11T05:42:13.000Z</updated>
        <summary type="html"><![CDATA[Computers & Security 2025 · product · fuzzing, TEE, specification, QEMU]]></summary>
    </entry>
    <entry>
        <title type="html"><![CDATA[Hardening memory-safe languages: An empirical study of attack mitigations in rust and go binaries]]></title>
        <id>urn:awesome-rust-papers:mitsbom</id>
        <link href="https://evian-zhang.github.io/awesome-rust-papers/?q=Hardening%20memory-safe%20languages%3A%20An%20empirical%20study%20of%20attack%20mitigations%20in%20rust%20and%20go%20binaries"/>
        <updated>2026-09-11T05:42:13.000Z</updated>
        <summary type="html"><![CDATA[Computers & Security 2026 · security · empirical study, binary, memory safety, hardening, SBOM]]></summary>
    </entry>
    <entry>
        <title type="html"><![CDATA[PyFgsea: a Rust-powered, fgseaMultilevel-aligned GSEA framework with rolling-window enrichment along single-cell trajectories]]></title>
        <id>urn:awesome-rust-papers:pyfgsea</id>
        <link href="https://evian-zhang.github.io/awesome-rust-papers/?q=PyFgsea%3A%20a%20Rust-powered%2C%20fgseaMultilevel-aligned%20GSEA%20framework%20with%20rolling-window%20enrichment%20along%20single-cell%20trajectories"/>
        <updated>2026-09-11T05:42:13.000Z</updated>
        <summary type="html"><![CDATA[Bioinformatics 2026 · product, bioinformatics]]></summary>
    </entry>
    <entry>
        <title type="html"><![CDATA[Rust-Bio: a fast and safe bioinformatics library]]></title>
        <id>urn:awesome-rust-papers:rust-bio</id>
        <link href="https://evian-zhang.github.io/awesome-rust-papers/?q=Rust-Bio%3A%20a%20fast%20and%20safe%20bioinformatics%20library"/>
        <updated>2026-09-11T05:42:13.000Z</updated>
        <summary type="html"><![CDATA[Bioinformatics 2016 · product, bioinformatics]]></summary>
    </entry>
    <entry>
        <title type="html"><![CDATA[Rust-Shyper: A reliable embedded hypervisor supporting VM migration and hypervisor live-update]]></title>
        <id>urn:awesome-rust-papers:rust-shyper</id>
        <link href="https://evian-zhang.github.io/awesome-rust-papers/?q=Rust-Shyper%3A%20A%20reliable%20embedded%20hypervisor%20supporting%20VM%20migration%20and%20hypervisor%20live-update"/>
        <updated>2026-09-11T05:42:13.000Z</updated>
        <summary type="html"><![CDATA[JSA 2023 · product · hypervisor]]></summary>
    </entry>
    <entry>
        <title type="html"><![CDATA[Rust-doctor: Enhanced Feature for Rust Ownership and Lifetime Repair with Balanced Training Data Generation]]></title>
        <id>urn:awesome-rust-papers:rust-doctor</id>
        <link href="https://evian-zhang.github.io/awesome-rust-papers/?q=Rust-doctor%3A%20Enhanced%20Feature%20for%20Rust%20Ownership%20and%20Lifetime%20Repair%20with%20Balanced%20Training%20Data%20Generation"/>
        <updated>2026-09-11T05:42:13.000Z</updated>
        <summary type="html"><![CDATA[EMNLP 2025 · security, patch · fine tune, machine learning]]></summary>
    </entry>
    <entry>
        <title type="html"><![CDATA[SBD: Securing safe rust automatically from unsafe rust]]></title>
        <id>urn:awesome-rust-papers:sbd</id>
        <link href="https://evian-zhang.github.io/awesome-rust-papers/?q=SBD%3A%20Securing%20safe%20rust%20automatically%20from%20unsafe%20rust"/>
        <updated>2026-09-11T05:42:13.000Z</updated>
        <summary type="html"><![CDATA[SCP 2025 · security, isolation · data-flow analysis, MIR]]></summary>
    </entry>
    <entry>
        <title type="html"><![CDATA[SafeNet: Towards mitigating replaceable unsafe Rust code via a recommendation‐based approach]]></title>
        <id>urn:awesome-rust-papers:safenet</id>
        <link href="https://evian-zhang.github.io/awesome-rust-papers/?q=SafeNet%3A%20Towards%20mitigating%20replaceable%20unsafe%20Rust%20code%20via%20a%20recommendation%E2%80%90based%20approach"/>
        <updated>2026-09-11T05:42:13.000Z</updated>
        <summary type="html"><![CDATA[STVR 2024 · program analysis · unsafe, machine learning, unsafe reduction]]></summary>
    </entry>
    <entry>
        <title type="html"><![CDATA[Securing a Multiprocessor KVM Hypervisor with Rust]]></title>
        <id>urn:awesome-rust-papers:krustvm</id>
        <link href="https://evian-zhang.github.io/awesome-rust-papers/?q=Securing%20a%20Multiprocessor%20KVM%20Hypervisor%20with%20Rust"/>
        <updated>2026-09-11T05:42:13.000Z</updated>
        <summary type="html"><![CDATA[SoCC 2024 · product · hypervisor]]></summary>
    </entry>
    <entry>
        <title type="html"><![CDATA[StarVerus: LLM-Powered Multi-Agent Collaboration for Industrial Rust Code Verification Automation]]></title>
        <id>urn:awesome-rust-papers:starverus</id>
        <link href="https://evian-zhang.github.io/awesome-rust-papers/?q=StarVerus%3A%20LLM-Powered%20Multi-Agent%20Collaboration%20for%20Industrial%20Rust%20Code%20Verification%20Automation"/>
        <updated>2026-09-11T05:42:13.000Z</updated>
        <summary type="html"><![CDATA[SIGKDD 2026 · verification, proof generation · LLM, agent, multi-agent]]></summary>
    </entry>
    <entry>
        <title type="html"><![CDATA[Taming shared mutable states of operating systems in Rust]]></title>
        <id>urn:awesome-rust-papers:xv6rust</id>
        <link href="https://evian-zhang.github.io/awesome-rust-papers/?q=Taming%20shared%20mutable%20states%20of%20operating%20systems%20in%20Rust"/>
        <updated>2026-09-11T05:42:13.000Z</updated>
        <summary type="html"><![CDATA[SCP 2024 · product, operating system · borrow checker]]></summary>
    </entry>
    <entry>
        <title type="html"><![CDATA[Thetis-lathe: Guidance on Reducing Residual Safety Obstacle in System Software from Rust Source Codes]]></title>
        <id>urn:awesome-rust-papers:thetis-lathe</id>
        <link href="https://evian-zhang.github.io/awesome-rust-papers/?q=Thetis-lathe%3A%20Guidance%20on%20Reducing%20Residual%20Safety%20Obstacle%20in%20System%20Software%20from%20Rust%20Source%20Codes"/>
        <updated>2026-09-11T05:42:13.000Z</updated>
        <summary type="html"><![CDATA[TECS 2025 · program analysis · unsafe, unsafe reduction]]></summary>
    </entry>
    <entry>
        <title type="html"><![CDATA[Tighten rust’s belt: shrinking embedded Rust binaries]]></title>
        <id>urn:awesome-rust-papers:shrink-embedded-binary</id>
        <link href="https://evian-zhang.github.io/awesome-rust-papers/?q=Tighten%20rust%E2%80%99s%20belt%3A%20shrinking%20embedded%20Rust%20binaries"/>
        <updated>2026-09-11T05:42:13.000Z</updated>
        <summary type="html"><![CDATA[LCTES 2022 · language · embedded]]></summary>
    </entry>
    <entry>
        <title type="html"><![CDATA[Towards a Safe, Verified Runtime Monitor for Embedded Systems: R2U2 in Embedded Rust]]></title>
        <id>urn:awesome-rust-papers:r2u2rust</id>
        <link href="https://evian-zhang.github.io/awesome-rust-papers/?q=Towards%20a%20Safe%2C%20Verified%20Runtime%20Monitor%20for%20Embedded%20Systems%3A%20R2U2%20in%20Embedded%20Rust"/>
        <updated>2026-09-11T05:42:13.000Z</updated>
        <summary type="html"><![CDATA[NFM 2025 · product · embedded, verification, Verus]]></summary>
    </entry>
    <entry>
        <title type="html"><![CDATA[Unishyper: A Rust-based unikernel enhancing reliability and efficiency of embedded systems]]></title>
        <id>urn:awesome-rust-papers:unishyper</id>
        <link href="https://evian-zhang.github.io/awesome-rust-papers/?q=Unishyper%3A%20A%20Rust-based%20unikernel%20enhancing%20reliability%20and%20efficiency%20of%20embedded%20systems"/>
        <updated>2026-09-11T05:42:13.000Z</updated>
        <summary type="html"><![CDATA[JSA 2024 · product, operating system · MPK, unikernel, embedded]]></summary>
    </entry>
    <entry>
        <title type="html"><![CDATA[Unlocking a New Rust Programming Experience: Fast and Slow Thinking with LLMs to Conquer Undefined Behaviors]]></title>
        <id>urn:awesome-rust-papers:rustbrain</id>
        <link href="https://evian-zhang.github.io/awesome-rust-papers/?q=Unlocking%20a%20New%20Rust%20Programming%20Experience%3A%20Fast%20and%20Slow%20Thinking%20with%20LLMs%20to%20Conquer%20Undefined%20Behaviors"/>
        <updated>2026-09-11T05:42:13.000Z</updated>
        <summary type="html"><![CDATA[DAC 2025 · security, patch · LLM, soundness]]></summary>
    </entry>
    <entry>
        <title type="html"><![CDATA[Verifying Rust Implementation of Page Tables in a Software Enclave Hypervisor]]></title>
        <id>urn:awesome-rust-papers:hyperenclave</id>
        <link href="https://evian-zhang.github.io/awesome-rust-papers/?q=Verifying%20Rust%20Implementation%20of%20Page%20Tables%20in%20a%20Software%20Enclave%20Hypervisor"/>
        <updated>2026-09-11T05:42:13.000Z</updated>
        <summary type="html"><![CDATA[ASPLOS 2024 · verification · TEE, hypervisor, MIR]]></summary>
    </entry>
    <entry>
        <title type="html"><![CDATA["I wouldn't want my unsafe code to run my pacemaker": An Interview Study on the Use, Comprehension, and Perceived Risks of Unsafe Rust]]></title>
        <id>urn:awesome-rust-papers:unsafe-rust-interview-study</id>
        <link href="https://evian-zhang.github.io/awesome-rust-papers/?q=%22I%20wouldn%27t%20want%20my%20unsafe%20code%20to%20run%20my%20pacemaker%22%3A%20An%20Interview%20Study%20on%20the%20Use%2C%20Comprehension%2C%20and%20Perceived%20Risks%20of%20Unsafe%20Rust"/>
        <updated>2026-08-30T12:49:41.000Z</updated>
        <summary type="html"><![CDATA[USENIX Security 2023 · ecosystem · unsafe, security, empirical study]]></summary>
    </entry>
    <entry>
        <title type="html"><![CDATA[&inator: Correct, Precise C-to-Rust Interface Translation]]></title>
        <id>urn:awesome-rust-papers:refinator</id>
        <link href="https://evian-zhang.github.io/awesome-rust-papers/?q=%26inator%3A%20Correct%2C%20Precise%20C-to-Rust%20Interface%20Translation"/>
        <updated>2026-08-30T12:49:41.000Z</updated>
        <summary type="html"><![CDATA[PLDI 2026 · c2rust · interface, LLVM IR, SMT]]></summary>
    </entry>
    <entry>
        <title type="html"><![CDATA[A Closer Look at the Security Risks in the Rust Ecosystem]]></title>
        <id>urn:awesome-rust-papers:ecosystem-security-risks</id>
        <link href="https://evian-zhang.github.io/awesome-rust-papers/?q=A%20Closer%20Look%20at%20the%20Security%20Risks%20in%20the%20Rust%20Ecosystem"/>
        <updated>2026-08-30T12:49:41.000Z</updated>
        <summary type="html"><![CDATA[ACM TOSEM 2023 · security · empirical study, ecosystem]]></summary>
    </entry>
    <entry>
        <title type="html"><![CDATA[A Comprehensive Empirical and Theoretical Analysis of Batching Algorithms for Efficient, Safe, Parallel Mutation Analysis in Rust]]></title>
        <id>urn:awesome-rust-papers:mutest</id>
        <link href="https://evian-zhang.github.io/awesome-rust-papers/?q=A%20Comprehensive%20Empirical%20and%20Theoretical%20Analysis%20of%20Batching%20Algorithms%20for%20Efficient%2C%20Safe%2C%20Parallel%20Mutation%20Analysis%20in%20Rust"/>
        <updated>2026-08-30T12:49:41.000Z</updated>
        <summary type="html"><![CDATA[ACM TOSEM 2026 · program analysis · mutation analysis, empirical study]]></summary>
    </entry>
    <entry>
        <title type="html"><![CDATA[A Context-Sensitive Pointer Analysis Framework for Rust and Its Application to Call Graph Construction]]></title>
        <id>urn:awesome-rust-papers:rupta</id>
        <link href="https://evian-zhang.github.io/awesome-rust-papers/?q=A%20Context-Sensitive%20Pointer%20Analysis%20Framework%20for%20Rust%20and%20Its%20Application%20to%20Call%20Graph%20Construction"/>
        <updated>2026-08-30T12:49:41.000Z</updated>
        <summary type="html"><![CDATA[CC 2024 · program analysis · pointer, call graph, pointer analysis]]></summary>
    </entry>
    <entry>
        <title type="html"><![CDATA[A Deep Dive Into Deprecation Declarations in the Rust Package Ecosystem]]></title>
        <id>urn:awesome-rust-papers:deprecation-declaration</id>
        <link href="https://evian-zhang.github.io/awesome-rust-papers/?q=A%20Deep%20Dive%20Into%20Deprecation%20Declarations%20in%20the%20Rust%20Package%20Ecosystem"/>
        <updated>2026-08-30T12:49:41.000Z</updated>
        <summary type="html"><![CDATA[IEEE TSE 2026 · ecosystem · deprecation, empirical study, dependency]]></summary>
    </entry>
    <entry>
        <title type="html"><![CDATA[A First Look at ROS 2 Applications Written in Asynchronous Rust]]></title>
        <id>urn:awesome-rust-papers:ros2-application</id>
        <link href="https://evian-zhang.github.io/awesome-rust-papers/?q=A%20First%20Look%20at%20ROS%202%20Applications%20Written%20in%20Asynchronous%20Rust"/>
        <updated>2026-08-30T12:49:41.000Z</updated>
        <summary type="html"><![CDATA[ECRTS 2025 · product · asynchronous, robot, operating system]]></summary>
    </entry>
    <entry>
        <title type="html"><![CDATA[A Grounded Conceptual Model for Ownership Types in Rust]]></title>
        <id>urn:awesome-rust-papers:aquascope</id>
        <link href="https://evian-zhang.github.io/awesome-rust-papers/?q=A%20Grounded%20Conceptual%20Model%20for%20Ownership%20Types%20in%20Rust"/>
        <updated>2026-08-30T12:49:41.000Z</updated>
        <summary type="html"><![CDATA[OOPSLA 2023 · language · ownership, borrow checker]]></summary>
    </entry>
    <entry>
        <title type="html"><![CDATA[A Hybrid Approach to Semi-Automated Rust Verification]]></title>
        <id>urn:awesome-rust-papers:gillian-rust</id>
        <link href="https://evian-zhang.github.io/awesome-rust-papers/?q=A%20Hybrid%20Approach%20to%20Semi-Automated%20Rust%20Verification"/>
        <updated>2026-08-30T12:49:41.000Z</updated>
        <summary type="html"><![CDATA[PLDI 2025 · verification, proof generation · type safety, correctness]]></summary>
    </entry>
    <entry>
        <title type="html"><![CDATA[A Lightweight Formalism for Reference Lifetimes and Borrowing in Rust]]></title>
        <id>urn:awesome-rust-papers:featherweightrust</id>
        <link href="https://evian-zhang.github.io/awesome-rust-papers/?q=A%20Lightweight%20Formalism%20for%20Reference%20Lifetimes%20and%20Borrowing%20in%20Rust"/>
        <updated>2026-08-30T12:49:41.000Z</updated>
        <summary type="html"><![CDATA[ACM TOPLAS 2021 · formalization · compiler, fuzz, lifetime, borrow checker]]></summary>
    </entry>
    <entry>
        <title type="html"><![CDATA[A Mixed Methods Study on the Implications of Unsafe Rust for Interoperation, Encapsulation, and Tooling]]></title>
        <id>urn:awesome-rust-papers:unsafe-rust-implications</id>
        <link href="https://evian-zhang.github.io/awesome-rust-papers/?q=A%20Mixed%20Methods%20Study%20on%20the%20Implications%20of%20Unsafe%20Rust%20for%20Interoperation%2C%20Encapsulation%2C%20and%20Tooling"/>
        <updated>2026-08-30T12:49:41.000Z</updated>
        <summary type="html"><![CDATA[ACM TOSEM 2026 · ecosystem · empirical study, unsafe, FFI, encapsulation]]></summary>
    </entry>
    <entry>
        <title type="html"><![CDATA[A Refinement Methodology for Distributed Programs in Rust]]></title>
        <id>urn:awesome-rust-papers:refinement-distributed</id>
        <link href="https://evian-zhang.github.io/awesome-rust-papers/?q=A%20Refinement%20Methodology%20for%20Distributed%20Programs%20in%20Rust"/>
        <updated>2026-08-30T12:49:41.000Z</updated>
        <summary type="html"><![CDATA[OOPSLA 2025 · verification · refinement, invariant, distributed, onwership]]></summary>
    </entry>
    <entry>
        <title type="html"><![CDATA[A Study of Common Bug Fix Patterns in Rust]]></title>
        <id>urn:awesome-rust-papers:ruxanne</id>
        <link href="https://evian-zhang.github.io/awesome-rust-papers/?q=A%20Study%20of%20Common%20Bug%20Fix%20Patterns%20in%20Rust"/>
        <updated>2026-08-30T12:49:41.000Z</updated>
        <summary type="html"><![CDATA[Empirical Software Engineering 2024 · program analysis · borrow checker, patch, empirical study]]></summary>
    </entry>
    <entry>
        <title type="html"><![CDATA[A Study of Undefined Behavior Across Foreign Function Boundaries in Rust Libraries]]></title>
        <id>urn:awesome-rust-papers:mirilli</id>
        <link href="https://evian-zhang.github.io/awesome-rust-papers/?q=A%20Study%20of%20Undefined%20Behavior%20Across%20Foreign%20Function%20Boundaries%20in%20Rust%20Libraries"/>
        <updated>2026-08-30T12:49:41.000Z</updated>
        <summary type="html"><![CDATA[ICSE 2025 · security · FFI, soundness, Miri, tree borrow, empirical study]]></summary>
    </entry>
    <entry>
        <title type="html"><![CDATA[A Tale of Two Case Studies: A Unified Exploration of Rust Verification with SEABMC]]></title>
        <id>urn:awesome-rust-papers:seabmc</id>
        <link href="https://evian-zhang.github.io/awesome-rust-papers/?q=A%20Tale%20of%20Two%20Case%20Studies%3A%20A%20Unified%20Exploration%20of%20Rust%20Verification%20with%20SEABMC"/>
        <updated>2026-08-30T12:49:41.000Z</updated>
        <summary type="html"><![CDATA[FMCAD 2025 · verification · LLVM IR, unsafe, model checker, SMT, panic]]></summary>
    </entry>
    <entry>
        <title type="html"><![CDATA[ASTERINAS: A Linux ABI-Compatible, Rust-Based Framekernel OS with a Small and Sound TCB]]></title>
        <id>urn:awesome-rust-papers:asterinas</id>
        <link href="https://evian-zhang.github.io/awesome-rust-papers/?q=ASTERINAS%3A%20A%20Linux%20ABI-Compatible%2C%20Rust-Based%20Framekernel%20OS%20with%20a%20Small%20and%20Sound%20TCB"/>
        <updated>2026-08-30T12:49:41.000Z</updated>
        <summary type="html"><![CDATA[USENIX ATC 2025 · product, operating system · framekernel]]></summary>
    </entry>
    <entry>
        <title type="html"><![CDATA[Adventure of a Lifetime: Extract Method Refactoring for Rust]]></title>
        <id>urn:awesome-rust-papers:rem</id>
        <link href="https://evian-zhang.github.io/awesome-rust-papers/?q=Adventure%20of%20a%20Lifetime%3A%20Extract%20Method%20Refactoring%20for%20Rust"/>
        <updated>2026-08-30T12:49:41.000Z</updated>
        <summary type="html"><![CDATA[OOPSLA 2023 · language · refactor, extract method, lifetime]]></summary>
    </entry>
    <entry>
        <title type="html"><![CDATA[Aeneas: Rust Verification by Functional Translation]]></title>
        <id>urn:awesome-rust-papers:aeneas</id>
        <link href="https://evian-zhang.github.io/awesome-rust-papers/?q=Aeneas%3A%20Rust%20Verification%20by%20Functional%20Translation"/>
        <updated>2026-08-30T12:49:41.000Z</updated>
        <summary type="html"><![CDATA[ICFP 2022 · verification · MIR, LLBC, unsafe, Charon]]></summary>
    </entry>
    <entry>
        <title type="html"><![CDATA[Aliasing Limits on Translating C to Safe Rust]]></title>
        <id>urn:awesome-rust-papers:laertes</id>
        <link href="https://evian-zhang.github.io/awesome-rust-papers/?q=Aliasing%20Limits%20on%20Translating%20C%20to%20Safe%20Rust"/>
        <updated>2026-08-30T12:49:41.000Z</updated>
        <summary type="html"><![CDATA[OOPSLA 2023 · c2rust · empirical study, pointer, alias]]></summary>
    </entry>
    <entry>
        <title type="html"><![CDATA[An Empirical Analysis of Rust Integration in Android Open Source Project]]></title>
        <id>urn:awesome-rust-papers:rust-android-integration-analysis</id>
        <link href="https://evian-zhang.github.io/awesome-rust-papers/?q=An%20Empirical%20Analysis%20of%20Rust%20Integration%20in%20Android%20Open%20Source%20Project"/>
        <updated>2026-08-30T12:49:41.000Z</updated>
        <summary type="html"><![CDATA[FSE Companion 2026 · ecosystem · Android, empirical study, documentation]]></summary>
    </entry>
    <entry>
        <title type="html"><![CDATA[An Empirical Study of Bugs in the rustc Compiler]]></title>
        <id>urn:awesome-rust-papers:rustc-bugs</id>
        <link href="https://evian-zhang.github.io/awesome-rust-papers/?q=An%20Empirical%20Study%20of%20Bugs%20in%20the%20rustc%20Compiler"/>
        <updated>2026-08-30T12:49:41.000Z</updated>
        <summary type="html"><![CDATA[OOPSLA 2025 · ecosystem · empirical study, compiler, HIR, MIR]]></summary>
    </entry>
    <entry>
        <title type="html"><![CDATA[An Empirical Study of Rust-for-Linux: The Success, Dissatisfaction, and Compromise]]></title>
        <id>urn:awesome-rust-papers:rust-for-linux-empirical</id>
        <link href="https://evian-zhang.github.io/awesome-rust-papers/?q=An%20Empirical%20Study%20of%20Rust-for-Linux%3A%20The%20Success%2C%20Dissatisfaction%2C%20and%20Compromise"/>
        <updated>2026-08-30T12:49:41.000Z</updated>
        <summary type="html"><![CDATA[USENIX ATC 2024 · ecosystem · empirical study, Rust for Linux, security, performance]]></summary>
    </entry>
    <entry>
        <title type="html"><![CDATA[An Empirical Study of Yanked Releases in the Rust Package Registry]]></title>
        <id>urn:awesome-rust-papers:yanked-releases</id>
        <link href="https://evian-zhang.github.io/awesome-rust-papers/?q=An%20Empirical%20Study%20of%20Yanked%20Releases%20in%20the%20Rust%20Package%20Registry"/>
        <updated>2026-08-30T12:49:41.000Z</updated>
        <summary type="html"><![CDATA[IEEE TSE 2023 · ecosystem · empirical study, dependency, yanked release]]></summary>
    </entry>
    <entry>
        <title type="html"><![CDATA[An Interactive Debugger for Rust Trait Errors]]></title>
        <id>urn:awesome-rust-papers:argus</id>
        <link href="https://evian-zhang.github.io/awesome-rust-papers/?q=An%20Interactive%20Debugger%20for%20Rust%20Trait%20Errors"/>
        <updated>2026-08-30T12:49:41.000Z</updated>
        <summary type="html"><![CDATA[PLDI 2025 · language · debug, trait, type inference]]></summary>
    </entry>
    <entry>
        <title type="html"><![CDATA[Assessing the Alignment between the Information Needs of Developers and the Documentation of Programming Languages: A Case Study on Rust]]></title>
        <id>urn:awesome-rust-papers:rust-documentation-alignment</id>
        <link href="https://evian-zhang.github.io/awesome-rust-papers/?q=Assessing%20the%20Alignment%20between%20the%20Information%20Needs%20of%20Developers%20and%20the%20Documentation%20of%20Programming%20Languages%3A%20A%20Case%20Study%20on%20Rust"/>
        <updated>2026-08-30T12:49:41.000Z</updated>
        <summary type="html"><![CDATA[ACM TOSEM 2023 · language · documentation]]></summary>
    </entry>
    <entry>
        <title type="html"><![CDATA[Atmosphere: Practical Verified Kernels with Rust and Verus]]></title>
        <id>urn:awesome-rust-papers:atmosphere</id>
        <link href="https://evian-zhang.github.io/awesome-rust-papers/?q=Atmosphere%3A%20Practical%20Verified%20Kernels%20with%20Rust%20and%20Verus"/>
        <updated>2026-08-30T12:49:41.000Z</updated>
        <summary type="html"><![CDATA[SOSP 2025 · product, operating system · verification, Verus, microkernel, correctness]]></summary>
    </entry>
    <entry>
        <title type="html"><![CDATA[Auditing Rust Crates Effectively]]></title>
        <id>urn:awesome-rust-papers:cargo-scan</id>
        <link href="https://evian-zhang.github.io/awesome-rust-papers/?q=Auditing%20Rust%20Crates%20Effectively"/>
        <updated>2026-08-30T12:49:41.000Z</updated>
        <summary type="html"><![CDATA[ESOP 2026 · security, static analysis · dependency, empirical study]]></summary>
    </entry>
    <entry>
        <title type="html"><![CDATA[AutoVerus: Automated Proof Generation for Rust Code]]></title>
        <id>urn:awesome-rust-papers:autoverus</id>
        <link href="https://evian-zhang.github.io/awesome-rust-papers/?q=AutoVerus%3A%20Automated%20Proof%20Generation%20for%20Rust%20Code"/>
        <updated>2026-08-30T12:49:41.000Z</updated>
        <summary type="html"><![CDATA[OOPSLA 2025 · verification, proof generation · LLM, Agent, Verus, correctness]]></summary>
    </entry>
    <entry>
        <title type="html"><![CDATA[Automatic Linear Resource Bound Analysis for Rust via Prophecy Potentials]]></title>
        <id>urn:awesome-rust-papers:rarust</id>
        <link href="https://evian-zhang.github.io/awesome-rust-papers/?q=Automatic%20Linear%20Resource%20Bound%20Analysis%20for%20Rust%20via%20Prophecy%20Potentials"/>
        <updated>2026-08-30T12:49:41.000Z</updated>
        <summary type="html"><![CDATA[OOPSLA 2025 · program analysis · performance, static analysis, resource consumption, borrow checker]]></summary>
    </entry>
    <entry>
        <title type="html"><![CDATA[Automatically Enforcing Rust Trait Properties]]></title>
        <id>urn:awesome-rust-papers:automatically-enforcing-rust-trait-properties</id>
        <link href="https://evian-zhang.github.io/awesome-rust-papers/?q=Automatically%20Enforcing%20Rust%20Trait%20Properties"/>
        <updated>2026-08-30T12:49:41.000Z</updated>
        <summary type="html"><![CDATA[VMCAI 2024 · verification · invariant, trait invariant, Kani]]></summary>
    </entry>
    <entry>
        <title type="html"><![CDATA[Benefits and Drawbacks of Adopting a Secure Programming Language: Rust as a Case Study]]></title>
        <id>urn:awesome-rust-papers:rust-adoption</id>
        <link href="https://evian-zhang.github.io/awesome-rust-papers/?q=Benefits%20and%20Drawbacks%20of%20Adopting%20a%20Secure%20Programming%20Language%3A%20Rust%20as%20a%20Case%20Study"/>
        <updated>2026-08-30T12:49:41.000Z</updated>
        <summary type="html"><![CDATA[SOUPS 2021 · ecosystem · survey]]></summary>
    </entry>
    <entry>
        <title type="html"><![CDATA[Beyond k-Limiting: Pointer-Flow-Guided Context Sensitivity for Scalable and Precise Rust Pointer Analysis]]></title>
        <id>urn:awesome-rust-papers:rceus</id>
        <link href="https://evian-zhang.github.io/awesome-rust-papers/?q=Beyond%20k-Limiting%3A%20Pointer-Flow-Guided%20Context%20Sensitivity%20for%20Scalable%20and%20Precise%20Rust%20Pointer%20Analysis"/>
        <updated>2026-08-30T12:49:41.000Z</updated>
        <summary type="html"><![CDATA[ECOOP 2026 · program analysis · pointer analysis, static analysis, Rupta]]></summary>
    </entry>
    <entry>
        <title type="html"><![CDATA[Broadly Enabling KLEE to Effortlessly Find Unrecoverable Errors in Rust]]></title>
        <id>urn:awesome-rust-papers:paniccheck</id>
        <link href="https://evian-zhang.github.io/awesome-rust-papers/?q=Broadly%20Enabling%20KLEE%20to%20Effortlessly%20Find%20Unrecoverable%20Errors%20in%20Rust"/>
        <updated>2026-08-30T12:49:41.000Z</updated>
        <summary type="html"><![CDATA[ICSE-SEIP 2024 · verification, proof generation · panic, symbolic execution]]></summary>
    </entry>
    <entry>
        <title type="html"><![CDATA[C2SaferRust: Transforming C Projects Into Safer Rust With NeuroSymbolic Techniques]]></title>
        <id>urn:awesome-rust-papers:c2saferrust</id>
        <link href="https://evian-zhang.github.io/awesome-rust-papers/?q=C2SaferRust%3A%20Transforming%20C%20Projects%20Into%20Safer%20Rust%20With%20NeuroSymbolic%20Techniques"/>
        <updated>2026-08-30T12:49:41.000Z</updated>
        <summary type="html"><![CDATA[IEEE TSE 2026 · c2rust · neuro symbolic, LLM, safety]]></summary>
    </entry>
    <entry>
        <title type="html"><![CDATA[CRUST-Bench: A Comprehensive Benchmark for C-to-safe-Rust Transpilation]]></title>
        <id>urn:awesome-rust-papers:crust-bench</id>
        <link href="https://evian-zhang.github.io/awesome-rust-papers/?q=CRUST-Bench%3A%20A%20Comprehensive%20Benchmark%20for%20C-to-safe-Rust%20Transpilation"/>
        <updated>2026-08-30T12:49:41.000Z</updated>
        <summary type="html"><![CDATA[arXiv 2025 · c2rust · empirical study, benchmark]]></summary>
    </entry>
    <entry>
        <title type="html"><![CDATA[Carapace: Static-Dynamic Information Flow Control in Rust]]></title>
        <id>urn:awesome-rust-papers:carapace</id>
        <link href="https://evian-zhang.github.io/awesome-rust-papers/?q=Carapace%3A%20Static-Dynamic%20Information%20Flow%20Control%20in%20Rust"/>
        <updated>2026-08-30T12:49:41.000Z</updated>
        <summary type="html"><![CDATA[OOPSLA 2025 · program analysis · information flow control, secrecy, integrity]]></summary>
    </entry>
    <entry>
        <title type="html"><![CDATA[Charon: An Analysis Framework for Rust]]></title>
        <id>urn:awesome-rust-papers:charon</id>
        <link href="https://evian-zhang.github.io/awesome-rust-papers/?q=Charon%3A%20An%20Analysis%20Framework%20for%20Rust"/>
        <updated>2026-08-30T12:49:41.000Z</updated>
        <summary type="html"><![CDATA[CAV 2025 · program analysis · MIR, AST]]></summary>
    </entry>
    <entry>
        <title type="html"><![CDATA[Clight2Rust: Translating a Subset of C into Safe Rust with a Small Trusted Runtime]]></title>
        <id>urn:awesome-rust-papers:clight2rust</id>
        <link href="https://evian-zhang.github.io/awesome-rust-papers/?q=Clight2Rust%3A%20Translating%20a%20Subset%20of%20C%20into%20Safe%20Rust%20with%20a%20Small%20Trusted%20Runtime"/>
        <updated>2026-08-30T12:49:41.000Z</updated>
        <summary type="html"><![CDATA[TASE 2026 · c2rust · borrow checker]]></summary>
    </entry>
    <entry>
        <title type="html"><![CDATA[Clozemaster: Fuzzing Rust Compiler by Harnessing LLMs for Infilling Masked Real Programs]]></title>
        <id>urn:awesome-rust-papers:clozemaster</id>
        <link href="https://evian-zhang.github.io/awesome-rust-papers/?q=Clozemaster%3A%20Fuzzing%20Rust%20Compiler%20by%20Harnessing%20LLMs%20for%20Infilling%20Masked%20Real%20Programs"/>
        <updated>2026-08-30T12:49:41.000Z</updated>
        <summary type="html"><![CDATA[ICSE 2025 · security, compiler · compiler, LLM, harness, fuzzing]]></summary>
    </entry>
    <entry>
        <title type="html"><![CDATA[Cocoon: Static Information Flow Control in Rust]]></title>
        <id>urn:awesome-rust-papers:cocoon</id>
        <link href="https://evian-zhang.github.io/awesome-rust-papers/?q=Cocoon%3A%20Static%20Information%20Flow%20Control%20in%20Rust"/>
        <updated>2026-08-30T12:49:41.000Z</updated>
        <summary type="html"><![CDATA[OOPSLA 2024 · program analysis · information flow control, secrecy, integrity, effect system]]></summary>
    </entry>
    <entry>
        <title type="html"><![CDATA[CofferOS: Hardening OS-level Virtualization with Rust]]></title>
        <id>urn:awesome-rust-papers:cofferos</id>
        <link href="https://evian-zhang.github.io/awesome-rust-papers/?q=CofferOS%3A%20Hardening%20OS-level%20Virtualization%20with%20Rust"/>
        <updated>2026-08-30T12:49:41.000Z</updated>
        <summary type="html"><![CDATA[EuroSys 2026 · product, operating system · virtualization, isolation]]></summary>
    </entry>
    <entry>
        <title type="html"><![CDATA[Compositional Bug Detection for Internally Unsafe Libraries: A Logical Approach to Type Unsoundness]]></title>
        <id>urn:awesome-rust-papers:ruxt</id>
        <link href="https://evian-zhang.github.io/awesome-rust-papers/?q=Compositional%20Bug%20Detection%20for%20Internally%20Unsafe%20Libraries%3A%20A%20Logical%20Approach%20to%20Type%20Unsoundness"/>
        <updated>2026-08-30T12:49:41.000Z</updated>
        <summary type="html"><![CDATA[ECOOP 2025 · formalization · undefined behavior, soundness]]></summary>
    </entry>
    <entry>
        <title type="html"><![CDATA[Comprehensiveness, Automation and Lifecycle: A New Perspective for Rust Security]]></title>
        <id>urn:awesome-rust-papers:rust-security-perspective</id>
        <link href="https://evian-zhang.github.io/awesome-rust-papers/?q=Comprehensiveness%2C%20Automation%20and%20Lifecycle%3A%20A%20New%20Perspective%20for%20Rust%20Security"/>
        <updated>2026-08-30T12:49:41.000Z</updated>
        <summary type="html"><![CDATA[QRS 2022 · ecosystem · empirical study, security]]></summary>
    </entry>
    <entry>
        <title type="html"><![CDATA[ConDRust: Scalable Deterministic Concurrency from Verifiable Rust Programs]]></title>
        <id>urn:awesome-rust-papers:condrust</id>
        <link href="https://evian-zhang.github.io/awesome-rust-papers/?q=ConDRust%3A%20Scalable%20Deterministic%20Concurrency%20from%20Verifiable%20Rust%20Programs"/>
        <updated>2026-08-30T12:49:41.000Z</updated>
        <summary type="html"><![CDATA[ECOOP 2023 · formalization · concurrency, compiler]]></summary>
    </entry>
    <entry>
        <title type="html"><![CDATA[Concrat: An Automatic C-to-Rust Lock API Translator for Concurrent Programs]]></title>
        <id>urn:awesome-rust-papers:concrat</id>
        <link href="https://evian-zhang.github.io/awesome-rust-papers/?q=Concrat%3A%20An%20Automatic%20C-to-Rust%20Lock%20API%20Translator%20for%20Concurrent%20Programs"/>
        <updated>2026-08-30T12:49:41.000Z</updated>
        <summary type="html"><![CDATA[ICSE 2023 · c2rust · concurrent, lock]]></summary>
    </entry>
    <entry>
        <title type="html"><![CDATA[Converos: Practical Model Checking for Verifying Rust OS Kernel Concurrency]]></title>
        <id>urn:awesome-rust-papers:converos</id>
        <link href="https://evian-zhang.github.io/awesome-rust-papers/?q=Converos%3A%20Practical%20Model%20Checking%20for%20Verifying%20Rust%20OS%20Kernel%20Concurrency"/>
        <updated>2026-08-30T12:49:41.000Z</updated>
        <summary type="html"><![CDATA[USENIX ATC 2025 · verification · model checking, concurrency, PlusCal]]></summary>
    </entry>
    <entry>
        <title type="html"><![CDATA[Core Developer Turnover in the Rust Package Ecosystem: Prevalence, Impact, and Awareness]]></title>
        <id>urn:awesome-rust-papers:core-developer-turnover</id>
        <link href="https://evian-zhang.github.io/awesome-rust-papers/?q=Core%20Developer%20Turnover%20in%20the%20Rust%20Package%20Ecosystem%3A%20Prevalence%2C%20Impact%2C%20and%20Awareness"/>
        <updated>2026-08-30T12:49:41.000Z</updated>
        <summary type="html"><![CDATA[FSE 2025 · ecosystem · empirical study, developer turnover]]></summary>
    </entry>
    <entry>
        <title type="html"><![CDATA[Cpp2Rust: Automatic Translation of C++ to Safe Rust]]></title>
        <id>urn:awesome-rust-papers:cpp2rust</id>
        <link href="https://evian-zhang.github.io/awesome-rust-papers/?q=Cpp2Rust%3A%20Automatic%20Translation%20of%20C%2B%2B%20to%20Safe%20Rust"/>
        <updated>2026-08-30T12:49:41.000Z</updated>
        <summary type="html"><![CDATA[PLDI 2026 · c2rust · C++, ownership, alias]]></summary>
    </entry>
    <entry>
        <title type="html"><![CDATA[Crabtree: Rust API Test Synthesis Guided by Coverage and Type]]></title>
        <id>urn:awesome-rust-papers:crabtree</id>
        <link href="https://evian-zhang.github.io/awesome-rust-papers/?q=Crabtree%3A%20Rust%20API%20Test%20Synthesis%20Guided%20by%20Coverage%20and%20Type"/>
        <updated>2026-08-30T12:49:41.000Z</updated>
        <summary type="html"><![CDATA[OOPSLA 2024 · security, fuzzing · harness, trait, Miri, afl.rs, Z3]]></summary>
    </entry>
    <entry>
        <title type="html"><![CDATA[Creusot: A Foundry for the Deductive Verification of Rust Programs]]></title>
        <id>urn:awesome-rust-papers:creusot</id>
        <link href="https://evian-zhang.github.io/awesome-rust-papers/?q=Creusot%3A%20A%20Foundry%20for%20the%20Deductive%20Verification%20of%20Rust%20Programs"/>
        <updated>2026-08-30T12:49:41.000Z</updated>
        <summary type="html"><![CDATA[ICFEM 2022 · verification · ownership, trait]]></summary>
    </entry>
    <entry>
        <title type="html"><![CDATA[Cross-Language Attacks]]></title>
        <id>urn:awesome-rust-papers:cross-language-attacks</id>
        <link href="https://evian-zhang.github.io/awesome-rust-papers/?q=Cross-Language%20Attacks"/>
        <updated>2026-08-30T12:49:41.000Z</updated>
        <summary type="html"><![CDATA[NDSS 2022 · security · FFI, memory safety]]></summary>
    </entry>
    <entry>
        <title type="html"><![CDATA[Crust: A Bounded Verifier for Rust]]></title>
        <id>urn:awesome-rust-papers:crust</id>
        <link href="https://evian-zhang.github.io/awesome-rust-papers/?q=Crust%3A%20A%20Bounded%20Verifier%20for%20Rust"/>
        <updated>2026-08-30T12:49:41.000Z</updated>
        <summary type="html"><![CDATA[ASE 2015 · verification · memory safety, pointer alias, harness]]></summary>
    </entry>
    <entry>
        <title type="html"><![CDATA[Deadlock-Free Asynchronous Message Reordering in Rust with Multiparty Session Types]]></title>
        <id>urn:awesome-rust-papers:rumpsteak</id>
        <link href="https://evian-zhang.github.io/awesome-rust-papers/?q=Deadlock-Free%20Asynchronous%20Message%20Reordering%20in%20Rust%20with%20Multiparty%20Session%20Types"/>
        <updated>2026-08-30T12:49:41.000Z</updated>
        <summary type="html"><![CDATA[PPoPP 2022 · product, session type · asynchronous, concurrency, deadlock, session type]]></summary>
    </entry>
    <entry>
        <title type="html"><![CDATA[Demystifying Compiler Unstable Feature Usage and Impacts in the Rust Ecosystem]]></title>
        <id>urn:awesome-rust-papers:unstable-features</id>
        <link href="https://evian-zhang.github.io/awesome-rust-papers/?q=Demystifying%20Compiler%20Unstable%20Feature%20Usage%20and%20Impacts%20in%20the%20Rust%20Ecosystem"/>
        <updated>2026-08-30T12:49:41.000Z</updated>
        <summary type="html"><![CDATA[ICSE 2024 · ecosystem · unstable]]></summary>
    </entry>
    <entry>
        <title type="html"><![CDATA[Dependency-Guided Repository-Level C-to-Rust Translation with Reinforcement Alignment]]></title>
        <id>urn:awesome-rust-papers:deptrans</id>
        <link href="https://evian-zhang.github.io/awesome-rust-papers/?q=Dependency-Guided%20Repository-Level%20C-to-Rust%20Translation%20with%20Reinforcement%20Alignment"/>
        <updated>2026-08-30T12:49:41.000Z</updated>
        <summary type="html"><![CDATA[FSE 2026 · c2rust · reinforcement learning, LLM, fine tune]]></summary>
    </entry>
    <entry>
        <title type="html"><![CDATA[Detecting Bugs in Rust Compiler Fix Suggestions via Constraint-Violation-Guided Mutation]]></title>
        <id>urn:awesome-rust-papers:sugbreaker</id>
        <link href="https://evian-zhang.github.io/awesome-rust-papers/?q=Detecting%20Bugs%20in%20Rust%20Compiler%20Fix%20Suggestions%20via%20Constraint-Violation-Guided%20Mutation"/>
        <updated>2026-08-30T12:49:41.000Z</updated>
        <summary type="html"><![CDATA[FSE 2026 · security, compiler · diagnose, fuzzing, borrow checker, lifetime]]></summary>
    </entry>
    <entry>
        <title type="html"><![CDATA[Detecting Cross-Language Memory Management Issues in Rust]]></title>
        <id>urn:awesome-rust-papers:ffichecker</id>
        <link href="https://evian-zhang.github.io/awesome-rust-papers/?q=Detecting%20Cross-Language%20Memory%20Management%20Issues%20in%20Rust"/>
        <updated>2026-08-30T12:49:41.000Z</updated>
        <summary type="html"><![CDATA[ESORICS 2022 · security, static analysis · FFI, memory management]]></summary>
    </entry>
    <entry>
        <title type="html"><![CDATA[Don't Panic! Finding Bugs Hidden Behind Rust Runtime Safety Checks]]></title>
        <id>urn:awesome-rust-papers:panickiller</id>
        <link href="https://evian-zhang.github.io/awesome-rust-papers/?q=Don%27t%20Panic!%20Finding%20Bugs%20Hidden%20Behind%20Rust%20Runtime%20Safety%20Checks"/>
        <updated>2026-08-30T12:49:41.000Z</updated>
        <summary type="html"><![CDATA[CCS 2025 · security, fuzzing · panic, taint analysis, LLVM IR]]></summary>
    </entry>
    <entry>
        <title type="html"><![CDATA[Don't Write, but Return: Replacing Output Parameters with Algebraic Data Types in C-to-Rust Translation]]></title>
        <id>urn:awesome-rust-papers:nopcrat</id>
        <link href="https://evian-zhang.github.io/awesome-rust-papers/?q=Don%27t%20Write%2C%20but%20Return%3A%20Replacing%20Output%20Parameters%20with%20Algebraic%20Data%20Types%20in%20C-to-Rust%20Translation"/>
        <updated>2026-08-30T12:49:41.000Z</updated>
        <summary type="html"><![CDATA[PLDI 2024 · c2rust · algebraic data type, output parameter]]></summary>
    </entry>
    <entry>
        <title type="html"><![CDATA[ERASan: Efficient Rust Address Sanitizer]]></title>
        <id>urn:awesome-rust-papers:erasan</id>
        <link href="https://evian-zhang.github.io/awesome-rust-papers/?q=ERASan%3A%20Efficient%20Rust%20Address%20Sanitizer"/>
        <updated>2026-08-30T12:49:41.000Z</updated>
        <summary type="html"><![CDATA[IEEE S&P 2024 · security, sanitizer · memory safety]]></summary>
    </entry>
    <entry>
        <title type="html"><![CDATA[Engineering the Servo Web Browser Engine Using Rust]]></title>
        <id>urn:awesome-rust-papers:servo</id>
        <link href="https://evian-zhang.github.io/awesome-rust-papers/?q=Engineering%20the%20Servo%20Web%20Browser%20Engine%20Using%20Rust"/>
        <updated>2026-08-30T12:49:41.000Z</updated>
        <summary type="html"><![CDATA[ICSE Companion 2016 · product]]></summary>
    </entry>
    <entry>
        <title type="html"><![CDATA[Enhancing LLM-Based Proof Synthesis for Rust Programs via Semantic Chunking and Hierarchical Context Expansion]]></title>
        <id>urn:awesome-rust-papers:verusseek</id>
        <link href="https://evian-zhang.github.io/awesome-rust-papers/?q=Enhancing%20LLM-Based%20Proof%20Synthesis%20for%20Rust%20Programs%20via%20Semantic%20Chunking%20and%20Hierarchical%20Context%20Expansion"/>
        <updated>2026-08-30T12:49:41.000Z</updated>
        <summary type="html"><![CDATA[TASE 2026 · verification, proof generation · RAG, LLM, Verus]]></summary>
    </entry>
    <entry>
        <title type="html"><![CDATA[EvoC2Rust: A Skeleton-guided Framework for Project-Level C-to-Rust Translation]]></title>
        <id>urn:awesome-rust-papers:evoc2rust</id>
        <link href="https://evian-zhang.github.io/awesome-rust-papers/?q=EvoC2Rust%3A%20A%20Skeleton-guided%20Framework%20for%20Project-Level%20C-to-Rust%20Translation"/>
        <updated>2026-08-30T12:49:41.000Z</updated>
        <summary type="html"><![CDATA[ICSE-SEIP 2026 · c2rust · LLM, RAG]]></summary>
    </entry>
    <entry>
        <title type="html"><![CDATA[FRIES: Fuzzing Rust Library Interactions via Efficient Ecosystem-Guided Target Generation]]></title>
        <id>urn:awesome-rust-papers:fries</id>
        <link href="https://evian-zhang.github.io/awesome-rust-papers/?q=FRIES%3A%20Fuzzing%20Rust%20Library%20Interactions%20via%20Efficient%20Ecosystem-Guided%20Target%20Generation"/>
        <updated>2026-08-30T12:49:41.000Z</updated>
        <summary type="html"><![CDATA[ISSTA 2024 · security, fuzzing · harness, ecosystem, dependency]]></summary>
    </entry>
    <entry>
        <title type="html"><![CDATA[Fearless Asynchronous Communications with Timed Multiparty Session Protocols]]></title>
        <id>urn:awesome-rust-papers:multicrustyt</id>
        <link href="https://evian-zhang.github.io/awesome-rust-papers/?q=Fearless%20Asynchronous%20Communications%20with%20Timed%20Multiparty%20Session%20Protocols"/>
        <updated>2026-08-30T12:49:41.000Z</updated>
        <summary type="html"><![CDATA[ECOOP 2024 · product, session type · multiparty session type, asynchronous, timeout]]></summary>
    </entry>
    <entry>
        <title type="html"><![CDATA[Fearless Concurrency? Understanding Concurrent Programming Safety in Real-World Rust Software]]></title>
        <id>urn:awesome-rust-papers:fearless-concurrency</id>
        <link href="https://evian-zhang.github.io/awesome-rust-papers/?q=Fearless%20Concurrency%3F%20Understanding%20Concurrent%20Programming%20Safety%20in%20Real-World%20Rust%20Software"/>
        <updated>2026-08-30T12:49:41.000Z</updated>
        <summary type="html"><![CDATA[arXiv 2019 · security, concurrency · empirical study, deadlock, data race]]></summary>
    </entry>
    <entry>
        <title type="html"><![CDATA[Ferrite: A Judgmental Embedding of Session Types in Rust]]></title>
        <id>urn:awesome-rust-papers:ferrite</id>
        <link href="https://evian-zhang.github.io/awesome-rust-papers/?q=Ferrite%3A%20A%20Judgmental%20Embedding%20of%20Session%20Types%20in%20Rust"/>
        <updated>2026-08-30T12:49:41.000Z</updated>
        <summary type="html"><![CDATA[ECOOP 2022 · product, session type · session type]]></summary>
    </entry>
    <entry>
        <title type="html"><![CDATA[Finding Performance Issues in Rust Projects]]></title>
        <id>urn:awesome-rust-papers:finding-performance-issues</id>
        <link href="https://evian-zhang.github.io/awesome-rust-papers/?q=Finding%20Performance%20Issues%20in%20Rust%20Projects"/>
        <updated>2026-08-30T12:49:41.000Z</updated>
        <summary type="html"><![CDATA[ASE 2024 · ecosystem · performance, empirical study]]></summary>
    </entry>
    <entry>
        <title type="html"><![CDATA[Firecracker: Lightweight Virtualization for Serverless Applications]]></title>
        <id>urn:awesome-rust-papers:firecracker</id>
        <link href="https://evian-zhang.github.io/awesome-rust-papers/?q=Firecracker%3A%20Lightweight%20Virtualization%20for%20Serverless%20Applications"/>
        <updated>2026-08-30T12:49:41.000Z</updated>
        <summary type="html"><![CDATA[NSDI 2020 · product, operating system · virtual machine monitor]]></summary>
    </entry>
    <entry>
        <title type="html"><![CDATA[Flux: Liquid Types for Rust]]></title>
        <id>urn:awesome-rust-papers:flux</id>
        <link href="https://evian-zhang.github.io/awesome-rust-papers/?q=Flux%3A%20Liquid%20Types%20for%20Rust"/>
        <updated>2026-08-30T12:49:41.000Z</updated>
        <summary type="html"><![CDATA[PLDI 2023 · language · liquid type, onwership, stack borrow, refined type, verification]]></summary>
    </entry>
    <entry>
        <title type="html"><![CDATA[Forcrat: Automatic I/O API Translation from C to Rust via Origin and Capability Analysis]]></title>
        <id>urn:awesome-rust-papers:forcrat</id>
        <link href="https://evian-zhang.github.io/awesome-rust-papers/?q=Forcrat%3A%20Automatic%20I%2FO%20API%20Translation%20from%20C%20to%20Rust%20via%20Origin%20and%20Capability%20Analysis"/>
        <updated>2026-08-30T12:49:41.000Z</updated>
        <summary type="html"><![CDATA[ASE 2025 · c2rust · I/O, MIR]]></summary>
    </entry>
    <entry>
        <title type="html"><![CDATA[Formal Security and Functional Verification of Cryptographic Protocol Implementations in Rust]]></title>
        <id>urn:awesome-rust-papers:crypto-verification</id>
        <link href="https://evian-zhang.github.io/awesome-rust-papers/?q=Formal%20Security%20and%20Functional%20Verification%20of%20Cryptographic%20Protocol%20Implementations%20in%20Rust"/>
        <updated>2026-08-30T12:49:41.000Z</updated>
        <summary type="html"><![CDATA[CCS 2025 · verification · cryptographic protocol implementation, cryptography]]></summary>
    </entry>
    <entry>
        <title type="html"><![CDATA[Formal Verification of a Rust-Based Buddy Physical Memory Allocator]]></title>
        <id>urn:awesome-rust-papers:verify-utmanager</id>
        <link href="https://evian-zhang.github.io/awesome-rust-papers/?q=Formal%20Verification%20of%20a%20Rust-Based%20Buddy%20Physical%20Memory%20Allocator"/>
        <updated>2026-08-30T12:49:41.000Z</updated>
        <summary type="html"><![CDATA[TASE 2026 · verification · memory allocator, operating system]]></summary>
    </entry>
    <entry>
        <title type="html"><![CDATA[Formally Understanding Rust's Ownership and Borrowing System at the Memory Level]]></title>
        <id>urn:awesome-rust-papers:rustsem</id>
        <link href="https://evian-zhang.github.io/awesome-rust-papers/?q=Formally%20Understanding%20Rust%27s%20Ownership%20and%20Borrowing%20System%20at%20the%20Memory%20Level"/>
        <updated>2026-08-30T12:49:41.000Z</updated>
        <summary type="html"><![CDATA[Formal Methods in System Design 2024 · formalization · ownership, borrow checker, memory safety]]></summary>
    </entry>
    <entry>
        <title type="html"><![CDATA[Fortifying the Seams Between C/C++ and Rust: Characterizing Bugs in Interop Tools]]></title>
        <id>urn:awesome-rust-papers:interop-tool-bugs</id>
        <link href="https://evian-zhang.github.io/awesome-rust-papers/?q=Fortifying%20the%20Seams%20Between%20C%2FC%2B%2B%20and%20Rust%3A%20Characterizing%20Bugs%20in%20Interop%20Tools"/>
        <updated>2026-08-30T12:49:41.000Z</updated>
        <summary type="html"><![CDATA[ACM TOSEM 2026 · ecosystem · FFI, empirical study]]></summary>
    </entry>
    <entry>
        <title type="html"><![CDATA[From Raw Pointers to Memory Safety: A Modular Demand-Driven Typestate Analysis for Rust]]></title>
        <id>urn:awesome-rust-papers:pincer</id>
        <link href="https://evian-zhang.github.io/awesome-rust-papers/?q=From%20Raw%20Pointers%20to%20Memory%20Safety%3A%20A%20Modular%20Demand-Driven%20Typestate%20Analysis%20for%20Rust"/>
        <updated>2026-08-30T12:49:41.000Z</updated>
        <summary type="html"><![CDATA[OOPSLA 2026 · program analysis · data-flow analysis, pointer, memory safety]]></summary>
    </entry>
    <entry>
        <title type="html"><![CDATA[Fuzzing the Rust Typechecker Using CLP (T)]]></title>
        <id>urn:awesome-rust-papers:clp</id>
        <link href="https://evian-zhang.github.io/awesome-rust-papers/?q=Fuzzing%20the%20Rust%20Typechecker%20Using%20CLP%20(T)"/>
        <updated>2026-08-30T12:49:41.000Z</updated>
        <summary type="html"><![CDATA[ASE 2015 · security, compiler · type checker, fuzzing, CLP]]></summary>
    </entry>
    <entry>
        <title type="html"><![CDATA[Garbage Collection Makes Rust Easier to Use: A Randomized Controlled Trial of the Bronze Garbage Collector]]></title>
        <id>urn:awesome-rust-papers:bronze</id>
        <link href="https://evian-zhang.github.io/awesome-rust-papers/?q=Garbage%20Collection%20Makes%20Rust%20Easier%20to%20Use%3A%20A%20Randomized%20Controlled%20Trial%20of%20the%20Bronze%20Garbage%20Collector"/>
        <updated>2026-08-30T12:49:41.000Z</updated>
        <summary type="html"><![CDATA[ICSE 2022 · language · garbage collection]]></summary>
    </entry>
    <entry>
        <title type="html"><![CDATA[Garbage Collection for Rust: The Finalizer Frontier]]></title>
        <id>urn:awesome-rust-papers:alloy</id>
        <link href="https://evian-zhang.github.io/awesome-rust-papers/?q=Garbage%20Collection%20for%20Rust%3A%20The%20Finalizer%20Frontier"/>
        <updated>2026-08-30T12:49:41.000Z</updated>
        <summary type="html"><![CDATA[OOPSLA 2025 · language · garbage collection, destructor]]></summary>
    </entry>
    <entry>
        <title type="html"><![CDATA[GenC2Rust: Towards Generating Generic Rust Code from C]]></title>
        <id>urn:awesome-rust-papers:genc2rust</id>
        <link href="https://evian-zhang.github.io/awesome-rust-papers/?q=GenC2Rust%3A%20Towards%20Generating%20Generic%20Rust%20Code%20from%20C"/>
        <updated>2026-08-30T12:49:41.000Z</updated>
        <summary type="html"><![CDATA[ICSE 2025 · c2rust · generic, static analysis, void pointer]]></summary>
    </entry>
    <entry>
        <title type="html"><![CDATA[GhostCell: Separating Permissions from Data in Rust]]></title>
        <id>urn:awesome-rust-papers:ghostcell</id>
        <link href="https://evian-zhang.github.io/awesome-rust-papers/?q=GhostCell%3A%20Separating%20Permissions%20from%20Data%20in%20Rust"/>
        <updated>2026-08-30T12:49:41.000Z</updated>
        <summary type="html"><![CDATA[ICFP 2021 · language · interior mutability, branded type]]></summary>
    </entry>
    <entry>
        <title type="html"><![CDATA[Hayroll: A Modular Wrapper for Translating C Macros and Conditional Compilation to Rust]]></title>
        <id>urn:awesome-rust-papers:hayroll</id>
        <link href="https://evian-zhang.github.io/awesome-rust-papers/?q=Hayroll%3A%20A%20Modular%20Wrapper%20for%20Translating%20C%20Macros%20and%20Conditional%20Compilation%20to%20Rust"/>
        <updated>2026-08-30T12:49:41.000Z</updated>
        <summary type="html"><![CDATA[PLDI 2026 · c2rust · preprocessor, symbolic execution, macro]]></summary>
    </entry>
    <entry>
        <title type="html"><![CDATA[How Are Paid and Volunteer Open Source Developers Different? A Study of the Rust Project]]></title>
        <id>urn:awesome-rust-papers:paid-volunteer-rust</id>
        <link href="https://evian-zhang.github.io/awesome-rust-papers/?q=How%20Are%20Paid%20and%20Volunteer%20Open%20Source%20Developers%20Different%3F%20A%20Study%20of%20the%20Rust%20Project"/>
        <updated>2026-08-30T12:49:41.000Z</updated>
        <summary type="html"><![CDATA[ICSE 2024 · ecosystem · empirical study, payment]]></summary>
    </entry>
    <entry>
        <title type="html"><![CDATA[How Do Programmers Use Unsafe Rust?]]></title>
        <id>urn:awesome-rust-papers:qrates</id>
        <link href="https://evian-zhang.github.io/awesome-rust-papers/?q=How%20Do%20Programmers%20Use%20Unsafe%20Rust%3F"/>
        <updated>2026-08-30T12:49:41.000Z</updated>
        <summary type="html"><![CDATA[OOPSLA 2020 · ecosystem · unsafe, empirical study]]></summary>
    </entry>
    <entry>
        <title type="html"><![CDATA[Implementing Multiparty Session Types in Rust]]></title>
        <id>urn:awesome-rust-papers:mpst-rust</id>
        <link href="https://evian-zhang.github.io/awesome-rust-papers/?q=Implementing%20Multiparty%20Session%20Types%20in%20Rust"/>
        <updated>2026-08-30T12:49:41.000Z</updated>
        <summary type="html"><![CDATA[COORDINATION 2020 · product, session type · multiparty session type, session type]]></summary>
    </entry>
    <entry>
        <title type="html"><![CDATA[Improving Automatic C-to-Rust Translation with Static Analysis]]></title>
        <id>urn:awesome-rust-papers:c2rust-static-analysis</id>
        <link href="https://evian-zhang.github.io/awesome-rust-papers/?q=Improving%20Automatic%20C-to-Rust%20Translation%20with%20Static%20Analysis"/>
        <updated>2026-08-30T12:49:41.000Z</updated>
        <summary type="html"><![CDATA[ICSE Companion 2023 · c2rust · static analysis, unsafe, concurrency, output parameter]]></summary>
    </entry>
    <entry>
        <title type="html"><![CDATA[In rust we trust: a transpiler from unsafe C to safer rust]]></title>
        <id>urn:awesome-rust-papers:crusts2</id>
        <link href="https://evian-zhang.github.io/awesome-rust-papers/?q=In%20rust%20we%20trust%3A%20a%20transpiler%20from%20unsafe%20C%20to%20safer%20rust"/>
        <updated>2026-08-30T12:49:41.000Z</updated>
        <summary type="html"><![CDATA[ICSE Companion 2022 · c2rust · unsafe]]></summary>
    </entry>
    <entry>
        <title type="html"><![CDATA[Integrating Rules and Semantics for LLM-Based C-to-Rust Translation]]></title>
        <id>urn:awesome-rust-papers:irene</id>
        <link href="https://evian-zhang.github.io/awesome-rust-papers/?q=Integrating%20Rules%20and%20Semantics%20for%20LLM-Based%20C-to-Rust%20Translation"/>
        <updated>2026-08-30T12:49:41.000Z</updated>
        <summary type="html"><![CDATA[ICSME 2025 · c2rust · LLM, RAG, static analysis]]></summary>
    </entry>
    <entry>
        <title type="html"><![CDATA[Is Rust Used Safely by Software Developers?]]></title>
        <id>urn:awesome-rust-papers:is-rust-used-safely</id>
        <link href="https://evian-zhang.github.io/awesome-rust-papers/?q=Is%20Rust%20Used%20Safely%20by%20Software%20Developers%3F"/>
        <updated>2026-08-30T12:49:41.000Z</updated>
        <summary type="html"><![CDATA[ICSE 2020 · ecosystem · unsafe]]></summary>
    </entry>
    <entry>
        <title type="html"><![CDATA[Is Unsafe an Achilles' Heel? A Comprehensive Study of Safety Requirements in Unsafe Rust Programming]]></title>
        <id>urn:awesome-rust-papers:achilles-heel</id>
        <link href="https://evian-zhang.github.io/awesome-rust-papers/?q=Is%20Unsafe%20an%20Achilles%27%20Heel%3F%20A%20Comprehensive%20Study%20of%20Safety%20Requirements%20in%20Unsafe%20Rust%20Programming"/>
        <updated>2026-08-30T12:49:41.000Z</updated>
        <summary type="html"><![CDATA[ICSE 2024 · security · empirical study, unsafe, documentation, invariant]]></summary>
    </entry>
    <entry>
        <title type="html"><![CDATA[KRust: A Formal Executable Semantics of Rust]]></title>
        <id>urn:awesome-rust-papers:krust</id>
        <link href="https://evian-zhang.github.io/awesome-rust-papers/?q=KRust%3A%20A%20Formal%20Executable%20Semantics%20of%20Rust"/>
        <updated>2026-08-30T12:49:41.000Z</updated>
        <summary type="html"><![CDATA[TASE 2018 · formalization · verification]]></summary>
    </entry>
    <entry>
        <title type="html"><![CDATA[Kani: A Model Checker for Rust]]></title>
        <id>urn:awesome-rust-papers:kani</id>
        <link href="https://evian-zhang.github.io/awesome-rust-papers/?q=Kani%3A%20A%20Model%20Checker%20for%20Rust"/>
        <updated>2026-08-30T12:49:41.000Z</updated>
        <summary type="html"><![CDATA[arXiv 2026 · verification · model checking, MIR]]></summary>
    </entry>
    <entry>
        <title type="html"><![CDATA[Keeping Safe Rust Safe with Galeed]]></title>
        <id>urn:awesome-rust-papers:galeed</id>
        <link href="https://evian-zhang.github.io/awesome-rust-papers/?q=Keeping%20Safe%20Rust%20Safe%20with%20Galeed"/>
        <updated>2026-08-30T12:49:41.000Z</updated>
        <summary type="html"><![CDATA[ACSAC 2021 · security, isolation · MPK, PKRU, LLVM, hardware]]></summary>
    </entry>
    <entry>
        <title type="html"><![CDATA[Learning and Programming Challenges of Rust: A Mixed-Methods Study]]></title>
        <id>urn:awesome-rust-papers:rust-programming-challenges</id>
        <link href="https://evian-zhang.github.io/awesome-rust-papers/?q=Learning%20and%20Programming%20Challenges%20of%20Rust%3A%20A%20Mixed-Methods%20Study"/>
        <updated>2026-08-30T12:49:41.000Z</updated>
        <summary type="html"><![CDATA[ICSE 2022 · ecosystem · empirical study, safety]]></summary>
    </entry>
    <entry>
        <title type="html"><![CDATA[Leveraging Large Language Model to Assist Detecting Rust Code Comment Inconsistency]]></title>
        <id>urn:awesome-rust-papers:rustc4</id>
        <link href="https://evian-zhang.github.io/awesome-rust-papers/?q=Leveraging%20Large%20Language%20Model%20to%20Assist%20Detecting%20Rust%20Code%20Comment%20Inconsistency"/>
        <updated>2026-08-30T12:49:41.000Z</updated>
        <summary type="html"><![CDATA[ASE 2024 · program analysis, documentation · code-comment inconsistency, LLM]]></summary>
    </entry>
    <entry>
        <title type="html"><![CDATA[Leveraging Rust Types for Modular Specification and Verification]]></title>
        <id>urn:awesome-rust-papers:prusti</id>
        <link href="https://evian-zhang.github.io/awesome-rust-papers/?q=Leveraging%20Rust%20Types%20for%20Modular%20Specification%20and%20Verification"/>
        <updated>2026-08-30T12:49:41.000Z</updated>
        <summary type="html"><![CDATA[OOPSLA 2019 · verification · correctness, memory safety, MIR]]></summary>
    </entry>
    <entry>
        <title type="html"><![CDATA[Leveraging Rust Types for Program Synthesis]]></title>
        <id>urn:awesome-rust-papers:russol</id>
        <link href="https://evian-zhang.github.io/awesome-rust-papers/?q=Leveraging%20Rust%20Types%20for%20Program%20Synthesis"/>
        <updated>2026-08-30T12:49:41.000Z</updated>
        <summary type="html"><![CDATA[OOPSLA 2023 · formalization · program synthesis, type system, ownership]]></summary>
    </entry>
    <entry>
        <title type="html"><![CDATA[Memory-Safety Challenge Considered Solved? An In-Depth Study with All Rust CVEs]]></title>
        <id>urn:awesome-rust-papers:rust-cves</id>
        <link href="https://evian-zhang.github.io/awesome-rust-papers/?q=Memory-Safety%20Challenge%20Considered%20Solved%3F%20An%20In-Depth%20Study%20with%20All%20Rust%20CVEs"/>
        <updated>2026-08-30T12:49:41.000Z</updated>
        <summary type="html"><![CDATA[ACM TOSEM 2022 · ecosystem · empirical study, memory safety, security]]></summary>
    </entry>
    <entry>
        <title type="html"><![CDATA[MetaSafe: Compiling for Protecting Smart Pointer Metadata to Ensure Safe Rust Integrity]]></title>
        <id>urn:awesome-rust-papers:metasafe</id>
        <link href="https://evian-zhang.github.io/awesome-rust-papers/?q=MetaSafe%3A%20Compiling%20for%20Protecting%20Smart%20Pointer%20Metadata%20to%20Ensure%20Safe%20Rust%20Integrity"/>
        <updated>2026-08-30T12:49:41.000Z</updated>
        <summary type="html"><![CDATA[USENIX Security 2024 · security, isolation · smart pointer, memory safety, MPK, hardware]]></summary>
    </entry>
    <entry>
        <title type="html"><![CDATA[MinsC2Rust: LLM-driven project-level code migration from C to safe Rust]]></title>
        <id>urn:awesome-rust-papers:minc2rust</id>
        <link href="https://evian-zhang.github.io/awesome-rust-papers/?q=MinsC2Rust%3A%20LLM-driven%20project-level%20code%20migration%20from%20C%20to%20safe%20Rust"/>
        <updated>2026-08-30T12:49:41.000Z</updated>
        <summary type="html"><![CDATA[Empirical Software Engineering 2026 · c2rust · LLM]]></summary>
    </entry>
    <entry>
        <title type="html"><![CDATA[MirChecker: Detecting Bugs in Rust Programs via Static Analysis]]></title>
        <id>urn:awesome-rust-papers:mirchecker</id>
        <link href="https://evian-zhang.github.io/awesome-rust-papers/?q=MirChecker%3A%20Detecting%20Bugs%20in%20Rust%20Programs%20via%20Static%20Analysis"/>
        <updated>2026-08-30T12:49:41.000Z</updated>
        <summary type="html"><![CDATA[CCS 2021 · security, static analysis · MIR, memory safety, SMT, symbolic execution]]></summary>
    </entry>
    <entry>
        <title type="html"><![CDATA[Miri: Practical Undefined Behavior Detection for Rust]]></title>
        <id>urn:awesome-rust-papers:miri</id>
        <link href="https://evian-zhang.github.io/awesome-rust-papers/?q=Miri%3A%20Practical%20Undefined%20Behavior%20Detection%20for%20Rust"/>
        <updated>2026-08-30T12:49:41.000Z</updated>
        <summary type="html"><![CDATA[POPL 2026 · security · soundness, undefined behavior]]></summary>
    </entry>
    <entry>
        <title type="html"><![CDATA[Modular Specification and Verification of Closures in Rust]]></title>
        <id>urn:awesome-rust-papers:prusti-closures</id>
        <link href="https://evian-zhang.github.io/awesome-rust-papers/?q=Modular%20Specification%20and%20Verification%20of%20Closures%20in%20Rust"/>
        <updated>2026-08-30T12:49:41.000Z</updated>
        <summary type="html"><![CDATA[OOPSLA 2021 · verification · closure, SMT, first-order logic]]></summary>
    </entry>
    <entry>
        <title type="html"><![CDATA[Modular information flow through ownership]]></title>
        <id>urn:awesome-rust-papers:flowistry</id>
        <link href="https://evian-zhang.github.io/awesome-rust-papers/?q=Modular%20information%20flow%20through%20ownership"/>
        <updated>2026-08-30T12:49:41.000Z</updated>
        <summary type="html"><![CDATA[PLDI 2022 · program analysis · information flow, ownership, Oxide]]></summary>
    </entry>
    <entry>
        <title type="html"><![CDATA[Multiprogramming a 64kB Computer Safely and Efficiently]]></title>
        <id>urn:awesome-rust-papers:tock</id>
        <link href="https://evian-zhang.github.io/awesome-rust-papers/?q=Multiprogramming%20a%2064kB%20Computer%20Safely%20and%20Efficiently"/>
        <updated>2026-08-30T12:49:41.000Z</updated>
        <summary type="html"><![CDATA[SOSP 2017 · product, operating system · hardware]]></summary>
    </entry>
    <entry>
        <title type="html"><![CDATA[No Panic! Verification of Rust Programs by Symbolic Execution]]></title>
        <id>urn:awesome-rust-papers:cargo-klee</id>
        <link href="https://evian-zhang.github.io/awesome-rust-papers/?q=No%20Panic!%20Verification%20of%20Rust%20Programs%20by%20Symbolic%20Execution"/>
        <updated>2026-08-30T12:49:41.000Z</updated>
        <summary type="html"><![CDATA[INDIN 2018 · verification · panic, klee, symbolic execution, LLVM IR]]></summary>
    </entry>
    <entry>
        <title type="html"><![CDATA[OOM-Guard: Towards Improving the Ergonomics of Rust OOM Handling via a Reservation-Based Approach]]></title>
        <id>urn:awesome-rust-papers:oom-guard</id>
        <link href="https://evian-zhang.github.io/awesome-rust-papers/?q=OOM-Guard%3A%20Towards%20Improving%20the%20Ergonomics%20of%20Rust%20OOM%20Handling%20via%20a%20Reservation-Based%20Approach"/>
        <updated>2026-08-30T12:49:41.000Z</updated>
        <summary type="html"><![CDATA[FSE 2023 · language · memory management, static analysis, LLVM IR]]></summary>
    </entry>
    <entry>
        <title type="html"><![CDATA[On the Dual Nature of Necessity in Use of Rust Unsafe Code]]></title>
        <id>urn:awesome-rust-papers:dual-nature-unsafe</id>
        <link href="https://evian-zhang.github.io/awesome-rust-papers/?q=On%20the%20Dual%20Nature%20of%20Necessity%20in%20Use%20of%20Rust%20Unsafe%20Code"/>
        <updated>2026-08-30T12:49:41.000Z</updated>
        <summary type="html"><![CDATA[FSE 2023 · language · empirical study, unsafe]]></summary>
    </entry>
    <entry>
        <title type="html"><![CDATA[On the Termination of Borrow Checking in Featherweight Rust]]></title>
        <id>urn:awesome-rust-papers:featherweight-termination</id>
        <link href="https://evian-zhang.github.io/awesome-rust-papers/?q=On%20the%20Termination%20of%20Borrow%20Checking%20in%20Featherweight%20Rust"/>
        <updated>2026-08-30T12:49:41.000Z</updated>
        <summary type="html"><![CDATA[NFM 2022 · formalization · termination, borrow checker]]></summary>
    </entry>
    <entry>
        <title type="html"><![CDATA[Ownership Guided C to Rust Translation]]></title>
        <id>urn:awesome-rust-papers:crown</id>
        <link href="https://evian-zhang.github.io/awesome-rust-papers/?q=Ownership%20Guided%20C%20to%20Rust%20Translation"/>
        <updated>2026-08-30T12:49:41.000Z</updated>
        <summary type="html"><![CDATA[CAV 2023 · c2rust · ownership, pointer, SAT]]></summary>
    </entry>
    <entry>
        <title type="html"><![CDATA[Oxide: The Essence of Rust]]></title>
        <id>urn:awesome-rust-papers:oxide</id>
        <link href="https://evian-zhang.github.io/awesome-rust-papers/?q=Oxide%3A%20The%20Essence%20of%20Rust"/>
        <updated>2026-08-30T12:49:41.000Z</updated>
        <summary type="html"><![CDATA[arXiv 2019 · formalization · type system, type checker]]></summary>
    </entry>
    <entry>
        <title type="html"><![CDATA[Oxidizer: Toward Concise and High-fidelity Rust Decompilation]]></title>
        <id>urn:awesome-rust-papers:oxidizer</id>
        <link href="https://evian-zhang.github.io/awesome-rust-papers/?q=Oxidizer%3A%20Toward%20Concise%20and%20High-fidelity%20Rust%20Decompilation"/>
        <updated>2026-08-30T12:49:41.000Z</updated>
        <summary type="html"><![CDATA[IEEE S&P 2026 · security · decompiler, binary]]></summary>
    </entry>
    <entry>
        <title type="html"><![CDATA[PALM: Synergizing Program Analysis and LLMs to Enhance Rust Unit Test Coverage]]></title>
        <id>urn:awesome-rust-papers:palm</id>
        <link href="https://evian-zhang.github.io/awesome-rust-papers/?q=PALM%3A%20Synergizing%20Program%20Analysis%20and%20LLMs%20to%20Enhance%20Rust%20Unit%20Test%20Coverage"/>
        <updated>2026-08-30T12:49:41.000Z</updated>
        <summary type="html"><![CDATA[ASE 2025 · program analysis · LLM, harness, static analysis, unit test]]></summary>
    </entry>
    <entry>
        <title type="html"><![CDATA[PKRU-safe: automatically locking down the heap between safe and unsafe languages]]></title>
        <id>urn:awesome-rust-papers:pkru-safe</id>
        <link href="https://evian-zhang.github.io/awesome-rust-papers/?q=PKRU-safe%3A%20automatically%20locking%20down%20the%20heap%20between%20safe%20and%20unsafe%20languages"/>
        <updated>2026-08-30T12:49:41.000Z</updated>
        <summary type="html"><![CDATA[EuroSys 2022 · security, isolation · PKRU, LLVM IR, MPK]]></summary>
    </entry>
    <entry>
        <title type="html"><![CDATA[PanicFI: An Infrastructure for Fixing Panic Bugs in Real-World Rust Programs]]></title>
        <id>urn:awesome-rust-papers:panicfi</id>
        <link href="https://evian-zhang.github.io/awesome-rust-papers/?q=PanicFI%3A%20An%20Infrastructure%20for%20Fixing%20Panic%20Bugs%20in%20Real-World%20Rust%20Programs"/>
        <updated>2026-08-30T12:49:41.000Z</updated>
        <summary type="html"><![CDATA[ACM TOSEM 2026 · program analysis · panic, benchmark, patch, HIR]]></summary>
    </entry>
    <entry>
        <title type="html"><![CDATA[Patina: A Formalization of the Rust Programming Language]]></title>
        <id>urn:awesome-rust-papers:patina</id>
        <link href="https://evian-zhang.github.io/awesome-rust-papers/?q=Patina%3A%20A%20Formalization%20of%20the%20Rust%20Programming%20Language"/>
        <updated>2026-08-30T12:49:41.000Z</updated>
        <summary type="html"><![CDATA[2015 · formalization · borrow checker, memory safety]]></summary>
    </entry>
    <entry>
        <title type="html"><![CDATA[Place Capability Graphs: A General-Purpose Model of Rust's Ownership and Borrowing Guarantees]]></title>
        <id>urn:awesome-rust-papers:place-capability-graphs</id>
        <link href="https://evian-zhang.github.io/awesome-rust-papers/?q=Place%20Capability%20Graphs%3A%20A%20General-Purpose%20Model%20of%20Rust%27s%20Ownership%20and%20Borrowing%20Guarantees"/>
        <updated>2026-08-30T12:49:41.000Z</updated>
        <summary type="html"><![CDATA[OOPSLA 2025 · formalization · ownership, borrow checker, type checker, Floistry, Prusti]]></summary>
    </entry>
    <entry>
        <title type="html"><![CDATA[Project-Level C-to-Rust Translation via Pointer Knowledge Graphs]]></title>
        <id>urn:awesome-rust-papers:ptrtrans</id>
        <link href="https://evian-zhang.github.io/awesome-rust-papers/?q=Project-Level%20C-to-Rust%20Translation%20via%20Pointer%20Knowledge%20Graphs"/>
        <updated>2026-08-30T12:49:41.000Z</updated>
        <summary type="html"><![CDATA[FSE 2026 · c2rust · LLM, pointer, unsafe]]></summary>
    </entry>
    <entry>
        <title type="html"><![CDATA[RPG: Rust Library Fuzzing with Pool-Based Fuzz Target Generation and Generic Support]]></title>
        <id>urn:awesome-rust-papers:rpg</id>
        <link href="https://evian-zhang.github.io/awesome-rust-papers/?q=RPG%3A%20Rust%20Library%20Fuzzing%20with%20Pool-Based%20Fuzz%20Target%20Generation%20and%20Generic%20Support"/>
        <updated>2026-08-30T12:49:41.000Z</updated>
        <summary type="html"><![CDATA[ICSE 2024 · security, fuzzing · harness, unsafe]]></summary>
    </entry>
    <entry>
        <title type="html"><![CDATA[RULF: Rust Library Fuzzing via API Dependency Graph Traversal]]></title>
        <id>urn:awesome-rust-papers:rulf</id>
        <link href="https://evian-zhang.github.io/awesome-rust-papers/?q=RULF%3A%20Rust%20Library%20Fuzzing%20via%20API%20Dependency%20Graph%20Traversal"/>
        <updated>2026-08-30T12:49:41.000Z</updated>
        <summary type="html"><![CDATA[ASE 2021 · security, fuzzing · harness, static analysis]]></summary>
    </entry>
    <entry>
        <title type="html"><![CDATA[RUSTMC: Automated Verification of Real-World Concurrent Rust]]></title>
        <id>urn:awesome-rust-papers:rustmc</id>
        <link href="https://evian-zhang.github.io/awesome-rust-papers/?q=RUSTMC%3A%20Automated%20Verification%20of%20Real-World%20Concurrent%20Rust"/>
        <updated>2026-08-30T12:49:41.000Z</updated>
        <summary type="html"><![CDATA[FORTE 2026 · verification · concurrency, LLVM IR, FFI, model checker]]></summary>
    </entry>
    <entry>
        <title type="html"><![CDATA[Raw Pointer Rewriting with LLMs for Translating C to Safer Rust]]></title>
        <id>urn:awesome-rust-papers:pr2</id>
        <link href="https://evian-zhang.github.io/awesome-rust-papers/?q=Raw%20Pointer%20Rewriting%20with%20LLMs%20for%20Translating%20C%20to%20Safer%20Rust"/>
        <updated>2026-08-30T12:49:41.000Z</updated>
        <summary type="html"><![CDATA[ACL Findings 2026 · c2rust · LLM, pointer, decision-tree]]></summary>
    </entry>
    <entry>
        <title type="html"><![CDATA[RedLeaf: Isolation and Communication in a Safe Operating System]]></title>
        <id>urn:awesome-rust-papers:redleaf</id>
        <link href="https://evian-zhang.github.io/awesome-rust-papers/?q=RedLeaf%3A%20Isolation%20and%20Communication%20in%20a%20Safe%20Operating%20System"/>
        <updated>2026-08-30T12:49:41.000Z</updated>
        <summary type="html"><![CDATA[OSDI 2020 · product, operating system · isolation]]></summary>
    </entry>
    <entry>
        <title type="html"><![CDATA[RefinedRust: A Type System for High-Assurance Verification of Rust Programs]]></title>
        <id>urn:awesome-rust-papers:refinedrust</id>
        <link href="https://evian-zhang.github.io/awesome-rust-papers/?q=RefinedRust%3A%20A%20Type%20System%20for%20High-Assurance%20Verification%20of%20Rust%20Programs"/>
        <updated>2026-08-30T12:49:41.000Z</updated>
        <summary type="html"><![CDATA[PLDI 2024 · verification, proof generation · refined type, type system, Coq, MIR]]></summary>
    </entry>
    <entry>
        <title type="html"><![CDATA[RuMono: Fuzz Driver Synthesis for Rust Generic APIs]]></title>
        <id>urn:awesome-rust-papers:rumono</id>
        <link href="https://evian-zhang.github.io/awesome-rust-papers/?q=RuMono%3A%20Fuzz%20Driver%20Synthesis%20for%20Rust%20Generic%20APIs"/>
        <updated>2026-08-30T12:49:41.000Z</updated>
        <summary type="html"><![CDATA[ACM TOSEM 2025 · security, fuzzing · harness, generic]]></summary>
    </entry>
    <entry>
        <title type="html"><![CDATA[Ruby: Unmasking Unsafe Rust in Stripped Binaries via Machine Learning]]></title>
        <id>urn:awesome-rust-papers:ruby</id>
        <link href="https://evian-zhang.github.io/awesome-rust-papers/?q=Ruby%3A%20Unmasking%20Unsafe%20Rust%20in%20Stripped%20Binaries%20via%20Machine%20Learning"/>
        <updated>2026-08-30T12:49:41.000Z</updated>
        <summary type="html"><![CDATA[DSN 2026 · security · binary, unsafe, machine learning]]></summary>
    </entry>
    <entry>
        <title type="html"><![CDATA[Rudra: Finding Memory Safety Bugs in Rust at the Ecosystem Scale]]></title>
        <id>urn:awesome-rust-papers:rudra</id>
        <link href="https://evian-zhang.github.io/awesome-rust-papers/?q=Rudra%3A%20Finding%20Memory%20Safety%20Bugs%20in%20Rust%20at%20the%20Ecosystem%20Scale"/>
        <updated>2026-08-30T12:49:41.000Z</updated>
        <summary type="html"><![CDATA[SOSP 2021 · security, static analysis · memory safety, unsafe, exception safety, taint analysis, data-flow analysis]]></summary>
    </entry>
    <entry>
        <title type="html"><![CDATA[Rug: Turbo LLM for Rust Unit Test Generation]]></title>
        <id>urn:awesome-rust-papers:rug</id>
        <link href="https://evian-zhang.github.io/awesome-rust-papers/?q=Rug%3A%20Turbo%20LLM%20for%20Rust%20Unit%20Test%20Generation"/>
        <updated>2026-08-30T12:49:41.000Z</updated>
        <summary type="html"><![CDATA[ICSE 2025 · security, fuzzing · LLM, harness, unit test, MIR, static analysis]]></summary>
    </entry>
    <entry>
        <title type="html"><![CDATA[Rupair: Towards Automatic Buffer Overflow Detection and Rectification for Rust]]></title>
        <id>urn:awesome-rust-papers:rupair</id>
        <link href="https://evian-zhang.github.io/awesome-rust-papers/?q=Rupair%3A%20Towards%20Automatic%20Buffer%20Overflow%20Detection%20and%20Rectification%20for%20Rust"/>
        <updated>2026-08-30T12:49:41.000Z</updated>
        <summary type="html"><![CDATA[ACSAC 2021 · security, patch · memory safety, buffer overflow, data-flow analysis]]></summary>
    </entry>
    <entry>
        <title type="html"><![CDATA[RusTEE: Developing Memory-Safe ARM TrustZone Applications]]></title>
        <id>urn:awesome-rust-papers:rustee</id>
        <link href="https://evian-zhang.github.io/awesome-rust-papers/?q=RusTEE%3A%20Developing%20Memory-Safe%20ARM%20TrustZone%20Applications"/>
        <updated>2026-08-30T12:49:41.000Z</updated>
        <summary type="html"><![CDATA[ACSAC 2020 · product · TEE, ARM TrustZone, hardware]]></summary>
    </entry>
    <entry>
        <title type="html"><![CDATA[Rust as a Language for High Performance GC Implementation]]></title>
        <id>urn:awesome-rust-papers:rust-immix</id>
        <link href="https://evian-zhang.github.io/awesome-rust-papers/?q=Rust%20as%20a%20Language%20for%20High%20Performance%20GC%20Implementation"/>
        <updated>2026-08-30T12:49:41.000Z</updated>
        <summary type="html"><![CDATA[ISMM 2016 · product · garbage collection]]></summary>
    </entry>
    <entry>
        <title type="html"><![CDATA[Rust for Embedded Systems: Current State and Open Problems]]></title>
        <id>urn:awesome-rust-papers:rust-for-embedded-systems</id>
        <link href="https://evian-zhang.github.io/awesome-rust-papers/?q=Rust%20for%20Embedded%20Systems%3A%20Current%20State%20and%20Open%20Problems"/>
        <updated>2026-08-30T12:49:41.000Z</updated>
        <summary type="html"><![CDATA[CCS 2024 · ecosystem · embedded system, empirical study, static analysis]]></summary>
    </entry>
    <entry>
        <title type="html"><![CDATA[Rust for Linux: Understanding the Security Impact of Rust in the Linux Kernel]]></title>
        <id>urn:awesome-rust-papers:rust-for-linux-security</id>
        <link href="https://evian-zhang.github.io/awesome-rust-papers/?q=Rust%20for%20Linux%3A%20Understanding%20the%20Security%20Impact%20of%20Rust%20in%20the%20Linux%20Kernel"/>
        <updated>2026-08-30T12:49:41.000Z</updated>
        <summary type="html"><![CDATA[ACSAC 2024 · ecosystem · Rust for Linux, security]]></summary>
    </entry>
    <entry>
        <title type="html"><![CDATA[Rust for Morello: Always-On Memory Safety, Even in Unsafe Code]]></title>
        <id>urn:awesome-rust-papers:rust-morello</id>
        <link href="https://evian-zhang.github.io/awesome-rust-papers/?q=Rust%20for%20Morello%3A%20Always-On%20Memory%20Safety%2C%20Even%20in%20Unsafe%20Code"/>
        <updated>2026-08-30T12:49:41.000Z</updated>
        <summary type="html"><![CDATA[ECOOP 2023 · product · memory safety, hardware]]></summary>
    </entry>
    <entry>
        <title type="html"><![CDATA[Rust-lancet: Automated Ownership-Rule-Violation Fixing with Behavior Preservation]]></title>
        <id>urn:awesome-rust-papers:rust-lancet</id>
        <link href="https://evian-zhang.github.io/awesome-rust-papers/?q=Rust-lancet%3A%20Automated%20Ownership-Rule-Violation%20Fixing%20with%20Behavior%20Preservation"/>
        <updated>2026-08-30T12:49:41.000Z</updated>
        <summary type="html"><![CDATA[ICSE 2024 · program analysis · patch, ownership, ANF, symbolic execution, compilation error]]></summary>
    </entry>
    <entry>
        <title type="html"><![CDATA[Rust-twins: Automatic Rust Compiler Testing through Program Mutation and Dual Macros Generation]]></title>
        <id>urn:awesome-rust-papers:rust-twins</id>
        <link href="https://evian-zhang.github.io/awesome-rust-papers/?q=Rust-twins%3A%20Automatic%20Rust%20Compiler%20Testing%20through%20Program%20Mutation%20and%20Dual%20Macros%20Generation"/>
        <updated>2026-08-30T12:49:41.000Z</updated>
        <summary type="html"><![CDATA[ASE 2024 · security, compiler · LLM, fuzzing, differential testing, harness, HIR]]></summary>
    </entry>
    <entry>
        <title type="html"><![CDATA[RustAssistant: Using LLMs to Fix Compilation Errors in Rust Code]]></title>
        <id>urn:awesome-rust-papers:rustassistant</id>
        <link href="https://evian-zhang.github.io/awesome-rust-papers/?q=RustAssistant%3A%20Using%20LLMs%20to%20Fix%20Compilation%20Errors%20in%20Rust%20Code"/>
        <updated>2026-08-30T12:49:41.000Z</updated>
        <summary type="html"><![CDATA[ICSE 2025 · program analysis · LLM, patch, compilation error]]></summary>
    </entry>
    <entry>
        <title type="html"><![CDATA[RustAssure: Differential Symbolic Testing for LLM-Transpiled C-to-Rust Code]]></title>
        <id>urn:awesome-rust-papers:rustassure</id>
        <link href="https://evian-zhang.github.io/awesome-rust-papers/?q=RustAssure%3A%20Differential%20Symbolic%20Testing%20for%20LLM-Transpiled%20C-to-Rust%20Code"/>
        <updated>2026-08-30T12:49:41.000Z</updated>
        <summary type="html"><![CDATA[ASE 2025 · c2rust · LLM, differential testing, symbolic execution, LLVM IR]]></summary>
    </entry>
    <entry>
        <title type="html"><![CDATA[RustBelt Meets Relaxed Memory]]></title>
        <id>urn:awesome-rust-papers:rustbelt-concurrency</id>
        <link href="https://evian-zhang.github.io/awesome-rust-papers/?q=RustBelt%20Meets%20Relaxed%20Memory"/>
        <updated>2026-08-30T12:49:41.000Z</updated>
        <summary type="html"><![CDATA[POPL 2020 · verification · concurrency]]></summary>
    </entry>
    <entry>
        <title type="html"><![CDATA[RustBelt: Securing the Foundations of the Rust Programming Language]]></title>
        <id>urn:awesome-rust-papers:rustbelt</id>
        <link href="https://evian-zhang.github.io/awesome-rust-papers/?q=RustBelt%3A%20Securing%20the%20Foundations%20of%20the%20Rust%20Programming%20Language"/>
        <updated>2026-08-30T12:49:41.000Z</updated>
        <summary type="html"><![CDATA[POPL 2018 · formalization · safety, lambda calculus, unsafe, Iris, Coq]]></summary>
    </entry>
    <entry>
        <title type="html"><![CDATA[RustC4++: Improving Rust Code-Comment Inconsistency Detection via Hybrid LLM and Static Analysis]]></title>
        <id>urn:awesome-rust-papers:rustc4pp</id>
        <link href="https://evian-zhang.github.io/awesome-rust-papers/?q=RustC4%2B%2B%3A%20Improving%20Rust%20Code-Comment%20Inconsistency%20Detection%20via%20Hybrid%20LLM%20and%20Static%20Analysis"/>
        <updated>2026-08-30T12:49:41.000Z</updated>
        <summary type="html"><![CDATA[ACM TOSEM 2026 · program analysis, documentation · code-comment inconsistency, LLM, trait, SMT]]></summary>
    </entry>
    <entry>
        <title type="html"><![CDATA[RustCompCert: A Verified and Verifying Compiler for a Sequential Subset of Rust]]></title>
        <id>urn:awesome-rust-papers:rustcompcert</id>
        <link href="https://evian-zhang.github.io/awesome-rust-papers/?q=RustCompCert%3A%20A%20Verified%20and%20Verifying%20Compiler%20for%20a%20Sequential%20Subset%20of%20Rust"/>
        <updated>2026-08-30T12:49:41.000Z</updated>
        <summary type="html"><![CDATA[arXiv 2026 · verification · compiler, memory safety]]></summary>
    </entry>
    <entry>
        <title type="html"><![CDATA[RustHorn: CHC-Based Verification for Rust Programs]]></title>
        <id>urn:awesome-rust-papers:rusthorn</id>
        <link href="https://evian-zhang.github.io/awesome-rust-papers/?q=RustHorn%3A%20CHC-Based%20Verification%20for%20Rust%20Programs"/>
        <updated>2026-08-30T12:49:41.000Z</updated>
        <summary type="html"><![CDATA[ESOP 2020 · verification · constrained Horn clause, pointer, ownership]]></summary>
    </entry>
    <entry>
        <title type="html"><![CDATA[RustHornBelt: A Semantic Foundation for Functional Verification of Rust Programs with Unsafe Code]]></title>
        <id>urn:awesome-rust-papers:rusthornbelt</id>
        <link href="https://evian-zhang.github.io/awesome-rust-papers/?q=RustHornBelt%3A%20A%20Semantic%20Foundation%20for%20Functional%20Verification%20of%20Rust%20Programs%20with%20Unsafe%20Code"/>
        <updated>2026-08-30T12:49:41.000Z</updated>
        <summary type="html"><![CDATA[PLDI 2022 · verification · unsound, first-order logic]]></summary>
    </entry>
    <entry>
        <title type="html"><![CDATA[RustLIVE: Reducing the Learning Barriers of Rust Through Visualization]]></title>
        <id>urn:awesome-rust-papers:rustlive</id>
        <link href="https://evian-zhang.github.io/awesome-rust-papers/?q=RustLIVE%3A%20Reducing%20the%20Learning%20Barriers%20of%20Rust%20Through%20Visualization"/>
        <updated>2026-08-30T12:49:41.000Z</updated>
        <summary type="html"><![CDATA[FIE 2024 · language · learning, borrow checker, ownership]]></summary>
    </entry>
    <entry>
        <title type="html"><![CDATA[RustRepoTrans: Repository-level Context Code Translation Benchmark Targeting Rust]]></title>
        <id>urn:awesome-rust-papers:rustrepotrans</id>
        <link href="https://evian-zhang.github.io/awesome-rust-papers/?q=RustRepoTrans%3A%20Repository-level%20Context%20Code%20Translation%20Benchmark%20Targeting%20Rust"/>
        <updated>2026-08-30T12:49:41.000Z</updated>
        <summary type="html"><![CDATA[ASE 2025 · c2rust · benchmark, LLM]]></summary>
    </entry>
    <entry>
        <title type="html"><![CDATA[RustSan: Retrofitting AddressSanitizer for Efficient Sanitization of Rust]]></title>
        <id>urn:awesome-rust-papers:rustsan</id>
        <link href="https://evian-zhang.github.io/awesome-rust-papers/?q=RustSan%3A%20Retrofitting%20AddressSanitizer%20for%20Efficient%20Sanitization%20of%20Rust"/>
        <updated>2026-08-30T12:49:41.000Z</updated>
        <summary type="html"><![CDATA[USENIX Security 2024 · security, sanitizer · HIR, MIR, unsafe, LLVM]]></summary>
    </entry>
    <entry>
        <title type="html"><![CDATA[RustSmith: Random Differential Compiler Testing for Rust]]></title>
        <id>urn:awesome-rust-papers:rustsmith</id>
        <link href="https://evian-zhang.github.io/awesome-rust-papers/?q=RustSmith%3A%20Random%20Differential%20Compiler%20Testing%20for%20Rust"/>
        <updated>2026-08-30T12:49:41.000Z</updated>
        <summary type="html"><![CDATA[ISSTA 2023 · security, compiler · differential testing, fuzzing, lifetime, borrow checker]]></summary>
    </entry>
    <entry>
        <title type="html"><![CDATA[RustViz: Interactively Visualizing Ownership and Borrowing]]></title>
        <id>urn:awesome-rust-papers:rustviz</id>
        <link href="https://evian-zhang.github.io/awesome-rust-papers/?q=RustViz%3A%20Interactively%20Visualizing%20Ownership%20and%20Borrowing"/>
        <updated>2026-08-30T12:49:41.000Z</updated>
        <summary type="html"><![CDATA[VL/HCC 2022 · language · learning, ownership, borrow checker]]></summary>
    </entry>
    <entry>
        <title type="html"><![CDATA[Rustlantis: Randomized Differential Testing of the Rust Compiler]]></title>
        <id>urn:awesome-rust-papers:rustlantis</id>
        <link href="https://evian-zhang.github.io/awesome-rust-papers/?q=Rustlantis%3A%20Randomized%20Differential%20Testing%20of%20the%20Rust%20Compiler"/>
        <updated>2026-08-30T12:49:41.000Z</updated>
        <summary type="html"><![CDATA[OOPSLA 2024 · security, compiler · fuzzing, differential testing, correctness, MIR, LLVM]]></summary>
    </entry>
    <entry>
        <title type="html"><![CDATA[Rusty Variation: Deadlock-free Sessions with Failure in Rust]]></title>
        <id>urn:awesome-rust-papers:rusty-variation</id>
        <link href="https://evian-zhang.github.io/awesome-rust-papers/?q=Rusty%20Variation%3A%20Deadlock-free%20Sessions%20with%20Failure%20in%20Rust"/>
        <updated>2026-08-30T12:49:41.000Z</updated>
        <summary type="html"><![CDATA[ICE (EPTCS) 2019 · product, session type · deadlock]]></summary>
    </entry>
    <entry>
        <title type="html"><![CDATA[RustyDL: A Program Logic for Rust]]></title>
        <id>urn:awesome-rust-papers:rustydl</id>
        <link href="https://evian-zhang.github.io/awesome-rust-papers/?q=RustyDL%3A%20A%20Program%20Logic%20for%20Rust"/>
        <updated>2026-08-30T12:49:41.000Z</updated>
        <summary type="html"><![CDATA[FM 2026 · formalization · human-in-the-loop]]></summary>
    </entry>
    <entry>
        <title type="html"><![CDATA[RustyRTS: Regression Test Selection for Rust]]></title>
        <id>urn:awesome-rust-papers:rustyrts</id>
        <link href="https://evian-zhang.github.io/awesome-rust-papers/?q=RustyRTS%3A%20Regression%20Test%20Selection%20for%20Rust"/>
        <updated>2026-08-30T12:49:41.000Z</updated>
        <summary type="html"><![CDATA[ICST 2025 · program analysis · regression test, regression test selection]]></summary>
    </entry>
    <entry>
        <title type="html"><![CDATA[SACTOR: LLM-Driven Correct and Idiomatic C to Rust Translation with Static Analysis and FFI-Based Verification]]></title>
        <id>urn:awesome-rust-papers:sactor</id>
        <link href="https://evian-zhang.github.io/awesome-rust-papers/?q=SACTOR%3A%20LLM-Driven%20Correct%20and%20Idiomatic%20C%20to%20Rust%20Translation%20with%20Static%20Analysis%20and%20FFI-Based%20Verification"/>
        <updated>2026-08-30T12:49:41.000Z</updated>
        <summary type="html"><![CDATA[ACL 2026 · c2rust · LLM, FFI, pointer]]></summary>
    </entry>
    <entry>
        <title type="html"><![CDATA[Safe4U: Identifying Unsound Safe Encapsulations of Unsafe Calls in Rust using LLMs]]></title>
        <id>urn:awesome-rust-papers:safe4u</id>
        <link href="https://evian-zhang.github.io/awesome-rust-papers/?q=Safe4U%3A%20Identifying%20Unsound%20Safe%20Encapsulations%20of%20Unsafe%20Calls%20in%20Rust%20using%20LLMs"/>
        <updated>2026-08-30T12:49:41.000Z</updated>
        <summary type="html"><![CDATA[ISSTA 2025 · security · LLM, static analysis, soundness, unsafe, invariant, documentation, encapsulation]]></summary>
    </entry>
    <entry>
        <title type="html"><![CDATA[SafeDrop: Detecting Memory Deallocation Bugs of Rust Programs via Static Data-Flow Analysis]]></title>
        <id>urn:awesome-rust-papers:safedrop</id>
        <link href="https://evian-zhang.github.io/awesome-rust-papers/?q=SafeDrop%3A%20Detecting%20Memory%20Deallocation%20Bugs%20of%20Rust%20Programs%20via%20Static%20Data-Flow%20Analysis"/>
        <updated>2026-08-30T12:49:41.000Z</updated>
        <summary type="html"><![CDATA[ACM TOSEM 2023 · security · exception safety, memory safety, data-flow analysis, static analysis]]></summary>
    </entry>
    <entry>
        <title type="html"><![CDATA[Safer at Any Speed: Automatic Context-Aware Safety Enhancement for Rust]]></title>
        <id>urn:awesome-rust-papers:nader</id>
        <link href="https://evian-zhang.github.io/awesome-rust-papers/?q=Safer%20at%20Any%20Speed%3A%20Automatic%20Context-Aware%20Safety%20Enhancement%20for%20Rust"/>
        <updated>2026-08-30T12:49:41.000Z</updated>
        <summary type="html"><![CDATA[OOPSLA 2021 · security · performance, unsafe]]></summary>
    </entry>
    <entry>
        <title type="html"><![CDATA[Sandcrust: Automatic sandboxing of unsafe components in rust]]></title>
        <id>urn:awesome-rust-papers:sandcrust</id>
        <link href="https://evian-zhang.github.io/awesome-rust-papers/?q=Sandcrust%3A%20Automatic%20sandboxing%20of%20unsafe%20components%20in%20rust"/>
        <updated>2026-08-30T12:49:41.000Z</updated>
        <summary type="html"><![CDATA[PLOS@SOSP 2017 · security, isolation · unsafe, FFI]]></summary>
    </entry>
    <entry>
        <title type="html"><![CDATA[Scylla: Translating an Applicative Subset of C to Safe Rust]]></title>
        <id>urn:awesome-rust-papers:scylla</id>
        <link href="https://evian-zhang.github.io/awesome-rust-papers/?q=Scylla%3A%20Translating%20an%20Applicative%20Subset%20of%20C%20to%20Safe%20Rust"/>
        <updated>2026-08-30T12:49:41.000Z</updated>
        <summary type="html"><![CDATA[OOPSLA 2026 · c2rust · pointer, formalization]]></summary>
    </entry>
    <entry>
        <title type="html"><![CDATA[Search-Based Test Suite Generation for Rust]]></title>
        <id>urn:awesome-rust-papers:rustyunit</id>
        <link href="https://evian-zhang.github.io/awesome-rust-papers/?q=Search-Based%20Test%20Suite%20Generation%20for%20Rust"/>
        <updated>2026-08-30T12:49:41.000Z</updated>
        <summary type="html"><![CDATA[SSBSE 2022 · program analysis · harness, unit test]]></summary>
    </entry>
    <entry>
        <title type="html"><![CDATA[Securing Mixed Rust with Hardware Capabilities]]></title>
        <id>urn:awesome-rust-papers:capslock</id>
        <link href="https://evian-zhang.github.io/awesome-rust-papers/?q=Securing%20Mixed%20Rust%20with%20Hardware%20Capabilities"/>
        <updated>2026-08-30T12:49:41.000Z</updated>
        <summary type="html"><![CDATA[CCS 2025 · security · FFI, unsafe, QEMU]]></summary>
    </entry>
    <entry>
        <title type="html"><![CDATA[Securing Unsafe Rust Programs with XRust]]></title>
        <id>urn:awesome-rust-papers:xrust</id>
        <link href="https://evian-zhang.github.io/awesome-rust-papers/?q=Securing%20Unsafe%20Rust%20Programs%20with%20XRust"/>
        <updated>2026-08-30T12:49:41.000Z</updated>
        <summary type="html"><![CDATA[ICSE 2020 · security, isolation · unsafe, data-flow integrity]]></summary>
    </entry>
    <entry>
        <title type="html"><![CDATA[Semi-Automated Verification of Interior Unsafe Code Encapsulation in Real-World Rust Systems]]></title>
        <id>urn:awesome-rust-papers:unsafe-encapsulation</id>
        <link href="https://evian-zhang.github.io/awesome-rust-papers/?q=Semi-Automated%20Verification%20of%20Interior%20Unsafe%20Code%20Encapsulation%20in%20Real-World%20Rust%20Systems"/>
        <updated>2026-08-30T12:49:41.000Z</updated>
        <summary type="html"><![CDATA[ASE 2024 · security · encapsulation, unsafe]]></summary>
    </entry>
    <entry>
        <title type="html"><![CDATA[Session Types for Rust]]></title>
        <id>urn:awesome-rust-papers:session-types</id>
        <link href="https://evian-zhang.github.io/awesome-rust-papers/?q=Session%20Types%20for%20Rust"/>
        <updated>2026-08-30T12:49:41.000Z</updated>
        <summary type="html"><![CDATA[WGP@ICFP 2015 · product, session type]]></summary>
    </entry>
    <entry>
        <title type="html"><![CDATA[Sound Borrow-Checking for Rust via Symbolic Semantics]]></title>
        <id>urn:awesome-rust-papers:sound-borrow-checking-rust</id>
        <link href="https://evian-zhang.github.io/awesome-rust-papers/?q=Sound%20Borrow-Checking%20for%20Rust%20via%20Symbolic%20Semantics"/>
        <updated>2026-08-30T12:49:41.000Z</updated>
        <summary type="html"><![CDATA[ICFP 2024 · formalization · borrow checker]]></summary>
    </entry>
    <entry>
        <title type="html"><![CDATA[Specifying and Verifying Higher-Order Rust Iterators]]></title>
        <id>urn:awesome-rust-papers:iterator-verify</id>
        <link href="https://evian-zhang.github.io/awesome-rust-papers/?q=Specifying%20and%20Verifying%20Higher-Order%20Rust%20Iterators"/>
        <updated>2026-08-30T12:49:41.000Z</updated>
        <summary type="html"><![CDATA[TACAS 2023 · verification · Creusot, iterator]]></summary>
    </entry>
    <entry>
        <title type="html"><![CDATA[SquirrelFS: Using the Rust Compiler to Check File-System Crash Consistency]]></title>
        <id>urn:awesome-rust-papers:squirrelfs</id>
        <link href="https://evian-zhang.github.io/awesome-rust-papers/?q=SquirrelFS%3A%20Using%20the%20Rust%20Compiler%20to%20Check%20File-System%20Crash%20Consistency"/>
        <updated>2026-08-30T12:49:41.000Z</updated>
        <summary type="html"><![CDATA[OSDI 2024 · product · type system]]></summary>
    </entry>
    <entry>
        <title type="html"><![CDATA[Stack Filtering: Elevating Precision and Efficiency in Rust Pointer Analysis]]></title>
        <id>urn:awesome-rust-papers:stack-filtering</id>
        <link href="https://evian-zhang.github.io/awesome-rust-papers/?q=Stack%20Filtering%3A%20Elevating%20Precision%20and%20Efficiency%20in%20Rust%20Pointer%20Analysis"/>
        <updated>2026-08-30T12:49:41.000Z</updated>
        <summary type="html"><![CDATA[CGO 2025 · program analysis · pointer analysis, lifetime]]></summary>
    </entry>
    <entry>
        <title type="html"><![CDATA[Stacked Borrows: An Aliasing Model for Rust]]></title>
        <id>urn:awesome-rust-papers:stacked-borrows</id>
        <link href="https://evian-zhang.github.io/awesome-rust-papers/?q=Stacked%20Borrows%3A%20An%20Aliasing%20Model%20for%20Rust"/>
        <updated>2026-08-30T12:49:41.000Z</updated>
        <summary type="html"><![CDATA[POPL 2020 · formalization · soundness, undefined behavior]]></summary>
    </entry>
    <entry>
        <title type="html"><![CDATA[Stay Safe Under Panic: Affine Rust Programming with Multiparty Session Types]]></title>
        <id>urn:awesome-rust-papers:multicrusty</id>
        <link href="https://evian-zhang.github.io/awesome-rust-papers/?q=Stay%20Safe%20Under%20Panic%3A%20Affine%20Rust%20Programming%20with%20Multiparty%20Session%20Types"/>
        <updated>2026-08-30T12:49:41.000Z</updated>
        <summary type="html"><![CDATA[ECOOP 2022 · product, session type · panic, multiparty session type]]></summary>
    </entry>
    <entry>
        <title type="html"><![CDATA[Surveying the Rust Verification Landscape]]></title>
        <id>urn:awesome-rust-papers:verification-landscape-survey</id>
        <link href="https://evian-zhang.github.io/awesome-rust-papers/?q=Surveying%20the%20Rust%20Verification%20Landscape"/>
        <updated>2026-08-30T12:49:41.000Z</updated>
        <summary type="html"><![CDATA[HATRA@SPLASH 2024 · verification · unsafe, survey]]></summary>
    </entry>
    <entry>
        <title type="html"><![CDATA[SyRust: Automatic Testing of Rust Libraries with Semantic-Aware Program Synthesis]]></title>
        <id>urn:awesome-rust-papers:syrust</id>
        <link href="https://evian-zhang.github.io/awesome-rust-papers/?q=SyRust%3A%20Automatic%20Testing%20of%20Rust%20Libraries%20with%20Semantic-Aware%20Program%20Synthesis"/>
        <updated>2026-08-30T12:49:41.000Z</updated>
        <summary type="html"><![CDATA[PLDI 2021 · program analysis · harness, unit test, ownership, generic]]></summary>
    </entry>
    <entry>
        <title type="html"><![CDATA[SymRustC: A Hybrid Fuzzer for Rust]]></title>
        <id>urn:awesome-rust-papers:symrustc</id>
        <link href="https://evian-zhang.github.io/awesome-rust-papers/?q=SymRustC%3A%20A%20Hybrid%20Fuzzer%20for%20Rust"/>
        <updated>2026-08-30T12:49:41.000Z</updated>
        <summary type="html"><![CDATA[ISSTA 2023 · security, fuzzing · concolic execution, LLVM IR]]></summary>
    </entry>
    <entry>
        <title type="html"><![CDATA[System Programming in Rust: Beyond Safety]]></title>
        <id>urn:awesome-rust-papers:system-programming-rust</id>
        <link href="https://evian-zhang.github.io/awesome-rust-papers/?q=System%20Programming%20in%20Rust%3A%20Beyond%20Safety"/>
        <updated>2026-08-30T12:49:41.000Z</updated>
        <summary type="html"><![CDATA[HotOS 2017 · language · linear type, information flow analysis, fault isolation]]></summary>
    </entry>
    <entry>
        <title type="html"><![CDATA[Syzygy: Dual Code-Test C to (safe) Rust Translation using LLMs and Dynamic Analysis]]></title>
        <id>urn:awesome-rust-papers:syzygy</id>
        <link href="https://evian-zhang.github.io/awesome-rust-papers/?q=Syzygy%3A%20Dual%20Code-Test%20C%20to%20(safe)%20Rust%20Translation%20using%20LLMs%20and%20Dynamic%20Analysis"/>
        <updated>2026-08-30T12:49:41.000Z</updated>
        <summary type="html"><![CDATA[arXiv 2024 · c2rust · LLM, dynamic analysis, I/O, program slicing]]></summary>
    </entry>
    <entry>
        <title type="html"><![CDATA[TRust: A Compilation Framework for In-process Isolation to Protect Safe Rust against Untrusted Code]]></title>
        <id>urn:awesome-rust-papers:trust</id>
        <link href="https://evian-zhang.github.io/awesome-rust-papers/?q=TRust%3A%20A%20Compilation%20Framework%20for%20In-process%20Isolation%20to%20Protect%20Safe%20Rust%20against%20Untrusted%20Code"/>
        <updated>2026-08-30T12:49:41.000Z</updated>
        <summary type="html"><![CDATA[USENIX Security 2023 · security, isolation · hardware, MPK, FFI, LLVM IR]]></summary>
    </entry>
    <entry>
        <title type="html"><![CDATA[TYPEPULSE: Detecting Type Confusion Bugs in Rust Programs]]></title>
        <id>urn:awesome-rust-papers:typepulse</id>
        <link href="https://evian-zhang.github.io/awesome-rust-papers/?q=TYPEPULSE%3A%20Detecting%20Type%20Confusion%20Bugs%20in%20Rust%20Programs"/>
        <updated>2026-08-30T12:49:41.000Z</updated>
        <summary type="html"><![CDATA[USENIX Security 2025 · security · type confusion, static analysis, pointer analysis, MIR]]></summary>
    </entry>
    <entry>
        <title type="html"><![CDATA[The Prusti Project: Formal Verification for Rust]]></title>
        <id>urn:awesome-rust-papers:prusti-project</id>
        <link href="https://evian-zhang.github.io/awesome-rust-papers/?q=The%20Prusti%20Project%3A%20Formal%20Verification%20for%20Rust"/>
        <updated>2026-08-30T12:49:41.000Z</updated>
        <summary type="html"><![CDATA[NFM 2022 · verification · Prusti]]></summary>
    </entry>
    <entry>
        <title type="html"><![CDATA[The Rust Language]]></title>
        <id>urn:awesome-rust-papers:rust-language</id>
        <link href="https://evian-zhang.github.io/awesome-rust-papers/?q=The%20Rust%20Language"/>
        <updated>2026-08-30T12:49:41.000Z</updated>
        <summary type="html"><![CDATA[HILT (ACM SIGAda) 2014 · language]]></summary>
    </entry>
    <entry>
        <title type="html"><![CDATA[Theseus: An Experiment in Operating System Structure and State Management]]></title>
        <id>urn:awesome-rust-papers:theseus</id>
        <link href="https://evian-zhang.github.io/awesome-rust-papers/?q=Theseus%3A%20An%20Experiment%20in%20Operating%20System%20Structure%20and%20State%20Management"/>
        <updated>2026-08-30T12:49:41.000Z</updated>
        <summary type="html"><![CDATA[OSDI 2020 · product, operating system]]></summary>
    </entry>
    <entry>
        <title type="html"><![CDATA[Thrust: A Prophecy-Based Refinement Type System for Rust]]></title>
        <id>urn:awesome-rust-papers:thrust</id>
        <link href="https://evian-zhang.github.io/awesome-rust-papers/?q=Thrust%3A%20A%20Prophecy-Based%20Refinement%20Type%20System%20for%20Rust"/>
        <updated>2026-08-30T12:49:41.000Z</updated>
        <summary type="html"><![CDATA[PLDI 2025 · verification · refinement type system, correctness, invariant, constrained Horn clause, formalization]]></summary>
    </entry>
    <entry>
        <title type="html"><![CDATA[TickTock: Verified Isolation in a Production Embedded OS]]></title>
        <id>urn:awesome-rust-papers:ticktock</id>
        <link href="https://evian-zhang.github.io/awesome-rust-papers/?q=TickTock%3A%20Verified%20Isolation%20in%20a%20Production%20Embedded%20OS"/>
        <updated>2026-08-30T12:49:41.000Z</updated>
        <summary type="html"><![CDATA[SOSP 2025 · verification · Tock, operating system, isolation]]></summary>
    </entry>
    <entry>
        <title type="html"><![CDATA[To Tag, or Not to Tag: Translating C's Unions to Rust's Tagged Unions]]></title>
        <id>urn:awesome-rust-papers:urcrat</id>
        <link href="https://evian-zhang.github.io/awesome-rust-papers/?q=To%20Tag%2C%20or%20Not%20to%20Tag%3A%20Translating%20C%27s%20Unions%20to%20Rust%27s%20Tagged%20Unions"/>
        <updated>2026-08-30T12:49:41.000Z</updated>
        <summary type="html"><![CDATA[ASE 2024 · c2rust · tagged union, pointer analysis, MIR]]></summary>
    </entry>
    <entry>
        <title type="html"><![CDATA[Tock: From Research To Securing 10 Million Computers]]></title>
        <id>urn:awesome-rust-papers:tock-2025</id>
        <link href="https://evian-zhang.github.io/awesome-rust-papers/?q=Tock%3A%20From%20Research%20To%20Securing%2010%20Million%20Computers"/>
        <updated>2026-08-30T12:49:41.000Z</updated>
        <summary type="html"><![CDATA[SOSP 2025 · product · ecosystem]]></summary>
    </entry>
    <entry>
        <title type="html"><![CDATA[Towards Memory Safe Enclave Programming with Rust-SGX]]></title>
        <id>urn:awesome-rust-papers:rust-sgx</id>
        <link href="https://evian-zhang.github.io/awesome-rust-papers/?q=Towards%20Memory%20Safe%20Enclave%20Programming%20with%20Rust-SGX"/>
        <updated>2026-08-30T12:49:41.000Z</updated>
        <summary type="html"><![CDATA[CCS 2019 · product · Intel SGX, hardware, formalization, FFI, security]]></summary>
    </entry>
    <entry>
        <title type="html"><![CDATA[Towards Repository-Level Program Verification with Large Language Models]]></title>
        <id>urn:awesome-rust-papers:ragverus</id>
        <link href="https://evian-zhang.github.io/awesome-rust-papers/?q=Towards%20Repository-Level%20Program%20Verification%20with%20Large%20Language%20Models"/>
        <updated>2026-08-30T12:49:41.000Z</updated>
        <summary type="html"><![CDATA[LMPL 2025 · verification, proof generation · LLM, RAG, Verus]]></summary>
    </entry>
    <entry>
        <title type="html"><![CDATA[Towards Translating Real-World Code with LLMs: A Study of Translating to Rust]]></title>
        <id>urn:awesome-rust-papers:flourine</id>
        <link href="https://evian-zhang.github.io/awesome-rust-papers/?q=Towards%20Translating%20Real-World%20Code%20with%20LLMs%3A%20A%20Study%20of%20Translating%20to%20Rust"/>
        <updated>2026-08-30T12:49:41.000Z</updated>
        <summary type="html"><![CDATA[arXiv 2024 · c2rust · LLM, differential testing, I/O]]></summary>
    </entry>
    <entry>
        <title type="html"><![CDATA[Towards Understanding the Runtime Performance of Rust]]></title>
        <id>urn:awesome-rust-papers:runtime-performance</id>
        <link href="https://evian-zhang.github.io/awesome-rust-papers/?q=Towards%20Understanding%20the%20Runtime%20Performance%20of%20Rust"/>
        <updated>2026-08-30T12:49:41.000Z</updated>
        <summary type="html"><![CDATA[ASE 2022 · language · performance, benchmark]]></summary>
    </entry>
    <entry>
        <title type="html"><![CDATA[Towards making formal methods normal: meeting developers where they are]]></title>
        <id>urn:awesome-rust-papers:rvt</id>
        <link href="https://evian-zhang.github.io/awesome-rust-papers/?q=Towards%20making%20formal%20methods%20normal%3A%20meeting%20developers%20where%20they%20are"/>
        <updated>2026-08-30T12:49:41.000Z</updated>
        <summary type="html"><![CDATA[HATRA@SPLASH 2020 · verification · symbolic execution]]></summary>
    </entry>
    <entry>
        <title type="html"><![CDATA[Translating C To Rust: Lessons from a User Study]]></title>
        <id>urn:awesome-rust-papers:c-to-rust-user-study</id>
        <link href="https://evian-zhang.github.io/awesome-rust-papers/?q=Translating%20C%20To%20Rust%3A%20Lessons%20from%20a%20User%20Study"/>
        <updated>2026-08-30T12:49:41.000Z</updated>
        <summary type="html"><![CDATA[NDSS 2025 · c2rust · empirical study, safety]]></summary>
    </entry>
    <entry>
        <title type="html"><![CDATA[Translating C to Safer Rust]]></title>
        <id>urn:awesome-rust-papers:translating-c-safer-rust</id>
        <link href="https://evian-zhang.github.io/awesome-rust-papers/?q=Translating%20C%20to%20Safer%20Rust"/>
        <updated>2026-08-30T12:49:41.000Z</updated>
        <summary type="html"><![CDATA[OOPSLA 2021 · c2rust · safety, empirical study]]></summary>
    </entry>
    <entry>
        <title type="html"><![CDATA[Tree Borrows]]></title>
        <id>urn:awesome-rust-papers:tree-borrows</id>
        <link href="https://evian-zhang.github.io/awesome-rust-papers/?q=Tree%20Borrows"/>
        <updated>2026-08-30T12:49:41.000Z</updated>
        <summary type="html"><![CDATA[PLDI 2025 · formalization · soundness, undefined behavior]]></summary>
    </entry>
    <entry>
        <title type="html"><![CDATA[Trusting Code in the Wild: Exploring Contributor Reputation Measures to Review Dependencies in the Rust Ecosystem]]></title>
        <id>urn:awesome-rust-papers:trusting-code-in-the-wild</id>
        <link href="https://evian-zhang.github.io/awesome-rust-papers/?q=Trusting%20Code%20in%20the%20Wild%3A%20Exploring%20Contributor%20Reputation%20Measures%20to%20Review%20Dependencies%20in%20the%20Rust%20Ecosystem"/>
        <updated>2026-08-30T12:49:41.000Z</updated>
        <summary type="html"><![CDATA[IEEE TSE 2025 · ecosystem · empirical study, code review, dependency]]></summary>
    </entry>
    <entry>
        <title type="html"><![CDATA[Two Birds One Stone: Effective Static Detection of Resource and Communication Deadlocks in Rust Programs]]></title>
        <id>urn:awesome-rust-papers:rcchecker</id>
        <link href="https://evian-zhang.github.io/awesome-rust-papers/?q=Two%20Birds%20One%20Stone%3A%20Effective%20Static%20Detection%20of%20Resource%20and%20Communication%20Deadlocks%20in%20Rust%20Programs"/>
        <updated>2026-08-30T12:49:41.000Z</updated>
        <summary type="html"><![CDATA[Automated Software Engineering 2026 · security, concurrency · deadlock]]></summary>
    </entry>
    <entry>
        <title type="html"><![CDATA[Type-Migrating C-to-Rust Translation Using a Large Language Model]]></title>
        <id>urn:awesome-rust-papers:tymcrat</id>
        <link href="https://evian-zhang.github.io/awesome-rust-papers/?q=Type-Migrating%20C-to-Rust%20Translation%20Using%20a%20Large%20Language%20Model"/>
        <updated>2026-08-30T12:49:41.000Z</updated>
        <summary type="html"><![CDATA[Empirical Software Engineering 2025 · c2rust · LLM, type]]></summary>
    </entry>
    <entry>
        <title type="html"><![CDATA[Understanding Atomics and Memory Ordering Issues in Real-World Rust Software]]></title>
        <id>urn:awesome-rust-papers:atomvchecker</id>
        <link href="https://evian-zhang.github.io/awesome-rust-papers/?q=Understanding%20Atomics%20and%20Memory%20Ordering%20Issues%20in%20Real-World%20Rust%20Software"/>
        <updated>2026-08-30T12:49:41.000Z</updated>
        <summary type="html"><![CDATA[ISSRE 2024 · security, concurrency · static analysis, empirical study, atomic, memory ordering]]></summary>
    </entry>
    <entry>
        <title type="html"><![CDATA[Understanding Memory and Thread Safety Practices and Issues in Real-World Rust Programs]]></title>
        <id>urn:awesome-rust-papers:memory-thread-safety</id>
        <link href="https://evian-zhang.github.io/awesome-rust-papers/?q=Understanding%20Memory%20and%20Thread%20Safety%20Practices%20and%20Issues%20in%20Real-World%20Rust%20Programs"/>
        <updated>2026-08-30T12:49:41.000Z</updated>
        <summary type="html"><![CDATA[PLDI 2020 · ecosystem · memory safety, concurrency, empirical study, unsafe]]></summary>
    </entry>
    <entry>
        <title type="html"><![CDATA[Understanding and Detecting Real-World Safety Issues in Rust]]></title>
        <id>urn:awesome-rust-papers:lockbud</id>
        <link href="https://evian-zhang.github.io/awesome-rust-papers/?q=Understanding%20and%20Detecting%20Real-World%20Safety%20Issues%20in%20Rust"/>
        <updated>2026-08-30T12:49:41.000Z</updated>
        <summary type="html"><![CDATA[IEEE TSE 2024 · ecosystem · empirical study, memory safety, concurrency, panic, MIR, deadlock]]></summary>
    </entry>
    <entry>
        <title type="html"><![CDATA[Unleashing the Efficiency of Rust: An Empirical Study of Performance Bugs in Rust Projects]]></title>
        <id>urn:awesome-rust-papers:rust-performance-study</id>
        <link href="https://evian-zhang.github.io/awesome-rust-papers/?q=Unleashing%20the%20Efficiency%20of%20Rust%3A%20An%20Empirical%20Study%20of%20Performance%20Bugs%20in%20Rust%20Projects"/>
        <updated>2026-08-30T12:49:41.000Z</updated>
        <summary type="html"><![CDATA[ISSRE 2025 · ecosystem · empirical study, performance]]></summary>
    </entry>
    <entry>
        <title type="html"><![CDATA[Unleashing the Power of Clippy in Real-World Rust Projects]]></title>
        <id>urn:awesome-rust-papers:unleashing-power-clippy</id>
        <link href="https://evian-zhang.github.io/awesome-rust-papers/?q=Unleashing%20the%20Power%20of%20Clippy%20in%20Real-World%20Rust%20Projects"/>
        <updated>2026-08-30T12:49:41.000Z</updated>
        <summary type="html"><![CDATA[ICSE Companion 2024 · ecosystem · empirical study, diagnose, clippy]]></summary>
    </entry>
    <entry>
        <title type="html"><![CDATA[UnsafeCop: Towards Memory Safety for Real-World Unsafe Rust Code with Practical Bounded Model Checking]]></title>
        <id>urn:awesome-rust-papers:unsafecop</id>
        <link href="https://evian-zhang.github.io/awesome-rust-papers/?q=UnsafeCop%3A%20Towards%20Memory%20Safety%20for%20Real-World%20Unsafe%20Rust%20Code%20with%20Practical%20Bounded%20Model%20Checking"/>
        <updated>2026-08-30T12:49:41.000Z</updated>
        <summary type="html"><![CDATA[FM 2024 · verification · memory safety, model checker, bounded model checking, unsafe, MIR]]></summary>
    </entry>
    <entry>
        <title type="html"><![CDATA[Using Ghost Ownership to Verify Union-Find and Persistent Arrays in Rust]]></title>
        <id>urn:awesome-rust-papers:ghost-ownership</id>
        <link href="https://evian-zhang.github.io/awesome-rust-papers/?q=Using%20Ghost%20Ownership%20to%20Verify%20Union-Find%20and%20Persistent%20Arrays%20in%20Rust"/>
        <updated>2026-08-30T12:49:41.000Z</updated>
        <summary type="html"><![CDATA[CPP 2026 · verification · ghost, interior mutability, Verus]]></summary>
    </entry>
    <entry>
        <title type="html"><![CDATA[VERT: Polyglot Verified Equivalent Rust Transpilation with Large Language Models]]></title>
        <id>urn:awesome-rust-papers:vert</id>
        <link href="https://evian-zhang.github.io/awesome-rust-papers/?q=VERT%3A%20Polyglot%20Verified%20Equivalent%20Rust%20Transpilation%20with%20Large%20Language%20Models"/>
        <updated>2026-08-30T12:49:41.000Z</updated>
        <summary type="html"><![CDATA[ASE 2025 · c2rust · LLM, model training, fine tune, formalization, Web Assembly, model checker]]></summary>
    </entry>
    <entry>
        <title type="html"><![CDATA[VRLifeTime - An IDE Tool to Avoid Concurrency and Memory Bugs in Rust]]></title>
        <id>urn:awesome-rust-papers:vrlifetime</id>
        <link href="https://evian-zhang.github.io/awesome-rust-papers/?q=VRLifeTime%20-%20An%20IDE%20Tool%20to%20Avoid%20Concurrency%20and%20Memory%20Bugs%20in%20Rust"/>
        <updated>2026-08-30T12:49:41.000Z</updated>
        <summary type="html"><![CDATA[CCS 2020 · language · learning, lifetime, concurrency]]></summary>
    </entry>
    <entry>
        <title type="html"><![CDATA[Verifying Dynamic Trait Objects in Rust]]></title>
        <id>urn:awesome-rust-papers:trait-objects</id>
        <link href="https://evian-zhang.github.io/awesome-rust-papers/?q=Verifying%20Dynamic%20Trait%20Objects%20in%20Rust"/>
        <updated>2026-08-30T12:49:41.000Z</updated>
        <summary type="html"><![CDATA[ICSE-SEIP 2022 · verification · trait, trait object, MIR]]></summary>
    </entry>
    <entry>
        <title type="html"><![CDATA[Verifying Rust Programs with SMACK]]></title>
        <id>urn:awesome-rust-papers:smack</id>
        <link href="https://evian-zhang.github.io/awesome-rust-papers/?q=Verifying%20Rust%20Programs%20with%20SMACK"/>
        <updated>2026-08-30T12:49:41.000Z</updated>
        <summary type="html"><![CDATA[ATVA 2018 · verification · LLVM IR]]></summary>
    </entry>
    <entry>
        <title type="html"><![CDATA[Verifying the Rust Standard Library]]></title>
        <id>urn:awesome-rust-papers:verify-rust-std</id>
        <link href="https://evian-zhang.github.io/awesome-rust-papers/?q=Verifying%20the%20Rust%20Standard%20Library"/>
        <updated>2026-08-30T12:49:41.000Z</updated>
        <summary type="html"><![CDATA[NFM 2026 · verification]]></summary>
    </entry>
    <entry>
        <title type="html"><![CDATA[Verus: A Practical Foundation for Systems Verification]]></title>
        <id>urn:awesome-rust-papers:verus-practical-foundation</id>
        <link href="https://evian-zhang.github.io/awesome-rust-papers/?q=Verus%3A%20A%20Practical%20Foundation%20for%20Systems%20Verification"/>
        <updated>2026-08-30T12:49:41.000Z</updated>
        <summary type="html"><![CDATA[SOSP 2024 · verification]]></summary>
    </entry>
    <entry>
        <title type="html"><![CDATA[Verus: Verifying Rust Programs Using Linear Ghost Types]]></title>
        <id>urn:awesome-rust-papers:verus</id>
        <link href="https://evian-zhang.github.io/awesome-rust-papers/?q=Verus%3A%20Verifying%20Rust%20Programs%20Using%20Linear%20Ghost%20Types"/>
        <updated>2026-08-30T12:49:41.000Z</updated>
        <summary type="html"><![CDATA[OOPSLA 2023 · verification · linear ghost type, SMT, lambda calculus, pointer, interior mutability, concurrency, formalization]]></summary>
    </entry>
    <entry>
        <title type="html"><![CDATA[VerusBelt: A Semantic Foundation for Verus's Proof-Oriented Extensions to the Rust Type System]]></title>
        <id>urn:awesome-rust-papers:verusbelt</id>
        <link href="https://evian-zhang.github.io/awesome-rust-papers/?q=VerusBelt%3A%20A%20Semantic%20Foundation%20for%20Verus%27s%20Proof-Oriented%20Extensions%20to%20the%20Rust%20Type%20System"/>
        <updated>2026-08-30T12:49:41.000Z</updated>
        <summary type="html"><![CDATA[PLDI 2026 · verification · type system, soundness, lifetime, concurrency, Verus]]></summary>
    </entry>
    <entry>
        <title type="html"><![CDATA[Vest: Verified, Secure, High-Performance Parsing and Serialization for Rust]]></title>
        <id>urn:awesome-rust-papers:vest</id>
        <link href="https://evian-zhang.github.io/awesome-rust-papers/?q=Vest%3A%20Verified%2C%20Secure%2C%20High-Performance%20Parsing%20and%20Serialization%20for%20Rust"/>
        <updated>2026-08-30T12:49:41.000Z</updated>
        <summary type="html"><![CDATA[USENIX Security 2025 · product · verification, performance, serialization, parsing]]></summary>
    </entry>
    <entry>
        <title type="html"><![CDATA[When Is Parallelism Fearless and Zero-Cost with Rust?]]></title>
        <id>urn:awesome-rust-papers:fearless-parallelism</id>
        <link href="https://evian-zhang.github.io/awesome-rust-papers/?q=When%20Is%20Parallelism%20Fearless%20and%20Zero-Cost%20with%20Rust%3F"/>
        <updated>2026-08-30T12:49:41.000Z</updated>
        <summary type="html"><![CDATA[SPAA 2024 · security, concurrency · empirical study, parallelism]]></summary>
    </entry>
    <entry>
        <title type="html"><![CDATA[Yuga: Automatically Detecting Lifetime Annotation Bugs in the Rust Language]]></title>
        <id>urn:awesome-rust-papers:yuga</id>
        <link href="https://evian-zhang.github.io/awesome-rust-papers/?q=Yuga%3A%20Automatically%20Detecting%20Lifetime%20Annotation%20Bugs%20in%20the%20Rust%20Language"/>
        <updated>2026-08-30T12:49:41.000Z</updated>
        <summary type="html"><![CDATA[IEEE TSE 2024 · security · lifetime, pointer analysis, HIR, MIR]]></summary>
    </entry>
    <entry>
        <title type="html"><![CDATA[deepSURF: Detecting Memory Safety Vulnerabilities in Rust Through Fuzzing LLM-Augmented Harnesses]]></title>
        <id>urn:awesome-rust-papers:deepsurf</id>
        <link href="https://evian-zhang.github.io/awesome-rust-papers/?q=deepSURF%3A%20Detecting%20Memory%20Safety%20Vulnerabilities%20in%20Rust%20Through%20Fuzzing%20LLM-Augmented%20Harnesses"/>
        <updated>2026-08-30T12:49:41.000Z</updated>
        <summary type="html"><![CDATA[IEEE S&P 2026 · security, fuzzing · harness, LLM]]></summary>
    </entry>
    <entry>
        <title type="html"><![CDATA[hax: Verifying Security-Critical Rust Software Using Multiple Provers]]></title>
        <id>urn:awesome-rust-papers:hax</id>
        <link href="https://evian-zhang.github.io/awesome-rust-papers/?q=hax%3A%20Verifying%20Security-Critical%20Rust%20Software%20Using%20Multiple%20Provers"/>
        <updated>2026-08-30T12:49:41.000Z</updated>
        <summary type="html"><![CDATA[VSTTE 2024 · verification · cryptography, cryptographic protocol implementation]]></summary>
    </entry>
    <entry>
        <title type="html"><![CDATA[rCanary: Detecting Memory Leaks Across Semi-Automated Memory Management Boundary in Rust]]></title>
        <id>urn:awesome-rust-papers:rcanary</id>
        <link href="https://evian-zhang.github.io/awesome-rust-papers/?q=rCanary%3A%20Detecting%20Memory%20Leaks%20Across%20Semi-Automated%20Memory%20Management%20Boundary%20in%20Rust"/>
        <updated>2026-08-30T12:49:41.000Z</updated>
        <summary type="html"><![CDATA[IEEE TSE 2024 · security · model checker, memory leak, SMT, MIR]]></summary>
    </entry>
</feed>