Age | Commit message (Expand) | Author | Files | Lines |
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 |
2023-06-30 | r/6369 docs(tvix/store/blobservice): update docstring | Florian Klink | 2 | -2/+2 |
2023-06-30 | r/6368 fix(tvix/store/fuse): revert "implement open explicitly" | Florian Klink | 1 | -72/+30 |
2023-06-30 | r/6367 fix(tvix/store/blobservice): write into hasher from b, not buf | Florian Klink | 2 | -2/+2 |
2023-06-30 | r/6366 feat(tvix/store/fuse): implement open explicitly | Florian Klink | 1 | -30/+72 |
2023-06-22 | r/6345 fix(tvix/serde): remove unnecessary dependency on genawaiter | Evgeny Zemtsov | 4 | -14/+2 |
2023-06-22 | r/6344 feat(tvix/eval): allow extending builtins outside of tvix_eval | Evgeny Zemtsov | 9 | -9/+55 |
2023-06-22 | r/6342 feat(tvix/serde): make from_str_with_config public | Evgeny Zemtsov | 1 | -0/+1 |
2023-06-21 | r/6341 fix(tvix/eval): use realpaths for import cache | sterni | 8 | -3/+51 |
2023-06-20 | r/6337 feat(tvix/store/fuse): initial implementation | Florian Klink | 5 | -2/+1804 |
2023-06-20 | r/6336 fix(tvix/eval): only finalise formal arguments if defaulting | sterni | 11 | -56/+235 |
2023-06-19 | r/6335 docs(tvix/store): correct some cargo doc warnings | Florian Klink | 5 | -5/+5 |
2023-06-19 | r/6333 chore(tvix/store/pathinfosvc): clippy | Florian Klink | 2 | -11/+8 |
2023-06-19 | r/6332 chore(tvix/store/directorysvc): clippy | Florian Klink | 2 | -10/+7 |
2023-06-19 | r/6331 chore(tvix/store/blobsvc): clippy | Florian Klink | 2 | -10/+7 |
2023-06-16 | r/6325 test(tvix/serde): add a test for from_str_with_config | Vincent Ambo | 1 | -1/+12 |
2023-06-16 | r/6324 feat(tvix/serde): add a function to with custom configuration | Vincent Ambo | 1 | -1/+16 |
2023-06-15 | r/6315 chore(tvix/eval): fix markdown labeled link syntax | sterni | 1 | -2/+2 |