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
2024-05-30
r/8179
fix(tvix/eval/vm/generators): allow unused rq_{path_exists,read_dir}
Florian Klink
1
-0
/
+2
2024-05-23
r/8164
feat(tvix/eval): rm NixContext::join, add take_context & IntoIterator
Florian Klink
1
-2
/
+2
2024-04-28
r/8025
chore(3p/sources): Bump channels & overlays
sterni
1
-1
/
+1
2024-04-13
r/7899
feat(tvix/eval): contextful JSON operations
Ryan Lahfa
1
-3
/
+3
2024-04-09
r/7882
fix(tvix): Avoid buffering file into memory in builtins.hashFile
Connor Brewster
1
-11
/
+16
2024-02-21
r/7591
feat(tvix/eval): Store string context alongside data
Aspen Smith
2
-7
/
+5
2024-02-21
r/7587
fix(tvix/eval): allow reading non-UTF8 files
Florian Klink
1
-1
/
+1
2024-02-20
r/7571
refactor(tvix/eval): add SourceCode directly into error types
Vincent Ambo
1
-4
/
+16
2024-02-13
r/7508
feat(tvix/eval): Box Value::Catchable
Aspen Smith
3
-8
/
+8
2024-02-13
r/7507
revert(tvix/eval): Don't double-box Path values
Aspen Smith
1
-3
/
+3
2024-02-13
r/7506
fix(tvix/eval): Replace inner NixString repr with Box<Bstr>
Aspen Smith
1
-1
/
+1
2024-02-10
r/7496
refactor(tvix/eval): Box the inside of Value::Json
Aspen Smith
1
-1
/
+1
2024-02-09
r/7492
fix(tvix/eval): Propagate catchables in NixAttrs::construct
Aspen Smith
1
-2
/
+4
2024-02-02
r/7467
refactor(tvix/eval): Box Value::String
Aspen Smith
2
-7
/
+8
2024-02-01
r/7461
refactor(tvix/eval): Don't double-box Path values
Aspen Smith
1
-3
/
+3
2024-01-31
r/7460
fix(tvix): Represent strings as byte arrays
Aspen Smith
1
-12
/
+13
2024-01-18
r/7407
refactor(tvix/eval): generalize EvalIO container
Florian Klink
2
-16
/
+32
2024-01-16
r/7395
fix(tvix/eval): lift VM ops over Catchable
edef
2
-115
/
+102
2024-01-14
r/7379
fix(tvix/eval): catchable-aware builtins
Ryan Lahfa
2
-25
/
+49
2024-01-03
r/7334
feat(tvix/eval): contextful string coercion
Ryan Lahfa
1
-1
/
+1
2024-01-03
r/7328
feat(tvix/eval): `${}` propagates contexts
Ryan Lahfa
1
-4
/
+13
2024-01-03
r/7318
chore(tvix/eval): notes on coercion and contexts
Ryan Lahfa
1
-0
/
+3
2024-01-03
r/7310
feat(tvix/eval): emit warnings with kinds and spans
Ryan Lahfa
1
-7
/
+5
2023-12-29
r/7275
fix(tvix/eval): propagate catchables in string interpolations
Adam Joseph
1
-2
/
+10
2023-12-29
r/7274
fix(tvix/eval): catchable in type field of nix_eq()
Adam Joseph
1
-2
/
+3
2023-12-29
r/7272
refactor(tvix/eval): let OpCoerceToString select the CoercionKind
Adam Joseph
1
-9
/
+2
2023-12-29
r/7271
fix(tvix/eval): add stack depth assertion to OpReturn
Adam Joseph
1
-0
/
+7
2023-12-14
r/7218
fix(tvix/eval): remove incorrect imports when coercing
sterni
2
-12
/
+68
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
2
-4
/
+4
2023-12-12
r/7175
feat(tvix/eval): nonrecursive deep_force()
Adam Joseph
2
-10
/
+10
2023-12-12
r/7172
feat(tvix/eval): drop LightSpan::Delayed
Adam Joseph
1
-1
/
+1
2023-12-12
r/7169
fix(tvix/eval): preserve catchables in nix_cmp_ordering(), fix b/338
Adam Joseph
1
-1
/
+4
2023-12-12
r/7167
feat(tvix/eval): nonrecursive nix_cmp_ordering(), fixes b/339
Adam Joseph
3
-3
/
+4
2023-12-12
r/7166
fix(tvix/eval): never use partial_cmp() (partial fix b/338)
Adam Joseph
1
-4
/
+4
2023-12-12
r/7164
feat(tvix/eval): nonrecursive nix_eq()
Adam Joseph
2
-8
/
+8
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
2
-2
/
+2
2023-09-24
r/6650
fix(tvix/eval): fix b/281 by adding Value::Catchable
Adam Joseph
2
-82
/
+38
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-07-22
r/6439
feat(tvix/store/proto): use Bytes instead of Vec<u8>
Florian Klink
1
-2
/
+2
[next]