Age | Commit message (Expand) | Author | Files | Lines |
---|---|---|---|---|
2022-08-25 | r/4479 feat(tvix/eval): implement list concatenation | Vincent Ambo | 2 | -0/+2 |
2022-08-25 | r/4478 feat(tvix/eval): implement binary comparison operators | Vincent Ambo | 16 | -0/+72 |
2022-08-25 | r/4476 feat(tvix): implement not-equals (!=) operator | Vincent Ambo | 8 | -0/+8 |
2022-08-25 | r/4475 feat(tvix/eval): implement attrset update (`//`) operator | Vincent Ambo | 8 | -0/+8 |
2022-08-25 | r/4472 feat(tvix/eval): implement string concatenation | Vincent Ambo | 4 | -0/+4 |
2022-08-25 | r/4470 test(tvix/eval): add some eval-okay-* tests for trivial types | Vincent Ambo | 13 | -16/+50 |
2022-08-24 | r/4467 test(tvix/eval): add identity tests for literal evaluation | Vincent Ambo | 19 | -2/+56 |
2022-08-24 | r/4464 chore(tvix/tests): gate Nix test suite behind `nix_tests` feature | Vincent Ambo | 1 | -0/+1 |
2022-08-24 | r/4461 feat(tvix/tests): check in Nix' language test suite | Vincent Ambo | 244 | -0/+2205 |