depot
this commit
canon
subtree-staging
monorepo for the virus lounge
The Virus Lounge
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
tvix
/
Cargo.nix
Age
Commit message (
Expand
)
Author
Files
Lines
2023-07-31
r/6453
refactor(tvix/cli/refscan): use wu-manber crate with &[u8] support
Florian Klink
1
-2
/
+2
2023-07-31
r/6449
refactor(tvix/nix-compat): support non-unicode Derivations
Florian Klink
1
-0
/
+82
2023-07-22
r/6439
feat(tvix/store/proto): use Bytes instead of Vec<u8>
Florian Klink
1
-0
/
+8
2023-06-22
r/6345
fix(tvix/serde): remove unnecessary dependency on genawaiter
Evgeny Zemtsov
1
-7
/
+0
2023-06-22
r/6344
feat(tvix/eval): allow extending builtins outside of tvix_eval
Evgeny Zemtsov
1
-0
/
+7
2023-06-14
r/6302
feat(tvix/store/blobsvc): add from_addr
Florian Klink
1
-4
/
+162
2023-06-10
r/6261
chore(tvix/store): add fuse feature
Florian Klink
1
-5
/
+204
2023-05-24
r/6193
feat(tvix/cli): use TvixStoreIO instead of NixCompatIO
Florian Klink
1
-0
/
+4
2023-05-24
r/6191
feat(tvix/store): implement TvixStoreIO
Florian Klink
1
-0
/
+12
2023-05-11
r/6134
chore(tvix/*): bump to smol_str 0.2.0
Florian Klink
1
-4
/
+4
2023-05-11
r/6133
refactor(tvix/store): remove ChunkService
Florian Klink
1
-12
/
+6
2023-05-10
r/6131
chore(tvix): bump cargo dependencies
Florian Klink
1
-359
/
+565
2023-03-27
r/6047
chore(tvix): bump Cargo dependencies
Florian Klink
1
-120
/
+141
2023-03-27
r/6044
feat(tvix/store/directorysvc): add gRPC client
Florian Klink
1
-3
/
+18
2023-03-16
r/6013
chore(tvix): run `cargo update`
Vincent Ambo
1
-397
/
+303
2023-03-15
r/6009
refactor(tvix/nix-compat): -derivation::Hash, +NixHash
Florian Klink
1
-0
/
+4
2023-03-14
r/6007
chore(tvix/store): drop separate bin package
Florian Klink
1
-18
/
+5
2023-03-13
r/5988
chore(tvix/eval): prune some dependencies & features
Vincent Ambo
1
-435
/
+22
2023-03-13
r/5959
refactor(tvix/store): use read_all_and_chunk in gRPC blobservice
Florian Klink
1
-3
/
+8
2023-03-11
r/5953
refactor(tvix/store): bump fastcdc dep
Florian Klink
1
-2
/
+2
2023-03-10
r/5939
feat(tvix/store): use rayon to upload chunks concurrently
Florian Klink
1
-0
/
+4
2023-03-10
r/5936
refactor(tvix/store): move entrypoint to src/bin/tvix-store.rs
Florian Klink
1
-2
/
+2
2023-03-10
r/5932
feat(tvix/store): add import::import_path
Florian Klink
1
-0
/
+4
2023-03-10
r/5925
feat(tvix/store): bump fastcdc, use v2020 version
Florian Klink
1
-2
/
+2
2023-03-10
r/5924
feat(tvix/store): add --json arg
Florian Klink
1
-1
/
+41
2023-03-10
r/5918
feat(tvix/store): add NARCalculationService trait and impl
Florian Klink
1
-0
/
+23
2023-03-07
r/5899
feat(tvix/eval): introduce generators module
Vincent Ambo
1
-5
/
+202
2023-02-04
r/5836
fix(tvix/cli): use tvlfyi/wu-manber fork for refscanner
Vincent Ambo
1
-25
/
+395
2023-02-02
r/5825
refactor(tvix/cli): use Wu-Manber string scanning for drv references
Vincent Ambo
1
-0
/
+19
2023-02-01
r/5819
chore(tvix): update Cargo.lock
Florian Klink
1
-247
/
+272
2023-01-31
r/5794
feat(tvix/store): add write_nar function
Florian Klink
1
-22
/
+0
2023-01-31
r/5791
refactor(tvix/nix-compat): absorb //tvix/derivation
Florian Klink
1
-71
/
+17
2023-01-31
r/5788
refactor(tvix): introduce nix-compat crate
Florian Klink
1
-8
/
+58
2023-01-31
r/5783
refactor(tvix/cli): absorb construct_output_hash
Florian Klink
1
-6
/
+0
2023-01-27
r/5773
refactor(tvix/cli): describe errors with thiserror
Florian Klink
1
-0
/
+4
2023-01-27
r/5772
fix(tvix/cli): handle SRI hashes in outputHash
Florian Klink
1
-13
/
+305
2023-01-25
r/5754
feat(tvix/eval): implement builtins.fromTOML
Florian Klink
1
-0
/
+141
2023-01-25
r/5753
feat(tvix/eval): use lexical-core to format float
Florian Klink
1
-0
/
+249
2023-01-21
r/5727
chore(tvix/store): add fastcdc crate
Florian Klink
1
-0
/
+14
2023-01-21
r/5720
chore(tvix/store): add tonic-mock
Florian Klink
1
-3
/
+214
2023-01-20
r/5709
feat(tvix/cli): add `errors` module with drv construction errors
Vincent Ambo
1
-0
/
+4
2023-01-18
r/5701
feat(tvix/derivation): more checks for output hashes and encoding
Florian Klink
1
-0
/
+4
2023-01-17
r/5670
refactor(tvix/value): use proptest strategies from imbl crate
Vincent Ambo
1
-5
/
+125
2023-01-16
r/5668
refactor(tvix/derivation): expose proper ValidateDerivationError
Florian Klink
1
-0
/
+4
2023-01-16
r/5664
feat(tvix/eval): implement builtins.toXML
Vincent Ambo
1
-0
/
+16
2023-01-12
r/5649
feat(tvix/store): implement PathInfoService with sled
Florian Klink
1
-3
/
+360
2023-01-11
r/5643
feat(tvix/cli): implement initial refscan module
Vincent Ambo
1
-0
/
+4
2023-01-10
r/5640
feat(tvix/eval): implement serde::Deserialize for Value
Ryan Lahfa
1
-1
/
+15
2023-01-06
r/5616
fix(tvix/derivation): fix build after StorePath rename
Vincent Ambo
1
-58
/
+58
2023-01-04
r/5591
feat(tvix/derivation): implement Derivation::validate()
Florian Klink
1
-0
/
+83
[next]