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
/
value
/
mod.rs
Age
Commit message (
Expand
)
Author
Files
Lines
2024-04-13
r/7899
feat(tvix/eval): contextful JSON operations
Ryan Lahfa
1
-6
/
+6
2024-02-21
r/7591
feat(tvix/eval): Store string context alongside data
Aspen Smith
1
-7
/
+5
2024-02-20
r/7577
fix(tvix/eval): propagate catchable errors at the top of an eval
Vincent Ambo
1
-0
/
+1
2024-02-13
r/7509
test(tvix/eval): Add test asserting size of Value
Aspen Smith
1
-0
/
+8
2024-02-13
r/7508
feat(tvix/eval): Box Value::Catchable
Aspen Smith
1
-5
/
+10
2024-02-13
r/7507
revert(tvix/eval): Don't double-box Path values
Aspen Smith
1
-7
/
+7
2024-02-10
r/7496
refactor(tvix/eval): Box the inside of Value::Json
Aspen Smith
1
-1
/
+1
2024-02-02
r/7467
refactor(tvix/eval): Box Value::String
Aspen Smith
1
-6
/
+8
2024-02-01
r/7463
feat(tvix/eval): Don't emit OpForce for non-thunk constants
Aspen Smith
1
-0
/
+7
2024-02-01
r/7461
refactor(tvix/eval): Don't double-box Path values
Aspen Smith
1
-7
/
+7
2024-01-31
r/7460
fix(tvix): Represent strings as byte arrays
Aspen Smith
1
-15
/
+13
2024-01-14
r/7379
fix(tvix/eval): catchable-aware builtins
Ryan Lahfa
1
-10
/
+13
2024-01-03
r/7335
feat(tvix/eval): contextful coercion of files
Ryan Lahfa
1
-0
/
+5
2024-01-03
r/7333
feat(tvix/eval): contextful == of derivations
Ryan Lahfa
1
-2
/
+6
2024-01-03
r/7317
feat(tvix/eval): context-aware `coerce_to_string`
Ryan Lahfa
1
-2
/
+14
2023-12-29
r/7282
feat(tvix/eval): context-aware casting to strings
Ryan Lahfa
1
-2
/
+23
2023-12-29
r/7280
feat(tvix/eval): introduce `NixContext`
Ryan Lahfa
1
-1
/
+1
2023-12-29
r/7274
fix(tvix/eval): catchable in type field of nix_eq()
Adam Joseph
1
-2
/
+10
2023-12-29
r/7272
refactor(tvix/eval): let OpCoerceToString select the CoercionKind
Adam Joseph
1
-1
/
+1
2023-12-25
r/7264
fix(tvix/eval/value): correctly emit spaces when coercing lists
sterni
1
-2
/
+17
2023-12-14
r/7218
fix(tvix/eval): remove incorrect imports when coercing
sterni
1
-17
/
+35
2023-12-12
r/7178
fix(tvix/eval): fix branching on catchable defaults (b/343)
Adam Joseph
1
-0
/
+1
2023-12-12
r/7176
feat(tvix/eval): nonrecursive coerce_to_string()
Adam Joseph
1
-83
/
+103
2023-12-12
r/7175
feat(tvix/eval): nonrecursive deep_force()
Adam Joseph
1
-56
/
+69
2023-12-12
r/7169
fix(tvix/eval): preserve catchables in nix_cmp_ordering(), fix b/338
Adam Joseph
1
-4
/
+6
2023-12-12
r/7167
feat(tvix/eval): nonrecursive nix_cmp_ordering(), fixes b/339
Adam Joseph
1
-40
/
+69
2023-12-12
r/7166
fix(tvix/eval): never use partial_cmp() (partial fix b/338)
Adam Joseph
1
-18
/
+11
2023-12-12
r/7164
feat(tvix/eval): nonrecursive nix_eq()
Adam Joseph
1
-127
/
+142
2023-12-09
r/7134
refactor(tvix/eval): address clippy lints
Florian Klink
1
-1
/
+1
2023-12-06
r/7120
feat(tvix/eval): rewrite Thunk::force() in nonrecursive form
Adam Joseph
1
-2
/
+2
2023-11-05
r/6958
chore(tvix): add missing clippy attributes & config
Vincent Ambo
1
-0
/
+1
2023-11-05
r/6955
chore(tvix): fix trivial clippy lints
Vincent Ambo
1
-7
/
+6
2023-11-03
r/6932
refactor(tvix/eval): delay allocation when comparing attr values
Vincent Ambo
1
-4
/
+4
2023-09-24
r/6650
fix(tvix/eval): fix b/281 by adding Value::Catchable
Adam Joseph
1
-7
/
+50
2023-08-20
r/6509
refactor(tvix/eval): don't use `format!` in `write!` args
Florian Klink
1
-1
/
+1
2023-06-20
r/6336
fix(tvix/eval): only finalise formal arguments if defaulting
sterni
1
-3
/
+11
2023-06-15
r/6308
fix(tvix/eval): make tvix display values like nix-instantiate(1)
sterni
1
-1
/
+2
2023-06-07
r/6243
fix(tvix/eval): type check function argument with set pattern
sterni
1
-0
/
+1
2023-03-17
r/6025
feat(tvix/eval): track span of first force in a thunk blackhole
Vincent Ambo
1
-2
/
+3
2023-03-13
r/5991
chore(tvix/eval): mark async functions which are called by the VM
Adam Joseph
1
-0
/
+5
2023-03-13
r/5989
feat(tvix/eval): rewrite nix_cmp_ordering to be nonrecursive
Adam Joseph
1
-45
/
+46
2023-03-13
r/5979
fix(tvix/eval): implement cppnix JSON-serialisation semantics
Vincent Ambo
1
-5
/
+13
2023-03-13
r/5975
refactor(tvix/eval): move `__toString` calling to a helper function
Vincent Ambo
1
-24
/
+8
2023-03-13
r/5969
refactor(tvix/eval): box PathBuf
Vincent Ambo
1
-4
/
+4
2023-03-13
r/5964
refactor(tvix/eval): flatten call stack of VM using generators
Vincent Ambo
1
-247
/
+154
2023-03-13
r/5963
feat(tvix/eval): implement generator-based Nix equality logic
Vincent Ambo
1
-1
/
+181
2023-03-07
r/5899
feat(tvix/eval): introduce generators module
Vincent Ambo
1
-1
/
+1
2023-03-03
r/5870
chore(tvix/eval): fix clippy warnings
Vincent Ambo
1
-4
/
+4
2023-02-13
r/5849
chore(tvix/eval): clippy warn is length zero
Aaqa Ishtyaq
1
-1
/
+1
2023-02-02
r/5821
chore(tvix/eval): elaborate on internal types in Value::type_of
Vincent Ambo
1
-6
/
+8
[next]