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
/
Contexts.ml
(
follow
)
Commit message (
Collapse
)
Author
Age
Files
Lines
*
Rename meta into span
Aymeric Fromherz
2024-05-24
1
-36
/
+36
|
*
Add an error message
Son Ho
2024-03-29
1
-3
/
+1
|
*
added file and line arg to craise and cassert
Escherichia
2024-03-29
1
-9
/
+9
|
*
formatting
Escherichia
2024-03-28
1
-29
/
+46
|
*
Should answer all comments, there are still some TODO: error message left
Escherichia
2024-03-28
1
-2
/
+2
|
*
WIP: translate.ml and extract.ml do not compile. Some assert left to do and ↵
Escherichia
2024-03-28
1
-2
/
+2
|
|
|
|
we need to see how translate_crate can give meta to the functions it calls
*
WIP: does not compile yet because we need to propagate the meta variable.
Escherichia
2024-03-28
1
-36
/
+37
|
*
Do not fail in end_abstraction_aux if the abs disappeared
Son Ho
2024-03-08
1
-3
/
+7
|
*
Make progress on propagating the changes
Son Ho
2024-03-08
1
-0
/
+2
|
*
Fix a minor issue when values are moved in the loops
Son Ho
2024-01-25
1
-0
/
+19
|
*
Rename some definitions
Son Ho
2023-12-18
1
-21
/
+21
|
*
Fix a minor issue with the use of const generics
Son Ho
2023-12-05
1
-1
/
+5
|
*
Update following changes in Charon
Son Ho
2023-12-05
1
-1
/
+1
|
*
Fix the issues with the cross-references for OCaml doc
Son Ho
2023-11-27
1
-4
/
+4
|
*
Finish propagating the changes to the names and cleaning
Son Ho
2023-11-16
1
-1
/
+1
|
*
Start updating the name type, cleanup the names and the module abbrevs
Son Ho
2023-11-15
1
-27
/
+25
|
*
Normalize the types when computing the regions hierarchies
Son Ho
2023-11-13
1
-6
/
+2
|
*
Add RegionsHierarchy.ml
Son Ho
2023-11-13
1
-0
/
+2
|
*
Remove the 'r type variable from the ty type definition
Son Ho
2023-11-12
1
-170
/
+69
|
*
Normalize the function signatures before translation to pure
Son Ho
2023-09-17
1
-0
/
+20
|
*
Merge trans_ctx and decls_ctx
Son Ho
2023-09-17
1
-1
/
+5
|
*
Fix some issues
Son Ho
2023-09-13
1
-0
/
+13
|
*
Make minor modifications
Son Ho
2023-09-13
1
-0
/
+12
|
*
Compute the normalized trait types maps and update Interpreter
Son Ho
2023-09-01
1
-1
/
+1
|
*
Implement the normalization functions in AssociatedTypes
Son Ho
2023-09-01
1
-0
/
+43
|
*
Start adding support for traits
Son Ho
2023-08-31
1
-0
/
+24
|
*
Update following the introduction of ConstantExpr
Son Ho
2023-08-18
1
-0
/
+9
|
*
Start adding support for const generics
Son Ho
2023-08-01
1
-1
/
+7
|
*
Fix the comments for ocamldoc
Son Ho
2023-02-03
1
-2
/
+2
|
*
Implement support for nested borrows in loops, and add loop tests
Son Ho
2023-02-03
1
-0
/
+18
|
*
Fix another bug
Son Ho
2023-02-03
1
-0
/
+6
|
*
Make progress on Interpreter.ml
Son Ho
2023-02-03
1
-3
/
+9
|
*
Merge loop abs so that there is one abs per function input region group
Son Ho
2023-02-03
1
-0
/
+1
|
*
Improve some visitors and ctx_merge_regions
Son Ho
2023-02-03
1
-8
/
+60
|
*
Make progress on the fixed point computation
Son Ho
2023-02-03
1
-32
/
+4
|
*
Start implementing support for loops
Son Ho
2023-02-03
1
-0
/
+70
|
*
Implement a Config.ml file which groups all the global options in references
Son Ho
2022-11-10
1
-54
/
+1
|
*
Add ids to the dummy variables
Son Ho
2022-11-07
1
-59
/
+85
|
*
Replace all the occurrences of `failwith ...` with `raise (Failure ...)`
Son Ho
2022-11-07
1
-9
/
+9
|
*
Make minor updates to account for Charon's changes
Son Ho
2022-10-28
1
-2
/
+2
|
*
Move some files to the Charon project
Son Ho
2022-10-28
1
-0
/
+1
|
*
Reorganize a bit the project
Son Ho
2022-10-27
1
-0
/
+472