summaryrefslogtreecommitdiff
path: root/compiler/SymbolicAst.ml (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Rename meta into spanAymeric Fromherz2024-05-241-8/+8
|
* added Error and EError to expressions and propagated related changesEscherichia2024-04-031-0/+1
|
* Improve the generation of pretty name and the micro passesSon Ho2024-03-201-0/+3
|
* Make good progress on adding generics to global constantsSon Ho2024-03-181-1/+1
|
* Update following changes in CharonSon Ho2024-03-171-2/+1
|
* Add some commentsSon Ho2024-03-081-7/+7
|
* Make progress on fixing the loopsSon Ho2024-03-081-2/+1
|
* Fix an issue when merging the fwd/back functions of trait methodsSon Ho2023-12-221-0/+4
|
* Make good progress on merging the fwd/back functionsSon Ho2023-12-211-0/+4
|
* Fix the issues with the cross-references for OCaml docSon Ho2023-11-271-2/+2
|
* Add span information to the generated codeSon Ho2023-11-211-6/+7
|
* Use the name matcher implemented in CharonSon Ho2023-11-201-1/+1
|
* Start updating the name type, cleanup the names and the module abbrevsSon Ho2023-11-151-47/+44
|
* Rename some variantsSon Ho2023-11-121-1/+1
|
* Remove the 'r type variable from the ty type definitionSon Ho2023-11-121-27/+13
|
* Make progress on correctly handling trait method calls in the symbolic executionSon Ho2023-09-111-1/+1
|
* Add support for the trait associated constantsSon Ho2023-09-101-1/+7
|
* Start adding support for traitsSon Ho2023-08-311-4/+1
|
* Update following the introduction of ConstantExprSon Ho2023-08-181-7/+13
|
* Fix an issue with the extraction of aggregated arraysSon Ho2023-08-031-1/+8
|
* Make progressSon Ho2023-08-021-0/+3
|
* Fix some issues with the values given back by loop backward translationsSon Ho2023-02-031-0/+5
|
* Add more loop examples and fix issuesSon Ho2023-02-031-0/+16
|
* Make good progress on updating SymbolicToPureSon Ho2023-02-031-9/+95
|
* Add a `Loop` node in the pure ASTSon Ho2023-02-031-4/+6
|
* Make progress on Interpreter.mlSon Ho2023-02-031-2/+8
|
* Remove the meta-values from the shared and reserved borrow valuesSon Ho2023-02-031-4/+24
|
* Start implementing support for loopsSon Ho2023-02-031-0/+7
|
* Make good progress on the Coq backendSon Ho2022-11-141-0/+4
|
* Factor out the symbolic execution for the forward/backward translationsSon Ho2022-11-101-5/+8
|
* Implement the generation of stateful backward functions (controlled by an ↵Son Ho2022-11-101-0/+8
| | | | option)
* Reorganize branching symbolic expansions to prepare for the join operationSon Ho2022-11-101-0/+1
|
* Add ids to the dummy variablesSon Ho2022-11-071-1/+1
|
* Reorganize a bit the projectSon Ho2022-10-271-0/+98