Age | Commit message (Expand) | Author | Files | Lines |
2023-03-16 | r/6013 chore(tvix): run `cargo update` | Vincent Ambo | 2 | -656/+549 |
2023-03-15 | r/6012 refactor(tvix/nix-compat): remove get_fixed_output() func | Florian Klink | 1 | -66/+52 |
2023-03-15 | r/6011 refactor(tvix/nix-compat): simplify fingerprint calculation | Florian Klink | 1 | -76/+54 |
2023-03-15 | r/6010 fix(tvix/cli): populate output configuration after walking args | Vincent Ambo | 1 | -15/+14 |
2023-03-15 | r/6009 refactor(tvix/nix-compat): -derivation::Hash, +NixHash | Florian Klink | 8 | -87/+201 |
2023-03-14 | r/6008 style(tvix): add new logo to the Tvix README | Vincent Ambo | 1 | -2/+5 |
2023-03-14 | r/6007 chore(tvix/store): drop separate bin package | Florian Klink | 5 | -29/+8 |
2023-03-14 | r/6006 fix(tvix): build all tvix crate docs | Florian Klink | 1 | -1/+3 |
2023-03-14 | r/6004 feat(tvix): build (some of) our Rust documentation in Nix | Vincent Ambo | 1 | -1/+32 |
2023-03-14 | r/6002 feat(tvix): add simple initial website | Vincent Ambo | 3 | -0/+68 |
2023-03-14 | r/6000 refactor(tvix/nix-compat): rename helper func | Florian Klink | 1 | -3/+3 |
2023-03-14 | r/5999 refactor(tvix/nix-compat): remove manual map | Florian Klink | 1 | -8/+6 |
2023-03-14 | r/5998 refactor(tvix/nix-compat): rename test name | Florian Klink | 1 | -1/+1 |
2023-03-14 | r/5997 fix(tvix/store/derivation): fix comment | Florian Klink | 1 | -1/+1 |
2023-03-14 | r/5996 chore(tvix/cli): don't set COREPKGS anymore | Florian Klink | 1 | -4/+0 |
2023-03-14 | r/5995 refactor(tvix/nix-compat): replace calculate_drv_replacement_str | Florian Klink | 4 | -71/+98 |
2023-03-14 | r/5994 docs(tvix/eval): suggested layout adjustment to VM loop diagram | Adam Joseph | 1 | -11/+11 |
2023-03-14 | r/5993 docs(tvix/eval): document inner workings of the new VM loop | Vincent Ambo | 1 | -45/+284 |
2023-03-14 | r/5992 chore(tvix): Generator{Request|Response} -> VM{Request|Response} | Vincent Ambo | 3 | -130/+121 |
2023-03-13 | r/5991 chore(tvix/eval): mark async functions which are called by the VM | Adam Joseph | 3 | -0/+9 |
2023-03-13 | r/5990 refactor(tvix/eval): reduce fetch{forced|captured}_with visibility | Adam Joseph | 1 | -22/+22 |
2023-03-13 | r/5989 feat(tvix/eval): rewrite nix_cmp_ordering to be nonrecursive | Adam Joseph | 1 | -45/+46 |
2023-03-13 | r/5988 chore(tvix/eval): prune some dependencies & features | Vincent Ambo | 4 | -597/+28 |
2023-03-13 | r/5987 refactor(tvix/eval): reorder bytecode operations match by frequency | Vincent Ambo | 1 | -265/+264 |
2023-03-13 | r/5986 chore(tvix/cli): silence useless warning | Vincent Ambo | 1 | -0/+1 |
2023-03-13 | r/5985 docs(tvix/eval): fix reference to `Empty` message in a comment | Vincent Ambo | 1 | -1/+1 |
2023-03-13 | r/5984 refactor(tvix/eval): rename VM::tail_call_value -> VM::call_value | Vincent Ambo | 2 | -4/+4 |
2023-03-13 | r/5983 fix(tvix/eval): emit warnings from builtins.import again | Vincent Ambo | 3 | -14/+35 |
2023-03-13 | r/5982 fix(tvix/eval): more closely line up path resolution with cppnix | Vincent Ambo | 2 | -23/+51 |
2023-03-13 | r/5981 feat(tvix/cli): bundle corepkgs/fetchurl.nix with tvix-cli | Vincent Ambo | 3 | -1/+76 |
2023-03-13 | r/5980 refactor(tvix/eval): VM struct no longer needs to be public | Vincent Ambo | 2 | -2/+2 |
2023-03-13 | r/5979 fix(tvix/eval): implement cppnix JSON-serialisation semantics | Vincent Ambo | 12 | -70/+138 |
2023-03-13 | r/5978 feat(tvix/eval): give generators human-readable names | Vincent Ambo | 5 | -51/+80 |
2023-03-13 | r/5977 fix(tvix/eval): handle toJSON on attribute sets with `outPath` | Vincent Ambo | 5 | -6/+38 |
2023-03-13 | r/5976 fix(tvix/eval): handle `__toString` when JSON-serialising attrsets | Vincent Ambo | 5 | -0/+29 |
2023-03-13 | r/5975 refactor(tvix/eval): move `__toString` calling to a helper function | Vincent Ambo | 2 | -24/+34 |
2023-03-13 | r/5974 refactor(tvix/eval): print only *types* when observing generators | Vincent Ambo | 1 | -7/+11 |
2023-03-13 | r/5973 fix(tvix/eval): don't print full stack in observer | Vincent Ambo | 1 | -1/+8 |
2023-03-13 | r/5972 fix(tvix/eval): don't print full values in observer | Vincent Ambo | 1 | -1/+14 |
2023-03-13 | r/5971 refactor(tvix/eval): condense observer's stack writing logic | Vincent Ambo | 1 | -53/+24 |
2023-03-13 | r/5970 fix(tvix/eval): correctly thunk deferred formals access | Vincent Ambo | 3 | -1/+18 |
2023-03-13 | r/5969 refactor(tvix/eval): box PathBuf | Vincent Ambo | 5 | -13/+16 |
2023-03-13 | r/5968 chore(tvix/eval): remove `From<SmolStr> for NixString` instance | Vincent Ambo | 3 | -14/+12 |
2023-03-13 | r/5967 refactor(tvix/eval): simplify NixString representation(s) | Vincent Ambo | 3 | -65/+37 |
2023-03-13 | r/5966 refactor(tvix/eval): wrap NixList in Rc | Vincent Ambo | 2 | -14/+16 |
2023-03-13 | r/5965 test(tvix/eval): add test for infinite recursion detection | Vincent Ambo | 1 | -0/+1 |
2023-03-13 | r/5964 refactor(tvix/eval): flatten call stack of VM using generators | Vincent Ambo | 24 | -2677/+2500 |
2023-03-13 | r/5963 feat(tvix/eval): implement generator-based Nix equality logic | Vincent Ambo | 2 | -6/+182 |
2023-03-13 | r/5962 feat(tvix/eval): add generator-related functions to RuntimeObserver | Vincent Ambo | 2 | -7/+89 |
2023-03-13 | r/5961 feat(tvix/eval): implement asynchronous list sorting algorithm | Vincent Ambo | 1 | -0/+47 |