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
/
builtins
Age
Commit message (
Expand
)
Author
Files
Lines
2023-01-20
r/5707
refactor(tvix/eval): directly return builtin tuples from macro
Vincent Ambo
2
-16
/
+3
2023-01-17
r/5675
refactor(tvix/eval): remove `Box` in new_suspended_native
Vincent Ambo
1
-2
/
+2
2023-01-16
r/5664
feat(tvix/eval): implement builtins.toXML
Vincent Ambo
2
-0
/
+135
2023-01-12
r/5654
fix(tvix/eval): len_without_is_empty clippy warn
Aaqa Ishtyaq
1
-1
/
+1
2023-01-12
r/5652
feat(tvix/eval): implement builtins.toJSON
Vincent Ambo
1
-0
/
+11
2023-01-10
r/5640
feat(tvix/eval): implement serde::Deserialize for Value
Ryan Lahfa
1
-2
/
+2
2023-01-08
r/5629
fix(tvix/eval): fix last uses of Vec<Value> -> NixList in builtins
Vincent Ambo
1
-11
/
+15
2023-01-06
r/5620
refactor(tvix/eval): use builtins macro for placeholders
Vincent Ambo
1
-67
/
+45
2023-01-06
r/5619
refactor(tvix/eval): move mocked builtins.derivation to tests
Vincent Ambo
1
-34
/
+1
2023-01-06
r/5595
feat(tvix/eval): add builtins.{null,true,false}
sterni
1
-0
/
+3
2023-01-04
r/5581
refactor(tvix/eval): streamline construction of globals/builtins
Vincent Ambo
2
-191
/
+50
2022-12-29
r/5542
refactor(tvix/eval): remove extra Rc<..> around Value::Attrs
Vincent Ambo
1
-4
/
+4
2022-12-29
r/5541
refactor(tvix/eval): persistent, memory-sharing OrdMap for NixAttrs
Vincent Ambo
1
-12
/
+12
2022-12-29
r/5540
refactor(tvix/eval): use im::Vector directly where possible
Vincent Ambo
1
-15
/
+18
2022-12-29
r/5534
refactor(tvix/eval): use im::Vector for NixList representation
Vincent Ambo
1
-1
/
+6
2022-12-25
r/5486
fix(tvix/eval): fix current clippy warnings
Vincent Ambo
1
-11
/
+6
2022-12-21
r/5466
refactor(tvix/eval): use light spans in builtins.import
Vincent Ambo
1
-6
/
+2
2022-12-21
r/5465
feat(tvix/eval): builtins.storeDir
Adam Joseph
1
-1
/
+11
2022-12-21
r/5464
refactor(tvix/eval): use `EvalIO::read_dir` for equivalent builtin
Vincent Ambo
1
-28
/
+20
2022-12-21
r/5463
refactor(tvix/eval): use `EvalIO::path_exists` for the builtin
Vincent Ambo
1
-1
/
+2
2022-12-21
r/5460
refactor(tvix/eval): use EvalIO::read_to_string in impure builtins
Vincent Ambo
1
-21
/
+16
2022-12-21
r/5457
refactor(tvix/eval): add a LightSpan type for lighter span tracking
Vincent Ambo
1
-1
/
+2
2022-12-21
r/5452
feat(tvix/eval): wrap Closure in Rc<> to match cppnix semantics
Adam Joseph
1
-1
/
+1
2022-12-03
r/5379
feat(tvix/eval): Continue removing leakage of BTreeMap.
Lyle Mantooth
2
-42
/
+37
2022-12-02
r/5375
feat(tvix/eval): impl FromIterator for NixAttrs
Lyle Mantooth
1
-52
/
+46
2022-12-02
r/5366
feat(tvix/eval): crude caching builtins.import
Adam Joseph
1
-6
/
+16
2022-12-01
r/5356
feat(tvix/eval): placeholder for builtins.placeholder
Adam Joseph
1
-0
/
+7
2022-11-27
r/5345
feat(tvix/eval): non-recursive implementation of nix_eq()
Adam Joseph
1
-1
/
+1
2022-11-26
r/5327
feat(tvix/eval): mock builtins.unsafeGetAttrPos
Adam Joseph
1
-0
/
+24
2022-11-23
r/5301
feat(tvix/eval): make NixList::clone() cheap
Adam Joseph
1
-12
/
+13
2022-11-21
r/5298
fix(tvix/eval): builtins.listToAttrs must force keys
Vincent Ambo
1
-7
/
+2
2022-11-21
r/5295
feat(tvix/eval): Implement builtins.genericClosure
Vincent Ambo
1
-0
/
+47
2022-11-08
r/5269
feat(tvix/eval): Add docstrings as documentation for builtins
Griffin Smith
2
-0
/
+4
2022-11-08
r/5268
feat(tvix/eval): Give names to builtin arguments
Griffin Smith
2
-26
/
+49
2022-11-08
r/5266
refactor(tvix/eval): Define impure builtins using the macro
Griffin Smith
1
-48
/
+56
2022-11-08
r/5265
refactor(tvix/eval): Define *all* pure builtins at the top-level
Griffin Smith
1
-728
/
+792
2022-11-08
r/5264
refactor(tvix/eval): Define a single builtin at the top level
Griffin Smith
1
-5
/
+16
2022-11-06
r/5255
feat(tvix/eval): placeholder builtin implementations
Vincent Ambo
1
-9
/
+43
2022-11-04
r/5244
feat(tvix/eval): implement builtins.split
Adam Joseph
1
-0
/
+38
2022-10-29
r/5222
feat(tvix/eval): Implement builtins.sort
Griffin Smith
1
-2
/
+39
2022-10-29
r/5221
feat(tvix/eval): Implement comparison for lists
Griffin Smith
1
-1
/
+1
2022-10-28
r/5220
feat(tvix/eval): builtins.replaceStrings: don't clone() N times
Adam Joseph
1
-8
/
+10
2022-10-28
r/5219
feat(tvix/eval): add builtins.replaceStrings
James Landrein
1
-0
/
+71
2022-10-27
r/5213
feat(tvix/eval): builtins.import without RefCell
Adam Joseph
2
-73
/
+100
2022-10-25
r/5198
feat(tvix/eval): add builtins.{floor,ceil}
James Landrein
1
-0
/
+6
2022-10-24
r/5193
refactor(tvix/eval): Implement value comparison with a method
Griffin Smith
1
-3
/
+8
2022-10-24
r/5192
feat(tvix/eval): Implement builtins.mapAttrs
Griffin Smith
1
-0
/
+13
2022-10-24
r/5191
feat(tvix/eval): add builtins.langVersion
Vincent Ambo
1
-0
/
+2
2022-10-24
r/5190
feat(tvix/eval): implement builtins.currentSystem
Adam Joseph
1
-0
/
+7
2022-10-24
r/5189
feat(nix/eval): Implement builtins.groupBy
Griffin Smith
1
-0
/
+11
[prev]
[next]