pith. sign in

In rust we trust - A transpiler from unsafe C to safer rust

4 Pith papers cite this work. Polarity classification is still indexing.

4 Pith papers citing it

citation-role summary

background 1

citation-polarity summary

fields

cs.SE 3 cs.PL 1

years

2026 3 2025 1

roles

background 1

polarities

background 1

representative citing papers

Robust Mutation Analysis of Quantum Programs Under Noise

cs.SE · 2026-05-13 · conditional · novelty 6.0

Noise from quantum hardware simulators significantly alters mutant detection distances, making equivalent mutants harder to separate from faults, with output-distribution metrics reaching 73.03% accuracy and 74.89% F1-score under device-specific thresholds.

Project-Level C-to-Rust Translation via Pointer Knowledge Graphs

cs.SE · 2025-10-13 · unverdicted · novelty 6.0

PtrTrans builds a Pointer Knowledge Graph with points-to flows, struct abstractions, and Rust annotations to guide LLMs toward project-level C-to-Rust translations that cut unsafe code by 99.9% and raise functional correctness by 29.3%.

citing papers explorer

Showing 4 of 4 citing papers.

  • &inator: Correct, Precise C-to-Rust Interface Translation cs.PL · 2026-04-19 · unverdicted · none · ref 16

    &inator is the first system to produce correct and precise Rust interfaces from C declarations via a constraint-based model of semantic equivalence and borrow checking.

  • Robust Mutation Analysis of Quantum Programs Under Noise cs.SE · 2026-05-13 · conditional · none · ref 23

    Noise from quantum hardware simulators significantly alters mutant detection distances, making equivalent mutants harder to separate from faults, with output-distribution metrics reaching 73.03% accuracy and 74.89% F1-score under device-specific thresholds.

  • Project-Level C-to-Rust Translation via Pointer Knowledge Graphs cs.SE · 2025-10-13 · unverdicted · none · ref 39

    PtrTrans builds a Pointer Knowledge Graph with points-to flows, struct abstractions, and Rust annotations to guide LLMs toward project-level C-to-Rust translations that cut unsafe code by 99.9% and raise functional correctness by 29.3%.

  • LLM4C2Rust: Large Language Models for Automated Memory-Safe Code Transpilation cs.SE · 2026-04-16 · unverdicted · none · ref 25

    A RAG-enhanced LLM pipeline with segmentation improves C-to-Rust transpilation correctness and eliminates raw pointer dereferences and unsafe type casts in several Coreutils programs.