Age | Commit message (Expand) | Author | Files | Lines |
2022-12-15 | r/5419 refactor(tvix): share a Cargo.lock file between Rust projects | Vincent Ambo | 1 | -1550/+0 |
2022-12-06 | r/5396 fix(tvix/eval): use rnix-parser from crates.io | Vincent Ambo | 1 | -2/+3 |
2022-11-26 | r/5340 feat(tvix/eval): use backtrace-on-stack-overflow crate | Adam Joseph | 1 | -115/+224 |
2022-11-08 | r/5263 feat(tvix/eval): Add a proc-macro for defining builtins | Griffin Smith | 1 | -0/+10 |
2022-10-16 | r/5143 feat(tvix/eval): add an AST pretty-printing module | Vincent Ambo | 1 | -0/+1 |
2022-10-15 | r/5136 feat(tvix/eval): Initial impl of builtins.match | Griffin Smith | 1 | -0/+12 |
2022-10-15 | r/5135 feat(tvix/eval): Implement builtins.fromJSON | Griffin Smith | 1 | -2/+3 |
2022-09-22 | r/4958 fix(tvix/eval): support string identifiers in inherits | Vincent Ambo | 1 | -1/+1 |
2022-09-18 | r/4911 refactor(tvix/eval): use Clap for arg+env parsing | Griffin Smith | 1 | -2/+106 |
2022-09-18 | r/4897 chore(tvix/eval): bump rnix-parser to latest HEAD | Vincent Ambo | 1 | -1/+1 |
2022-09-17 | r/4891 chore(tvix/eval): Add deps on proptest+test_strategy | Griffin Smith | 1 | -1/+145 |
2022-09-17 | r/4886 test(tvix/eval): Add the start of a nix oracle test suite | Griffin Smith | 1 | -30/+93 |
2022-09-13 | r/4827 chore(tvix/eval): add dependency on codemap-diagnostic | Vincent Ambo | 1 | -0/+21 |
2022-09-07 | r/4708 chore(tvix/eval): bump all dependencies | Vincent Ambo | 1 | -7/+7 |
2022-09-07 | r/4707 chore(tvix/eval): add codemap dependency | Vincent Ambo | 1 | -0/+7 |
2022-09-03 | r/4615 test(tvix/eval): Add attr merge benchmarks | Griffin Smith | 1 | -0/+1 |
2022-09-01 | r/4569 chore(tvix/eval): bump rnix-parser to latest master | Vincent Ambo | 1 | -1/+1 |
2022-09-01 | r/4567 refactor(tvix/eval): Upgrade to latest rnix-parser | Vincent Ambo | 1 | -26/+15 |
2022-09-01 | r/4563 refactor(tvix/eval): use pretty_assertions for tests | Vincent Ambo | 1 | -0/+44 |
2022-08-30 | r/4533 feat(tvix/eval): implement optional runtime tracing | Vincent Ambo | 1 | -0/+10 |
2022-08-28 | r/4520 fix(tvix/eval): use path_clean instead of fs::canonicalize for paths | Vincent Ambo | 1 | -0/+7 |
2022-08-26 | r/4504 chore(tvix/cargo): add dirs dependency | Vincent Ambo | 1 | -0/+21 |
2022-08-26 | r/4503 chore(tvix/cargo): add rustyline dependency | Vincent Ambo | 1 | -0/+290 |
2022-08-26 | r/4498 refactor(tvix/value): replace static representation with SmolStr | Vincent Ambo | 1 | -0/+1 |
2022-08-25 | r/4489 feat(tvix/eval): Add initial benchmarking infrastructure | Griffin Smith | 1 | -6/+560 |
2022-08-24 | r/4460 chore(tvix/eval): add 'test-generator' as dev-dependency | Vincent Ambo | 1 | -0/+54 |
2022-08-12 | r/4402 chore(tvix/eval): add rnix-parser dependency | Vincent Ambo | 1 | -0/+99 |
2022-08-12 | r/4398 feat(tvix/eval): check in generated project skeleton | Vincent Ambo | 1 | -0/+7 |