index
:
aeneas
isabelle
aeneas rust verifier with a hacky Isabelle backend
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
|
|
|
Merge pull request #202 from AeneasVerif/afromher_debug
Aymeric Fromherz
2024-05-24
1
-1
/
+16
|
\
\
\
\
|
|
/
/
/
|
/
|
|
|
|
*
|
|
Merge remote-tracking branch 'origin/main' into afromher_debug
Aymeric Fromherz
2024-05-24
91
-3550
/
+5686
|
|
\
\
\
|
|
/
/
/
|
/
|
|
|
|
*
|
|
Expand debug output in loops fixed points
Aymeric Fromherz
2024-05-24
1
-1
/
+16
|
|
*
|
Regenerate Lean files for betree
Aymeric Fromherz
2024-05-23
1
-0
/
+4
|
|
*
|
Add simp, reducible attributes to generated Lean projectors
Aymeric Fromherz
2024-05-23
1
-0
/
+10
|
|
*
|
Regenerate Lean files for betree following extraction changes
Aymeric Fromherz
2024-05-23
2
-47
/
+46
|
|
*
|
Do not expand field projector for recursive structs to a let binding in Lean
Aymeric Fromherz
2024-05-23
1
-5
/
+0
|
|
*
|
Improve formatting of Lean struct projectors
Aymeric Fromherz
2024-05-23
1
-2
/
+6
|
|
*
|
Add printing of projectors for recursive structs in Lean backend
Aymeric Fromherz
2024-05-23
1
-3
/
+130
|
|
|
*
feat: add small pieces of max theory
Ryan Lahfa
2024-05-24
1
-0
/
+39
|
|
_
|
/
|
/
|
|
*
|
|
Merge pull request #197 from AeneasVerif/test-harness3
Guillaume Boisseau
2024-05-24
91
-3550
/
+5686
|
\
\
\
|
|
/
/
|
/
|
|
|
*
|
runner: Use full path and use an enum for crate vs file
Nadrieril
2024-05-24
2
-43
/
+55
|
*
|
runner: Do both steps of generation at once
Nadrieril
2024-05-24
2
-24
/
+25
|
*
|
Auto-detect test cases
Nadrieril
2024-05-24
4
-33
/
+39
|
*
|
Use runner to generate llbc
Nadrieril
2024-05-24
3
-84
/
+126
|
*
|
Tweak a path
Nadrieril
2024-05-24
52
-1221
/
+1220
|
*
|
Import test suite from charon
Nadrieril
2024-05-24
27
-56
/
+4148
|
*
|
Remove secondary betree test
Nadrieril
2024-05-24
10
-2101
/
+4
|
*
|
Let the runner choose which backends to use
Nadrieril
2024-05-24
2
-43
/
+28
|
*
|
Cleanup test runner
Nadrieril
2024-05-24
1
-99
/
+124
|
*
|
Set all options in the test runner
Nadrieril
2024-05-24
2
-51
/
+58
|
*
|
Move the subdirectory selection to the test runner
Nadrieril
2024-05-24
2
-56
/
+28
|
*
|
Add simple test runner
Nadrieril
2024-05-24
8
-6
/
+110
|
*
|
Regroup and sort makefile test entries
Nadrieril
2024-05-24
1
-95
/
+85
|
*
|
make: deduplicate setting the backend
Nadrieril
2024-05-24
1
-13
/
+7
|
*
|
Format `flake.nix`
Nadrieril
2024-05-24
1
-35
/
+39
|
/
/
*
|
Merge pull request #175 from AeneasVerif/afromher/meta
Son HO
2024-05-24
53
-2958
/
+2962
|
\
\
|
*
|
update charon pin
Aymeric Fromherz
2024-05-24
2
-4
/
+4
|
*
|
update charon pin
Aymeric Fromherz
2024-05-24
2
-4
/
+4
|
*
|
Rename meta into span
Aymeric Fromherz
2024-05-24
51
-2939
/
+2943
|
*
|
Rename span into raw_span
Aymeric Fromherz
2024-05-24
4
-20
/
+20
|
/
/
*
|
Merge pull request #200 from AeneasVerif/bump-charon
Guillaume Boisseau
2024-05-24
4
-6
/
+7
|
\
\
|
*
|
Update charon pin
Nadrieril
2024-05-24
4
-6
/
+7
|
/
/
*
|
Merge pull request #199 from AeneasVerif/son/errors
Son HO
2024-05-24
2
-17
/
+29
|
\
\
|
*
|
Fix a crash which happens when type definitions are ignored
Son Ho
2024-05-24
1
-2
/
+5
|
*
|
Print the name patterns of the definitions which fail to extract
Son Ho
2024-05-24
2
-15
/
+24
|
/
/
*
|
Merge pull request #198 from AeneasVerif/son/omega
Son HO
2024-05-24
4
-104
/
+82
|
\
\
|
*
|
Update scalar_tac to use omega instead of linarith
Son Ho
2024-05-24
4
-104
/
+82
|
/
/
*
/
Update the interpreter so that it is not written in CPS style (#120)
Escherichia
2024-05-23
19
-2294
/
+2116
|
/
*
Merge pull request #192 from AeneasVerif/bump-charon
Guillaume Boisseau
2024-05-23
17
-25
/
+25
|
\
|
*
Bump charon version
Nadrieril
2024-05-23
17
-25
/
+25
|
/
*
Merge pull request #189 from AeneasVerif/son/progress
Son HO
2024-05-21
1
-0
/
+13
|
\
|
*
Fix an issue in the progress tactic
Son Ho
2024-05-21
1
-0
/
+13
|
/
*
Merge pull request #183 from RaitoBezarius/coercions
Son HO
2024-05-21
1
-0
/
+12
|
\
|
*
Merge branch 'main' into coercions
Son HO
2024-05-21
2
-3
/
+3
|
|
\
|
|
/
|
/
|
*
|
Merge pull request #187 from AeneasVerif/son/readme
Son HO
2024-05-17
1
-2
/
+2
|
\
\
|
*
|
Update the README
Son Ho
2024-05-17
1
-2
/
+2
|
/
/
*
|
Merge pull request #186 from AeneasVerif/fix-make
Guillaume Boisseau
2024-05-15
1
-1
/
+1
|
\
\
|
*
|
Makefile: `make check-charon` should not try to recreate the commit pin`
Nadrieril
2024-05-15
1
-1
/
+1
|
/
/
|
*
feat(backends/lean): make `max`-related coercions nicer
Ryan Lahfa
2024-05-21
1
-0
/
+12
|
/
[prev]
[next]