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
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
2023-01-25
r/5757
test(tvix/eval): add test for total_fmt_float
Florian Klink
1
-0
/
+28
2023-01-25
r/5756
refactor(tvix/eval): extract float formatting into a helper
Vincent Ambo
1
-71
/
+75
2023-01-25
r/5753
feat(tvix/eval): use lexical-core to format float
Florian Klink
1
-2
/
+86
2023-01-20
r/5715
refactor(tvix/eval): keep globals alive through VM struct
Vincent Ambo
1
-4
/
+24
2023-01-17
r/5670
refactor(tvix/value): use proptest strategies from imbl crate
Vincent Ambo
1
-6
/
+0
2023-01-16
r/5663
chore(tvix/eval): add other required items to public API
Vincent Ambo
1
-2
/
+2
2023-01-12
r/5652
feat(tvix/eval): implement builtins.toJSON
Vincent Ambo
1
-3
/
+4
2023-01-10
r/5640
feat(tvix/eval): implement serde::Deserialize for Value
Ryan Lahfa
1
-42
/
+17
2023-01-08
r/5629
fix(tvix/eval): fix last uses of Vec<Value> -> NixList in builtins
Vincent Ambo
1
-11
/
+6
2022-12-29
r/5542
refactor(tvix/eval): remove extra Rc<..> around Value::Attrs
Vincent Ambo
1
-3
/
+3
2022-12-29
r/5541
refactor(tvix/eval): persistent, memory-sharing OrdMap for NixAttrs
Vincent Ambo
1
-1
/
+1
2022-12-29
r/5540
refactor(tvix/eval): use im::Vector directly where possible
Vincent Ambo
1
-3
/
+4
2022-12-25
r/5486
fix(tvix/eval): fix current clippy warnings
Vincent Ambo
1
-2
/
+2
2022-12-25
r/5484
feat(tvix/eval): implement From<f64> for Value
Ryan Lahfa
1
-0
/
+6
2022-12-22
r/5477
feat(tvix/eval): display function names in documentation
Vincent Ambo
1
-1
/
+8
2022-12-22
r/5475
feat(tvix/eval): add Value::explain method
Vincent Ambo
1
-0
/
+33
2022-12-21
r/5467
feat(tvix/eval): use `EvalIO::import_path` when coercing paths
Vincent Ambo
1
-1
/
+2
2022-12-21
r/5459
feat(tvix/eval): add EvalIO to public crate API
Vincent Ambo
1
-4
/
+4
2022-12-21
r/5452
feat(tvix/eval): wrap Closure in Rc<> to match cppnix semantics
Adam Joseph
1
-2
/
+8
2022-12-03
r/5379
feat(tvix/eval): Continue removing leakage of BTreeMap.
Lyle Mantooth
1
-2
/
+3
2022-11-28
r/5349
feat(tvix/eval): add CoercionKind::ThunksOnly
Adam Joseph
1
-4
/
+11
2022-11-27
r/5346
fix(tvix/eval): implement function/thunk ptr-equality for list ord
Adam Joseph
1
-1
/
+1
2022-11-27
r/5345
feat(tvix/eval): non-recursive implementation of nix_eq()
Adam Joseph
1
-26
/
+4
2022-11-26
r/5326
feat(tvix/eval): declare function-pointer-equality dealt with
Adam Joseph
1
-1
/
+0
2022-11-21
r/5299
fix(tvix/eval): aggressively fix a borrow error in nix_eq
Vincent Ambo
1
-3
/
+9
2022-11-08
r/5268
feat(tvix/eval): Give names to builtin arguments
Griffin Smith
1
-1
/
+1
2022-11-04
r/5236
fix(tvix/eval): remove impl PartialEq for Value
Adam Joseph
1
-1
/
+1
2022-10-31
r/5226
fix(tvix/eval): nix_eq() must recurse
Adam Joseph
1
-3
/
+3
2022-10-29
r/5221
feat(tvix/eval): Implement comparison for lists
Griffin Smith
1
-1
/
+14
2022-10-25
r/5198
feat(tvix/eval): add builtins.{floor,ceil}
James Landrein
1
-0
/
+1
2022-10-24
r/5193
refactor(tvix/eval): Implement value comparison with a method
Griffin Smith
1
-0
/
+21
2022-10-24
r/5189
feat(nix/eval): Implement builtins.groupBy
Griffin Smith
1
-0
/
+15
2022-10-23
r/5178
fix(tvix/eval): detect cycles when printing infinite values
Vincent Ambo
1
-8
/
+18
2022-10-22
r/5175
feat(tvix/eval): Implement builtins.deepSeq
Griffin Smith
1
-0
/
+45
2022-10-17
r/5153
feat(tvix/eval): Record formals on lambda
Griffin Smith
1
-0
/
+1
2022-10-17
r/5151
docs(tvix/eval) comments for various fields
Adam Joseph
1
-0
/
+5
2022-10-16
r/5146
refactor(tvix/eval): make OpFindFile use internal UnresolvedPath
sterni
1
-2
/
+6
2022-10-16
r/5140
refactor(tvix/eval) remove Value::DynamicUpvalueMissing
Adam Joseph
1
-6
/
+0
2022-10-15
r/5135
feat(tvix/eval): Implement builtins.fromJSON
Griffin Smith
1
-0
/
+48
2022-10-15
r/5132
feat(tvix/eval): implement builtins.dirOf
Adam Joseph
1
-0
/
+1
2022-10-13
r/5119
refactor(tvix/eval): factor out all calls to canon_path
Adam Joseph
1
-0
/
+2
2022-10-12
r/5111
fix(tvix/eval): remove overlapping instances
Adam Joseph
1
-12
/
+0
2022-10-12
r/5110
feat(tvix/eval): From<Into<NixString>> for Value
Adam Joseph
1
-0
/
+9
2022-10-10
r/5094
refactor(tvix/eval): after calling, the caller has to pop
Vincent Ambo
1
-1
/
+2
2022-10-10
r/5087
feat(tvix/eval): Initial resolution of `<...>` paths
Griffin Smith
1
-4
/
+4
2022-10-10
r/5085
feat(tvix/eval): Allow adding strings to paths
Griffin Smith
1
-0
/
+6
[next]