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
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2024-03-29
Add an error message
Son Ho
1
-3
/
+1
2024-03-29
added file and line arg to craise and cassert
Escherichia
1
-9
/
+9
2024-03-28
formatting
Escherichia
1
-29
/
+46
2024-03-28
Should answer all comments, there are still some TODO: error message left
Escherichia
1
-2
/
+2
2024-03-28
WIP: translate.ml and extract.ml do not compile. Some assert left to do and w...
Escherichia
1
-2
/
+2
2024-03-28
WIP: does not compile yet because we need to propagate the meta variable.
Escherichia
1
-36
/
+37
2024-03-08
Do not fail in end_abstraction_aux if the abs disappeared
Son Ho
1
-3
/
+7
2024-03-08
Make progress on propagating the changes
Son Ho
1
-0
/
+2
2024-01-25
Fix a minor issue when values are moved in the loops
Son Ho
1
-0
/
+19
2023-12-18
Rename some definitions
Son Ho
1
-21
/
+21
2023-12-05
Fix a minor issue with the use of const generics
Son Ho
1
-1
/
+5
2023-12-05
Update following changes in Charon
Son Ho
1
-1
/
+1
2023-11-27
Fix the issues with the cross-references for OCaml doc
Son Ho
1
-4
/
+4
2023-11-16
Finish propagating the changes to the names and cleaning
Son Ho
1
-1
/
+1
2023-11-15
Start updating the name type, cleanup the names and the module abbrevs
Son Ho
1
-27
/
+25
2023-11-13
Normalize the types when computing the regions hierarchies
Son Ho
1
-6
/
+2
2023-11-13
Add RegionsHierarchy.ml
Son Ho
1
-0
/
+2
2023-11-12
Remove the 'r type variable from the ty type definition
Son Ho
1
-170
/
+69
2023-09-17
Normalize the function signatures before translation to pure
Son Ho
1
-0
/
+20
2023-09-17
Merge trans_ctx and decls_ctx
Son Ho
1
-1
/
+5
2023-09-13
Fix some issues
Son Ho
1
-0
/
+13
2023-09-13
Make minor modifications
Son Ho
1
-0
/
+12
2023-09-01
Compute the normalized trait types maps and update Interpreter
Son Ho
1
-1
/
+1
2023-09-01
Implement the normalization functions in AssociatedTypes
Son Ho
1
-0
/
+43
2023-08-31
Start adding support for traits
Son Ho
1
-0
/
+24
2023-08-18
Update following the introduction of ConstantExpr
Son Ho
1
-0
/
+9
2023-08-01
Start adding support for const generics
Son Ho
1
-1
/
+7
2023-02-03
Fix the comments for ocamldoc
Son Ho
1
-2
/
+2
2023-02-03
Implement support for nested borrows in loops, and add loop tests
Son Ho
1
-0
/
+18
2023-02-03
Fix another bug
Son Ho
1
-0
/
+6
2023-02-03
Make progress on Interpreter.ml
Son Ho
1
-3
/
+9
2023-02-03
Merge loop abs so that there is one abs per function input region group
Son Ho
1
-0
/
+1
2023-02-03
Improve some visitors and ctx_merge_regions
Son Ho
1
-8
/
+60
2023-02-03
Make progress on the fixed point computation
Son Ho
1
-32
/
+4
2023-02-03
Start implementing support for loops
Son Ho
1
-0
/
+70
2022-11-10
Implement a Config.ml file which groups all the global options in references
Son Ho
1
-54
/
+1
2022-11-07
Add ids to the dummy variables
Son Ho
1
-59
/
+85
2022-11-07
Replace all the occurrences of `failwith ...` with `raise (Failure ...)`
Son Ho
1
-9
/
+9
2022-10-28
Make minor updates to account for Charon's changes
Son Ho
1
-2
/
+2
2022-10-28
Move some files to the Charon project
Son Ho
1
-0
/
+1
2022-10-27
Reorganize a bit the project
Son Ho
1
-0
/
+0
2022-10-26
Update the code documentation to fix links and syntax issues
Son Ho
1
-59
/
+59
2022-10-13
Rename Modules to Crates
Son Ho
1
-3
/
+2
2022-09-22
Reformat the project with dune
Son Ho
1
-9
/
+4
2022-07-18
Address much stuff of the PR, throw exceptions at remaining places
Sidney Congard
1
-3
/
+8
2022-06-21
concrete & symbolic evaluation work with new LLBC format
Sidney Congard
1
-2
/
+9
2022-06-08
read globals from LLBC JSON into functions
Sidney Congard
1
-0
/
+1
2022-05-06
Add an option to eagerly end abstractions if a function has return type
Son Ho
1
-0
/
+11
2022-03-03
Rename CFIM to LLBC
Son Ho
1
-1
/
+1
2022-03-03
Rename TypeDef...,type_def...,FunDef,fun_def to ...Decl,...decl
Son Ho
1
-9
/
+9
[next]