Age | Commit message (Expand) | Author | Files | Lines |
2022-11-08 | r/5269 feat(tvix/eval): Add docstrings as documentation for builtins | Griffin Smith | 1 | -0/+1 |
2022-11-08 | r/5268 feat(tvix/eval): Give names to builtin arguments | Griffin Smith | 1 | -2/+5 |
2022-11-08 | r/5266 refactor(tvix/eval): Define impure builtins using the macro | Griffin Smith | 1 | -48/+56 |
2022-10-27 | r/5213 feat(tvix/eval): builtins.import without RefCell | Adam Joseph | 1 | -14/+24 |
2022-10-19 | r/5159 feat(tvix/eval): deduplicate overlap between Closure and Thunk | Adam Joseph | 1 | -1/+4 |
2022-10-16 | r/5141 fix(tvix/eval): don't coerce variable name to string | sterni | 1 | -3/+3 |
2022-10-10 | r/5097 fix(tvix/eval): Actually trace spans for thunks | Griffin Smith | 1 | -1/+1 |
2022-10-10 | r/5096 feat(tvix/eval): Implement builtins.getEnv | Griffin Smith | 1 | -1/+7 |
2022-10-10 | r/5095 feat(tvix/eval): Implement builtins.readFile | Griffin Smith | 1 | -1/+7 |
2022-10-10 | r/5088 feat(tvix/eval): Implement builtins.pathExists | Griffin Smith | 1 | -6/+7 |
2022-10-10 | r/5083 feat(tvix/eval): Support builtins.readDir | William Carroll | 1 | -2/+39 |
2022-10-08 | r/5068 feat(tvix/tests): Import default.nix inside directory | Griffin Smith | 1 | -1/+4 |
2022-10-08 | r/5063 feat(tvix/eval): fancy-format parse errors returned by rnix | Vincent Ambo | 1 | -2/+3 |
2022-10-07 | r/5050 feat(tvix/eval): coerce values to paths when importing | Vincent Ambo | 1 | -12/+1 |
2022-10-07 | r/5049 feat(tvix/eval): add method for emitting runtime warnings | Vincent Ambo | 1 | -4/+4 |
2022-10-07 | r/5048 feat(tvix/eval): insert `import` into the builtins itself | Vincent Ambo | 1 | -2/+6 |
2022-10-06 | r/5041 feat(tvix/eval): initial implementation of `builtins.import` | Vincent Ambo | 1 | -5/+79 |
2022-10-04 | r/5027 feat(tvix/eval): implement `builtins.currentTime` | Vincent Ambo | 1 | -2/+12 |
2022-10-04 | r/5026 refactor(tvix/eval): allow impure Value builtins | Vincent Ambo | 1 | -3/+22 |
2022-09-22 | r/4954 feat(tvix/eval): Sketch out impure builtins | Griffin Smith | 1 | -0/+7 |