summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* 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
|
* Make more progress propagating the changesSon Ho2022-04-295-112/+151
|
* Add ConstStrings.mlSon Ho2022-04-291-0/+7
|
* Make progress on PureMicroPassesSon Ho2022-04-292-169/+143
|
* Make good progress updating the codeSon Ho2022-04-294-155/+186
|
* Merge the rvalues with the expressionsSon Ho2022-04-295-371/+497
|
* Make minor modificationsSon Ho2022-04-272-3/+73
|
* Make a minor modificationSon Ho2022-04-271-1/+3
|
* Fix a minor issueSon Ho2022-04-271-1/+2
|
* Fix various bugs when extracting with a state monadSon Ho2022-04-275-52/+146
|
* Make minor modificationsSon Ho2022-04-271-4/+5
|
* Update formattingSon Ho2022-04-271-12/+6
|
* Make minor modifications to formattingSon Ho2022-04-271-37/+35
|
* Fix the filtering of useless backward functionsSon Ho2022-04-271-1/+6
|
* Make minor updatesSon Ho2022-04-272-1/+1
|
* Update ExtractToFStarSon Ho2022-04-272-138/+209
|
* Make more progressSon Ho2022-04-272-14/+42
|
* Make progress on the updatesSon Ho2022-04-261-54/+11
|
* Introduce the Abs expression and continue updating the codeSon Ho2022-04-2610-194/+249
|
* Introduce the App expression, and make progress updating the codeSon Ho2022-04-2610-124/+218
|
* Update the READMESon Ho2022-04-221-1/+19
|
* Update the READMESon Ho2022-04-221-1/+2
|