X-Git-Url: https://git.ralfj.de/web.git/blobdiff_plain/8d01176e4d91a4ebd76444b47f510302e11ef3bd..1ee97534302750f380e962026a419bd367139494:/research/publications.html?ds=sidebyside diff --git a/research/publications.html b/research/publications.html index f8ae0b6..cbe4de4 100644 --- a/research/publications.html +++ b/research/publications.html @@ -3,21 +3,35 @@ title: Publications slug: Publications --- -<!-- <h3>Under Submission</h3> --> +<h3>Waiting for publication</h3> + +<ul><li> + <b>Safe Systems Programming in Rust: The Promise and the Challenge</b><br/> + Ralf Jung, Jacques-Henri Jourdan, Robbert Krebbers, Derek Dreyer<br> + <i>Accepted for publication in Communications of the ACM (CACM)</i><br> + [<a href="https://people.mpi-sws.org/~dreyer/papers/safe-sysprog-rust/paper.pdf">paper</a>] +</li></ul> <h3>2020</h3> +<ul><li> + <b>Understanding and Evolving the Rust Programming Language</b><br/> + Ralf Jung<br> + <i>PhD Thesis</i><br> + [<a href="thesis.html">website</a>] +</li></ul> + <ul><li> <b>The Future is Ours: Prophecy Variables in Separation Logic</b><br/> Ralf Jung, Rodolphe Lepigre, Gaurav Parthasarathy, Marianna Rapoport, Amin Timany, Derek Dreyer, Bart Jacobs<br> - In <a href="https://popl20.sigplan.org/">POPL 2020</a><br> + <i>In <a href="https://popl20.sigplan.org/">POPL 2020</a></i><br> [<a href="https://plv.mpi-sws.org/prophecies/paper.pdf">paper</a>] [<a href="https://plv.mpi-sws.org/prophecies/">paper website</a> (incl. appendix and Coq formalization)] </li></ul> <ul><li> <b>Stacked Borrows: An Aliasing Model for Rust</b><br/> Ralf Jung, Hoang-Hai Dang, Jeehoon Kang, Derek Dreyer<br> - In <a href="https://popl20.sigplan.org/">POPL 2020</a><br> + <i>In <a href="https://popl20.sigplan.org/">POPL 2020</a></i><br> [<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> (incl. appendix and Coq formalization)] </li></ul> @@ -26,28 +40,28 @@ slug: Publications <ul><li> <b>Iris from the Ground Up: A Modular Foundation for Higher-Order Concurrent Separation Logic</b><br/> Ralf Jung, Robbert Krebbers, Jacques-Henri Jourdan, Aleš Bizjak, Lars Birkedal, Derek Dreyer<br> - 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><br> + <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> [<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> (incl. appendix and Coq formalization)] </li></ul> <ul><li> <b>Reconciling High-Level Optimizations and Low-Level Code in LLVM</b><br/> Juneyoung Lee, Chung-Kil Hur, Ralf Jung, Zhengyang Liu, John Regehr, Nuno P. Lopes<br> - In <a href="https://conf.researchr.org/track/splash-2018/splash-2018-OOPSLA">OOPSLA 2018</a><br> + <i>In <a href="https://conf.researchr.org/track/splash-2018/splash-2018-OOPSLA">OOPSLA 2018</a></i><br> [<a href="twinsem/twinsem.pdf">paper</a>] [<a href="https://sf.snu.ac.kr/llvmtwin/">paper website</a>] </li></ul> <ul><li> <b>MoSeL: A General, Extensible Modal Framework for Interactive Proofs in Separation Logic</b><br/> Robbert Krebbers, Jacques-Henri Jourdan, Ralf Jung, Joseph Tassarotti, Jan-Oliver Kaiser, Amin Timany, Arthur Charguéraud, Derek Dreyer<br> - In <a href="https://icfp18.sigplan.org/">ICFP 2018</a><br> + <i>In <a href="https://icfp18.sigplan.org/">ICFP 2018</a></i><br> [<a href="https://iris-project.org/pdfs/2018-icfp-mosel-final.pdf">paper</a>] [<a href="https://iris-project.org/mosel/">paper website</a> (incl. appendix and Coq formalization)] </li></ul> <ul><li> <b>RustBelt: Securing the Foundations of the Rust Programming Language</b><br/> Ralf Jung, Jacques-Henri Jourdan, Robbert Krebbers, Derek Dreyer<br> - In <a href="https://popl18.sigplan.org/">POPL 2018</a><br> + <i>In <a href="https://popl18.sigplan.org/">POPL 2018</a></i><br> [<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> (incl. appendix and Coq formalization)] [<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>] </li></ul> @@ -63,7 +77,7 @@ slug: Publications <ul><li> <b>A Higher-Order Logic for Concurrent Termination-Preserving Refinement</b><br/> Joseph Tassarotti, Ralf Jung, Robert Harper<br> - In <a href="https://www.etaps.org/index.php/2017/esop">ESOP 2017</a><br> + <i>In <a href="https://www.etaps.org/index.php/2017/esop">ESOP 2017</a></i><br> [<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> (incl. Coq formalization)] </li></ul> @@ -72,43 +86,45 @@ slug: Publications <ul><li> <b>Higher-Order Ghost State</b><br/> Ralf Jung, Robbert Krebbers, Lars Birkedal, Derek Dreyer<br> - In <a href="https://conf.researchr.org/home/icfp-2016">ICFP 2016</a><br> + <i>In <a href="https://conf.researchr.org/home/icfp-2016">ICFP 2016</a></i><br> [<a href="https://iris-project.org/pdfs/2016-icfp-iris2-final.pdf">paper</a>] [<a href="https://iris-project.org">project website</a> (incl. appendix and Coq formalization)] [<a href="https://www.youtube.com/watch?v=vUxWU-qvGX0" target="_blank">talk (YouTube)</a>] [<a href="iris/talk-icfp2016.pdf">talk (slides)</a>] </li></ul> <h3>2015</h3> -<!--<ul><li> - <b>Unifying Worlds and Resources</b><br/> - Ralf Jung, Derek Dreyer<br> - In <a href="https://users-cs.au.dk/birke/hope-2015/">HOPE 2015</a><br> - [<a href="https://www.youtube.com/watch?v=9Dyna88piek&list=PLnqUlCo055hX6SsmMr1AmW6quMjvdMPvK&index=10" target="_blank">talk (YouTube)</a>] [<a href="iris/talk-hope2015.pdf">talk (slides)</a>] -</li></ul>--> - <ul><li> <b>Iris: Monoids and Invariants as an Orthogonal Basis for Concurrent Reasoning</b><br/> Ralf Jung, David Swasey, Filip Sieczkowski, Kasper Svendsen, Aaron Turon, Lars Birkedal, Derek Dreyer<br> - In <a href="https://popl.mpi-sws.org/2015/">POPL 2015</a><br> + <i>In <a href="https://popl.mpi-sws.org/2015/">POPL 2015</a></i><br> [<a href="https://iris-project.org/pdfs/2015-popl-iris1-final.pdf">paper</a>] [<a href="https://iris-project.org">project website</a> (incl. appendix and Coq formalization)] [<a href="iris/talk-popl2015.pdf">talk (slides)</a>] </li></ul> <h3>2013</h3> <ul><li> - <b>An Intermediate Language To Formally Justify Memory Access Reordering</b> <span style="white-space: nowrap">(Bachelor's Thesis)</span><br/> + <b>An Intermediate Language To Formally Justify Memory Access Reordering</b><br/> Ralf Jung, Supervisor: Sebastian Hack, Advisor: Sigurd Schneider<br> + <i>Bachelor Thesis</i><br> [<a href="bachelor/bachelor.pdf">thesis</a>] [<a href="bachelor/bachelor-talk.pdf">slides</a>] [<a href="bachelor/bachelor.zip">coq</a>] </li></ul> -</p> <h2>Workshop Talks</h2> +<h3>2020</h3> + +<ul><li> + <b>Stacked Borrows: An Aliasing Model for Rust</b><br/> + Ralf Jung<br> + <i>At <a href="https://agozillon.github.io/PRiML/">PRiML 2020</a> (invited talk)</i><br> + [<a href="rust/talk-priml2020.pdf">slides</a>] +</li></ul> + <h3>2019</h3> <ul><li> <b>Logical Atomicity in Iris: the Good, the Bad, and the Ugly</b><br/> Ralf Jung<br> - At <a href="https://iris-project.org/workshop-2019/">Iris Workshop 2019</a><br> - [<a href="iris/logatom-talk-2019.pdf">slides</a>] + <i>At <a href="https://iris-project.org/workshop-2019/">Iris Workshop 2019</a></i><br> + [<a href="iris/talk-iris2019.pdf">slides</a>] </li></ul> <h3>2015</h3> @@ -116,6 +132,6 @@ slug: Publications <ul><li> <b>Unifying Worlds and Resources</b><br/> Ralf Jung, Derek Dreyer<br> - At <a href="http://users-cs.au.dk/birke/hope-2015/">HOPE 2015</a>: 4th ACM SIGPLAN Workshop on Higher-Order Programming with Effects<br> + <i>At <a href="http://users-cs.au.dk/birke/hope-2015/">HOPE 2015</a>: 4th ACM SIGPLAN Workshop on Higher-Order Programming with Effects</i><br> [<a href="iris/talk-hope2015.pdf">slides</a>] [<a href="https://www.youtube.com/watch?v=9Dyna88piek&list=PLnqUlCo055hX6SsmMr1AmW6quMjvdMPvK&index=10" target="_blank">YouTube</a>] </li></ul>