summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Improve the code generation by inlining more let-bindingsSon Ho2022-02-233-146/+204
|
* Improve pretty-printing of environments by filtering and grouping valuesSon Ho2022-02-233-4/+68
| | | | which don't need to be printed
* Make minor modifications to the MakefileSon Ho2022-02-231-1/+4
|
* Add commentsSon Ho2022-02-231-0/+2
|
* Update some commentsSon Ho2022-02-221-21/+8
|
* Make the interpreter pop the frame after executing a function body (forSon Ho2022-02-222-12/+15
| | | | testing or synthesis purposes)
* Add support for "fused" match branchesSon Ho2022-02-225-10/+28
|
* Merge branch 'main' of github.com:Kachoc/aeneas into mainSon Ho2022-02-182-3/+5
|\
| * More stuff for the paper + interactive mode makefileJonathan Protzenko2022-02-172-3/+5
| |
* | Update the MakefileSon Ho2022-02-181-3/+4
|/
* Update the comments in Hashmap.Properties.fstiSon Ho2022-02-141-6/+23
|
* Make minor modificationsSon Ho2022-02-141-3/+4
|
* Make minor modificationsSon Ho2022-02-141-3/+4
|
* Add more comments and reveal in the .fsti a non-overloading lemma forSon Ho2022-02-142-28/+101
| | | | the hashmap example
* Make minor modificationsSon Ho2022-02-141-1/+1
|
* Add a .fsti for Hashmap.PropertiesSon Ho2022-02-142-53/+296
|
* Make minor modifications and stabilize an arithmetic proofSon Ho2022-02-131-57/+9
|
* Make progress on map_sSon Ho2022-02-131-0/+6
|
* Start working on the specs we will reveal in the .fstiSon Ho2022-02-131-18/+78
|
* Make minor modificationsSon Ho2022-02-131-9/+20
|
* Add some commentsSon Ho2022-02-131-3/+12
|
* Do more cleaningSon Ho2022-02-131-147/+141
|
* Do more cleanupSon Ho2022-02-131-173/+132
|
* Do more cleanup and work on stabilizing an arithmetic proofSon Ho2022-02-131-42/+10
|
* Start cleaning upSon Ho2022-02-131-188/+20
|
* Prove the lemma [hash_map_is_assoc_list_lem]Son Ho2022-02-131-7/+148
|
* State and prove the final lemma about remove'backSon Ho2022-02-131-0/+23
|
* Make good progress on the invariant proofs for remove'backSon Ho2022-02-131-18/+132
|
* Prove the refinement lemma for remove'backSon Ho2022-02-131-12/+137
|
* Prove the lemma for remove'fwdSon Ho2022-02-131-13/+90
|
* Make minor modifications, cleanup and fix a proofSon Ho2022-02-131-20/+115
|
* Make minor modificationsSon Ho2022-02-131-4/+4
|
* Prove the lemma for [get_mut'back]Son Ho2022-02-131-1/+33
|
* Add an invariant proof for insert_no_fail_sSon Ho2022-02-131-24/+36
|
* Make progress on get_mut'backSon Ho2022-02-131-11/+20
|
* Cleanup a bitSon Ho2022-02-131-6/+4
|
* Add [contains_key], make progress on the proofs for [contains_key],Son Ho2022-02-133-43/+376
| | | | | [get] and [get_mut] and stabilize the proof of [hash_map_move_elements_fwd_back_lem_refin]
* Start tracking the automatically generated/copied files for hashmapSon Ho2022-02-133-0/+963
|
* Make a minor modificationSon Ho2022-02-131-0/+2
|
* Make minor modificationsSon Ho2022-02-131-0/+6
|
* Prove the lemmas for [insert]Son Ho2022-02-131-0/+62
|
* Make more progress on the proofsSon Ho2022-02-131-3/+26
|
* Make more progress on the proofsSon Ho2022-02-131-4/+41
|
* Make more progress on the proof of try_resizeSon Ho2022-02-131-2/+25
|
* Make more progress on the proofs of try_resizeSon Ho2022-02-131-2/+16
|
* Make good progress on the lemmas for try_resizeSon Ho2022-02-131-82/+93
|
* Make progress on the hash map proofsSon Ho2022-02-121-2/+75
|
* Start working on try_resizeSon Ho2022-02-121-2/+103
|
* Finish another proofSon Ho2022-02-121-9/+83
|
* Update some commentsSon Ho2022-02-121-3/+3
|