about summary refs log tree commit diff
path: root/tvix/Cargo.lock (follow)
AgeCommit message (Expand)AuthorFilesLines
2023-05-24 r/6193 feat(tvix/cli): use TvixStoreIO instead of NixCompatIOFlorian Klink1-0/+1
2023-05-24 r/6191 feat(tvix/store): implement TvixStoreIOFlorian Klink1-0/+3
2023-05-16 r/6144 docs(tvix/nix-compat): update docstringsFlorian Klink1-1/+0
2023-05-14 r/6140 feat(tvix/eval/io): allow &mut self in EvalIOFlorian Klink1-0/+1
2023-05-11 r/6134 chore(tvix/*): bump to smol_str 0.2.0Florian Klink1-2/+2
2023-05-11 r/6133 refactor(tvix/store): remove ChunkServiceFlorian Klink1-7/+2
2023-05-10 r/6131 chore(tvix): bump cargo dependenciesFlorian Klink1-181/+307
2023-03-27 r/6047 chore(tvix): bump Cargo dependenciesFlorian Klink1-94/+95
2023-03-27 r/6044 feat(tvix/store/directorysvc): add gRPC clientFlorian Klink1-0/+2
2023-03-16 r/6013 chore(tvix): run `cargo update`Vincent Ambo1-259/+246
2023-03-14 r/6007 chore(tvix/store): drop separate bin packageFlorian Klink1-1/+1
2023-03-13 r/5988 chore(tvix/eval): prune some dependencies & featuresVincent Ambo1-147/+4
2023-03-13 r/5959 refactor(tvix/store): use read_all_and_chunk in gRPC blobserviceFlorian Klink1-2/+3
2023-03-11 r/5953 refactor(tvix/store): bump fastcdc depFlorian Klink1-2/+2
2023-03-10 r/5939 feat(tvix/store): use rayon to upload chunks concurrentlyFlorian Klink1-0/+1
2023-03-10 r/5932 feat(tvix/store): add import::import_pathFlorian Klink1-0/+1
2023-03-10 r/5925 feat(tvix/store): bump fastcdc, use v2020 versionFlorian Klink1-2/+2
2023-03-10 r/5924 feat(tvix/store): add --json argFlorian Klink1-0/+13
2023-03-10 r/5918 feat(tvix/store): add NARCalculationService trait and implFlorian Klink1-0/+8
2023-03-07 r/5899 feat(tvix/eval): introduce generators moduleVincent Ambo1-3/+77
2023-02-04 r/5836 fix(tvix/cli): use tvlfyi/wu-manber fork for refscannerVincent Ambo1-16/+46
2023-02-02 r/5825 refactor(tvix/cli): use Wu-Manber string scanning for drv referencesVincent Ambo1-1/+6
2023-02-01 r/5819 chore(tvix): update Cargo.lockFlorian Klink1-230/+230
2023-01-31 r/5793 refactor(tvix/nix-compat): absorb nar writerFlorian Klink1-4/+0
2023-01-31 r/5791 refactor(tvix/nix-compat): absorb //tvix/derivationFlorian Klink1-17/+4
2023-01-31 r/5788 refactor(tvix): introduce nix-compat crateFlorian Klink1-2/+14
2023-01-31 r/5783 refactor(tvix/cli): absorb construct_output_hashFlorian Klink1-1/+0
2023-01-27 r/5773 refactor(tvix/cli): describe errors with thiserrorFlorian Klink1-0/+1
2023-01-27 r/5772 fix(tvix/cli): handle SRI hashes in outputHashFlorian Klink1-7/+122
2023-01-25 r/5754 feat(tvix/eval): implement builtins.fromTOMLFlorian Klink1-0/+53
2023-01-25 r/5753 feat(tvix/eval): use lexical-core to format floatFlorian Klink1-0/+72
2023-01-21 r/5727 chore(tvix/store): add fastcdc crateFlorian Klink1-0/+7
2023-01-21 r/5720 chore(tvix/store): add tonic-mockFlorian Klink1-0/+64
2023-01-20 r/5709 feat(tvix/cli): add `errors` module with drv construction errorsVincent Ambo1-0/+1
2023-01-18 r/5701 feat(tvix/derivation): more checks for output hashes and encodingFlorian Klink1-0/+1
2023-01-17 r/5670 refactor(tvix/value): use proptest strategies from imbl crateVincent Ambo1-1/+46
2023-01-16 r/5668 refactor(tvix/derivation): expose proper ValidateDerivationErrorFlorian Klink1-0/+1
2023-01-16 r/5664 feat(tvix/eval): implement builtins.toXMLVincent Ambo1-0/+7
2023-01-12 r/5649 feat(tvix/store): implement PathInfoService with sledFlorian Klink1-0/+123
2023-01-11 r/5643 feat(tvix/cli): implement initial refscan moduleVincent Ambo1-0/+1
2023-01-10 r/5640 feat(tvix/eval): implement serde::Deserialize for ValueRyan Lahfa1-0/+1
2023-01-06 r/5616 fix(tvix/derivation): fix build after StorePath renameVincent Ambo1-14/+14
2023-01-04 r/5591 feat(tvix/derivation): implement Derivation::validate()Florian Klink1-0/+1
2023-01-04 r/5580 feat(tvix/derivation): add nix drv path generation to DerivationJürgen Hahn1-0/+23
2023-01-03 r/5569 chore(tvix/store): make importableFlorian Klink1-1/+1
2023-01-02 r/5566 feat(tvix/serde): initial Nix->serde::Deserialize implVincent Ambo1-0/+8
2022-12-30 r/5558 feat(tvix/store): add logging with tracingFlorian Klink1-0/+68
2022-12-30 r/5557 feat(tvix/store): implement reflectionFlorian Klink1-0/+16
2022-12-30 r/5555 feat(tvix/store): refactor digest conversionJürgen Hahn1-1/+1
2022-12-30 r/5554 feat(tvix/store): initial dummy implementationFlorian Klink1-8/+12