0
I Use This!
High Activity

Commits : Listings

Analyzed about 6 hours ago. based on code collected about 6 hours ago.
Aug 30, 2024 — Aug 30, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
generalize logic binary operations More... over 9 years ago
Generalize unary arithmetic operations More... over 9 years ago
Generalize binary arithmetic operations More... over 9 years ago
Further generalize evaluation code for use in both the concrete and symbolic evaluators. More... over 9 years ago
Start generalizing evaluator code to be used in both the concrete and symbolic evaluators. More... over 9 years ago
Make bitwise and shifting operations less aggressive about forcing bitsequences. More... over 9 years ago
Have enumeration primitives directly calculate their values instead of computing a list and indexing into it. More... over 9 years ago
Minor cleanup in Cryptol.Eval More... over 9 years ago
Fix the behavior of 'memoMap' to save more work. More... over 9 years ago
Merge branch 'master' of /home/robert/work/cryptol into new-eval More... over 9 years ago
Tweak substituions again to avoid expensive flattening operations More... over 9 years ago
Fix some bugs with the new substitution representation More... over 9 years ago
Change the representation of type substitutions. More... over 9 years ago
Change the representation of type substitutions. More... over 9 years ago
WIP. Improve performance of the new evaluator. More... over 9 years ago
WIP. New monadic Cryptol interpreter. More... over 9 years ago
Fix bogus simplification. More... over 9 years ago
Use hang and sep instead of hsep to print counterexamples. More... over 9 years ago
Fix typo in error constructor name More... over 9 years ago
Fall back onto unification in more cases when typechecking explicit sequences. More... over 9 years ago
Add keywords to the REPL autocompletion list. More... over 9 years ago
Add the 'lg2' type function as a synonym. More... over 9 years ago
Make a friendlier, non-panic error message for cases where patterns introduce nontrivial constraints. More... over 9 years ago
Update the parser to allow prefix operators in more places. More... over 9 years ago
Update the parser to handle '#' patterns as a special case. More... over 9 years ago
Add Fixity information to Name and the PPName class. More... over 9 years ago
Fix a boneheaded syntax error More... over 9 years ago
Load the Prelude even if a command-line module fails to load. More... over 9 years ago
Improve the printing of some panic messages. More... over 9 years ago
incorporating typos and other improvements to docs More... over 9 years ago