summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* crude generation working - missing unit tests & special constants handlingSidney Congard2022-06-136-54/+75
|
* read globals from LLBC JSON into functionsSidney Congard2022-06-0820-80/+161
|
* Update the installation instructionsSon Ho2022-05-311-1/+1
|
* correct previous commit typoSidney Congard2022-05-231-1/+1
|
* added .vscode folder to .gitignoreSidney Congard2022-05-231-1/+2
|
* Fix an issue when extracting assumed valuesSon Ho2022-05-161-1/+1
|
* Regenerate the F* filesSon Ho2022-05-1510-194/+130
|
* Add a pass to cleanup the deconstructed ADTs and fix a small issueSon Ho2022-05-154-13/+113
|
* Treat integer casts in a general mannerSon Ho2022-05-1515-50/+99
|
* Regenerate a test fileSon Ho2022-05-151-6/+8
|
* Add AggregatedOptionSon Ho2022-05-155-8/+37
|
* Make minor modificationsSon Ho2022-05-103-8/+10
|
* Use the core_unix package instead of coreSon Ho2022-05-102-2/+2
|
* Make minor modificationsSon Ho2022-05-091-4/+6
|
* Update the termination proofs of the betreeSon Ho2022-05-092-26/+110
|
* Update the extraction to set the fuel to 1 in the Z3 optionsSon Ho2022-05-0617-18/+18
|
* Make the betree workSon Ho2022-05-063-368/+405
|
* Regenerate the F* for external.rsSon Ho2022-05-062-2/+2
|
* Don't use the Rust disambiguators when generating names at extractionSon Ho2022-05-062-3/+12
|
* Regenerate the F* files for the betreeSon Ho2022-05-061-38/+73
|
* Regenerate the F* files for external.rsSon Ho2022-05-061-2/+14
|
* Add an option to eagerly end abstractions if a function has return typeSon Ho2022-05-064-2/+61
| | | | unit and the abstractions don't contain loans
* Factorize some code in InterpreterBorrows*Son Ho2022-05-062-49/+77
|
* Add comments in FunsAnalysisSon Ho2022-05-061-2/+8
|
* Update the Makefile for the betreeSon Ho2022-05-061-1/+5
|
* Generate F* files for the betreeSon Ho2022-05-066-0/+2230
|
* Make minor fixesSon Ho2022-05-053-4/+28
|
* Update the hashmap_on_disk exampleSon Ho2022-05-054-771/+240
|
* Regenerate the F* files for external.rsSon Ho2022-05-051-2/+17
|
* Update the translation so that we use a state only in the functionsSon Ho2022-05-052-35/+42
| | | | which need one
* Start implementing divergence, can_fail, statefullness analysesSon Ho2022-05-045-36/+135
|
* Make minor modificationsSon Ho2022-05-045-29/+24
|
* Make minor modificationsSon Ho2022-05-044-35/+28
|
* Regenerate the F* files for hashmap_main.rsSon Ho2022-05-041-180/+241
|
* Fix various issues when using a stateSon Ho2022-05-042-30/+12
|
* Fix more issuesSon Ho2022-05-042-32/+12
|
* Regenerate the F* files for the external.rs testSon Ho2022-05-042-7/+46
|
* Fix some issues when using statesSon Ho2022-05-043-72/+84
|
* Make progress updating the codeSon Ho2022-05-045-194/+76
|
* Start updating the way the function return type (with errors and states)Son Ho2022-05-044-182/+278
| | | | are handled
* Move the type-checking functions for pure AST to PureTypeCheck.mlSon Ho2022-05-013-149/+179
|
* Improve type-checkingSon Ho2022-05-011-10/+23
|
* Do more cleanupSon Ho2022-05-014-28/+31
|
* CleanupSon Ho2022-05-016-106/+47
|
* Perform more renamingsSon Ho2022-05-014-16/+14
|
* Perform some renamingsSon Ho2022-05-0110-83/+76
|
* Rename "lvalue" to "pattern"Son Ho2022-05-016-160/+159
|
* Regenerate some of the test filesSon Ho2022-05-012-9/+8
|
* Fix a minor issue when extracting filesSon Ho2022-05-011-6/+6
|
* Make a minor modificationSon Ho2022-05-011-1/+1
|