0
I Use This!
High Activity

Commits : Listings

Analyzed about 3 hours ago. based on code collected about 3 hours ago.
Aug 22, 2024 — Aug 22, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Merge branch 'master' into new-eval-merge More... about 9 years ago
Remove the lexCompare case for infinite streams, which should never occur. More... about 9 years ago
Delete the unused cvt function More... about 9 years ago
Plug a space leak in the implementation of random sequences More... about 9 years ago
Move to directly pattern matching on the new type evaluation datatype instead of using helper destructor functions. More... about 9 years ago
Start manually merging Brian's changes regarding type values and evaluation More... about 9 years ago
Refactoring of how bits and words are handled in the interpreters. More... about 9 years ago
fully qualify cygpath to avoid weird hemlock error More... about 9 years ago
add GHC 8 stackage nightly More... about 9 years ago
clean up 7.8-isms More... about 9 years ago
Crytol spec for MISTY1 cipher (as described in RFC 2994) More... about 9 years ago
New evalType function works on either kind * or # More... about 9 years ago
TValue represents only value types; Nat' is for size types More... about 9 years ago
Pattern match on TValues instead of discriminator functions More... about 9 years ago
Redefine type TValue as an inductive datatype. More... about 9 years ago
Merge branch 'master' of github.com:GaloisInc/cryptol into new-eval More... about 9 years ago
tweak JSON deriving for cryptol-server More... about 9 years ago
add note about Z3 on 64-bit Linux More... about 9 years ago
Correct the printing of names with the parsed AST More... about 9 years ago
Ignore the bytes output of issue220 More... about 9 years ago
Update the test output for mono-bind test 4 More... about 9 years ago
Fix type renaming in patterns More... about 9 years ago
Merge branch 'master' of https://github.com/GaloisInc/cryptol More... about 9 years ago
Fixes #320 Use -N1, not -N, as the default RTS option. More... about 9 years ago
Fix test output for issue093. More... about 9 years ago
Evaluate types of predicates before checking their validity More... about 9 years ago
Fix a bug that somtimes mixed up the length with the element type of a comprehension match statement. More... about 9 years ago
Update benchmarks for new interpreters More... about 9 years ago
Add a utility function for forcing internal thunks in interpreter values. More... about 9 years ago
Make the implementation of "random" in the symbolic simulator more lazy. More... about 9 years ago