tvl-depot/tvix/eval/src/value
Vincent Ambo 1416f1ab8a refactor(tvix/eval): avoid a use of Value::Blackhole
The blackhole allocation is not going to be cheaper than cloning this.

Change-Id: Id3ad44812decb4392830be06645e67bb0a982b96
Reviewed-on: https://cl.tvl.fyi/c/depot/+/6267
Reviewed-by: grfn <grfn@gws.fyi>
Tested-by: BuildkiteCI
2022-09-02 15:45:43 +00:00
..
attrs refactor(tvix/value): ensure internal attrs representation is hidden 2022-08-25 12:07:30 +00:00
attrs.rs refactor(tvix/eval): avoid a use of Value::Blackhole 2022-09-02 15:45:43 +00:00
builtin.rs feat(tvix/eval): introduce mechanism for defining builtins 2022-09-02 12:59:23 +00:00
lambda.rs refactor(tvix/eval): return a lambda from the compiler 2022-09-01 21:56:17 +00:00
list.rs feat(tvix/eval): implement builtins.catAttrs 2022-09-02 12:59:23 +00:00
mod.rs feat(tvix/eval): add initial representation of builtins 2022-09-02 12:59:23 +00:00
string.rs fix(tvix/eval): fix several string escapings 2022-09-01 17:41:22 +00:00