Age | Commit message (Expand) | Author | Files | Lines |
2023-08-20 | r/6500 refactor(tvix/store): cargo clippy | Florian Klink | 7 | -36/+27 |
2023-08-20 | r/6499 refactor(tvix/nix_cli): cargo clippy | Florian Klink | 1 | -4/+4 |
2023-08-20 | r/6498 refactor(tvix/cli): cargo clippy | Florian Klink | 2 | -2/+1 |
2023-08-20 | r/6497 refactor(tvix/serde): cargo clippy | Florian Klink | 3 | -14/+13 |
2023-08-20 | r/6496 refactor(tvix/cli): stop parsing NixHash twice | Florian Klink | 1 | -6/+2 |
2023-08-20 | r/6495 fix(tvix/nix-compat): disallow empty derivation names | Ryan Lahfa | 1 | -0/+10 |
2023-08-20 | r/6494 feat(tvix/nix-compat): don't swallow hash validation errors | Ryan Lahfa | 3 | -58/+208 |
2023-08-19 | r/6493 refactor(tvix): drop rust-analyzer from rust-docs build inputs | Florian Klink | 1 | -1/+0 |
2023-08-19 | r/6492 docs(tvix): update comment | Florian Klink | 1 | -3/+1 |
2023-08-19 | r/6491 refactor(tvix/nix-compat/derivation): cargo clippy | Florian Klink | 1 | -3/+2 |
2023-08-19 | r/6490 docs(tvix/nix-compat/store_path): fix broken docstr reference | Florian Klink | 1 | -2/+2 |
2023-08-19 | r/6489 refactor(tvix/nix-compat/nixhash): use shorthand struct init | Florian Klink | 1 | -1/+1 |
2023-08-19 | r/6488 docs(tvix/nix-compat): remove disambiguity | Florian Klink | 2 | -3/+3 |
2023-08-19 | r/6487 refactor(tvix/nix-compat/derivation/escape): move to Vec<u8> | Florian Klink | 2 | -7/+7 |
2023-08-14 | r/6483 chore(tvix/cli): delete unused NixCompatIO code | sterni | 2 | -122/+0 |
2023-08-13 | r/6482 fix(tvix/eval): fix a comment position in value::json | Vincent Ambo | 1 | -2/+2 |
2023-08-11 | r/6480 test(tvix/eval): check truncation direction of builtins.div | sterni | 2 | -1/+24 |
2023-08-08 | r/6472 feat(nix/sparseTree): add optional `name` argument | Vincent Ambo | 1 | -1/+5 |
2023-07-31 | r/6458 refactor(tvix/nix-compat/derivation/tests): fix typo | Florian Klink | 1 | -1/+1 |
2023-07-31 | r/6457 refactor(tvix/nix-compat): use local write::*; | Florian Klink | 1 | -15/+17 |
2023-07-31 | r/6456 refactor(tvix/nix-compat/test): rename `data` identifier | Florian Klink | 1 | -23/+26 |
2023-07-31 | r/6455 refactor(tvix/nix-compat/derivation): drop some useless allocations | Florian Klink | 1 | -6/+3 |
2023-07-31 | r/6454 refactor(tvix/nix-compat/derivation): use writer.write_all | Florian Klink | 2 | -8/+10 |
2023-07-31 | r/6453 refactor(tvix/cli/refscan): use wu-manber crate with &[u8] support | Florian Klink | 6 | -29/+15 |
2023-07-31 | r/6452 refactor(tvix/derivation): move comma writing business up | Florian Klink | 2 | -8/+13 |
2023-07-31 | r/6451 refactor(tvix/nix-compat/derivation): generic write_array_elements | Florian Klink | 1 | -14/+14 |
2023-07-31 | r/6450 refactor(tvix/nix-compat/derivation): simplify | Florian Klink | 3 | -64/+51 |
2023-07-31 | r/6449 refactor(tvix/nix-compat): support non-unicode Derivations | Florian Klink | 14 | -124/+426 |
2023-07-31 | r/6448 feat(nix-compat/store_path): implement PartialOrd and Ord | Florian Klink | 1 | -0/+12 |
2023-07-31 | r/6447 docs(tvix/cli/refscan): fix comment | Florian Klink | 1 | -2/+2 |
2023-07-31 | r/6446 chore(tvix/nix-compat): drop useless clone | Florian Klink | 1 | -1/+1 |
2023-07-22 | r/6439 feat(tvix/store/proto): use Bytes instead of Vec<u8> | Florian Klink | 33 | -164/+209 |
2023-07-21 | r/6438 feat(tvix/nix-compat/store_path): store position in InvalidName | Florian Klink | 1 | -4/+4 |
2023-07-21 | r/6437 feat(tvix/store/digests): use bytes::Bytes instead of Vec<u8> | Florian Klink | 14 | -63/+94 |
2023-07-21 | r/6436 refactor(tvix/store): use bytes for node names and symlink targets | Florian Klink | 27 | -253/+245 |
2023-07-21 | r/6435 feat(tvix/store/fuse): implement open explicitly | Florian Klink | 2 | -32/+92 |
2023-07-21 | r/6434 feat(tvix/store/blobservice): implement seek | Florian Klink | 6 | -11/+240 |
2023-07-21 | r/6433 feat(tvix/nix-compat): have StorePath accept bytes | Florian Klink | 8 | -68/+84 |
2023-07-21 | r/6432 feat(tvix/nix-compat): fold NameError into Error | Florian Klink | 4 | -39/+27 |
2023-07-11 | r/6405 docs(tvix): document when pointer equality is preserved in C++ Nix | sterni | 5 | -6/+169 |
2023-07-11 | r/6404 fix(tvix/eval): use byte, not codepoint index for slicing in escape | sterni | 3 | -1/+12 |
2023-07-08 | r/6398 chore(3p/sources): Bump channels & overlays | sterni | 5 | -5/+5 |
2023-07-07 | r/6395 docs(tvix/store): various improvements | DavHau | 1 | -11/+14 |
2023-07-02 | r/6385 fix(tvix/store/fuse): fix log level for a debug message | Florian Klink | 1 | -1/+1 |
2023-07-02 | r/6384 docs(tvix/store/fuse/inodes): clippy lint | Florian Klink | 1 | -2/+2 |
2023-07-01 | r/6380 docs(tvix): update C++ Nix code links for pointer equality | sterni | 1 | -5/+6 |
2023-07-01 | r/6379 docs(tvix): start restructuring pointer equality document | sterni | 1 | -20/+26 |
2023-06-30 | r/6372 chore(tvix/eval/vm): drop unused import | Florian Klink | 1 | -1/+1 |
2023-06-30 | r/6371 feat(tvix/store/fuse): add test reading large file | Florian Klink | 1 | -0/+59 |
2023-06-30 | r/6370 feat(tvix/store/blobsvc): add more blobservice tests | Florian Klink | 2 | -0/+89 |