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
/
PureUtils.ml
(
follow
)
Commit message (
Collapse
)
Author
Age
Files
Lines
*
Improve the pure micro passes
Son Ho
2023-12-21
1
-0
/
+13
|
*
Simplify the type of the merged fwd/back functions
Son Ho
2023-12-21
1
-0
/
+1
|
*
Remove some asserts which are now useless
Son Ho
2023-12-21
1
-1
/
+4
|
*
Make good progress on merging the fwd/back functions
Son Ho
2023-12-21
1
-5
/
+14
|
*
Make progress on propagating the changes
Son Ho
2023-12-15
1
-17
/
+7
|
*
Make good progress on updating SymbolicToPure
Son Ho
2023-12-15
1
-0
/
+23
|
*
Make progress on generalizing the signature information
Son Ho
2023-12-15
1
-9
/
+1
|
*
Start updating Pure.fun_sig_info to handle merged forward and backward functions
Son Ho
2023-12-14
1
-1
/
+5
|
*
Update Pure.fun_sig_info
Son Ho
2023-12-13
1
-0
/
+19
|
*
Use a better syntax when extracting tuple types (structures with unnamed fields)
Son Ho
2023-12-07
1
-0
/
+11
|
*
Fix the issues with the cross-references for OCaml doc
Son Ho
2023-11-27
1
-1
/
+1
|
*
Improve further the generation of parent clause/trait clause names
Son Ho
2023-11-22
1
-0
/
+4
|
*
Add span information to the generated code
Son Ho
2023-11-21
1
-2
/
+4
|
*
Add an `is_local` field to declarations
Son Ho
2023-11-21
1
-0
/
+2
|
*
Use the name matcher implemented in Charon
Son Ho
2023-11-20
1
-1
/
+1
|
*
Start updating the name type, cleanup the names and the module abbrevs
Son Ho
2023-11-15
1
-3
/
+5
|
*
Prefix variants related to types with "T"
Son Ho
2023-11-12
1
-29
/
+29
|
*
Rename some variants
Son Ho
2023-11-12
1
-1
/
+1
|
*
Remove the 'r type variable from the ty type definition
Son Ho
2023-11-12
1
-28
/
+28
|
*
Progress on making the traits work for F*
Son Ho
2023-11-09
1
-0
/
+35
|
*
Make progress on correctly extracting trait method calls
Son Ho
2023-09-17
1
-0
/
+17
|
*
Start adding support for traits
Son Ho
2023-08-31
1
-44
/
+88
|
*
Add tests which use const generics as values
Son Ho
2023-08-18
1
-0
/
+3
|
*
Update following the introduction of ConstantExpr
Son Ho
2023-08-18
1
-1
/
+2
|
*
Make progress proapagating the changes
Son Ho
2023-08-02
1
-37
/
+55
|
*
Start adding support for const generics
Son Ho
2023-08-01
1
-5
/
+3
|
*
Make progress on extracting the HOL4 files
Son Ho
2023-06-04
1
-0
/
+24
|
*
Make good progress on generating code for HOL4
Son Ho
2023-06-04
1
-1
/
+1
|
*
Add a special expression for structure creation/update
Son Ho
2023-06-04
1
-1
/
+1
|
*
Make sure let-bindings in Lean end with line breaks and improve formatting
Son Ho
2023-06-04
1
-2
/
+7
|
*
Implement a pass to filter the unused input arguments in the loop functions
Son Ho
2023-02-03
1
-7
/
+19
|
*
Improve the heuristic to find pretty names for the variables in the loops
Son Ho
2023-02-03
1
-0
/
+6
|
*
Fix a minor issue in decompose_let_bindings
Son Ho
2023-02-03
1
-0
/
+5
|
*
Implement a micro-pass to simplify the let-bindings followed by a return
Son Ho
2023-02-03
1
-0
/
+36
|
*
Fix various issues with the generation of code for the loops
Son Ho
2023-02-03
1
-0
/
+15
|
*
Make good progress on updating SymbolicToPure
Son Ho
2023-02-03
1
-1
/
+1
|
*
Add a `Loop` node in the pure AST
Son Ho
2023-02-03
1
-0
/
+6
|
*
Compute the SCCs of the functions to extract in Translate.ml
Son Ho
2023-02-03
1
-49
/
+0
|
*
Add a `-use-fuel` option
Son Ho
2022-11-14
1
-4
/
+12
|
*
Make [Result::Failure] type an [Error] parameter
Son Ho
2022-11-14
1
-5
/
+27
|
*
Improve the formatting of the generated code
Son Ho
2022-11-14
1
-0
/
+9
|
*
Make good progress on the Coq backend
Son Ho
2022-11-14
1
-2
/
+2
|
*
Reorganize the project to prepare for new backends
Son Ho
2022-11-14
1
-1
/
+1
|
*
Fix some issues with the comments
Son Ho
2022-11-11
1
-1
/
+1
|
*
Implement the generation of stateful backward functions (controlled by an ↵
Son Ho
2022-11-10
1
-0
/
+6
|
|
|
|
option)
*
Update the way function names are handled in Pure
Son Ho
2022-11-10
1
-16
/
+19
|
*
Reorganize branching symbolic expansions to prepare for the join operation
Son Ho
2022-11-10
1
-0
/
+4
|
*
Update `switch` to have a specific treatment of ADTs
Son Ho
2022-11-10
1
-1
/
+1
|
*
Replace all the occurrences of `failwith ...` with `raise (Failure ...)`
Son Ho
2022-11-07
1
-1
/
+1
|
*
Reformat the code
Son Ho
2022-10-27
1
-1
/
+2
|
[next]