about summary refs log tree commit diff
path: root/tvix/Cargo.nix (follow)
AgeCommit message (Expand)AuthorFilesLines
2024-03-18 r/7723 feat(tvix/store): support RUST_LOG env varFlorian Klink1-9/+96
2024-03-16 r/7705 chore(tvix): bump tonic to 0.11.0Florian Klink1-101/+880
2024-03-15 r/7695 feat(nix-compat/wire): add low-level wire format primitives codeFlorian Klink1-3/+54
2024-03-11 r/7684 feat(tvix/castore/blobsvc): add object storage implementationFlorian Klink1-6/+539
2024-03-11 r/7679 feat(tvix/glue): Add AsyncRead wrapper to decompress streamsAspen Smith1-1/+423
2024-03-11 r/7678 feat(tvix/glue): Implement builtins.fetchurlAspen Smith1-0/+11
2024-03-09 r/7658 chore(tvix/nix-compat): bump zstd dependencyFlorian Klink1-23/+22
2024-03-03 r/7642 feat(tvix/store): use reqwests' rustls-native-roots featureFlorian Klink1-15/+8
2024-03-03 r/7640 feat(tvix/castore/digests): impl From digest::Output<_> for B3DigestFlorian Klink1-3/+19
2024-02-23 r/7597 feat(tvix/eval): implement `builtins.hashString`Padraic-O-Mhuiris1-0/+90
2024-02-20 r/7578 feat(tvix/eval): implement `builtins.filterSource`Ryan Lahfa1-39/+85
2024-02-20 r/7566 refactor(tvix/store/proto): use bstr::ByteSliceFlorian Klink1-0/+4
2024-02-18 r/7551 feat(tvix/glue): drive builds on IOFlorian Klink1-0/+8
2024-02-18 r/7550 fix(tvix/cli): regenerate Cargo.nixFlorian Klink1-1/+2
2024-02-17 r/7543 feat(tvix/cli): set up tracing[-subscriber]Florian Klink1-0/+5
2024-02-17 r/7541 test(tvix/glue/known_paths): add testsFlorian Klink1-0/+4
2024-02-16 r/7529 fix(third_party/nixpkgs/crate2nix): reintroduce tests in debug patchFlorian Klink1-0/+1
2024-01-31 r/7460 fix(tvix): Represent strings as byte arraysAspen Smith1-0/+39
2024-01-18 r/7411 refactor(tvix/glue): add BuildService to TvixStoreIOFlorian Klink1-0/+4
2024-01-17 r/7404 feat(tvix/glue): introduce test suite for context stringsRyan Lahfa1-1/+12
2024-01-17 r/7403 fix(tvix/eval): `getContext` merges underlying valuesRyan Lahfa1-1109/+761
2024-01-17 r/7398 feat(tvix/eval): move away from `test_generator` to `rstest`Ryan Lahfa1-4/+123
2024-01-17 r/7397 chore(third_party/crate2nix): run tests in /build/sourceFlorian Klink1-0/+10
2024-01-15 r/7388 chore(third_party/overlays): bump crate2nix to 0.13.0Florian Klink1-2/+1
2024-01-15 r/7387 feat(tvix/build): add CLI entrypointFlorian Klink1-0/+22
2024-01-15 r/7386 feat(tvix/build): add from_addr methodFlorian Klink1-0/+8
2024-01-15 r/7385 feat(tvix/build): add gRPC clientFlorian Klink1-0/+1
2024-01-15 r/7383 feat(tvix/build): add BuildService traitFlorian Klink1-0/+4
2024-01-12 r/7376 feat(tvix/glue/derivationStrict): support __structuredAttrsFlorian Klink1-16/+34
2024-01-06 r/7356 feat(tvix/build): add BuildRequest validationFlorian Klink1-86/+100
2024-01-06 r/7355 chore(tvix): bump itertoolsFlorian Klink1-7/+28
2024-01-05 r/7350 chore(tvix): bump test-case dep to 3.3.1Florian Klink1-82/+44
2024-01-03 r/7316 feat(tvix/glue): handle passAsFileFlorian Klink1-4/+8
2024-01-03 r/7311 feat(tvix/glue): emit a warning in case of bad SRI hashesFlorian Klink1-0/+4
2024-01-01 r/7308 feat(tvix/store): add opentelemetryFlorian Klink1-53/+845
2023-12-24 r/7261 chore(tvix): switch to upstream futures 0.3.30Florian Klink1-58/+18
2023-12-24 r/7258 refactor(tvix/castore): add RootNode impl for BTreeMap, mv fs testsFlorian Klink1-4/+0
2023-12-22 r/7256 chore(tvix): move store/fs to castore/fsFlorian Klink1-49/+55
2023-12-17 r/7228 feat(tvix/castore): simple filesystem blob serviceRyan Lahfa1-0/+87
2023-12-16 r/7224 chore(tvix/store): switch back to fuse-backend-rs upstreamFlorian Klink1-7/+6
2023-12-13 r/7212 feat(tvix/glue): add some import testsFlorian Klink1-29/+171
2023-12-12 r/7161 feat(tvix/glue): add nixpkgs eval benchmarkFlorian Klink1-0/+5
2023-12-11 r/7158 chore(tvix): drop sled compression supportFlorian Klink1-8/+1
2023-12-11 r/7154 feat(tvix/build): add derivation_to_build_requestFlorian Klink1-0/+13
2023-12-11 r/7151 feat(tvix/build): initFlorian Klink1-0/+54
2023-12-11 r/7146 chore(tvix): bump criterion to 0.5Florian Klink1-116/+16
2023-12-09 r/7133 chore(tvix/nix_cli): drop crateFlorian Klink1-45/+0
2023-11-19 r/7042 feat(tvix/nix-compat): add narinfo::Signature::verifyFlorian Klink1-128/+564
2023-11-19 r/7038 feat(tvix/store/pathinfoservice): implement NixHTTPPathInfoServiceFlorian Klink1-3/+628
2023-11-19 r/7032 fix(tvix): patch futures::AsyncBufReadExt::fill_bufedef1-8/+48