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
/
vm
Age
Commit message (
Expand
)
Author
Files
Lines
2023-05-22
r/6173
refactor(tvix/eval): use &Path instead of PathBuf
Florian Klink
1
-3
/
+3
2023-05-22
r/6171
refactor(tvix/eval/io): use io::Error instead of tvix_eval errors
Florian Klink
1
-6
/
+29
2023-05-14
r/6140
feat(tvix/eval/io): allow &mut self in EvalIO
Florian Klink
1
-1
/
+1
2023-03-27
r/6045
refactor(tvix/eval): retain call frames when entering calls
Vincent Ambo
1
-6
/
+13
2023-03-22
r/6037
feat(tvix/eval): add Evaluation::strict to toggle top-level deepseq
Vincent Ambo
1
-3
/
+6
2023-03-17
r/6025
feat(tvix/eval): track span of first force in a thunk blackhole
Vincent Ambo
2
-5
/
+16
2023-03-17
r/6024
feat(tvix/eval): add generator "name" to NativeError kind
Vincent Ambo
1
-3
/
+8
2023-03-17
r/6023
feat(tvix/eval): enrich errors with VM's frame stack information
Vincent Ambo
2
-80
/
+159
2023-03-14
r/5992
chore(tvix): Generator{Request|Response} -> VM{Request|Response}
Vincent Ambo
2
-127
/
+118
2023-03-13
r/5991
chore(tvix/eval): mark async functions which are called by the VM
Adam Joseph
1
-0
/
+3
2023-03-13
r/5990
refactor(tvix/eval): reduce fetch{forced|captured}_with visibility
Adam Joseph
1
-22
/
+22
2023-03-13
r/5988
chore(tvix/eval): prune some dependencies & features
Vincent Ambo
1
-9
/
+0
2023-03-13
r/5987
refactor(tvix/eval): reorder bytecode operations match by frequency
Vincent Ambo
1
-265
/
+264
2023-03-13
r/5985
docs(tvix/eval): fix reference to `Empty` message in a comment
Vincent Ambo
1
-1
/
+1
2023-03-13
r/5984
refactor(tvix/eval): rename VM::tail_call_value -> VM::call_value
Vincent Ambo
2
-4
/
+4
2023-03-13
r/5983
fix(tvix/eval): emit warnings from builtins.import again
Vincent Ambo
1
-7
/
+28
2023-03-13
r/5982
fix(tvix/eval): more closely line up path resolution with cppnix
Vincent Ambo
1
-1
/
+4
2023-03-13
r/5980
refactor(tvix/eval): VM struct no longer needs to be public
Vincent Ambo
1
-1
/
+1
2023-03-13
r/5979
fix(tvix/eval): implement cppnix JSON-serialisation semantics
Vincent Ambo
1
-0
/
+23
2023-03-13
r/5978
feat(tvix/eval): give generators human-readable names
Vincent Ambo
3
-35
/
+56
2023-03-13
r/5974
refactor(tvix/eval): print only *types* when observing generators
Vincent Ambo
1
-7
/
+11
2023-03-13
r/5969
refactor(tvix/eval): box PathBuf
Vincent Ambo
1
-2
/
+2
2023-03-13
r/5964
refactor(tvix/eval): flatten call stack of VM using generators
Vincent Ambo
3
-51
/
+1424
2023-03-13
r/5963
feat(tvix/eval): implement generator-based Nix equality logic
Vincent Ambo
1
-5
/
+1
2023-03-07
r/5899
feat(tvix/eval): introduce generators module
Vincent Ambo
1
-0
/
+538