Age | Commit message (Expand) | Author | Files | Lines |
2024-10-12 | r/8796 refactor(tvix/eval): Make `strict` an EvalMode enum | Aspen Smith | 2 | -3/+11 |
2024-10-09 | r/8782 refactor(tvix/cli/args): remove log-level argument | Marijan Petričević | 2 | -9/+0 |
2024-08-12 | r/8482 feat(tvix/cli): Add derivation file dumping functionality | Ilan Joselevich | 2 | -1/+27 |
2024-08-12 | r/8481 fix(tvix/cli): add toplevel docstring to Args struct | Florian Klink | 1 | -0/+8 |
2024-08-11 | r/8476 fix(tvix/cli): always configure nix path | Aspen Smith | 1 | -1/+1 |
2024-08-08 | r/8461 feat(tvix): Jemalloc -> MiMalloc | Ilan Joselevich | 1 | -5/+2 |
2024-08-07 | r/8453 feat(tvix/eval): Forbid Hash{Map,Set}, use Fx instead | Aspen Smith | 2 | -6/+9 |
2024-07-27 | r/8415 fix(tvix/cli): Make :q actually quit | Aspen Smith | 1 | -1/+1 |
2024-07-22 | r/8399 refactor(tvix): move service addrs into shared clap struct | Yureka | 2 | -21/+6 |
2024-07-20 | r/8380 refactor(tvix/store): use composition in tvix_store crate | Yureka | 1 | -1/+1 |
2024-07-07 | r/8355 fix(tvix/repl): Share globals and sourcemap across evaluations | Aspen Smith | 3 | -21/+84 |
2024-07-07 | r/8353 test(tvix/cli): Make the REPL testable | Aspen Smith | 4 | -346/+436 |
2024-07-06 | r/8351 refactor(tvix/eval): Builderize Evaluation | Aspen Smith | 1 | -21/+22 |
2024-07-05 | r/8346 feat(tvix/repl): Allow binding variables at the top-level | Aspen Smith | 3 | -16/+145 |
2024-06-20 | r/8297 feat(tvix/tracing): optional progressbar | Simon Hauser | 1 | -0/+1 |
2024-06-14 | r/8271 feat(tvix/tracing): correctly close otlp on exit | Simon Hauser | 1 | -1/+4 |
2024-06-13 | r/8261 feat(tvix/cli): add toplevel progress span | Florian Klink | 1 | -1/+9 |
2024-06-10 | r/8242 feat(tvix/tracing): introduce common tvix-tracing crate | Simon Hauser | 1 | -23/+7 |
2024-06-06 | r/8222 feat(tvix): Switch to jemalloc | Aspen Smith | 1 | -0/+7 |
2024-06-01 | r/8191 feat(tvix/repl): Add a command to recursively print | Aspen Smith | 2 | -1/+16 |
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 | 2 | -99/+122 |
2024-06-01 | r/8186 feat(tvix/repl): Support multiline input | Aspen Smith | 1 | -11/+96 |
2024-05-11 | r/8103 refactor(tvix/store): drop calculate_nar from PathInfoService | Florian Klink | 1 | -15/+17 |
2024-05-09 | r/8096 feat(tvix/cli): Use the same TvixStoreIO for the full runtime | Aspen Smith | 1 | -16/+26 |
2024-04-26 | r/8019 feat(tvix/cli): change log format to compact, add RUST_LOG support | Florian Klink | 1 | -1/+8 |
2024-02-21 | r/7588 revert(tvix): don't use Rc::clone explicitly | aspen | 1 | -2/+2 |
2024-02-20 | r/7578 feat(tvix/eval): implement `builtins.filterSource` | Ryan Lahfa | 1 | -1/+3 |
2024-02-20 | r/7576 refactor(tvix): don't use Rc::clone explicitly | Florian Klink | 1 | -1/+1 |
2024-02-20 | r/7572 refactor(tvix/eval): use internal SourceCode field in error printers | Vincent Ambo | 1 | -2/+2 |
2024-02-19 | r/7557 feat(tvix/glue): Init fetcher builtins | Aspen Smith | 1 | -1/+3 |
2024-02-17 | r/7543 feat(tvix/cli): set up tracing[-subscriber] | Florian Klink | 1 | -0/+18 |
2024-02-17 | r/7533 feat(tvix/cli): support configuring BuildService | Florian Klink | 1 | -3/+20 |
2024-01-31 | r/7460 fix(tvix): Represent strings as byte arrays | Aspen Smith | 1 | -1/+1 |
2024-01-31 | r/7459 feat(tvix/eval/observer): Allow capturing timing of events | Aspen Smith | 1 | -0/+8 |
2024-01-18 | r/7411 refactor(tvix/glue): add BuildService to TvixStoreIO | Florian Klink | 1 | -0/+3 |
2024-01-18 | r/7410 feat(tvix/glue): use TvixStoreIO as derivation builtin state | Ryan Lahfa | 1 | -18/+20 |
2024-01-05 | r/7352 refactor(tvix/glue): simplify TvixStoreIO further | Florian Klink | 1 | -1/+1 |
2024-01-03 | r/7341 feat(tvix/cli): context-aware raw printing | Ryan Lahfa | 1 | -1/+1 |
2024-01-03 | r/7338 feat(tvix/glue): contextful derivation | Ryan Lahfa | 1 | -9/+6 |
2023-12-31 | r/7295 refactor(tvix/store): move construct_services helper here | Florian Klink | 1 | -32/+1 |
2023-12-31 | r/7294 refactor(tvix/castore/directorysvc): return Box, not Arc | Florian Klink | 1 | -1/+4 |
2023-12-31 | r/7293 refactor(tvix/castore/blobsvc): return Box, not Arc | Florian Klink | 1 | -1/+3 |
2023-12-31 | r/7292 feat(tvix/cli): allow configuring different services | Florian Klink | 1 | -14/+53 |
2023-12-31 | r/7289 refactor(tvix/eval): remove code and location from struct | Florian Klink | 1 | -4/+4 |
2023-11-04 | r/6939 refactor(tvix/glue): move builtins into separate directory | Florian Klink | 1 | -1/+1 |
2023-11-04 | r/6938 refactor(tvix/glue): move nix_path handling to helper in tvix-glue | Florian Klink | 1 | -9/+2 |
2023-11-04 | r/6936 refactor(tvix): move tvix glue code into glue crate | Florian Klink | 10 | -1475/+7 |