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-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