index
:
aeneas
isabelle
aeneas rust verifier with a hacky Isabelle backend
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
Types.ml
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
Reorganize a bit the project
Son Ho
2022-10-27
1
-208
/
+0
*
Update the code documentation to fix links and syntax issues
Son Ho
2022-10-26
1
-5
/
+5
*
Add meta data with code locations to the various definitions
Son Ho
2022-10-26
1
-14
/
+19
*
Reformat the project with dune
Son Ho
2022-09-22
1
-17
/
+0
*
Add an Opaque variant to type_decl_kind and start updating the code
Son Ho
2022-03-03
1
-1
/
+5
*
Move the names from Identifiers to Names
Son Ho
2022-03-03
1
-0
/
+1
*
Rename TypeDef...,type_def...,FunDef,fun_def to ...Decl,...decl
Son Ho
2022-03-03
1
-6
/
+6
*
Update the way function names are handled
Son Ho
2022-02-24
1
-1
/
+1
*
Update the Makefile to add hashmap as a test and fix some issues
Son Ho
2022-02-08
1
-4
/
+4
*
Start adding more assumed types and functions
Son Ho
2022-02-08
1
-1
/
+7
*
Register the names of the integer types and ops to detect name clashes in
Son Ho
2022-02-04
1
-2
/
+5
*
Implement extraction of function calls
Son Ho
2022-02-03
1
-0
/
+3
*
Make the field names optional and make progress on ExtractToFStar
Son Ho
2022-01-29
1
-1
/
+1
*
Make minor cleaning
Son Ho
2022-01-29
1
-9
/
+6
*
Derive ord for the types
Son Ho
2022-01-18
1
-10
/
+11
*
Update the types and deserialization following charon's updates
Son Ho
2022-01-18
1
-0
/
+27
*
Implement greedy expansion of symbolic variables and expansion before
Son Ho
2022-01-14
1
-0
/
+5
*
Make good progress on eval_local_function_call_symbolic
Son Ho
2022-01-05
1
-2
/
+5
*
Generate visitors for ty
Son Ho
2022-01-03
1
-1
/
+53
*
Use RegionVarId and RegionId in a more consistent manner
Son Ho
2021-12-17
1
-3
/
+13
*
Merge the ADTs, tuples and assumed types in the type and value
Son Ho
2021-12-01
1
-3
/
+10
*
Factorize type_var and region_var
Son Ho
2021-12-01
1
-12
/
+6
*
Move some definitions to new files
Son Ho
2021-12-01
1
-44
/
+0
*
Add comments
Son Ho
2021-12-01
1
-0
/
+1
*
Add various comments
Son Ho
2021-12-01
1
-0
/
+1
*
Remove the vector type for the Id module
Son Ho
2021-11-30
1
-8
/
+5
*
Start deriving formatters for debugging
Son Ho
2021-11-29
1
-6
/
+14
*
Implement fun_def_to_string
Son Ho
2021-11-29
1
-0
/
+4
*
Make various improvements in Print
Son Ho
2021-11-29
1
-0
/
+15
*
Start working logging and make progress on printing ASTs
Son Ho
2021-11-29
1
-2
/
+5
*
Implement expand_bottom_value
Son Ho
2021-11-23
1
-1
/
+23
*
Start working on pretty-printing
Son Ho
2021-11-19
1
-2
/
+5
*
Remove the automatic derivation of Yojson (de)serializers
Son Ho
2021-11-18
1
-14
/
+6
*
Make more progress on CfimOfJson
Son Ho
2021-11-17
1
-2
/
+2
*
Start implementing by hand the json deserializers
Son Ho
2021-11-17
1
-5
/
+5
*
Also generate to_yojson functions
Son Ho
2021-11-17
1
-14
/
+14
*
Use [@@ëerive of_json] on all the types
Son Ho
2021-11-17
1
-6
/
+14
*
Split main.ml between Identifiers.ml and Types.ml
Son Ho
2021-11-03
1
-0
/
+97