<feed xmlns='http://www.w3.org/2005/Atom'>
<title>aeneas/tests/src, 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>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-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>Add some proofs for the Lean backend (#255)</title>
<updated>2024-06-21T21:24:01+00:00</updated>
<author>
<name>Son HO</name>
</author>
<published>2024-06-21T21:24:01+00:00</published>
<link rel='alternate' type='text/html' href='https://stuebinm.eu/git/aeneas/commit/?id=4d30546c809cb2c512e0c3fd8ee540fff1330eab'/>
<id>4d30546c809cb2c512e0c3fd8ee540fff1330eab</id>
<content type='text'>
* Make progress on the proofs of the hashmap

* Make a minor modification to the hashmap

* Make progress on the hashmap

* Make progress on the proofs

* Make progress on the proofs

* Make progress on the proof of the hashmap

* Progress on the proofs of the hashmap

* Update a proof

* Update the Charon pin

* Make minor modifications to the hashmap

* Regenerate the tests

* Regenerate the hashmap

* Add lemmas to the Lean backend

* Make progress on the proofs of the hashmap

* Make a minor fix

* Finish the proof about the hashmap

* Update scalar_tac

* Make a minor modification in the hashmap

* Update the proofs of the hashmap

---------

Co-authored-by: Son Ho &lt;sonho@Sons-MacBook-Pro.local&gt;
Co-authored-by: Son Ho &lt;sonho@Sons-MBP.lan&gt;</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* Make progress on the proofs of the hashmap

* Make a minor modification to the hashmap

* Make progress on the hashmap

* Make progress on the proofs

* Make progress on the proofs

* Make progress on the proof of the hashmap

* Progress on the proofs of the hashmap

* Update a proof

* Update the Charon pin

* Make minor modifications to the hashmap

* Regenerate the tests

* Regenerate the hashmap

* Add lemmas to the Lean backend

* Make progress on the proofs of the hashmap

* Make a minor fix

* Finish the proof about the hashmap

* Update scalar_tac

* Make a minor modification in the hashmap

* Update the proofs of the hashmap

---------

Co-authored-by: Son Ho &lt;sonho@Sons-MacBook-Pro.local&gt;
Co-authored-by: Son Ho &lt;sonho@Sons-MBP.lan&gt;</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>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>Regenerate the tests</title>
<updated>2024-06-17T05:25:17+00:00</updated>
<author>
<name>Son Ho</name>
</author>
<published>2024-06-17T05:25:17+00:00</published>
<link rel='alternate' type='text/html' href='https://stuebinm.eu/git/aeneas/commit/?id=cf7cd476b32cd562ca90950e4b3c29c9fc42028a'/>
<id>cf7cd476b32cd562ca90950e4b3c29c9fc42028a</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Update the code of the hashmap</title>
<updated>2024-06-17T04:34:07+00:00</updated>
<author>
<name>Son Ho</name>
</author>
<published>2024-06-14T08:41:06+00:00</published>
<link rel='alternate' type='text/html' href='https://stuebinm.eu/git/aeneas/commit/?id=4a34537a7fe33fa33d618b153832f9e750276480'/>
<id>4a34537a7fe33fa33d618b153832f9e750276480</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Update the tests for tuples</title>
<updated>2024-06-11T11:59:39+00:00</updated>
<author>
<name>Son Ho</name>
</author>
<published>2024-06-11T11:59:39+00:00</published>
<link rel='alternate' type='text/html' href='https://stuebinm.eu/git/aeneas/commit/?id=bf883726d771988c838bc6a6e1c012dfb008769c'/>
<id>bf883726d771988c838bc6a6e1c012dfb008769c</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Update the betree</title>
<updated>2024-06-05T15:48:08+00:00</updated>
<author>
<name>Son Ho</name>
</author>
<published>2024-06-05T15:48:08+00:00</published>
<link rel='alternate' type='text/html' href='https://stuebinm.eu/git/aeneas/commit/?id=9e18eb774c78bd2344bff45cb689f742c91470d2'/>
<id>9e18eb774c78bd2344bff45cb689f742c91470d2</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
