tvl-depot/tvix/eval/src
Adam Joseph b5a1b965a6 feat(tvix/eval): add --raw flag to eval, like cppnix
Signed-off-by: Adam Joseph <adam@westernsemico.com>
Change-Id: If07250a45fdf65a3f22ed8c37d7f37b45edccde9
Reviewed-on: https://cl.tvl.fyi/c/depot/+/7416
Tested-by: BuildkiteCI
Reviewed-by: tazjin <tazjin@tvl.su>
2022-11-26 21:20:02 +00:00
..
builtins feat(tvix/eval): mock builtins.unsafeGetAttrPos 2022-11-26 11:57:15 +00:00
compiler fix(tvix/eval): Scope.inherit(): fix scope_depth, with_stack_depth 2022-11-05 22:03:41 +00:00
tests fix(tvix/eval): OpAdd must weakly stringify if either arg is string 2022-11-26 19:37:42 +00:00
value feat(tvix/eval): declare function-pointer-equality dealt with 2022-11-26 11:48:12 +00:00
chunk.rs fix(tvix/eval): remove impl PartialEq for Value 2022-11-04 00:30:13 +00:00
errors.rs feat(tvix/eval): detect division by zero 2022-11-10 13:12:05 +00:00
eval.rs feat(tvix/eval): add --raw flag to eval, like cppnix 2022-11-26 21:20:02 +00:00
lib.rs feat(tvix/eval): Give names to builtin arguments 2022-11-08 13:42:37 +00:00
main.rs feat(tvix/eval): add --raw flag to eval, like cppnix 2022-11-26 21:20:02 +00:00
nix_search_path.rs fix(tvix): distinguish search- and relative path resolution errors 2022-10-21 00:11:29 +00:00
observer.rs feat(tvix/eval): initial attempt at setting lambda names 2022-10-23 15:58:53 +00:00
opcode.rs fix(tvix/eval): change ordinary (//) to rustdoc-comments (///) 2022-11-05 22:07:42 +00:00
pretty_ast.rs fix(tvix/eval): more faithfully serialise ast::Literal 2022-10-16 23:35:59 +00:00
properties.rs refactor(tvix/eval): Don't (ab)use PartialEq for Nix equality 2022-09-18 22:03:41 +00:00
source.rs feat(tvix/eval): fancy-format parse errors returned by rnix 2022-10-08 17:27:57 +00:00
spans.rs refactor(tvix/eval): implement ToSpan directly for rnix::TextRange 2022-10-08 10:58:42 +00:00
systems.rs fix(tvix/eval): correct wasm32-unknown-unknown to wasm32-none 2022-10-27 23:23:22 +00:00
test_utils.rs test(tvix/eval): Add proof-of-concept test for Chunk 2022-09-18 17:55:06 +00:00
upvalues.rs fix(tvix/eval): remove impl PartialEq for Value 2022-11-04 00:30:13 +00:00
vm.rs feat(tvix/eval): use backtrace-on-stack-overflow crate 2022-11-26 19:41:43 +00:00
warnings.rs refactor(tvix/eval): introduce source::SourceCode type 2022-10-05 10:29:47 +00:00