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
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2024-05-24
Expand debug output in loops fixed points
Aymeric Fromherz
1
-1
/
+16
2024-05-24
Rename meta into span
Aymeric Fromherz
51
-2939
/
+2943
2024-05-24
Rename span into raw_span
Aymeric Fromherz
4
-20
/
+20
2024-05-24
Update charon pin
Nadrieril
2
-2
/
+3
2024-05-24
Fix a crash which happens when type definitions are ignored
Son Ho
1
-2
/
+5
2024-05-24
Print the name patterns of the definitions which fail to extract
Son Ho
2
-15
/
+24
2024-05-23
Update the interpreter so that it is not written in CPS style (#120)
Escherichia
19
-2294
/
+2116
2024-05-14
Catch new literal variants
Nadrieril
2
-0
/
+6
2024-05-14
Ensure `./charon` points to a valid charon clone
Nadrieril
2
-1
/
+1
2024-05-06
Update charon
Nadrieril
2
-3
/
+12
2024-05-01
Add error when handling mutually recursive traits
Aymeric Fromherz
1
-1
/
+4
2024-04-26
Update compiler/ExtractBuiltin.ml
Son HO
1
-1
/
+1
2024-04-25
Update the backend and ExtractBuiltin.ml
Son Ho
1
-1
/
+4
2024-04-24
Add core::option::unwrap builtin
Zyad Hassan
1
-0
/
+2
2024-04-24
compiler: introduce Lean-only translations
Ryan Lahfa
1
-10
/
+25
2024-04-24
compiler: map `core::option::Option::is_none` to `Option.isNone`
Ryan Lahfa
1
-0
/
+4
2024-04-24
compiler: map `core::mem::swap` to the pure swap
Ryan Lahfa
1
-0
/
+2
2024-04-22
Fix an issue when joining a symbolic value with bottom
Son Ho
2
-11
/
+33
2024-04-22
Reformat some files
Son Ho
5
-24
/
+47
2024-04-18
fix(backends/lean): extract more keywords from `lstlean.tex`
Ryan Lahfa
1
-0
/
+2
2024-04-18
fix(backends/lean): extract more keywords from `lstlean.latex`
Ryan Lahfa
1
-0
/
+62
2024-04-18
item_meta
Nadrieril
9
-80
/
+81
2024-04-17
chore(backends/lean): sort the keyword list
Ryan Lahfa
1
-4
/
+4
2024-04-17
fix(backends/lean): `from` is a keyword
Ryan Lahfa
1
-0
/
+1
2024-04-17
fix(backends/lean): `as` is a keyword
Ryan Lahfa
1
-0
/
+1
2024-04-17
compiler: map `core::option::Option::take` to identity function
Ryan Lahfa
1
-0
/
+4
2024-04-12
Add more definitions to the Lean library
Son Ho
1
-0
/
+73
2024-04-12
Start adding integer functions to the Lean library
Son Ho
4
-55
/
+181
2024-04-12
Update the bindings for the extraction
Son Ho
1
-14
/
+11
2024-04-11
Update a comment
Son Ho
1
-2
/
+2
2024-04-11
Reformat the code
Son Ho
1
-9
/
+6
2024-04-11
Update a comment
Son HO
1
-1
/
+1
2024-04-10
Trust rustc regarding `Copy` bounds
Nadrieril
3
-7
/
+7
2024-04-07
Improve the error messages further
Son Ho
3
-1
/
+44
2024-04-07
Cleanup a bit and improve the error messages
Son Ho
12
-82
/
+91
2024-04-05
Resolved comments and added the name of the not translated element
Escherichia
2
-7
/
+18
2024-04-05
resolved comments
Escherichia
3
-99
/
+113
2024-04-05
error catching should now be able to tell when code couldn't be generated
Escherichia
3
-101
/
+144
2024-04-04
Add field mk_return, mk_panic in SymbolicToPure.bs_ctx
Son Ho
2
-90
/
+152
2024-04-04
Update the extraction
Son Ho
8
-34
/
+30
2024-04-04
Fix a minor issue
Son Ho
1
-1
/
+1
2024-04-04
Update the way errors are reported
Son Ho
2
-10
/
+7
2024-04-04
Make a minor update in SymbolicToPure
Son Ho
1
-8
/
+7
2024-04-04
Now prints all errors in the error_list
Escherichia
2
-3
/
+11
2024-04-04
Improve the name of the backward functions further
Son Ho
2
-5
/
+19
2024-04-04
Update the names of the synthesized backward functions
Son Ho
2
-2
/
+13
2024-04-04
Update a comment
Son Ho
1
-3
/
+5
2024-04-04
Make a minor modification
Son Ho
1
-2
/
+4
2024-04-04
Make minor modifications
Son Ho
1
-15
/
+21
2024-04-03
Add builtins for some checked ops such as checked_add
Zyad Hassan
1
-0
/
+31
[next]