Age | Commit message (Expand) | Author | Files | Lines |
---|---|---|---|---|
2024-08-07 | r/8453 feat(tvix/eval): Forbid Hash{Map,Set}, use Fx instead | Aspen Smith | 1 | -3/+4 |
2024-07-27 | r/8415 fix(tvix/cli): Make :q actually quit | Aspen Smith | 1 | -1/+1 |
2024-07-07 | r/8355 fix(tvix/repl): Share globals and sourcemap across evaluations | Aspen Smith | 1 | -7/+27 |
2024-07-07 | r/8353 test(tvix/cli): Make the REPL testable | Aspen Smith | 1 | -86/+132 |
2024-07-05 | r/8346 feat(tvix/repl): Allow binding variables at the top-level | Aspen Smith | 1 | -7/+39 |
2024-06-01 | r/8191 feat(tvix/repl): Add a command to recursively print | Aspen Smith | 1 | -0/+15 |
2024-06-01 | r/8190 feat(tvix/repl): Add a help command | Aspen Smith | 1 | -6/+29 |
2024-06-01 | r/8189 feat(tvix/repl): Implement :q, to quit | Aspen Smith | 1 | -0/+4 |
2024-06-01 | r/8188 refactor(tvix/repl): Abstract out REPL command handling | Aspen Smith | 1 | -10/+26 |
2024-06-01 | r/8187 refactor(tvix): Break out REPL into its own module | Aspen Smith | 1 | -0/+117 |