Age | Commit message (Expand) | Author | Files | Lines |
---|---|---|---|---|
2023-06-20 | r/6336 fix(tvix/eval): only finalise formal arguments if defaulting | sterni | 1 | -1/+2 |
2023-06-16 | r/6325 test(tvix/serde): add a test for from_str_with_config | Vincent Ambo | 1 | -1/+12 |
2023-06-16 | r/6324 feat(tvix/serde): add a function to with custom configuration | Vincent Ambo | 1 | -1/+16 |
2023-03-22 | r/6037 feat(tvix/eval): add Evaluation::strict to toggle top-level deepseq | Vincent Ambo | 1 | -1/+2 |
2023-03-13 | r/5979 fix(tvix/eval): implement cppnix JSON-serialisation semantics | Vincent Ambo | 1 | -1/+2 |
2023-01-04 | r/5585 feat(tvix/serde): implement enum deserialisation | Vincent Ambo | 3 | -6/+188 |
2023-01-04 | r/5584 feat(tvix/serde): add newtype & tuple deserialisation | Vincent Ambo | 2 | -10/+27 |
2023-01-03 | r/5576 test(tvix/serde): add initial set of deserialisation tests | Vincent Ambo | 2 | -0/+85 |
2023-01-03 | r/5575 feat(tvix/serde): handle nested data structures | Vincent Ambo | 1 | -12/+55 |
2023-01-02 | r/5566 feat(tvix/serde): initial Nix->serde::Deserialize impl | Vincent Ambo | 3 | -0/+431 |