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
/
scope.rs
Age
Commit message (
Expand
)
Author
Files
Lines
2022-09-08
r/4743
fix(tvix/eval): inherit scope poisoning data in nested contexts
Vincent Ambo
1
-0
/
+9
2022-09-07
r/4737
refactor(tvix/eval): store spans instead of nodes in Warning/Error
Vincent Ambo
1
-6
/
+6
2022-09-07
r/4733
feat(tvix/eval): track source spans for upvalues
Vincent Ambo
1
-0
/
+1
2022-09-07
r/4732
refactor(tvix/eval): split out Upvalue struct & UpvalueKind enum
Vincent Ambo
1
-1
/
+6
2022-09-07
r/4706
fix(tvix/eval): address current clippy lints
Vincent Ambo
1
-2
/
+2
2022-09-07
r/4695
chore(tvix/eval): implement Debug for compiler::scope::Scope
Vincent Ambo
1
-1
/
+2
2022-09-06
r/4670
fix(tvix/eval): distinguish statically between StackIdx and LocalIdx
Vincent Ambo
1
-21
/
+79
2022-09-06
r/4668
feat(tvix/eval): track whether locals needs to be finalised
Vincent Ambo
1
-0
/
+4
2022-09-06
r/4661
refactor(tvix/eval): decouple local depth & initialisation tracking
Vincent Ambo
1
-40
/
+22
2022-09-06
r/4657
refactor(tvix/eval): thread dynamic upvalues through all contexts
Vincent Ambo
1
-2
/
+9
2022-09-04
r/4643
refactor(tvix/eval): track with stack size as a simple integer
Vincent Ambo
1
-7
/
+18
2022-09-04
r/4642
refactor(tvix/eval): move compiler's scope logic to separate module
Vincent Ambo
1
-0
/
+189