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-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
2022-09-15
r/4864
feat(tvix/eval): Support builtins.attrNames
William Carroll
1
-0
/
+12
2022-09-15
r/4862
feat(tvix/eval): Support builtins.head
William Carroll
1
-0
/
+8
2022-09-15
r/4857
feat(tvix/eval): implement correct toString behavior
sterni
1
-4
/
+4
2022-09-13
r/4848
fix(tvix/eval): force value in builtins.typeOf
sterni
1
-2
/
+4
2022-09-10
r/4786
fix(tvix/eval): fix doc comment syntax where applicable
Vincent Ambo
1
-0
/
+3
2022-09-09
r/4782
fix(tvix/eval): force value passed to builtins.toString
Vincent Ambo
1
-3
/
+25
2022-09-08
r/4750
fix(tvix/eval): force argument of builtins.length
Vincent Ambo
1
-1
/
+4
2022-09-08
r/4745
refactor(tvix/eval): add macros for generating Value casters
Vincent Ambo
1
-4
/
+4
2022-09-08
r/4744
refactor(tvix/eval): pass a VM reference to builtins
Vincent Ambo
1
-19
/
+19
2022-09-08
r/4741
feat(tvix/eval): ensure all errors always carry a span
Vincent Ambo
1
-10
/
+10
2022-09-07
r/4740
feat(tvix/eval): Support builtins.length
William Carroll
1
-0
/
+3
2022-09-07
r/4739
feat(tvix/eval): Support builtins.{mul,div}
William Carroll
1
-0
/
+10
2022-09-07
r/4738
feat(tvix/eval): Support builtins.{add,sub}
William Carroll
1
-0
/
+12
2022-09-03
r/4608
fix(tvix/eval): address all current clippy lints
Vincent Ambo
1
-5
/
+4
2022-09-03
r/4605
refactor(tvix/eval): introduce Closure struct in Value type
Vincent Ambo
1
-1
/
+1
2022-09-02
r/4596
feat(tvix/eval): implement builtins.catAttrs
Vincent Ambo
1
-1
/
+14
2022-09-02
r/4595
feat(tvix/eval): implement builtins.typeOf
Vincent Ambo
1
-0
/
+3
2022-09-02
r/4594
feat(tvix/eval): implement type-checking builtins
Vincent Ambo
1
-0
/
+28
2022-09-02
r/4593
feat(tvix/eval): implement 'throw' and 'abort' builtins
Vincent Ambo
1
-1
/
+14
2022-09-02
r/4592
refactor(tvix/eval): implement clearer mechanism for globals
Vincent Ambo
1
-15
/
+52
2022-09-02
r/4590
feat(tvix/eval): add builtins.isNull
Vincent Ambo
1
-0
/
+5
2022-09-02
r/4588
feat(tvix/eval): introduce mechanism for defining builtins
Vincent Ambo
1
-0
/
+26