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
/
PureMicroPasses.ml
(
follow
)
Commit message (
Collapse
)
Author
Age
Files
Lines
*
Fix a minor mistake in SymbolicToPure
Son Ho
2023-12-18
1
-2
/
+7
|
*
Make progress on updating the code
Son Ho
2023-12-15
1
-19
/
+29
|
*
Make progress on propagating the changes
Son Ho
2023-12-15
1
-55
/
+55
|
*
Make progress on generalizing the signature information
Son Ho
2023-12-15
1
-7
/
+3
|
*
Update Pure.fun_sig_info
Son Ho
2023-12-13
1
-39
/
+57
|
*
Add the num_fwd_inputs_no_fuel_no_state field in Pure.fun_sig
Son Ho
2023-12-13
1
-0
/
+5
|
*
Update the micro passes to inline deconstruction of tuples with one field
Son Ho
2023-12-07
1
-6
/
+34
|
*
Use a better syntax when extracting tuple types (structures with unnamed fields)
Son Ho
2023-12-07
1
-38
/
+44
|
*
Improve further the generation of parent clause/trait clause names
Son Ho
2023-11-22
1
-2
/
+6
|
*
Add span information to the generated code
Son Ho
2023-11-21
1
-3
/
+6
|
*
Add an `is_local` field to declarations
Son Ho
2023-11-21
1
-0
/
+1
|
*
Fix minor issues
Son Ho
2023-11-20
1
-53
/
+13
|
*
Update SymbolicToPure.eliminate_box_functions
Son Ho
2023-11-16
1
-30
/
+45
|
*
Finish propagating the changes to the names and cleaning
Son Ho
2023-11-16
1
-12
/
+17
|
*
Add RegionsHierarchy.ml
Son Ho
2023-11-13
1
-4
/
+5
|
*
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
-5
/
+5
|
*
Start taking into account non-fallible functions like core::mem::replace
Son Ho
2023-10-24
1
-5
/
+7
|
*
Remove some assumed types and add more support for builtin definitions
Son Ho
2023-10-23
1
-20
/
+22
|
*
Start updating to handle function pointers
Son Ho
2023-10-20
1
-16
/
+16
|
*
Add sup
Son Ho
2023-10-13
1
-1
/
+1
|
*
Merge trans_ctx and decls_ctx
Son Ho
2023-09-17
1
-7
/
+4
|
*
Make progress on correctly handling trait method calls in the symbolic execution
Son Ho
2023-09-11
1
-14
/
+15
|
*
Add the keep_fwd field in TranslateCore.pure_fun_translation
Son Ho
2023-09-03
1
-15
/
+13
|
*
Update TranslateCore.pure_fun_translation
Son Ho
2023-09-03
1
-10
/
+10
|
*
Update the type TranslateCore.fun_and_loops
Son Ho
2023-09-03
1
-8
/
+9
|
*
Make progress on the extraction
Son Ho
2023-09-03
1
-2
/
+6
|
*
Update PureMicroPasses
Son Ho
2023-09-01
1
-43
/
+18
|
*
Add tests which use const generics as values
Son Ho
2023-08-18
1
-2
/
+2
|
*
Update following the introduction of ConstantExpr
Son Ho
2023-08-18
1
-4
/
+3
|
*
Change some fun id names to use "Mut"/"Shared" as a suffix
Son Ho
2023-08-07
1
-4
/
+4
|
*
Add SliceLen as a primitive function and make minor adjustments
Son Ho
2023-08-04
1
-1
/
+2
|
*
Fix an issue with the extraction of aggregated arrays
Son Ho
2023-08-03
1
-3
/
+3
|
*
Make progress
Son Ho
2023-08-02
1
-9
/
+37
|
*
Improve simplify_aggregates to introduce structure updates
Son Ho
2023-06-04
1
-2
/
+41
|
*
Start updating simplify_aggregates
Son Ho
2023-06-04
1
-2
/
+43
|
*
Add a special expression for structure creation/update
Son Ho
2023-06-04
1
-1
/
+109
|
*
Improve the pretty names generation for loops
Son Ho
2023-02-03
1
-0
/
+2
|
*
Implement a pass to filter the unused input arguments in the loop functions
Son Ho
2023-02-03
1
-14
/
+328
|
*
Improve the heuristic to find pretty names for the variables in the loops
Son Ho
2023-02-03
1
-0
/
+13
|
*
Improve PureMicroPasses.filter_useless and regenerate the betree code
Son Ho
2023-02-03
1
-0
/
+8
|
*
Fix some issues with the values given back by loop backward translations
Son Ho
2023-02-03
1
-3
/
+26
|
*
Fix a minor issue in decompose_let_bindings
Son Ho
2023-02-03
1
-2
/
+3
|
*
Improve the loops' numbering
Son Ho
2023-02-03
1
-132
/
+149
|
*
Implement a micro-pass to simplify the let-bindings followed by a return
Son Ho
2023-02-03
1
-0
/
+63
|
*
Fix a minor bug in Interpreter.ml
Son Ho
2023-02-03
1
-1
/
+4
|
*
Fix various issues with the generation of code for the loops
Son Ho
2023-02-03
1
-96
/
+287
|
*
Add a `Loop` node in the pure AST
Son Ho
2023-02-03
1
-0
/
+18
|
*
Introduce new loop ids in Pure and keep track of the number of loops in a ↵
Son Ho
2023-02-03
1
-1
/
+1
|
|
|
|
function
*
Add loop ids to the pure functions identifiers
Son Ho
2023-02-03
1
-7
/
+8
|
[next]