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
Age
Commit message (
Expand
)
Author
Files
Lines
2022-09-11
r/4814
fix(tvix/eval): pass correct slot when compiling attr values
Vincent Ambo
1
-1
/
+1
2022-09-11
r/4813
fix(tvix/eval): reduce scope depth in scope module
Vincent Ambo
2
-2
/
+2
2022-09-11
r/4811
refactor(tvix/eval): refactor methods for parsing static idents
Vincent Ambo
1
-22
/
+39
2022-09-11
r/4810
refactor(tvix/eval): move attrset-related code to compiler::attrs
Vincent Ambo
2
-202
/
+209
2022-09-11
r/4809
fix(tvix/eval): place plain inherits in correct stack slots
sterni
1
-27
/
+41
2022-09-11
r/4807
fix(tvix/eval): wrap asserts in a thunk
sterni
1
-1
/
+3
2022-09-11
r/4805
fix(tvix/eval): declare let inherit (from) locals before compiling
sterni
1
-47
/
+49
2022-09-11
r/4802
fix(tvix/eval): thunk all uses of `with`
Vincent Ambo
1
-1
/
+3
2022-09-11
r/4801
refactor(tvix/eval): capture entire with_stack in upvalues
Vincent Ambo
2
-98
/
+66
2022-09-11
r/4798
fix(tvix/eval): correctly account for slots during list construction
Vincent Ambo
1
-1
/
+18
2022-09-11
r/4797
refactor(tvix/eval): cut down one iteration over locals array
Vincent Ambo
1
-1
/
+2
2022-09-11
r/4796
fix(tvix/eval): account for attrset temporaries during construction
Vincent Ambo
1
-2
/
+47
2022-09-11
r/4795
refactor(tvix/eval): add `initialised` arg to declare_phantom
Vincent Ambo
2
-9
/
+8
2022-09-11
r/4794
refactor(tvix/eval): encapsulate scope cleanup logic in module
Vincent Ambo
2
-37
/
+55
2022-09-11
r/4793
fix(tvix/eval): avoid forcing with-target until absolutely necessary
Vincent Ambo
1
-1
/
+0
2022-09-11
r/4792
refactor(tvix/eval): extract attribute set inherit into helper
Vincent Ambo
1
-18
/
+31
2022-09-11
r/4790
feat(tvix/eval): implement "formals" function parameters
Vincent Ambo
1
-1
/
+97
2022-09-10
r/4786
fix(tvix/eval): fix doc comment syntax where applicable
Vincent Ambo
2
-53
/
+56
2022-09-10
r/4784
feat(tvix/eval): optimise tail calls in emitted chunks
Vincent Ambo
1
-2
/
+20
2022-09-09
r/4781
chore(tvix/eval): clean up a stale comment
Vincent Ambo
1
-4
/
+0
2022-09-09
r/4775
feat(tvix/eval): implement DisassemblingObserver for compiler
Vincent Ambo
1
-41
/
+18
2022-09-08
r/4770
feat(tvix/eval): thunk binary operations and select expressions
Vincent Ambo
1
-2
/
+14
2022-09-08
r/4768
feat(tvix/eval): print lambda memory adresses in disassembler
Vincent Ambo
1
-15
/
+10
2022-09-08
r/4766
feat(tvix/eval): thunk function applications
Vincent Ambo
1
-1
/
+4
2022-09-08
r/4765
feat(tvix/eval): thunk creation of lists
Vincent Ambo
1
-1
/
+3
2022-09-08
r/4763
fix(tvix/eval): address current clippy & grfn lints
Vincent Ambo
2
-7
/
+10
2022-09-08
r/4762
fix(tvix/eval): consider local depth when deciding to defer
Vincent Ambo
1
-5
/
+8
2022-09-08
r/4760
refactor(tvix/eval): clean up logic in Compiler::end_scope
Vincent Ambo
1
-5
/
+3
2022-09-08
r/4759
fix(tvix/eval): set up root stack slot in closures & thunks
Vincent Ambo
1
-4
/
+8
2022-09-08
r/4758
fix(tvix/eval): only pop initialised locals when closing scopes
Vincent Ambo
1
-5
/
+10
2022-09-08
r/4757
fix(tvix/eval): ensure that root stack slot actually exists
Vincent Ambo
2
-5
/
+3
2022-09-08
r/4756
fix(tvix/eval): compare *stack* slots when deciding whether to defer
Vincent Ambo
1
-1
/
+2
2022-09-08
r/4755
fix(tvix/eval): propagate scope depth when nesting scopes
Vincent Ambo
1
-0
/
+1
2022-09-08
r/4754
refactor(tvix/eval): refactor locals to use an enum for phantoms
Vincent Ambo
2
-22
/
+48
2022-09-08
r/4753
refactor(tvix/eval): always pass slot to compiler methods
Vincent Ambo
2
-33
/
+32
2022-09-08
r/4747
feat(tvix/eval): thread codemap through to disassembler
Vincent Ambo
1
-2
/
+25
2022-09-08
r/4743
fix(tvix/eval): inherit scope poisoning data in nested contexts
Vincent Ambo
2
-4
/
+31
2022-09-08
r/4741
feat(tvix/eval): ensure all errors always carry a span
Vincent Ambo
1
-8
/
+9
2022-09-07
r/4737
refactor(tvix/eval): store spans instead of nodes in Warning/Error
Vincent Ambo
2
-81
/
+82
2022-09-07
r/4736
feat(tvix/eval): track source spans for builtin access
Vincent Ambo
1
-20
/
+9
2022-09-07
r/4735
feat(tvix/eval): track source spans for `OpForce` instructions
Vincent Ambo
1
-23
/
+23
2022-09-07
r/4734
feat(tvix/eval): track source spans for scopes
Vincent Ambo
1
-6
/
+6
2022-09-07
r/4733
feat(tvix/eval): track source spans for upvalues
Vincent Ambo
2
-17
/
+43
2022-09-07
r/4732
refactor(tvix/eval): split out Upvalue struct & UpvalueKind enum
Vincent Ambo
2
-14
/
+19
2022-09-07
r/4731
feat(tvix/eval): track source spans for thunks
Vincent Ambo
1
-8
/
+11
2022-09-07
r/4730
feat(tvix/eval): track source spans for function calls
Vincent Ambo
1
-1
/
+1
2022-09-07
r/4729
feat(tvix/eval): track source spans for lambdas
Vincent Ambo
1
-2
/
+5
2022-09-07
r/4728
feat(tvix/eval): track source spans for `with` expressions
Vincent Ambo
1
-2
/
+2
2022-09-07
r/4727
feat(tvix/eval): track source spans for identifier access
Vincent Ambo
1
-10
/
+8
2022-09-07
r/4726
feat(tvix/eval): track source spans for `let` bindings
Vincent Ambo
1
-2
/
+2
[prev]
[next]