about summary refs log tree commit diff
path: root/tvix/eval/src/value/attrs/tests.rs (follow)
AgeCommit message (Expand)AuthorFilesLines
2024-01-19 r/7422 chore(3p/sources): Bump channels & overlayssterni1-5/+1
2023-03-13 r/5967 refactor(tvix/eval): simplify NixString representation(s)Vincent Ambo1-2/+2
2023-03-13 r/5964 refactor(tvix/eval): flatten call stack of VM using generatorsVincent Ambo1-52/+0
2023-01-20 r/5715 refactor(tvix/eval): keep globals alive through VM structVincent Ambo1-3/+18
2022-12-29 r/5541 refactor(tvix/eval): persistent, memory-sharing OrdMap for NixAttrsVincent Ambo1-1/+1
2022-12-21 r/5459 feat(tvix/eval): add EvalIO to public crate APIVincent Ambo1-3/+3
2022-11-04 r/5236 fix(tvix/eval): remove impl PartialEq for ValueAdam Joseph1-14/+21
2022-10-10 r/5087 feat(tvix/eval): Initial resolution of `<...>` pathsGriffin Smith1-3/+3
2022-09-20 r/4942 test(tvix/eval): Make proptests a bit smallerGriffin Smith1-3/+3
2022-09-18 r/4909 chore(tvix/eval): Pass in VM to nix_eqGriffin Smith1-4/+18
2022-09-18 r/4908 refactor(tvix/eval): Don't (ab)use PartialEq for Nix equalityGriffin Smith1-9/+21
2022-09-18 r/4906 test(tvix/eval): Add Eq-laws tests for NixAttrsGriffin Smith1-0/+11
2022-09-13 r/4839 fix(tvix/eval): address current clippy lintsVincent Ambo1-4/+4
2022-09-07 r/4702 feat(tvix/eval): implement NixAttrs::iter()Vincent Ambo1-0/+47
2022-08-25 r/4481 refactor(tvix/value): ensure internal attrs representation is hiddenVincent Ambo1-3/+4
2022-08-24 r/4456 test(tvix/value): add simple attrset construction testsVincent Ambo1-0/+53