snix/tvix/eval/src
Vincent Ambo 3cf5c40209 chore(tvix/eval): export some symbols from the crate
These are required for tvixbolt to work. This interface is definitely
not stable yet, though.

Change-Id: I4076498e8f42311de74ee4f33c93a3ee0c5f8d3a
Reviewed-on: https://cl.tvl.fyi/c/depot/+/6450
Reviewed-by: sterni <sternenseemann@systemli.org>
Tested-by: BuildkiteCI
2022-09-09 21:10:10 +00:00
..
builtins fix(tvix/eval): force argument of builtins.length 2022-09-08 12:53:20 +00:00
compiler feat(tvix/eval): implement DisassemblingObserver for compiler 2022-09-09 21:10:10 +00:00
tests feat(tvix/eval): thunk binary operations and select expressions 2022-09-08 20:17:26 +00:00
value fix(tvix/eval): hold thunk borrow as shortly as possible 2022-09-08 20:17:26 +00:00
chunk.rs feat(tvix/eval): implement DisassemblingObserver for compiler 2022-09-09 21:10:10 +00:00
disassembler.rs feat(tvix/eval): implement DisassemblingObserver for compiler 2022-09-09 21:10:10 +00:00
errors.rs fix(tvix/eval): thread thunk forcing errors through correctly 2022-09-08 07:59:15 +00:00
eval.rs feat(tvix/eval): implement DisassemblingObserver for compiler 2022-09-09 21:10:10 +00:00
lib.rs chore(tvix/eval): export some symbols from the crate 2022-09-09 21:10:10 +00:00
main.rs refactor(tvix/eval): explicitly discard uninteresting results 2022-09-03 13:19:48 +00:00
observer.rs feat(tvix/eval): implement DisassemblingObserver for compiler 2022-09-09 21:10:10 +00:00
opcode.rs fix(tvix/eval): compare *stack* slots when deciding whether to defer 2022-09-08 19:54:02 +00:00
upvalues.rs refactor(tvix/eval): introduce UpvalueCarrier trait 2022-09-06 14:58:52 +00:00
vm.rs refactor(tvix/eval): index into Chunk with ConstantIdx/CodeIdx 2022-09-09 21:10:10 +00:00
warnings.rs refactor(tvix/eval): store spans instead of nodes in Warning/Error 2022-09-07 20:04:26 +00:00