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
Age
Commit message (
Expand
)
Author
Files
Lines
2023-11-07
r/6971
feat(tvix/nix-compat): add drvfmt
Florian Klink
2
-0
/
+48
2023-11-06
r/6963
docs(tvix/eval): document where EvalIO methods are used
Vincent Ambo
1
-7
/
+34
2023-11-06
r/6962
chore(tvix/nar-bridge): bump castore-go
Florian Klink
4
-23
/
+23
2023-11-05
r/6961
chore(tvix/store-go): bump castore-go
Florian Klink
3
-90
/
+31
2023-11-05
r/6960
feat(tvix): add clippy target in CI
Florian Klink
1
-0
/
+24
2023-11-05
r/6959
chore(tvix): bump proptest dependency
Vincent Ambo
3
-99
/
+78
2023-11-05
r/6958
chore(tvix): add missing clippy attributes & config
Vincent Ambo
4
-0
/
+9
2023-11-05
r/6957
refactor(tvix/eval): use IntoIterator trait for owned NixAttrs iter
Vincent Ambo
1
-15
/
+22
2023-11-05
r/6956
refactor(tvix/nix-compat): check presence with btree_map's entry API
Vincent Ambo
1
-8
/
+9
2023-11-05
r/6955
chore(tvix): fix trivial clippy lints
Vincent Ambo
14
-36
/
+35
2023-11-05
r/6954
feat(tvix/castore): extend blobstore protos for verified streaming
Florian Klink
5
-91
/
+264
2023-11-05
r/6953
fix(tvix/*store-go): fix depot checks
Florian Klink
2
-2
/
+2
2023-11-05
r/6952
chore(tvix/store-go): regenerate proto bindings
Florian Klink
1
-25
/
+223
2023-11-05
r/6951
feat(tvix/store/nar): add read_nar method
Florian Klink
2
-0
/
+338
2023-11-05
r/6950
refactor(tvix/nix-compat): remove unused imports
Florian Klink
1
-2
/
+1
2023-11-05
r/6949
refactor(tvix/nix-compat): use matches! macro
Florian Klink
1
-5
/
+1
2023-11-05
r/6948
refactor(tvix/nix-compat): drop useless try_into().expect()
Florian Klink
1
-1
/
+1
2023-11-05
r/6947
refactor(tvix/store/tests/nar_renderer): use castorepb consistently
Florian Klink
1
-10
/
+8
2023-11-05
r/6946
feat(tvix/castore): bump [Directory,File]Node size to u64
Florian Klink
16
-57
/
+55
2023-11-04
r/6940
fix(nix-compat/nixbase32): mark encode_len/decode_len const
edef
2
-10
/
+3
2023-11-04
r/6939
refactor(tvix/glue): move builtins into separate directory
Florian Klink
7
-166
/
+177
2023-11-04
r/6938
refactor(tvix/glue): move nix_path handling to helper in tvix-glue
Florian Klink
3
-11
/
+14
2023-11-04
r/6937
refactor(tvix/glue): use add_derivation_builtins helper
Florian Klink
1
-7
/
+2
2023-11-04
r/6936
refactor(tvix): move tvix glue code into glue crate
Florian Klink
17
-22
/
+154
2023-11-03
r/6932
refactor(tvix/eval): delay allocation when comparing attr values
Vincent Ambo
1
-4
/
+4
2023-11-03
r/6931
chore(tvix/eval): add a marker for sorted borrowed attrs iteration
Vincent Ambo
1
-0
/
+6
2023-11-03
r/6930
refactor(tvix/eval): more efficiently intersect attributes
Vincent Ambo
1
-9
/
+70
2023-11-03
r/6929
fix(tvix): fix `cargo test` for `nix_oracle`
Florian Klink
1
-0
/
+1
2023-11-02
r/6926
fix(tvix/eval/benches): use black_box properly
Florian Klink
1
-6
/
+3
2023-11-02
r/6922
chore(third_party/crate2nix): apply patches to fix cross
Florian Klink
1
-5
/
+7
2023-11-02
r/6921
docs(tvix/castore): add notes on verified streaming
Florian Klink
1
-0
/
+121
2023-11-02
r/6920
chore(tvix/castore): move data model docs to here
Florian Klink
3
-15
/
+20
2023-10-31
r/6919
chore(tvix): regenerate Cargo.nix
Florian Klink
1
-6
/
+22
2023-10-28
r/6902
fix(nix-compat/narinfo): don't allocate errors early
edef
1
-11
/
+12
2023-10-28
r/6901
fix(nix-compat/narinfo): unwrap in the benchmark
edef
1
-2
/
+6
2023-10-28
r/6900
refactor(tvix/nix-compat/narinfo): return errors
Florian Klink
1
-45
/
+127
2023-10-28
r/6899
refactor(nix-compat/nixbase32): clean up encode
edef
1
-16
/
+15
2023-10-27
r/6898
fix(nix-compat/nar/writer): `use ByteSlice` closer to call site
edef
2
-2
/
+2
2023-10-27
r/6897
feat(tvix/nix-compat): add narinfo parsing and serialisation
edef
8
-76
/
+492
2023-10-27
r/6896
refactor(nix-compat/store_path): use nixbase32::decode_fixed
edef
1
-4
/
+2
2023-10-27
r/6895
feat(nix-compat/store_path): add StorePathRef
edef
1
-22
/
+72
2023-10-27
r/6894
feat(tvix/castore): carry name in ValidateNodeError::InvalidName
edef
2
-14
/
+14
2023-10-27
r/6893
refactor(tvix): turn nullary enum variants into unit variants
edef
6
-30
/
+30
2023-10-27
r/6892
refactor(nix-compat/store_path): speed up validate_name fast path
edef
1
-12
/
+39
2023-10-27
r/6891
feat(nix-compat/store_path): validate_name takes AsRef<[u8]>
edef
2
-3
/
+4
2023-10-27
r/6890
feat(nix-compat/store_path): validate_name over borrowed data
edef
2
-6
/
+10
2023-10-27
r/6889
refactor(nix-compat/store_path): don't materialise fingerprint
edef
1
-8
/
+9
2023-10-27
r/6888
refactor(nix-compat/store_path): make digest and name private
edef
6
-21
/
+27
2023-10-27
r/6887
fix(tvix/nix-compat): validate store path name length
edef
1
-2
/
+13
2023-10-27
r/6886
fix(tvix/nix-compat): don't box CAHash::Text
edef
3
-14
/
+9
[next]