Age | Commit message (Expand) | Author | Files | Lines |
2024-08-19 | r/8534 feat(tazjin/german-string): add pointer equality check in Eq | Vincent Ambo | 1 | -2/+3 |
2024-08-19 | r/8533 chore(tazjin/german-string): add Nix build | Vincent Ambo | 1 | -0/+5 |
2024-08-19 | r/8532 feat(tazjin/german-string): add [Partial]Ord implementation | Vincent Ambo | 1 | -0/+62 |
2024-08-19 | r/8531 test(tazjin/german-string): add roundtrip proptests | Vincent Ambo | 1 | -1/+21 |
2024-08-19 | r/8530 feat(tazjin/german-string): add Eq impl & corresponding proptests | Vincent Ambo | 3 | -1/+428 |
2024-08-19 | r/8529 feat(tazjin/german-string): add Debug implementation | Vincent Ambo | 1 | -0/+7 |
2024-08-19 | r/8528 feat(tazjin/german-string): PartialEq implementation for GermanString | Vincent Ambo | 1 | -0/+16 |
2024-08-19 | r/8527 feat(tvix/boot): Use buildGoModule instead of buildGo for tvix-init | Ilan Joselevich | 1 | -5/+8 |
2024-08-19 | r/8526 feat(third_party/gitignoreSource): Get gitignore-nix from sources (niv) | Ilan Joselevich | 2 | -10/+14 |
2024-08-19 | r/8525 fix(tazjin/german-string): add maximum length check | Vincent Ambo | 1 | -0/+4 |
2024-08-19 | r/8524 feat(tazjin/german-string): add data accessors for &str and &[u8] | Vincent Ambo | 1 | -1/+67 |
2024-08-19 | r/8523 feat(tazjin/german-string): add Drop impl for transient strings | Vincent Ambo | 1 | -0/+17 |
2024-08-19 | r/8522 feat(tazjin/german-string): init initial representation | Vincent Ambo | 4 | -0/+82 |
2024-08-19 | r/8521 refactor(tvix/eval): remove use of imbl::OrdMap | Vincent Ambo | 8 | -451/+95 |
2024-08-19 | r/8520 refactor(tvix/eval): remove use of imbl::Vector | Vincent Ambo | 4 | -47/+46 |
2024-08-19 | r/8519 refactor(tvix/eval): ensure VM operations fit in a single byte | Vincent Ambo | 14 | -611/+821 |
2024-08-19 | r/8518 docs(tvix/glue/tvix_io): update doc-comments | Florian Klink | 1 | -4/+2 |
2024-08-19 | r/8517 feat(ops/pipelines): support buildkite retries | Florian Klink | 1 | -4/+6 |
2024-08-18 | r/8516 docs(views): update where `josh-filter` is coming from | Florian Klink | 1 | -3/+2 |
2024-08-18 | r/8515 refactor(tvix/eval): Pull context out into its own module | Aspen Smith | 2 | -156/+165 |
2024-08-18 | r/8514 refactor(tvix/castore): have SymlinkTarget-specific errors | Florian Klink | 5 | -26/+172 |
2024-08-18 | r/8513 refactor(tvix/castore): have PathComponent-specific errors | Florian Klink | 6 | -76/+246 |
2024-08-18 | r/8512 feat(tvix/castore/proto): add owned conv to castore::Directory | Florian Klink | 2 | -65/+84 |
2024-08-18 | r/8511 feat(tvix/castore): add Directory::try_from_iter() | Florian Klink | 4 | -160/+201 |
2024-08-17 | r/8510 fix(tvix/boot): workaround test flakiness | Florian Klink | 1 | -0/+8 |
2024-08-17 | r/8509 chore(tvix/glue): drop some explicit allow(clippy::mutable_key_type) | Florian Klink | 2 | -3/+0 |
2024-08-17 | r/8508 refactor(tvix/castore): add `name` back to edge weights | Florian Klink | 1 | -11/+22 |
2024-08-17 | r/8507 refactor(tvix/castore): add into_nodes(), implement consuming proto conv | Florian Klink | 5 | -29/+24 |
2024-08-17 | r/8506 refactor(tvix/castore): add PathComponent type for checked components | Florian Klink | 25 | -165/+282 |
2024-08-17 | r/8505 refactor(tvix/castore): drop {Directory,File,Symlink}Node | Florian Klink | 27 | -463/+557 |
2024-08-17 | r/8504 refactor(tvix/castore): remove `name` from Nodes | Florian Klink | 46 | -1002/+785 |
2024-08-16 | r/8503 feat(tvix/cli): Extend nixpkgs eval test to include NixOS installer | Ilan Joselevich | 1 | -23/+39 |
2024-08-16 | r/8502 feat(tvix/glue): Add refscanner pattern and AsyncRead | Brian Olsen | 4 | -22/+249 |
2024-08-16 | r/8501 docs(tvix/build/protos): clarify content-addressing | Florian Klink | 2 | -4/+4 |
2024-08-16 | r/8500 chore(tvix): bump object_store | Florian Klink | 2 | -14/+44 |
2024-08-16 | r/8499 chore(tvix/tools/crunch-v2): bump curve25519-dalek | Florian Klink | 2 | -30/+4 |
2024-08-16 | r/8498 chore(tvix/tools/narinfo2parquet): bump curve25519-dalek | Florian Klink | 2 | -30/+4 |
2024-08-16 | r/8497 chore(tvix/tools/weave): bump curve25519-dalek | Florian Klink | 2 | -30/+4 |
2024-08-16 | r/8496 chore(tvix/nix-compat): bump curve25519-dalek | Florian Klink | 2 | -30/+238 |
2024-08-16 | r/8495 chore(tvix/tools/crunch-v2): update Cargo.{lock,nix} | Florian Klink | 2 | -46/+245 |
2024-08-15 | r/8494 chore(tvix): Retain original passthru in Rust builds | Brian Olsen | 8 | -13/+13 |
2024-08-15 | r/8493 chore(tvix/tools/narinfo2parquet): update Cargo.{lock,nix} | Florian Klink | 2 | -39/+209 |
2024-08-15 | r/8492 chore(tvix/tools/turbofetch): update Cargo.nix | Florian Klink | 1 | -39/+100 |
2024-08-15 | r/8491 chore(tvix/tools/wave): update Cargo.lock and Cargo.nix | Florian Klink | 2 | -39/+209 |
2024-08-15 | r/8490 fix(aspen/system): Remove duplicate email | Aspen Smith | 1 | -1/+1 |
2024-08-14 | r/8489 chore(tvix/verify-lang-tests): update latest Nix version | sterni | 1 | -1/+1 |
2024-08-14 | r/8488 chore(3p/sources): Bump channels & overlays | sterni | 2 | -17/+17 |
2024-08-13 | r/8487 docs(tvix/TODO): castore Directory struct is done | Florian Klink | 1 | -16/+8 |
2024-08-13 | r/8486 refactor(tvix/castore): move *Node and Directory to crate root | Florian Klink | 42 | -622/+620 |
2024-08-13 | r/8485 docs(tvix/TODO): DirectoryService with bucketed directories is done | Florian Klink | 1 | -6/+0 |