snix/tvix/eval/src/value
Vincent Ambo c622af481e feat(tvix/eval): allow external users to construct native thunks
This interface is the only way to construct lazy builtins outside of eval, which
is actually a useful feature to have.

Change-Id: I386323af20aa3134bb4f669fa66fbb21e9b05fd4
Reviewed-on: https://cl.tvl.fyi/c/depot/+/12386
Reviewed-by: flokli <flokli@flokli.de>
Tested-by: BuildkiteCI
Autosubmit: tazjin <tazjin@tvl.su>
Reviewed-by: Yury Shvedov <yury.shvedov@kaspersky.com>
2024-08-28 18:05:30 +00:00
..
attrs refactor(tvix/eval): remove use of imbl::OrdMap 2024-08-19 11:02:50 +00:00
string refactor(tvix/eval): Pull context out into its own module 2024-08-18 19:49:14 +00:00
arbitrary.rs refactor(tvix/eval): remove use of imbl::OrdMap 2024-08-19 11:02:50 +00:00
attrs.rs refactor(tvix/eval): remove use of imbl::OrdMap 2024-08-19 11:02:50 +00:00
builtin.rs docs(tvix/eval): fix some broken docstr references 2023-09-22 09:14:33 +00:00
function.rs feat(tvix/eval): track pattern binding names 2024-01-25 11:37:35 +00:00
json.rs feat(tvix/eval): rm NixContext::join, add take_context & IntoIterator 2024-05-23 14:50:38 +00:00
list.rs refactor(tvix/eval): remove use of imbl::Vector 2024-08-19 11:02:50 +00:00
mod.rs feat(tvix/eval): allow external users to construct native thunks 2024-08-28 18:05:30 +00:00
path.rs refactor(tvix/eval): factor out all calls to canon_path 2022-10-13 09:07:47 +00:00
thunk.rs refactor(tvix/eval): ensure VM operations fit in a single byte 2024-08-19 11:02:50 +00:00