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
7 days
r/8918
feat(nix-daemon): Implement stubs for QueryReferrers, QueryRealizations
Vova Kryachko
1
-1
/
+18
8 days
r/8917
feat(nix-daemon): Implement more nix daemon operations.
Vova Kryachko
6
-12
/
+264
9 days
r/8916
feat(tvix-store): Improve tvix-store copy.
Vova Kryachko
3
-12
/
+117
9 days
r/8915
refactor(nix-compat/nix_daemon): drop Sync requirement for StorePath
Florian Klink
1
-5
/
+6
9 days
r/8914
docs(tvix): document Store configuration
Florian Klink
3
-2
/
+175
9 days
r/8913
refactor(nix-compat/store_path): use AsRef<str>
Florian Klink
5
-34
/
+48
9 days
r/8912
docs(tvix/eval): update string context document
Florian Klink
1
-3
/
+4
9 days
r/8911
refactor(tvix/eval): rm From<(T, Option<Box<NixContext>>)> for NixString
Florian Klink
2
-20
/
+1
9 days
r/8910
refactor(tvix/castore/digest): stop using bytes::Bytes internally
Florian Klink
1
-24
/
+25
9 days
r/8909
docs(tvix): document more components
Florian Klink
1
-0
/
+6
10 days
r/8908
feat(nix-daemon): Implement QueryPathInfo and IsValidPath.
Vova Kryachko
4
-12
/
+182
10 days
r/8907
feat(nix-daemon): Implement client handler.
Vova Kryachko
13
-190
/
+533
10 days
r/8906
fix(tvix): use tracing::field::Empty for all indicatif.pb_show
Florian Klink
4
-4
/
+4
10 days
r/8905
feat(tvix/nar-bridge): make root_nodes_cache_capacity configurable
Florian Klink
2
-11
/
+14
10 days
r/8904
feat(tvix/nar-bridge): avoid unnecessary NAR uploads
Florian Klink
2
-8
/
+32
10 days
r/8903
refactor(tvix/castore/blob): use near/far for CombinedBlobService
Florian Klink
2
-37
/
+37
10 days
r/8902
refactor(tvix/store): move Cache to cache mod
Florian Klink
2
-4
/
+2
10 days
r/8901
docs(tvix/[ca]store): improve docstrings, remove wildcard imports
Florian Klink
4
-14
/
+31
10 days
r/8900
refactor(tvix/[ca]store): rename store composition feature flags
Florian Klink
8
-22
/
+20
10 days
r/8899
refactor(tvix/store/composition): rename 'default' to 'root'
Florian Klink
9
-26
/
+26
11 days
r/8898
refactor(nix-compat): Move serialization machinery into wire.
Vova Kryachko
27
-48
/
+44
13 days
r/8896
feat(tvix): add instance_name to instrumentation of *Services
Bob van der Linden
23
-137
/
+270
14 days
r/8895
feat(tvix/tracing): Allow configuring additional layers
Vova Kryachko
1
-49
/
+61
2024-11-04
r/8893
feat(tvix/nix-compat): Add nix serialization support
Brian Olsen
20
-15
/
+2339
2024-11-04
r/8892
fix(tvix/nix-compat-derive): Better errors for default
Brian Olsen
2
-7
/
+13
2024-11-04
r/8891
feat(tvix/eval): use with_capacity instead of a growing vec
Bob van der Linden
1
-1
/
+1
2024-11-04
r/8890
refactor(tvix/eval): remove Value::Json and related functionality
Bob van der Linden
8
-109
/
+27
2024-11-04
r/8889
test(tvix/eval): test throw in __toString with toJSON
Bob van der Linden
2
-1
/
+4
2024-11-04
r/8888
test(tvix/glue): check context of __toString after toJSON
Bob van der Linden
2
-1
/
+2
2024-11-04
r/8887
chore(tvix/nix-compat-derive): Remove references to nixrs
Brian Olsen
3
-5
/
+8
2024-11-03
r/8886
fix(tvix/build): Fix tests and clippy warnings on MacOS
Brian Olsen
1
-3
/
+8
2024-11-03
r/8885
fix(tvix/nix-compat-derive-tests) More enum tests
Brian Olsen
1
-6
/
+65
2024-11-03
r/8884
chore(tvix/docs): Small changes to Nix Daemon protocol description
Brian Olsen
5
-14
/
+15
2024-11-02
r/8883
docs(tvix/TODO): add Value::Json TODO
Florian Klink
1
-0
/
+9
2024-11-02
r/8882
feat(tvix/glue): use InvalidHash for builtins.path
Bob van der Linden
1
-10
/
+1
2024-11-02
r/8881
feat(tvix/eval): introduce ErrorKind::InvalidHash
Bob van der Linden
2
-2
/
+6
2024-11-02
r/8880
fix(tvix/nix_compat): Fix nix-daemon handshake
Vova Kryachko
1
-8
/
+63
2024-11-01
r/8879
fix(tvix/tracing): Enable tracing in tvix-build.
Vova Kryachko
3
-2
/
+5
2024-10-30
r/8878
feat(tvix/nix-daemon): Initial skeleton for nix-daemon
Vova Kryachko
6
-0
/
+213
2024-10-30
r/8877
refactor(tvix/tracing): drop log_level method
Florian Klink
1
-24
/
+4
2024-10-30
r/8876
refactor(tvix/build): drop log level cli arg
Florian Klink
1
-11
/
+2
2024-10-30
r/8875
refactor(tvix/store): drop log level cli arg
Florian Klink
1
-8
/
+1
2024-10-28
r/8874
chore(tvix/shell): add cargo-flamegraph
sterni
1
-0
/
+1
2024-10-27
r/8869
fix(tvix/eval): fix unused variable warnings being inverted
Yureka
1
-1
/
+1
2024-10-27
r/8868
fix(tvix/build): fix build on MacOS
Florian Klink
1
-0
/
+1
2024-10-27
r/8867
fix(tvix/castore/fs): fix build for MacOS
Florian Klink
1
-2
/
+3
2024-10-27
r/8866
fix(tvix/shell): fix shell on MacOS
Florian Klink
2
-3
/
+4
2024-10-27
r/8863
feat(tvix/tracing): filter indicatif.pb_show fields in all cases
Florian Klink
1
-1
/
+7
2024-10-27
r/8862
docs(tvix/TODO): add OCI preflight checks
Florian Klink
1
-0
/
+5
2024-10-27
r/8861
docs(tvix/build): we use stricter castore types
Florian Klink
1
-2
/
+0
[next]