summaryrefslogtreecommitdiff
path: root/compiler/FunsAnalysis.ml (follow)
Commit message (Collapse)AuthorAgeFilesLines
* feat: basic handling for `RValue::Len`, following AeneasVerif/charon#209Lucas Franceschino2024-06-031-1/+3
|
* Factor out code in ExtractBuiltin.mlSon Ho2024-05-291-1/+2
|
* Rename meta into spanAymeric Fromherz2024-05-241-3/+3
|
* Reformat some filesSon Ho2024-04-221-1/+2
|
* item_metaNadrieril2024-04-181-3/+3
|
* Cleanup and fix a mistakeSon Ho2024-03-291-3/+3
|
* formatting and changed save_error condition for failing from b to not bEscherichia2024-03-291-1/+3
|
* added file and line arg to craise and cassertEscherichia2024-03-291-3/+3
|
* formattingEscherichia2024-03-281-2/+9
|
* Should answer all comments, there are still some TODO: error message leftEscherichia2024-03-281-2/+2
|
* Added sanity_check and sanity_check_opt_meta helpers and changed sanity ↵Escherichia2024-03-281-1/+1
| | | | checks related cassert to these helpers to have a proper error message
* WIP: translate.ml and extract.ml do not compile. Some assert left to do and ↵Escherichia2024-03-281-5/+5
| | | | we need to see how translate_crate can give meta to the functions it calls
* Update following changes in CharonSon Ho2023-12-051-18/+35
|
* Update the code following changes in the NameMatcherSon Ho2023-11-291-0/+2
|
* Use the name matcher implemented in CharonSon Ho2023-11-201-2/+8
|
* Finish propagating the changes to the names and cleaningSon Ho2023-11-161-2/+2
|
* Do more cleanupSon Ho2023-11-151-3/+3
|
* Start updating the name type, cleanup the names and the module abbrevsSon Ho2023-11-151-4/+4
|
* Remove the 'r type variable from the ty type definitionSon Ho2023-11-121-2/+2
|
* Make the traits work for CoqSon Ho2023-11-091-3/+4
|
* Fix some issues and regenerate the HashmapMain example for LeanSon Ho2023-10-261-5/+6
|
* Improve the handling of saved function effects in ExtractBuiltin.mlSon Ho2023-10-261-11/+17
|
* Handle properly the builtin, non fallible functionsSon Ho2023-10-241-15/+19
|
* Merge branch 'son_traits' into son_traits_typesSon Ho2023-10-241-3/+21
|\
| * Merge branch 'son_traits_arrow' into protz_numericSon Ho2023-10-241-1/+1
| |\
| * | Add more support for numeric operations, xor, rotateJonathan Protzenko2023-10-221-3/+21
| | |
* | | Remove some assumed types and add more support for builtin definitionsSon Ho2023-10-231-1/+1
| |/ |/|
* | Start updating to handle function pointersSon Ho2023-10-201-1/+1
|/
* Start adding support for traitsSon Ho2023-08-311-5/+10
|
* Do not introduce match on the fuel for non-recursive functionsSon Ho2022-11-161-7/+22
|
* Make [Result::Failure] type an [Error] parameterSon Ho2022-11-141-1/+1
|
* Implement the generation of stateful backward functions (controlled by an ↵Son Ho2022-11-101-1/+1
| | | | option)
* Move the AssignGlobal case from statement to rvalueSon Ho2022-10-281-1/+1
|
* Make minor updates to account for Charon's changesSon Ho2022-10-281-2/+1
|
* Reformat the codeSon Ho2022-10-271-5/+5
|
* Reorganize a bit the projectSon Ho2022-10-271-0/+143