Age | Commit message (Expand) | Author | Files | Lines |
---|---|---|---|---|
2023-08-20 | r/6497 refactor(tvix/serde): cargo clippy | Florian Klink | 1 | -2/+1 |
2023-06-20 | r/6336 fix(tvix/eval): only finalise formal arguments if defaulting | sterni | 1 | -1/+2 |
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 | 1 | -6/+75 |
2023-01-04 | r/5584 feat(tvix/serde): add newtype & tuple deserialisation | Vincent Ambo | 1 | -10/+12 |
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 | 1 | -0/+331 |