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
/
mod.rs
Age
Commit message (
Expand
)
Author
Files
Lines
2022-10-11
r/5105
fix(tvix/eval/builtins): force acc not list element in foldl'
sterni
1
-1
/
+1
2022-10-11
r/5102
feat(tvix/eval): Implement builtins.removeAttrs
Griffin Smith
1
-1
/
+20
2022-10-11
r/5101
feat(tvix/eval): Implement builtins.trace
Griffin Smith
1
-0
/
+12
2022-10-10
r/5089
feat(tvix/eval): Implement builtins.tryEval
Griffin Smith
1
-0
/
+15
2022-10-10
r/5084
feat(tvix/eval): Implement builtins.concatStringsSep
Griffin Smith
1
-0
/
+16
2022-10-10
r/5080
feat(tvix/eval): Implement builtins.elem
Griffin Smith
1
-0
/
+8
2022-10-10
r/5077
refactor(tvix/eval): Abstract away calling functions
Griffin Smith
1
-27
/
+7
2022-10-10
r/5076
feat(tvix/eval): Implement builtins.foldl'
Griffin Smith
1
-0
/
+18
2022-10-10
r/5075
feat(tvix/eval): Implement builtins.genList
Griffin Smith
1
-0
/
+11
2022-10-10
r/5074
feat(tvix/eval): Implement builtins.concatMap
Griffin Smith
1
-0
/
+13
2022-10-09
r/5073
feat(tvix/eval): Implement builtins.listToAttrs
Griffin Smith
1
-0
/
+17
2022-10-08
r/5067
refactor(tvix/eval): Encapsulate Value::Attrs construction
Griffin Smith
1
-2
/
+1
2022-10-06
r/5041
feat(tvix/eval): initial implementation of `builtins.import`
Vincent Ambo
1
-1
/
+1
2022-10-06
r/5040
refactor(tvix/eval): builtins now contain closures
Vincent Ambo
1
-86
/
+100
2022-10-05
r/5038
feat(tvix/eval): implement tvix's user-agent, err, nixVersion
Vincent Ambo
1
-0
/
+6
2022-10-04
r/5026
refactor(tvix/eval): allow impure Value builtins
Vincent Ambo
1
-7
/
+5
2022-10-03
r/5024
feat(tvix/eval): implement `builtins.any`
Vincent Ambo
1
-0
/
+14
2022-10-03
r/5023
feat(tvix/eval): implement `builtins.all`
Vincent Ambo
1
-0
/
+14
2022-10-03
r/5022
feat(tvix/eval): implement builtins.concatLists
Vincent Ambo
1
-0
/
+14
2022-09-29
r/4991
chore(tvix/eval): fix all current clippy lints
Vincent Ambo
1
-2
/
+2
2022-09-23
r/4964
chore(tvix/eval): mark coerce_value_to_path as intentionally unused
Vincent Ambo
1
-0
/
+1
2022-09-23
r/4963
feat(tvix/eval): implement 'builtins.filter'
Vincent Ambo
1
-0
/
+29
2022-09-22
r/4961
feat(tvix/eval): add builtins.stringLength
sterni
1
-0
/
+5
2022-09-22
r/4960
fix(tvix/eval): handle thunks in arithmetic builtins
sterni
1
-20
/
+20
2022-09-22
r/4955
feat(tvix/eval): Support builtins.lessThan
William Carroll
1
-1
/
+6
2022-09-22
r/4954
feat(tvix/eval): Sketch out impure builtins
Griffin Smith
1
-2
/
+12
2022-09-21
r/4950
fix(tvix/eval): compare versions with an extra empty component
sterni
1
-2
/
+2
2022-09-21
r/4947
fix(tvix/eval/versions): preserve the Number string exactly
sterni
1
-2
/
+1
2022-09-21
r/4945
feat(tvix/eval): implement builtins.splitVersion
sterni
1
-1
/
+16
2022-09-20
r/4943
refactor(tvix/eval): add VM::call_value helper method
Vincent Ambo
1
-4
/
+2
2022-09-20
r/4941
feat(tvix/eval): implement builtins.map
Vincent Ambo
1
-1
/
+17
2022-09-20
r/4936
fix(tvix/eval): make sure to deref thunk in type predicate builtins
sterni
1
-18
/
+28
2022-09-20
r/4933
fix(tvix/eval): make sure to force before selecting in catAttrs
sterni
1
-5
/
+6
2022-09-20
r/4932
refactor(tvix/eval/builtins): avoid unnecessary popping
sterni
1
-8
/
+4
2022-09-20
r/4931
refactor(tvix/eval): don't unnecessarily force in toString
sterni
1
-1
/
+2
2022-09-19
r/4928
feat(tvix/eval): Support builtins.getAttr
William Carroll
1
-0
/
+11
2022-09-19
r/4927
feat(tvix/eval): Support builtins.hasAttr
William Carroll
1
-0
/
+6
2022-09-19
r/4919
fix(tvix/eval): fix flipped sign in builtins.compareVersions
sterni
1
-2
/
+2
2022-09-19
r/4918
refactor(tvix/eval): handle forcing in Builtin::apply
sterni
1
-58
/
+46
2022-09-19
r/4917
feat(tvix/eval): Support builtins.tail
William Carroll
1
-0
/
+10
2022-09-19
r/4916
feat(tvix/eval): Support builtins.substring
William Carroll
1
-0
/
+29
2022-09-18
r/4914
refactor(tvix/eval): Simplify forcing in builtins
Griffin Smith
1
-97
/
+57
2022-09-17
r/4885
feat(tvix_eval): Support builtins.compareVersions
ThoFrank
1
-0
/
+23
2022-09-17
r/4882
feat(tvix/eval): Support builtins.elemAt
William Carroll
1
-0
/
+14
2022-09-16
r/4881
refactor(tvix/eval): fix current clippy lints
sterni
1
-1
/
+1
2022-09-15
r/4869
feat(tvix/eval): Support builtins.bitXor
William Carroll
1
-0
/
+7
2022-09-15
r/4868
feat(tvix/eval): Support builtins.bitOr
William Carroll
1
-0
/
+7
2022-09-15
r/4867
feat(tvix/eval): Support builtins.bitAnd
William Carroll
1
-0
/
+7
2022-09-15
r/4866
feat(tvix/eval): Support builtins.attrValues
William Carroll
1
-0
/
+12
2022-09-15
r/4865
feat(tvix/eval): implement Value::coerce_to_path()
sterni
1
-0
/
+26
[next]