depot
this commit
canon
subtree-staging
monorepo for the virus lounge
The Virus Lounge
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
tvix
/
eval
/
src
/
value
/
attrs.rs
Age
Commit message (
Expand
)
Author
Files
Lines
2022-08-26
r/4498
refactor(tvix/value): replace static representation with SmolStr
Vincent Ambo
1
-3
/
+3
2022-08-26
r/4492
feat(tvix/eval): implement attribute set access operator
Vincent Ambo
1
-0
/
+25
2022-08-25
r/4481
refactor(tvix/value): ensure internal attrs representation is hidden
Vincent Ambo
1
-44
/
+49
2022-08-25
r/4475
feat(tvix/eval): implement attrset update (`//`) operator
Vincent Ambo
1
-1
/
+54
2022-08-24
r/4466
fix(tvix/value): align Display representation with Nix
Vincent Ambo
1
-6
/
+2
2022-08-24
r/4462
fix(tvix/value): add ident_str representation of strings
Vincent Ambo
1
-1
/
+1
2022-08-24
r/4457
feat(tvix/value): introduce string representation with &'static str
Vincent Ambo
1
-14
/
+8
2022-08-24
r/4456
test(tvix/value): add simple attrset construction tests
Vincent Ambo
1
-0
/
+3
2022-08-24
r/4455
feat(tvix/value): implement nested attribute set literals
Vincent Ambo
1
-14
/
+44
2022-08-24
r/4454
refactor(tvix/value): encapsulate attrset logic within value::attrs
Vincent Ambo
1
-0
/
+188
2022-08-13
r/4437
fix(tvix/value): KV struct needs to carry name as Value, too
Vincent Ambo
1
-1
/
+2
2022-08-13
r/4423
feat(tvix/eval): add Value variants for strings & attrsets
Vincent Ambo
1
-0
/
+6
2022-08-13
r/4422
feat(tvix/eval): add module for attribute set implementations
Vincent Ambo
1
-0
/
+36