add OOPSLA paper
[web.git] / research / publications.html
1 ---
2 title: Publications
3 slug: Publications
4 ---
5
6 <h2>Conference and journal papers</h2>
7
8 <h3>2024</h3>
9
10 <ul><li>
11   <b>Rustlantis: Randomized Differential Testing of the Rust Compiler</b><br/>
12   Qian Wang, Ralf Jung<br>
13   <i>In <a href="https://2024.splashcon.org/">OOPSLA 2024</a></i><br>
14   [<a href="papers/2024-oopsla-rustlantis.pdf">paper</a>] [<a href="https://github.com/cbeuw/rustlantis">project website</a>]
15 </li></ul>
16
17 <ul><li>
18   <b>RefinedRust: A Type System for High-Assurance Verification of Rust Programs</b><br/>
19   Lennard Gäher, Michael Sammler, Ralf Jung, Robbert Krebbers, Derek Dreyer<br>
20   <i>In <a href="https://pldi24.sigplan.org/">PLDI 2024</a></i><br>
21   [<a href="https://iris-project.org/pdfs/2024-pldi-refinedrust.pdf">paper</a>] [<a href="https://plv.mpi-sws.org/refinedrust/">paper website</a>]
22 </li></ul>
23
24 <h3>2023</h3>
25
26 <ul><li>
27   <b>Grove: a Separation-Logic Library for Verifying Distributed Systems</b><br/>
28   Upamanyu Sharma, Ralf Jung, Joseph Tassarotti, M. Frans Kaashoek, Nickolai Zeldovich <br>
29   <i>In <a href="https://sosp2023.mpi-sws.org/index.html">SOSP 2023</a></i><br>
30   [<a href="https://iris-project.org/pdfs/2023-sosp-grove.pdf">paper</a>] [<a href="https://arxiv.org/abs/2309.03046">extended version</a>]
31 </li></ul>
32
33 <ul><li>
34   <b>Verifying vMVCC, a high-performance transaction library using multi-version concurrency control</b><br/>
35   Yun-Sheng Chang, Ralf Jung, Upamanyu Sharma, Joseph Tassarotti, M. Frans Kaashoek, Nickolai Zeldovich <br>
36   <i>In <a href="https://www.usenix.org/conference/osdi23">OSDI 2023</a></i><br>
37   [<a href="https://pdos.csail.mit.edu/papers/vmvcc:osdi23.pdf">paper</a>] [<a href="https://pdos.csail.mit.edu/projects/vmvcc.html#vmvcc">paper website</a>]
38 </li></ul>
39
40 <h3>2022</h3>
41
42 <ul><li>
43   <b>Later Credits: Resourceful Reasoning for the Later Modality</b><br/>
44   Simon Spies, Lennard Gäher, Joseph Tassarotti, Ralf Jung, Robbert Krebbers, Lars Birkedal, Derek Dreyer <br>
45   <i>In <a href="https://icfp22.sigplan.org/">ICFP 2022</a></i><br>
46   [<a href="https://plv.mpi-sws.org/later-credits/paper-later-credits.pdf">paper</a>] [<a href="https://plv.mpi-sws.org/later-credits/">paper website</a>]
47 </li></ul>
48
49 <ul><li>
50   <b>Simuliris: A separation logic framework for verifying concurrent program optimizations</b><br/>
51   Lennard Gäher, Michael Sammler, Simon Spies, Ralf Jung, Hoang-Hai Dang, Robbert Krebbers, Jeehoon Kang, Derek Dreyer<br>
52   <i>In <a href="https://popl22.sigplan.org/">POPL 2022</a>, <b>Distinguished Paper Award</b></i><br>
53   [<a href="https://iris-project.org/pdfs/2022-popl-simuliris.pdf">paper</a>]
54 </li></ul>
55
56 <h3>2021</h3>
57
58 <ul><li>
59   <b>GhostCell: Separating Permissions from Data in Rust</b><br/>
60   Joshua Yanovski, Hoang-Hai Dang, Ralf Jung, Derek Dreyer<br>
61   <i>In <a href="https://icfp21.sigplan.org/">ICFP 2021</a></i><br>
62   [<a href="https://plv.mpi-sws.org/rustbelt/ghostcell/paper.pdf">paper</a>] [<a href="https://plv.mpi-sws.org/rustbelt/ghostcell/">paper website</a>]
63 </li></ul>
64
65 <ul><li>
66   <b>GoJournal: a verified, concurrent, crash-safe journaling system</b><br/>
67   Tej Chajed, Joseph Tassarotti, Mark Theng, Ralf Jung, M. Frans Kaashoek, Nickolai Zeldovich<br>
68   <i>In <a href="https://www.usenix.org/conference/osdi21">OSDI 2021</a></i><br>
69   [<a href="perennial/gojournal.pdf">paper</a>]
70 </li></ul>
71
72 <ul><li>
73   <b>Safe Systems Programming in Rust: The Promise and the Challenge</b><br/>
74   Ralf Jung, Jacques-Henri Jourdan, Robbert Krebbers, Derek Dreyer<br>
75   <i>In Communications of the ACM (CACM)</i><br>
76   [<a href="https://cacm.acm.org/magazines/2021/4/251364-safe-systems-programming-in-rust/fulltext">article</a>]
77   [<a href="https://iris-project.org/pdfs/2021-rustbelt-cacm-final.pdf">pdf</a>]
78   [<a href="https://vimeo.com/514402648">video</a>]
79 </li></ul>
80
81 <h3>2020</h3>
82
83 <ul><li>
84   <b>The Future is Ours: Prophecy Variables in Separation Logic</b><br/>
85   Ralf Jung, Rodolphe Lepigre, Gaurav Parthasarathy, Marianna Rapoport, Amin Timany, Derek Dreyer, Bart Jacobs<br>
86   <i>In <a href="https://popl20.sigplan.org/">POPL 2020</a></i><br>
87   [<a href="https://plv.mpi-sws.org/prophecies/paper.pdf">paper</a>] [<a href="https://plv.mpi-sws.org/prophecies/">paper website</a>]
88 </li></ul>
89
90 <ul><li>
91   <b>Stacked Borrows: An Aliasing Model for Rust</b><br/>
92   Ralf Jung, Hoang-Hai Dang, Jeehoon Kang, Derek Dreyer<br>
93   <i>In <a href="https://popl20.sigplan.org/">POPL 2020</a></i><br>
94   [<a href="https://plv.mpi-sws.org/rustbelt/stacked-borrows/paper.pdf">paper</a>] [<a href="https://plv.mpi-sws.org/rustbelt/stacked-borrows/">paper website</a>]
95 </li></ul>
96
97 <h3>2018</h3>
98
99 <ul><li>
100   <b>Iris from the Ground Up: A Modular Foundation for Higher-Order Concurrent Separation Logic</b><br/>
101   Ralf Jung, Robbert Krebbers, Jacques-Henri Jourdan, Aleš Bizjak, Lars Birkedal, Derek Dreyer<br>
102   <i>In <a href="https://www.cambridge.org/core/journals/journal-of-functional-programming/issue/832F8756D0A835287494117BF9ED5E74">Journal of Functional Programming (JFP), Volume 28, e20, November 2018</a></i><br>
103   [<a href="https://www.mpi-sws.org/~dreyer/papers/iris-ground-up/paper.pdf">paper</a>] [<a href="https://iris-project.org">project website</a>]
104 </li></ul>
105
106 <ul><li>
107   <b>Reconciling High-Level Optimizations and Low-Level Code in LLVM</b><br/>
108   Juneyoung Lee, Chung-Kil Hur, Ralf Jung, Zhengyang Liu, John Regehr, Nuno P. Lopes<br>
109   <i>In <a href="https://conf.researchr.org/track/splash-2018/splash-2018-OOPSLA">OOPSLA 2018</a></i><br>
110   [<a href="twinsem/twinsem.pdf">paper</a>] [<a href="https://sf.snu.ac.kr/llvmtwin/">paper website</a>]
111 </li></ul>
112
113 <ul><li>
114   <b>MoSeL: A General, Extensible Modal Framework for Interactive Proofs in Separation Logic</b><br/>
115   Robbert Krebbers, Jacques-Henri Jourdan, Ralf Jung, Joseph Tassarotti, Jan-Oliver Kaiser, Amin Timany, Arthur Charguéraud, Derek Dreyer<br>
116   <i>In <a href="https://icfp18.sigplan.org/">ICFP 2018</a></i><br>
117   [<a href="https://iris-project.org/pdfs/2018-icfp-mosel-final.pdf">paper</a>] [<a href="https://iris-project.org/mosel/">paper website</a>]
118 </li></ul>
119
120 <ul><li>
121   <b>RustBelt: Securing the Foundations of the Rust Programming Language</b><br/>
122   Ralf Jung, Jacques-Henri Jourdan, Robbert Krebbers, Derek Dreyer<br>
123   <i>In <a href="https://popl18.sigplan.org/">POPL 2018</a></i><br>
124   [<a href="https://plv.mpi-sws.org/rustbelt/popl18/paper.pdf">paper</a>] [<a href="https://plv.mpi-sws.org/rustbelt/popl18/">paper website</a>] [<a href="https://www.youtube.com/watch?v=Cy9NUVaiYUg" target="_blank">talk (YouTube)</a>] [<a href="https://plv.mpi-sws.org/rustbelt/popl18/talk.pdf">talk (slides)</a>]
125 </li></ul>
126
127 <h3>2017</h3>
128
129 <ul><li>
130   <b>The Essence of Higher-Order Concurrent Separation Logic</b><br/>
131   Robbert Krebbers, Ralf Jung, Aleš Bizjak, Jacques-Henri Jourdan, Derek Dreyer, Lars Birkedal<br>
132   In <a href="https://www.etaps.org/index.php/2017/esop">ESOP 2017</a><br>
133   [<a href="https://iris-project.org/pdfs/2017-esop-iris3-final.pdf">paper</a>] [<a href="https://iris-project.org">project website</a>]
134 </li></ul>
135
136 <ul><li>
137   <b>A Higher-Order Logic for Concurrent Termination-Preserving Refinement</b><br/>
138   Joseph Tassarotti, Ralf Jung, Robert Harper<br>
139   <i>In <a href="https://www.etaps.org/index.php/2017/esop">ESOP 2017</a></i><br>
140   [<a href="https://iris-project.org/pdfs/2017-esop-refinement-final.pdf">paper</a>] [<a href="https://www.cs.cmu.edu/~jtassaro/papers/iris-refinement/index.html">paper website</a>]
141 </li></ul>
142
143 <h3>2016</h3>
144
145 <ul><li>
146   <b>Higher-Order Ghost State</b><br/>
147   Ralf Jung, Robbert Krebbers, Lars Birkedal, Derek Dreyer<br>
148   <i>In <a href="https://conf.researchr.org/home/icfp-2016">ICFP 2016</a></i><br>
149   [<a href="https://iris-project.org/pdfs/2016-icfp-iris2-final.pdf">paper</a>] [<a href="https://iris-project.org">project website</a>] [<a href="https://www.youtube.com/watch?v=vUxWU-qvGX0" target="_blank">talk (YouTube)</a>] [<a href="iris/talk-icfp2016.pdf">talk (slides)</a>]
150 </li></ul>
151
152 <h3>2015</h3>
153
154 <ul><li>
155   <b>Iris: Monoids and Invariants as an Orthogonal Basis for Concurrent Reasoning</b><br/>
156   Ralf Jung, David Swasey, Filip Sieczkowski, Kasper Svendsen, Aaron Turon, Lars Birkedal, Derek Dreyer<br>
157   <i>In <a href="https://popl.mpi-sws.org/2015/">POPL 2015</a></i><br>
158   [<a href="https://iris-project.org/pdfs/2015-popl-iris1-final.pdf">paper</a>] [<a href="https://iris-project.org">project website</a>] [<a href="iris/talk-popl2015.pdf">talk (slides)</a>]
159 </li></ul>
160
161 <h2>Theses</h2>
162
163 <h3>2020</h3>
164 <ul><li>
165   <b>Understanding and Evolving the Rust Programming Language</b><br/>
166   Ralf Jung<br>
167   <i>PhD Thesis</i><br>
168   [<a href="thesis.html">website</a>]
169 </li></ul>
170
171
172 <h3>2019</h3>
173 <ul><li>
174   <b>Higher-Order Ghost State</b><br/>
175   Ralf Jung<br>
176   <i>Master Thesis</i><br>
177   [<a href="https://iris-project.org/pdfs/2016-icfp-iris2-final.pdf">based on this paper</a>]
178 </li></ul>
179
180 <h3>2013</h3>
181 <ul><li>
182   <b>An Intermediate Language To Formally Justify Memory Access Reordering</b><br/>
183   Ralf Jung<br>
184   <i>Bachelor Thesis</i><br>
185   [<a href="bachelor/bachelor.pdf">thesis</a>] [<a href="bachelor/bachelor-talk.pdf">slides</a>] [<a href="bachelor/bachelor.zip">coq</a>]
186 </li></ul>
187
188 <h2>Workshop Talks</h2>
189
190 <h3>2020</h3>
191
192 <ul><li>
193   <b>Stacked Borrows: An Aliasing Model for Rust</b><br/>
194   Ralf Jung<br>
195   <i>At <a href="https://agozillon.github.io/PRiML/">PRiML 2020</a> (invited talk)</i><br>
196   [<a href="rust/talk-priml2020.pdf">slides</a>]
197 </li></ul>
198
199 <h3>2019</h3>
200
201 <ul><li>
202   <b>Logical Atomicity in Iris: the Good, the Bad, and the Ugly</b><br/>
203   Ralf Jung<br>
204   <i>At <a href="https://iris-project.org/workshop-2019/">Iris Workshop 2019</a></i><br>
205   [<a href="iris/talk-iris2019.pdf">slides</a>]
206 </li></ul>
207
208 <h3>2015</h3>
209
210 <ul><li>
211   <b>Unifying Worlds and Resources</b><br/>
212   Ralf Jung, Derek Dreyer<br>
213   <i>At <a href="https://users-cs.au.dk/birke/hope-2015/">HOPE 2015</a>: 4th ACM SIGPLAN Workshop on Higher-Order Programming with Effects</i><br>
214   [<a href="iris/talk-hope2015.pdf">slides</a>] [<a href="https://www.youtube.com/watch?v=9Dyna88piek&amp;list=PLnqUlCo055hX6SsmMr1AmW6quMjvdMPvK&amp;index=10" target="_blank">YouTube</a>]
215 </li></ul>