lean4-htt/tests
pcpthm 419a6190e8 fix: bitwise shift overflow of UInt types
It is an undefined behavior in C when the right operand of a shift operation exceeds the bit-width of the left operand.
We define the shift operation to be `x << (y % B)` where `B` is the bit-width of the left operand.
2021-03-17 10:08:02 +01:00
..
bench doc: fix typos 2021-03-07 15:06:02 +01:00
compiler fix: allow bigger ctor objects 2021-01-29 18:23:38 -08:00
elabissues chore: move pp_options.cpp to Lean 2021-01-27 14:16:12 +01:00
ir
lean fix: bitwise shift overflow of UInt types 2021-03-17 10:08:02 +01:00
leanpkg feat: incremental progress notification while compiling dependencies 2021-01-19 19:06:01 +01:00
playground chore: fix tests 2021-03-10 18:45:22 -08:00
plugin chore: fix test 2021-01-27 15:04:59 +01:00
simpperf feat: add simp benchmark 2020-12-31 15:46:56 -08:00
.gitignore
common.sh test: ignore \r when diffing 2020-09-15 09:32:00 -07:00