index
:
aeneas
isabelle
aeneas rust verifier with a hacky Isabelle backend
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
compiler
/
InterpreterPaths.ml
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
Make minor modifications
Son Ho
2024-06-03
1
-1
/
+1
*
Start adding markers
Son Ho
2024-05-24
1
-4
/
+6
*
Rename meta into span
Aymeric Fromherz
2024-05-24
1
-95
/
+95
*
Update the interpreter so that it is not written in CPS style (#120)
Escherichia
2024-05-23
1
-73
/
+67
*
Cleanup a bit and improve the error messages
Son Ho
2024-04-07
1
-11
/
+10
*
Cleanup and fix a mistake
Son Ho
2024-03-29
1
-1
/
+1
*
formatting and changed save_error condition for failing from b to not b
Escherichia
2024-03-29
1
-8
/
+19
*
added file and line arg to craise and cassert
Escherichia
2024-03-29
1
-24
/
+24
*
formatting
Escherichia
2024-03-28
1
-42
/
+51
*
Should answer all comments, there are still some TODO: error message left
Escherichia
2024-03-28
1
-9
/
+9
*
Added sanity_check and sanity_check_opt_meta helpers and changed sanity check...
Escherichia
2024-03-28
1
-2
/
+2
*
Inverted meta and config argument orders (from meta -> config to config -> meta)
Escherichia
2024-03-28
1
-23
/
+23
*
Still need to fill the TODO: error message and check some meta but it builds
Escherichia
2024-03-28
1
-1
/
+1
*
WIP: translate.ml and extract.ml do not compile. Some assert left to do and w...
Escherichia
2024-03-28
1
-32
/
+32
*
WIP: does not compile yet because we need to propagate the meta variable.
Escherichia
2024-03-28
1
-6
/
+6
*
WIP Beginning working on better errors: began replacing raise (Failure) and a...
Escherichia
2024-03-28
1
-61
/
+62
*
Do not activate the sanity (invariant) checks by default
Son Ho
2023-11-27
1
-1
/
+1
*
Start updating the name type, cleanup the names and the module abbrevs
Son Ho
2023-11-15
1
-89
/
+84
*
Add the "V" prefix to most variants related to values
Son Ho
2023-11-12
1
-45
/
+39
*
Prefix variants related to types with "T"
Son Ho
2023-11-12
1
-6
/
+6
*
Remove the 'r type variable from the ty type definition
Son Ho
2023-11-12
1
-16
/
+17
*
Remove some assumed types and add more support for builtin definitions
Son Ho
2023-10-23
1
-29
/
+2
*
Start adding support for traits
Son Ho
2023-08-31
1
-22
/
+33
*
Make progress
Son Ho
2023-08-02
1
-10
/
+11
*
Make progress proapagating the changes
Son Ho
2023-08-02
1
-4
/
+5
*
Remove the meta-values from the shared and reserved borrow values
Son Ho
2023-02-03
1
-3
/
+3
*
Implement a Config.ml file which groups all the global options in references
Son Ho
2022-11-10
1
-24
/
+24
*
Update `switch` to have a specific treatment of ADTs
Son Ho
2022-11-10
1
-17
/
+15
*
Rename "inactivated borrows" to "reserved borrows"
Son Ho
2022-11-07
1
-11
/
+8
*
Add some .mli files
Son Ho
2022-11-07
1
-146
/
+24
*
Add ids to the dummy variables
Son Ho
2022-11-07
1
-3
/
+4
*
Remove the argument [end_borrows] from prepare_lplace and drop_outer_loans_at...
Son Ho
2022-11-07
1
-41
/
+18
*
Replace all the occurrences of `failwith ...` with `raise (Failure ...)`
Son Ho
2022-11-07
1
-5
/
+7
*
Fix an issue with drop_value
Son Ho
2022-11-07
1
-19
/
+21
*
Fix some comment references
Son Ho
2022-10-27
1
-2
/
+4
*
Move constant_value to PrimitiveValues.ml
Son Ho
2022-10-27
1
-2
/
+2
*
Reorganize a bit the project
Son Ho
2022-10-27
1
-0
/
+801