Files
zig/src/stage1
Cody Tapscott 2f732deb3d stage1: Make x and false/x or true comptime-known
We need to be careful to respect side-effects/branching in these
cases, but otherwise this behaves very similarly to multiplication.
`lhs and rhs == false` if either lhs or rhs is comptime-known `false`,
just like `lhs * rhs == 0` if either lhs or rhs is comptime-known to
be zero.

Similar reasoning applies to `lhs or rhs`.
2022-10-30 12:21:37 -07:00
..
2021-07-26 20:41:00 -04:00
2021-07-26 20:41:00 -04:00
2020-09-21 18:38:55 -07:00
2021-07-05 15:28:13 -05:00
2020-09-21 18:38:55 -07:00
2020-09-21 18:38:55 -07:00
2021-07-08 14:30:45 -04:00
2020-09-21 18:38:55 -07:00
2020-09-21 18:38:55 -07:00
2020-09-21 18:38:55 -07:00
2022-10-10 02:31:09 -04:00
2020-09-21 18:38:55 -07:00
2022-07-29 11:28:39 -07:00
2020-09-21 18:38:55 -07:00
2020-09-21 18:38:55 -07:00
2022-01-28 11:45:04 -07:00
2022-01-28 11:45:04 -07:00
2022-10-14 13:35:10 -07:00
2022-01-28 11:45:04 -07:00
2020-09-21 18:38:55 -07:00
2021-07-05 15:28:13 -05:00
2021-07-05 15:28:13 -05:00