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
Age
Commit message (
Expand
)
Author
Files
Lines
2023-05-29
r/6219
test(tvix/eval): check thunking behavior of basic exprs
sterni
1
-0
/
+55
2023-05-29
r/6218
refactor(tvix/eval/nix_oracle): allow specifying eval strictness
sterni
1
-10
/
+28
2023-05-29
r/6217
fix(tvix/eval): thunk lambda expressions
sterni
1
-5
/
+3
2023-05-29
r/6216
fix(tvix/eval): thunk HasAttr expressions
sterni
1
-1
/
+3
2023-05-29
r/6215
fix(tvix/eval): thunk legacy let to match regular one
sterni
1
-1
/
+3
2023-05-29
r/6214
fix(tvix/eval): thunk unary operator applications
sterni
1
-1
/
+1
2023-05-26
r/6207
fix(tvix): don't call function eagerly in genList, map & mapAttrs
sterni
4
-5
/
+88
2023-05-25
r/6205
feat(tvix/eval): unthunk empty lists and attribute sets
Vincent Ambo
2
-0
/
+8
2023-05-25
r/6204
feat(tvix/eval): implement unthunking in compiler
Vincent Ambo
1
-1
/
+22
2023-05-25
r/6203
feat(tvix/eval): implement Chunk::extend method
Vincent Ambo
1
-1
/
+104
2023-05-25
r/6202
refactor(tvix/eval): stop borrowing &mut self
Florian Klink
1
-12
/
+12
2023-05-22
r/6173
refactor(tvix/eval): use &Path instead of PathBuf
Florian Klink
3
-13
/
+13
2023-05-22
r/6172
fix(tvix/eval): add path where useful to ErrorKind::IO
Florian Klink
1
-2
/
+10
2023-05-22
r/6171
refactor(tvix/eval/io): use io::Error instead of tvix_eval errors
Florian Klink
2
-49
/
+58
2023-05-14
r/6140
feat(tvix/eval/io): allow &mut self in EvalIO
Florian Klink
3
-25
/
+29
2023-05-12
r/6135
fix(tvix/eval): builtins.trace prints to stderr
Vincent Ambo
1
-1
/
+1
2023-05-11
r/6134
chore(tvix/*): bump to smol_str 0.2.0
Florian Klink
1
-1
/
+1
2023-03-31
r/6066
refactor(tvix/eval): improve representation of chunk/span mapping
Vincent Ambo
1
-25
/
+23
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
4
-4
/
+24
2023-03-22
r/6036
fix(tvix/eval): print unevaluated thunks like Nix does
Vincent Ambo
1
-0
/
+1
2023-03-17
r/6027
fix(tvix/eval): use span of `set` for OpForce in attribute access
Vincent Ambo
1
-2
/
+2
2023-03-17
r/6026
feat(tvix/eval): report all known spans on infinite recursion
Vincent Ambo
3
-16
/
+80
2023-03-17
r/6025
feat(tvix/eval): track span of first force in a thunk blackhole
Vincent Ambo
5
-17
/
+48
2023-03-17
r/6024
feat(tvix/eval): add generator "name" to NativeError kind
Vincent Ambo
3
-12
/
+29
2023-03-17
r/6023
feat(tvix/eval): enrich errors with VM's frame stack information
Vincent Ambo
4
-129
/
+242
2023-03-17
r/6022
fix(tvix/eval): use coerce_to_string in builtins.substring
Vincent Ambo
3
-1
/
+7
2023-03-17
r/6020
chore(tvix/eval): remove some dead code
Vincent Ambo
1
-31
/
+0
2023-03-14
r/5994
docs(tvix/eval): suggested layout adjustment to VM loop diagram
Adam Joseph
1
-11
/
+11
2023-03-14
r/5993
docs(tvix/eval): document inner workings of the new VM loop
Vincent Ambo
1
-45
/
+284
2023-03-14
r/5992
chore(tvix): Generator{Request|Response} -> VM{Request|Response}
Vincent Ambo
3
-130
/
+121
2023-03-13
r/5991
chore(tvix/eval): mark async functions which are called by the VM
Adam Joseph
3
-0
/
+9
2023-03-13
r/5990
refactor(tvix/eval): reduce fetch{forced|captured}_with visibility
Adam Joseph
1
-22
/
+22
2023-03-13
r/5989
feat(tvix/eval): rewrite nix_cmp_ordering to be nonrecursive
Adam Joseph
1
-45
/
+46
2023-03-13
r/5988
chore(tvix/eval): prune some dependencies & features
Vincent Ambo
2
-15
/
+2
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
3
-14
/
+35
2023-03-13
r/5982
fix(tvix/eval): more closely line up path resolution with cppnix
Vincent Ambo
2
-23
/
+51
2023-03-13
r/5980
refactor(tvix/eval): VM struct no longer needs to be public
Vincent Ambo
2
-2
/
+2
2023-03-13
r/5979
fix(tvix/eval): implement cppnix JSON-serialisation semantics
Vincent Ambo
11
-69
/
+136
2023-03-13
r/5978
feat(tvix/eval): give generators human-readable names
Vincent Ambo
5
-51
/
+80
2023-03-13
r/5977
fix(tvix/eval): handle toJSON on attribute sets with `outPath`
Vincent Ambo
5
-6
/
+38
2023-03-13
r/5976
fix(tvix/eval): handle `__toString` when JSON-serialising attrsets
Vincent Ambo
5
-0
/
+29
2023-03-13
r/5975
refactor(tvix/eval): move `__toString` calling to a helper function
Vincent Ambo
2
-24
/
+34
2023-03-13
r/5974
refactor(tvix/eval): print only *types* when observing generators
Vincent Ambo
1
-7
/
+11
2023-03-13
r/5973
fix(tvix/eval): don't print full stack in observer
Vincent Ambo
1
-1
/
+8
2023-03-13
r/5972
fix(tvix/eval): don't print full values in observer
Vincent Ambo
1
-1
/
+14
2023-03-13
r/5971
refactor(tvix/eval): condense observer's stack writing logic
Vincent Ambo
1
-53
/
+24
[next]