Age | Commit message (Expand) | Author | Files | Lines |
---|---|---|---|---|
2022-08-25 | r/4472 feat(tvix/eval): implement string concatenation | Vincent Ambo | 1 | -0/+6 |
2022-08-24 | r/4462 fix(tvix/value): add ident_str representation of strings | Vincent Ambo | 1 | -7/+24 |
2022-08-24 | r/4459 fix(tvix/value): add escaping logic for Nix strings | Vincent Ambo | 1 | -10/+46 |
2022-08-24 | r/4458 fix(tvix/value): implement PartialOrd/PartialEq for strings | Vincent Ambo | 1 | -1/+13 |
2022-08-24 | r/4457 feat(tvix/value): introduce string representation with &'static str | Vincent Ambo | 1 | -5/+29 |
2022-08-24 | r/4456 test(tvix/value): add simple attrset construction tests | Vincent Ambo | 1 | -0/+6 |
2022-08-13 | r/4425 feat(tvix/value): add some necessary helpers for strings | Vincent Ambo | 1 | -2/+2 |
2022-08-13 | r/4423 feat(tvix/eval): add Value variants for strings & attrsets | Vincent Ambo | 1 | -1/+1 |
2022-08-13 | r/4421 feat(tvix/eval): add module for string type implementation | Vincent Ambo | 1 | -0/+13 |