<feed xmlns='http://www.w3.org/2005/Atom'>
<title>aeneas/compiler, branch isabelle</title>
<subtitle>aeneas rust verifier with a hacky Isabelle backend
</subtitle>
<link rel='alternate' type='text/html' href='https://stuebinm.eu/git/aeneas/'/>
<entry>
<title>had some fun writing an IsabelleHOL backend</title>
<updated>2024-06-29T20:11:04+00:00</updated>
<author>
<name>stuebinm</name>
</author>
<published>2024-06-29T19:31:22+00:00</published>
<link rel='alternate' type='text/html' href='https://stuebinm.eu/git/aeneas/commit/?id=59214186b817329342d9d72e23adf12f7a3b1348'/>
<id>59214186b817329342d9d72e23adf12f7a3b1348</id>
<content type='text'>
(do not actually use this, most things are broken, and the primitives
lib barely exists and is simply incorrect. But it is enough to create
syntax-correct Isabelle code for relatively simply rust code, as long
as it does not contain any uses of traits)
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
(do not actually use this, most things are broken, and the primitives
lib barely exists and is simply incorrect. But it is enough to create
syntax-correct Isabelle code for relatively simply rust code, as long
as it does not contain any uses of traits)
</pre>
</div>
</content>
</entry>
<entry>
<title>Remove redundant `llbc_name` field</title>
<updated>2024-06-28T07:46:11+00:00</updated>
<author>
<name>Nadrieril</name>
</author>
<published>2024-06-26T11:53:45+00:00</published>
<link rel='alternate' type='text/html' href='https://stuebinm.eu/git/aeneas/commit/?id=617941a779baab199aa69bf2e8578a1ee7877289'/>
<id>617941a779baab199aa69bf2e8578a1ee7877289</id>
<content type='text'>
It's redundant with `item_meta.name`
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
It's redundant with `item_meta.name`
</pre>
</div>
</content>
</entry>
<entry>
<title>Update charon</title>
<updated>2024-06-25T11:57:52+00:00</updated>
<author>
<name>Nadrieril</name>
</author>
<published>2024-06-25T11:57:52+00:00</published>
<link rel='alternate' type='text/html' href='https://stuebinm.eu/git/aeneas/commit/?id=09c02a7b56575e826c66a6c8873b290a8afb5827'/>
<id>09c02a7b56575e826c66a6c8873b290a8afb5827</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Update charon</title>
<updated>2024-06-24T11:53:31+00:00</updated>
<author>
<name>Nadrieril</name>
</author>
<published>2024-06-24T09:10:28+00:00</published>
<link rel='alternate' type='text/html' href='https://stuebinm.eu/git/aeneas/commit/?id=16aa66aabffeaaebc03c264b89387f010750dac3'/>
<id>16aa66aabffeaaebc03c264b89387f010750dac3</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Update charon</title>
<updated>2024-06-21T14:14:58+00:00</updated>
<author>
<name>Nadrieril</name>
</author>
<published>2024-06-21T13:47:56+00:00</published>
<link rel='alternate' type='text/html' href='https://stuebinm.eu/git/aeneas/commit/?id=d3f52e23ede39c4fd7845b6c5feb29d28b2a2384'/>
<id>d3f52e23ede39c4fd7845b6c5feb29d28b2a2384</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>`predicates` got merged into `generic_params`</title>
<updated>2024-06-21T07:34:38+00:00</updated>
<author>
<name>Nadrieril</name>
</author>
<published>2024-06-20T14:46:29+00:00</published>
<link rel='alternate' type='text/html' href='https://stuebinm.eu/git/aeneas/commit/?id=b287f234695d9013cb74c99dcac46a9b5b334f7c'/>
<id>b287f234695d9013cb74c99dcac46a9b5b334f7c</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Support for renaming using the rename attribute in charon (#239)</title>
<updated>2024-06-18T20:47:35+00:00</updated>
<author>
<name>Escherichia</name>
</author>
<published>2024-06-18T20:47:35+00:00</published>
<link rel='alternate' type='text/html' href='https://stuebinm.eu/git/aeneas/commit/?id=aa8e74197687ecc6d8f925babc8ba3cd6c739990'/>
<id>aa8e74197687ecc6d8f925babc8ba3cd6c739990</id>
<content type='text'>
* support for renaming using the rename attribute in charon

* support for global decl

* add support for renaming field

* applied suggested changes and began adding support for variant

* finished support for renaming variant

* applied suggested changes

* add tests

* fixed variant and field renaming

* update charon-pin

* update flake.lock

* Update the charon pin

* Fix an issue with renaming trait method implementations

* Fix an issue with the renaming of trait implementations

* Fix an issue when renaming enumerations

* Update the Charon pin

* Fix the F* tests

* Fix an issue with the spans for the loops

* Fix the tests

* Update a comment

* Use fuel in the coq tests

* Generate the template decreases clauses by default

---------

Co-authored-by: Escherichia &lt;escherichia@charlotte&gt;
Co-authored-by: Son Ho &lt;hosonmarc@gmail.com&gt;</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* support for renaming using the rename attribute in charon

* support for global decl

* add support for renaming field

* applied suggested changes and began adding support for variant

* finished support for renaming variant

* applied suggested changes

* add tests

* fixed variant and field renaming

* update charon-pin

* update flake.lock

* Update the charon pin

* Fix an issue with renaming trait method implementations

* Fix an issue with the renaming of trait implementations

* Fix an issue when renaming enumerations

* Update the Charon pin

* Fix the F* tests

* Fix an issue with the spans for the loops

* Fix the tests

* Update a comment

* Use fuel in the coq tests

* Generate the template decreases clauses by default

---------

Co-authored-by: Escherichia &lt;escherichia@charlotte&gt;
Co-authored-by: Son Ho &lt;hosonmarc@gmail.com&gt;</pre>
</div>
</content>
</entry>
<entry>
<title>Tiny dedup</title>
<updated>2024-06-18T10:11:23+00:00</updated>
<author>
<name>Nadrieril</name>
</author>
<published>2024-06-18T09:31:45+00:00</published>
<link rel='alternate' type='text/html' href='https://stuebinm.eu/git/aeneas/commit/?id=aa5948d7f9fd9b2d0ce18657215dae6877ebd996'/>
<id>aa5948d7f9fd9b2d0ce18657215dae6877ebd996</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Deactivate some linter options for the generated Lean files</title>
<updated>2024-06-17T05:25:00+00:00</updated>
<author>
<name>Son Ho</name>
</author>
<published>2024-06-17T05:25:00+00:00</published>
<link rel='alternate' type='text/html' href='https://stuebinm.eu/git/aeneas/commit/?id=48b425b3b190f1d40f60ccb4cb1fdf5521753fb9'/>
<id>48b425b3b190f1d40f60ccb4cb1fdf5521753fb9</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Automatically add a @[reducible] attribute to some generated functions</title>
<updated>2024-06-17T05:14:52+00:00</updated>
<author>
<name>Son Ho</name>
</author>
<published>2024-06-17T05:14:52+00:00</published>
<link rel='alternate' type='text/html' href='https://stuebinm.eu/git/aeneas/commit/?id=f4739fba4be95818ca01776837c8d610e443a45b'/>
<id>f4739fba4be95818ca01776837c8d610e443a45b</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
