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
/
compiler
/
bindings.rs
Age
Commit message (
Expand
)
Author
Files
Lines
2023-05-25
r/6205
feat(tvix/eval): unthunk empty lists and attribute sets
Vincent Ambo
1
-0
/
+4
2023-03-13
r/5968
chore(tvix/eval): remove `From<SmolStr> for NixString` instance
Vincent Ambo
1
-5
/
+5
2023-02-03
r/5831
refactor(tvix/eval): statically resolve select from constant attrs
Vincent Ambo
1
-37
/
+4
2023-01-21
r/5721
refactor(tvix/eval): administer antidote for poison
Adam Joseph
1
-9
/
+17
2023-01-06
r/5606
feat(tvix/eval): warn on empty let-bindings
Vincent Ambo
1
-0
/
+3
2023-01-06
r/5605
refactor(tvix/eval): short-circuit on empty attrs in compiler
Vincent Ambo
1
-0
/
+9
2023-01-06
r/5604
feat(tvix/eval): warn about empty `inherit`s
Vincent Ambo
1
-0
/
+5
2023-01-06
r/5601
refactor(tvix/eval): take owned ast::Expr in Compiler::compile
Vincent Ambo
1
-3
/
+3
2022-12-25
r/5486
fix(tvix/eval): fix current clippy warnings
Vincent Ambo
1
-2
/
+1
2022-10-23
r/5183
fix(tvix/eval): fix condition for useless inherit warning
Vincent Ambo
1
-2
/
+2
2022-10-18
r/5156
fix(tvix/eval): wrap dynamic resolution in an extra thunk
Vincent Ambo
1
-2
/
+9
2022-10-08
r/5069
fix(tvix/eval): end scope after compiling legacy let bindings
Vincent Ambo
1
-0
/
+5
2022-10-04
r/5034
refactor(tvix/eval): remove unnecessary clones in compiler
Vincent Ambo
1
-20
/
+20
2022-09-30
r/5004
chore(tvix/eval): remove unused field in TrackedBindings
Vincent Ambo
1
-7
/
+3
2022-09-30
r/5002
feat(tvix/eval): implement nested keys
Vincent Ambo
1
-29
/
+60
2022-09-30
r/5001
refactor(tvix/eval): split out AttributeSet::from_ast helper
Vincent Ambo
1
-26
/
+31
2022-09-30
r/5000
chore(tvix/eval): remove `nesting_level` tracking
Vincent Ambo
1
-25
/
+2
2022-09-29
r/4999
refactor(tvix/eval): clean up representation flip in bindings
Vincent Ambo
1
-37
/
+32
2022-09-29
r/4998
feat(tvix/eval): (partially) track nesting level of attrsets
Vincent Ambo
1
-29
/
+82
2022-09-29
r/4997
feat(tvix/eval): merge attribute sets in bindings
Vincent Ambo
1
-13
/
+110
2022-09-29
r/4996
feat(tvix/eval): add error kind for unmergeable nested attributes
Vincent Ambo
1
-1
/
+4
2022-09-29
r/4995
feat(tvix/eval): add scaffolding for merging nested attribute sets
Vincent Ambo
1
-25
/
+101
2022-09-29
r/4994
refactor(tvix/eval): emit OpAttrs inside of compile_bindings
Vincent Ambo
1
-5
/
+5
2022-09-29
r/4993
refactor(tvix/eval): introduce `TrackedBindings` struct
Vincent Ambo
1
-11
/
+34
2022-09-29
r/4992
refactor(tvix/eval): compile_recursive_scope -> compile_bindings
Vincent Ambo
1
-4
/
+4
2022-09-29
r/4989
refactor(tvix/eval): merge all bindings creation logic
Vincent Ambo
1
-135
/
+6
2022-09-29
r/4988
feat(tvix/eval): implement dynamic keys in recursive attrs
Vincent Ambo
1
-29
/
+33
2022-09-29
r/4986
feat(tvix/eval): add KeySlot::Dynamic variant for dynamic keys
Vincent Ambo
1
-14
/
+29
2022-09-29
r/4985
refactor(tvix/eval): clean up unused attrpath normalisation logic
Vincent Ambo
1
-52
/
+36
2022-09-29
r/4984
chore(tvix/eval): reflow comments in compiler::bindings
Vincent Ambo
1
-101
/
+88
2022-09-29
r/4983
refactor(tvix/eval): merge inherits logic between all binding kinds
Vincent Ambo
1
-80
/
+8
2022-09-29
r/4982
refactor(tvix/eval): Factor out `declare_bindings` helper
Vincent Ambo
1
-41
/
+63
2022-09-28
r/4979
refactor(tvix/eval): Factor out `bind_values` helper
Vincent Ambo
1
-47
/
+55
2022-09-28
r/4978
refactor(tvix/eval): split `compile_inherits` into two
Vincent Ambo
1
-12
/
+29
2022-09-28
r/4977
refactor(tvix/eval): add non-recursive logic to `compile_inherit`
Vincent Ambo
1
-16
/
+39
2022-09-28
r/4976
refactor(tvix/eval): introduce type to track kind of bindings
Vincent Ambo
1
-11
/
+30
2022-09-28
r/4975
refactor(tvix/eval): move recursive inherit logic into helper
Vincent Ambo
1
-98
/
+108
2022-09-28
r/4974
refactor(tvix/eval): rename BindingKind -> Binding
Vincent Ambo
1
-7
/
+7
2022-09-28
r/4973
refactor(tvix/eval): generalise error variant for dynamic keys
Vincent Ambo
1
-26
/
+12
2022-09-28
r/4972
refactor(tvix/eval): bye compiler::attrs, hello compiler::bindings
Vincent Ambo
1
-0
/
+689