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
/
PrePasses.ml
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2023-11-15
Start updating the name type, cleanup the names and the module abbrevs
Son Ho
1
-33
/
+29
2023-11-12
Prefix variants related to types with "T"
Son Ho
1
-1
/
+1
2023-10-23
Remove some assumed types and add more support for builtin definitions
Son Ho
1
-1
/
+1
2023-08-31
Start adding support for traits
Son Ho
1
-2
/
+2
2023-08-08
Update the code following a refactor on Charon's side
Son Ho
1
-1
/
+3
2023-02-03
Add a comment for PrePasses.remove_shallow_borrows
Son Ho
1
-2
/
+87
2023-02-03
Implement a pass to filter shallow borrows
Son Ho
1
-1
/
+80
2023-02-03
Merge loop abs so that there is one abs per function input region group
Son Ho
1
-1
/
+115
2022-11-10
Update `switch` to have a specific treatment of ADTs
Son Ho
1
-3
/
+2
2022-11-07
Deactivate filter_drop_assigns and implement remove_useless_cf_merges in PreP...
Son Ho
1
-4
/
+107
2022-10-28
Make minor updates to account for Charon's changes
Son Ho
1
-1
/
+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
-5
/
+5
2022-10-26
Add meta data with code locations to the various definitions
Son Ho
1
-4
/
+4
2022-10-13
Rename Modules to Crates
Son Ho
1
-2
/
+1
2022-05-15
Add a pass to cleanup the deconstructed ADTs and fix a small issue
Son Ho
1
-0
/
+1
2022-03-03
Make good progress on adding support for external and opaque
Son Ho
1
-1
/
+5
2022-03-03
Rename CFIM to LLBC
Son Ho
1
-2
/
+2
2022-03-03
Rename TypeDef...,type_def...,FunDef,fun_def to ...Decl,...decl
Son Ho
1
-1
/
+1
2022-02-08
Add PrePasses.ml which was forgotten in a previous commit
Son Ho
1
-0
/
+50