Age | Commit message (Expand) | Author | Files | Lines |
2023-02-28 | r/5862 feat(nix/readTree): implement .skip-tree marker for subtree ignoring | Vincent Ambo | 6 | -18/+76 |
2023-02-27 | r/5861 feat(grfn/emacs): Add capture template for work todo | Griffin Smith | 1 | -0/+4 |
2023-02-27 | r/5860 feat(grfn/system): Install some rust profiling tools | Griffin Smith | 1 | -0/+2 |
2023-02-27 | r/5859 chore(grfn/system): Upgrade emacs packages | Griffin Smith | 4 | -16/+18 |
2023-02-16 | r/5858 chore(tvix/cli): iter instead of into_iter for references | Aaqa Ishtyaq | 1 | -1/+1 |
2023-02-16 | r/5857 refactor(tvix/eval): remove redundant clone | Aaqa Ishtyaq | 3 | -6/+6 |
2023-02-16 | r/5856 docs(tvix/eval): add proposal for VM loop restructuring | Vincent Ambo | 1 | -0/+76 |
2023-02-16 | r/5855 feat(tazjin/generator-example): add an example for genawaiter crate | Vincent Ambo | 5 | -0/+260 |
2023-02-15 | r/5854 refactor(tvix/store): remove needless borrow in build.rs | Florian Klink | 1 | -1/+1 |
2023-02-15 | r/5853 refactor(tvix/store/proto): use .cloned() | Florian Klink | 1 | -10/+4 |
2023-02-15 | r/5852 refactor(tvix/store): avoid casting to the same type | Florian Klink | 1 | -1/+1 |
2023-02-14 | r/5851 fix(tvix/eval): correctly print lambda address in observer | Vincent Ambo | 1 | -1/+1 |
2023-02-13 | r/5850 chore(tvix/eval): use writeln for newline string | Aaqa Ishtyaq | 1 | -2/+2 |
2023-02-13 | r/5849 chore(tvix/eval): clippy warn is length zero | Aaqa Ishtyaq | 1 | -1/+1 |
2023-02-13 | r/5848 fix(tvix/eval): skip runtime completely on compiler errors | Vincent Ambo | 2 | -0/+18 |
2023-02-13 | r/5847 fix(tvix/eval): make fields of eval's Error type public | Vincent Ambo | 1 | -3/+3 |
2023-02-11 | r/5846 chore(whitby): enable zram swap | Alyssa Ross | 1 | -0/+2 |
2023-02-10 | r/5845 docs(REVIEWS): update scp command | Alyssa Ross | 1 | -1/+1 |
2023-02-09 | r/5844 chore(ops/modules): add a GECOS for my user | Alyssa Ross | 1 | -0/+1 |
2023-02-08 | r/5843 feat(tvix/nix-compat/nixhash): support BASE64_NOPAD SRI | Florian Klink | 1 | -19/+61 |
2023-02-08 | r/5842 refactor(tvix/nix-compat/nixhash): fix test function name | Florian Klink | 1 | -1/+1 |
2023-02-07 | r/5841 fix(tvix): fix InvalidEncodedDigestLength message | Alyssa Ross | 1 | -1/+1 |
2023-02-07 | r/5840 docs(store/protos): update comment on blobstore Read and Put | Florian Klink | 3 | -8/+56 |
2023-02-07 | r/5839 chore(3p/sources): bump nixpkgs & overlays (2023-02-07) | Vincent Ambo | 6 | -59/+40 |
2023-02-06 | r/5838 fix(nixery): fix link to nixery logo | Vincent Ambo | 1 | -1/+1 |
2023-02-04 | r/5837 fix(tvix/eval): fix the default case for path parsing | Vincent Ambo | 1 | -10/+4 |
2023-02-04 | r/5836 fix(tvix/cli): use tvlfyi/wu-manber fork for refscanner | Vincent Ambo | 4 | -43/+443 |
2023-02-03 | r/5835 feat(corp/tvixbolt): link to tvl.su too | Florian Klink | 1 | -0/+11 |
2023-02-03 | r/5834 docs(corp/website): distinguish TVL LLC and TVL | Florian Klink | 1 | -2/+2 |
2023-02-03 | r/5833 chore(tvix/eval): only use Rc with impure feature | Florian Klink | 1 | -2/+3 |
2023-02-03 | r/5832 refactor(tvix/eval): wrap `Builtin` type in a Box | Vincent Ambo | 1 | -20/+30 |
2023-02-03 | r/5831 refactor(tvix/eval): statically resolve select from constant attrs | Vincent Ambo | 3 | -50/+94 |
2023-02-03 | r/5830 docs(tvix): move mg shell command into one line | Florian Klink | 1 | -2/+2 |
2023-02-03 | r/5829 test(tvix/cli): eval nixpkgs.stdenv in CI and assert that it matches | Vincent Ambo | 1 | -2/+26 |
2023-02-03 | r/5828 fix(tvix/eval): ensure all evaluated thunks are correctly memoized | Vincent Ambo | 5 | -51/+196 |
2023-02-02 | r/5827 fix(tvix/cli): keep tracking full paths in known_paths | Vincent Ambo | 3 | -42/+84 |
2023-02-02 | r/5826 feat(tvix/cli): cache imported paths in NixCompatIO | Vincent Ambo | 1 | -2/+20 |
2023-02-02 | r/5825 refactor(tvix/cli): use Wu-Manber string scanning for drv references | Vincent Ambo | 7 | -61/+64 |
2023-02-02 | r/5824 docs(tvix): add more information to README | Vincent Ambo | 1 | -8/+48 |
2023-02-02 | r/5823 fix(tvix/eval): unsafeDiscardStringContext is a no-op | Vincent Ambo | 1 | -4/+2 |
2023-02-02 | r/5822 refactor(tvix/eval): import_cache can be a HashMap | Vincent Ambo | 1 | -2/+2 |
2023-02-02 | r/5821 chore(tvix/eval): elaborate on internal types in Value::type_of | Vincent Ambo | 1 | -6/+8 |
2023-02-01 | r/5820 chore(corp/tvixbolt): update Cargo.lock | Florian Klink | 1 | -52/+52 |
2023-02-01 | r/5819 chore(tvix): update Cargo.lock | Florian Klink | 2 | -477/+502 |
2023-02-01 | r/5818 fix(tvix): add dummy target to attach extra-step to | Vincent Ambo | 1 | -6/+10 |
2023-02-01 | r/5817 fix(ops/buildkite): set default_branch explicitly | Florian Klink | 1 | -12/+15 |
2023-02-01 | r/5816 chore(tvix): mirror exported repository | Vincent Ambo | 1 | -0/+6 |
2023-02-01 | r/5815 feat(ops/pipelines): trigger tvix buildkite pipeline | Florian Klink | 1 | -0/+10 |
2023-02-01 | r/5814 feat(views/tvix): add buildkite pipeline | Florian Klink | 1 | -0/+9 |
2023-02-01 | r/5813 feat(ops/buildkite): add tvix pipeline | Florian Klink | 2 | -0/+11 |