Age | Commit message (Expand) | Author | Files | Lines |
2023-09-24 | r/6650 fix(tvix/eval): fix b/281 by adding Value::Catchable | Adam Joseph | 1 | -0/+1 |
2023-08-20 | r/6497 refactor(tvix/serde): cargo clippy | Florian Klink | 3 | -14/+13 |
2023-06-22 | r/6345 fix(tvix/serde): remove unnecessary dependency on genawaiter | Evgeny Zemtsov | 2 | -6/+2 |
2023-06-22 | r/6344 feat(tvix/eval): allow extending builtins outside of tvix_eval | Evgeny Zemtsov | 2 | -0/+37 |
2023-06-22 | r/6342 feat(tvix/serde): make from_str_with_config public | Evgeny Zemtsov | 1 | -0/+1 |
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-31 | r/5797 refactor(tvix/serde): allow dead_code in struct | Florian Klink | 1 | -0/+1 |
2023-01-31 | r/5785 feat(tvix/serde): add an example application to the project | Vincent Ambo | 3 | -0/+57 |
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 | 3 | -1/+86 |
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 | 5 | -0/+444 |