Age | Commit message (Expand) | Author | Files | Lines |
2024-03-17 | r/7717 chore(3p/sources): Bump channels & overlays | sterni | 1 | -1/+3 |
2024-02-06 | r/7480 fix(tvix): fix build on darwin | Nikita Voloboev | 1 | -3/+7 |
2024-01-18 | r/7413 refactor(tools): move crate2nix generate here | Florian Klink | 1 | -9/+2 |
2024-01-05 | r/7345 chore(tvix): run clippy with --{benches,examples} | Florian Klink | 1 | -1/+1 |
2024-01-01 | r/7308 feat(tvix/store): add opentelemetry | Florian Klink | 1 | -0/+4 |
2023-12-24 | r/7261 chore(tvix): switch to upstream futures 0.3.30 | Florian Klink | 1 | -9/+0 |
2023-12-16 | r/7224 chore(tvix/store): switch back to fuse-backend-rs upstream | Florian Klink | 1 | -1/+0 |
2023-12-11 | r/7156 refactor(tvix): use granular proto files | Florian Klink | 1 | -6/+17 |
2023-12-11 | r/7151 feat(tvix/build): init | Florian Klink | 1 | -0/+5 |
2023-12-09 | r/7141 feat(tvix): make clippy stricter | Florian Klink | 1 | -1/+1 |
2023-12-07 | r/7125 feat(tvix): run crate2nix generate in CI | Adam Joseph | 1 | -5/+57 |
2023-12-05 | r/7118 refactor(tvix): move src into let binding | Florian Klink | 1 | -4/+6 |
2023-11-19 | r/7032 fix(tvix): patch futures::AsyncBufReadExt::fill_buf | edef | 1 | -0/+9 |
2023-11-05 | r/6960 feat(tvix): add clippy target in CI | Florian Klink | 1 | -0/+24 |
2023-10-17 | r/6846 chore(tvix): move regenerate scripts to passthru | Florian Klink | 1 | -10/+0 |
2023-10-17 | r/6844 chore(tvix): move store golang bindings to tvix/store-go | Florian Klink | 1 | -7/+4 |
2023-10-17 | r/6843 chore(tvix): move castore golang bindings to tvix/castore-go | Florian Klink | 1 | -7/+4 |
2023-10-16 | r/6839 fix(tvix/cli): don't use protobuf from pkgs, but pkgs.buildPackages | Florian Klink | 1 | -1/+1 |
2023-10-16 | r/6838 fix(tvix): fix binary building on Darwin | Florian Klink | 1 | -0/+8 |
2023-10-16 | r/6837 refactor(tvix): push rarely-used darwin-specific hacks down | Florian Klink | 1 | -8/+10 |
2023-10-14 | r/6806 feat(tvix/store/protos): use Validate() function on root node | Florian Klink | 1 | -1/+1 |
2023-10-10 | r/6772 feat(tvix/store/protos): add Export | Florian Klink | 1 | -1/+1 |
2023-10-09 | r/6761 chore(tvix/*store): use google.golang.org/protobuf | Florian Klink | 1 | -2/+2 |
2023-10-09 | r/6758 feat(tvix/nar-bridge): add ToNixNarInfo() | Florian Klink | 1 | -1/+1 |
2023-10-09 | r/6757 test(tvix/store/protos): add go tests for Validate() | Florian Klink | 1 | -1/+1 |
2023-10-09 | r/6756 fix(tvix/castore-protos-go): fix src | Florian Klink | 1 | -2/+2 |
2023-10-08 | r/6735 refactor(tvix/castore): move tests to grpc client, rm tonic-mock | Florian Klink | 1 | -1/+0 |
2023-10-07 | r/6721 refactor(tvix,views/tvix): move shell into separate file | Florian Klink | 1 | -16/+3 |
2023-10-07 | r/6720 fix(tvix/store): Remove virtiofs from default features | Connor Brewster | 1 | -0/+3 |
2023-10-05 | r/6712 feat(tvix/store/protos): add Validate() method to pathinfo.go | Florian Klink | 1 | -2/+2 |
2023-09-26 | r/6657 chore(third_party/crate2nix): bump crate2nix to current HEAD | Florian Klink | 1 | -1/+1 |
2023-09-22 | r/6632 chore(tvix): re-enable {ca,}store-protos-go | Florian Klink | 1 | -12/+12 |
2023-09-22 | r/6629 refactor(tvix): move castore into tvix-castore crate | Florian Klink | 1 | -9/+25 |
2023-09-22 | r/6626 feat(tvix/shell): add cargo-machete | Florian Klink | 1 | -0/+1 |
2023-09-20 | r/6621 refactor(tvix/store/fuse): Switch from fuser to fuse-backend-rs | Connor Brewster | 1 | -5/+1 |
2023-09-11 | r/6579 fix(tvix): Get tvix build and shell to work on Darwin | Brian Olsen | 1 | -2/+19 |
2023-09-10 | r/6576 refactor(tvix): move logo to //tvix:logo | Florian Klink | 1 | -0/+10 |
2023-09-09 | r/6573 feat(tvix/store): add :store-protos-go | Florian Klink | 1 | -1/+9 |
2023-08-20 | r/6514 refactor(tvix): assemble cragoDeps outputHashes from Cargo.nix | Florian Klink | 1 | -12/+21 |
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-07-31 | r/6453 refactor(tvix/cli/refscan): use wu-manber crate with &[u8] support | Florian Klink | 1 | -1/+1 |
2023-06-10 | r/6261 chore(tvix/store): add fuse feature | Florian Klink | 1 | -2/+13 |
2023-03-28 | r/6052 refactor(views): move view export configuration to //views | Vincent Ambo | 1 | -11/+1 |
2023-03-14 | r/6007 chore(tvix/store): drop separate bin package | Florian Klink | 1 | -5/+0 |
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-02-01 | r/5818 fix(tvix): add dummy target to attach extra-step to | Vincent Ambo | 1 | -6/+10 |
2023-02-01 | r/5816 chore(tvix): mirror exported repository | Vincent Ambo | 1 | -0/+6 |
2023-01-06 | r/5615 refactor(tvix/store): move protobuf build config one level up | Vincent Ambo | 1 | -0/+24 |