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
/
mod.rs
Age
Commit message (
Expand
)
Author
Files
Lines
2023-12-14
r/7217
fix(tvix/eval): determine meaning of `+` exprs based on first type
sterni
1
-5
/
+11
2023-12-12
r/7206
refactor(tvix/eval): vm::add_values(): be less verbose
Adam Joseph
1
-12
/
+8
2023-12-12
r/7189
fix(tvix/eval): `?`: propagate catchables
Adam Joseph
1
-8
/
+16
2023-12-12
r/7188
feat(tvix/eval): OpAttrsSelect should propagate catchables
Adam Joseph
1
-11
/
+19
2023-12-12
r/7187
fix(tvix/eval): calling a catchable is catchable
Adam Joseph
1
-0
/
+6
2023-12-12
r/7184
fix(tvix/eval): fix testing catchables for inequality
Adam Joseph
1
-2
/
+7
2023-12-12
r/7182
fix(tvix/eval): handle catchables in attribute set updates
Adam Joseph
1
-4
/
+11
2023-12-12
r/7178
fix(tvix/eval): fix branching on catchable defaults (b/343)
Adam Joseph
1
-0
/
+7
2023-12-12
r/7176
feat(tvix/eval): nonrecursive coerce_to_string()
Adam Joseph
1
-2
/
+2
2023-12-12
r/7175
feat(tvix/eval): nonrecursive deep_force()
Adam Joseph
1
-2
/
+2
2023-12-12
r/7172
feat(tvix/eval): drop LightSpan::Delayed
Adam Joseph
1
-1
/
+1
2023-12-12
r/7167
feat(tvix/eval): nonrecursive nix_cmp_ordering(), fixes b/339
Adam Joseph
1
-1
/
+1
2023-12-12
r/7164
feat(tvix/eval): nonrecursive nix_eq()
Adam Joseph
1
-2
/
+2
2023-12-06
r/7120
feat(tvix/eval): rewrite Thunk::force() in nonrecursive form
Adam Joseph
1
-1
/
+1
2023-11-05
r/6955
chore(tvix): fix trivial clippy lints
Vincent Ambo
1
-1
/
+1
2023-09-24
r/6650
fix(tvix/eval): fix b/281 by adding Value::Catchable
Adam Joseph
1
-67
/
+25
2023-09-24
r/6649
refactor(tvix/eval): factor CatchableErrorKind out of ErrorKind
Adam Joseph
1
-2
/
+5
2023-09-22
r/6624
docs(tvix/eval): fix some broken docstr references
Florian Klink
1
-2
/
+2
2023-08-20
r/6508
refactor(tvix/eval/vm): don't put HashMap in a Box
Florian Klink
1
-1
/
+1
2023-06-30
r/6372
chore(tvix/eval/vm): drop unused import
Florian Klink
1
-1
/
+1
2023-06-21
r/6341
fix(tvix/eval): use realpaths for import cache
sterni
1
-2
/
+38
2023-06-20
r/6336
fix(tvix/eval): only finalise formal arguments if defaulting
sterni
1
-13
/
+17
2023-06-07
r/6243
fix(tvix/eval): type check function argument with set pattern
sterni
1
-0
/
+13
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
1
-1
/
+4
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
1
-65
/
+152
2023-03-14
r/5992
chore(tvix): Generator{Request|Response} -> VM{Request|Response}
Vincent Ambo
1
-6
/
+6
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/5984
refactor(tvix/eval): rename VM::tail_call_value -> VM::call_value
Vincent Ambo
1
-3
/
+3
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/5978
feat(tvix/eval): give generators human-readable names
Vincent Ambo
1
-15
/
+29
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
1
-0
/
+1120