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
/
CfimOfJson.ml
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2022-02-22
Add support for "fused" match branches
Son Ho
1
-1
/
+1
2022-02-10
Make minor updates to deserialization
Son Ho
1
-13
/
+18
2022-02-08
Update the Makefile to add hashmap as a test and fix some issues
Son Ho
1
-1
/
+15
2022-02-08
Fix some issues
Son Ho
1
-1
/
+1
2022-02-08
Start adding more assumed types and functions
Son Ho
1
-5
/
+7
2022-01-29
Make the field names optional and make progress on ExtractToFStar
Son Ho
1
-1
/
+1
2022-01-29
Add a "name" field in Module
Son Ho
1
-1
/
+3
2022-01-18
Update the types and deserialization following charon's updates
Son Ho
1
-33
/
+60
2022-01-05
Make good progress on eval_local_function_call_symbolic
Son Ho
1
-6
/
+7
2022-01-05
Update the code to deserialize regions_hierarchy information
Son Ho
1
-0
/
+17
2021-12-17
Use RegionVarId and RegionId in a more consistent manner
Son Ho
1
-5
/
+5
2021-12-01
Merge the ADTs, tuples and assumed types in the type and value
Son Ho
1
-9
/
+15
2021-12-01
Cleanup a bit
Son Ho
1
-1
/
+1
2021-12-01
Factorize type_var and region_var
Son Ho
1
-2
/
+2
2021-12-01
Move the var definition
Son Ho
1
-2
/
+2
2021-12-01
Merge statements and expressions into statements
Son Ho
1
-23
/
+15
2021-11-30
Remove the vector type for the Id module
Son Ho
1
-19
/
+11
2021-11-29
Fix some issues and start printing modules
Son Ho
1
-2
/
+2
2021-11-29
Finish cleaning up CfimOfJson
Son Ho
1
-116
/
+115
2021-11-29
Continue cleaning up
Son Ho
1
-54
/
+53
2021-11-29
Continue cleanin
Son Ho
1
-29
/
+28
2021-11-29
Start cleaning up CfimOfJson
Son Ho
1
-8
/
+8
2021-11-29
Move some definitions from CfimOfJson.ml to a new Modules.ml
Son Ho
1
-14
/
+1
2021-11-25
Start working on function calls
Son Ho
1
-2
/
+2
2021-11-24
Make progress on eval_rvalue and update aggregate_kind
Son Ho
1
-2
/
+5
2021-11-24
Implement eval_binary_op
Son Ho
1
-12
/
+12
2021-11-23
Finish implementing constant_value_to_typed_value
Son Ho
1
-1
/
+6
2021-11-23
Add more utilities for scalars and add range tests in CfimOfJson
Son Ho
1
-39
/
+48
2021-11-22
Make progress on {read,write}_path
Son Ho
1
-3
/
+0
2021-11-18
Implement char deserialization and commit forgotten changes
Son Ho
1
-65
/
+0
2021-11-18
Factorize the deserialization code a bit
Son Ho
1
-2
/
+1
2021-11-18
Remove the automatic derivation of Yojson (de)serializers
Son Ho
1
-2
/
+2
2021-11-18
Make various modifications to the deserializer
Son Ho
1
-6
/
+6
2021-11-18
Make a minor fix to the deserializer
Son Ho
1
-6
/
+6
2021-11-18
Make the json deserializer work
Son Ho
1
-477
/
+505
2021-11-17
Implement module deserialization
Son Ho
1
-0
/
+66
2021-11-17
Implement deserializing for CfimAst
Son Ho
1
-2
/
+144
2021-11-17
Implement deserialization for Expressions
Son Ho
1
-3
/
+144
2021-11-17
Implement values deserialization
Son Ho
1
-1
/
+82
2021-11-17
Make more progress on CfimOfJson
Son Ho
1
-0
/
+54
2021-11-17
Start implementing by hand the json deserializers
Son Ho
1
-0
/
+166