tvl-depot/tvix/eval/src
William Carroll 031ca653a3 feat(tvix/eval): Support builtins.bitOr
Bitwise `or` on integers.

Change-Id: I45b0897331d1a9b6840f9d0feedcf10acc67fcec
Reviewed-on: https://cl.tvl.fyi/c/depot/+/6549
Autosubmit: wpcarro <wpcarro@gmail.com>
Reviewed-by: wpcarro <wpcarro@gmail.com>
Reviewed-by: tazjin <tazjin@tvl.su>
Tested-by: BuildkiteCI
2022-09-15 21:47:09 +00:00
..
builtins feat(tvix/eval): Support builtins.bitOr 2022-09-15 21:47:09 +00:00
compiler refactor(tvix/eval): don't move parts Vec in compile_str_parts 2022-09-15 15:52:53 +00:00
tests feat(tvix/eval): Support builtins.bitOr 2022-09-15 21:47:09 +00:00
value feat(tvix/eval): Support builtins.bitAnd 2022-09-15 21:41:08 +00:00
chunk.rs feat(tvix/eval): add Chunk::pop_op method 2022-09-11 12:26:23 +00:00
errors.rs feat(tvix/eval): implement Value::coerce_to_path() 2022-09-15 20:58:00 +00:00
eval.rs feat(tvix/eval): implement initial fancy display for warnings 2022-09-13 11:12:29 +00:00
lib.rs chore(tvix/eval): clean up remains of previous disassembler impl 2022-09-09 21:14:56 +00:00
main.rs fix(tvix/eval): always add history entries in REPL 2022-09-10 21:57:13 +00:00
observer.rs refactor(tvix/eval): use CodeIdx wrapper for instruction pointer 2022-09-13 14:41:57 +00:00
opcode.rs fix(tvix/eval): coerce string interpolation parts to string 2022-09-15 15:52:53 +00:00
upvalues.rs refactor(tvix/eval): capture entire with_stack in upvalues 2022-09-11 12:26:23 +00:00
vm.rs fix(tvix/eval): coerce string interpolation parts to string 2022-09-15 15:52:53 +00:00
warnings.rs fix(tvix/eval): address current clippy lints 2022-09-13 14:41:57 +00:00