about summary refs log tree commit diff
path: root/tvix/eval/src/value/arbitrary.rs (follow)
AgeCommit message (Expand)AuthorFilesLines
2024-02-21 r/7591 feat(tvix/eval): Store string context alongside dataAspen Smith1-1/+1
2024-02-13 r/7507 revert(tvix/eval): Don't double-box Path valuesAspen Smith1-2/+2
2024-02-02 r/7467 refactor(tvix/eval): Box Value::StringAspen Smith1-1/+1
2024-02-01 r/7461 refactor(tvix/eval): Don't double-box Path valuesAspen Smith1-2/+2
2023-03-13 r/5969 refactor(tvix/eval): box PathBufVincent Ambo1-1/+1
2023-01-26 r/5763 chore(tvix/eval): remove dead commentVincent Ambo1-1/+1
2023-01-17 r/5670 refactor(tvix/value): use proptest strategies from imbl crateVincent Ambo1-9/+37
2022-10-08 r/5067 refactor(tvix/eval): Encapsulate Value::Attrs constructionGriffin Smith1-2/+2
2022-09-20 r/4942 test(tvix/eval): Make proptests a bit smallerGriffin Smith1-1/+1
2022-09-18 r/4902 test(tvix/eval): impl Arbitrary for ValueGriffin Smith1-0/+78