about summary refs log tree commit diff
path: root/tvix/cli/src/lib.rs
AgeCommit message (Expand)AuthorFilesLines
2024-10-12 r/8796 refactor(tvix/eval): Make `strict` an EvalMode enumAspen Smith1-2/+5
2024-08-12 r/8482 feat(tvix/cli): Add derivation file dumping functionalityIlan Joselevich1-1/+16
2024-08-11 r/8476 fix(tvix/cli): always configure nix pathAspen Smith1-1/+1
2024-08-07 r/8453 feat(tvix/eval): Forbid Hash{Map,Set}, use Fx insteadAspen Smith1-3/+5
2024-07-22 r/8399 refactor(tvix): move service addrs into shared clap structYureka1-13/+3
2024-07-20 r/8380 refactor(tvix/store): use composition in tvix_store crateYureka1-1/+1
2024-07-07 r/8355 fix(tvix/repl): Share globals and sourcemap across evaluationsAspen Smith1-14/+53
2024-07-07 r/8353 test(tvix/cli): Make the REPL testableAspen Smith1-0/+224