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-06-22
r/6342
feat(tvix/serde): make from_str_with_config public
Evgeny Zemtsov
1
-0
/
+1
2023-06-21
r/6341
fix(tvix/eval): use realpaths for import cache
sterni
8
-3
/
+51
2023-06-20
r/6337
feat(tvix/store/fuse): initial implementation
Florian Klink
5
-2
/
+1804
2023-06-20
r/6336
fix(tvix/eval): only finalise formal arguments if defaulting
sterni
11
-56
/
+235
2023-06-19
r/6335
docs(tvix/store): correct some cargo doc warnings
Florian Klink
5
-5
/
+5
2023-06-19
r/6333
chore(tvix/store/pathinfosvc): clippy
Florian Klink
2
-11
/
+8
2023-06-19
r/6332
chore(tvix/store/directorysvc): clippy
Florian Klink
2
-10
/
+7
2023-06-19
r/6331
chore(tvix/store/blobsvc): clippy
Florian Klink
2
-10
/
+7
2023-06-16
r/6325
test(tvix/serde): add a test for from_str_with_config
Vincent Ambo
1
-1
/
+12
2023-06-16
r/6324
feat(tvix/serde): add a function to with custom configuration
Vincent Ambo
1
-1
/
+16
2023-06-15
r/6315
chore(tvix/eval): fix markdown labeled link syntax
sterni
1
-2
/
+2
2023-06-15
r/6314
test(tvix/eval): update nix_tests suite to C++ Nix master
sterni
27
-7
/
+396
2023-06-15
r/6313
docs(tvix/eval): update test suite documentation
sterni
1
-13
/
+47
2023-06-15
r/6309
test(tvix/eval): genericClosure (pointer) comparison support
sterni
5
-0
/
+38
2023-06-15
r/6308
fix(tvix/eval): make tvix display values like nix-instantiate(1)
sterni
9
-3
/
+63
2023-06-14
r/6306
fix(tvix/store/blobsvc): drop stray println! debug statement
Florian Klink
1
-1
/
+0
2023-06-14
r/6305
refactor(tvix/store/blobsvc): make from_addr not async
Florian Klink
2
-4
/
+4
2023-06-14
r/6304
refactor(tvix/store/pathinfosvc): add from_addr
Florian Klink
6
-18
/
+552
2023-06-14
r/6303
feat(tvix/store/directorysvc): add from_addr
Florian Klink
6
-21
/
+287
2023-06-14
r/6302
feat(tvix/store/blobsvc): add from_addr
Florian Klink
9
-24
/
+657
2023-06-14
r/6301
docs(tvix/eval): fix link to tvixbolt
sterni
1
-1
/
+1
2023-06-14
r/6300
test(tvix/eval): move division by zero tests into tvix_tests
sterni
2
-0
/
+0
2023-06-14
r/6299
test(tvix/eval): add test case for builtins set pointer equality
sterni
2
-0
/
+21
2023-06-14
r/6298
test(tvix/eval): re-enable blackhole test
sterni
1
-0
/
+0
2023-06-14
r/6297
fix(tvix/eval): don't thunk home relative paths
sterni
2
-11
/
+13
2023-06-14
r/6296
docs(tvix): mention langVersion >= 5 check in nixpkgs
sterni
1
-2
/
+4
2023-06-12
r/6282
chore(tvix/store/pathinfosvc): remove GRPCPathInfoService::new
Florian Klink
1
-12
/
+0
2023-06-12
r/6281
chore(tvix/store/directorysvc): remove GRPCDirectoryService::new
Florian Klink
1
-14
/
+1
2023-06-12
r/6280
chore(tvix/store/blobsvc): remove GRPCBlobService::new
Florian Klink
1
-12
/
+1
2023-06-12
r/6279
refactor(tvix/store/pathinfosvc): use Arc<dyn …>
Florian Klink
8
-28
/
+34
2023-06-12
r/6278
refactor(tvix/store/blobsvc): drop Result<_,_> around open_write
Florian Klink
7
-19
/
+15
2023-06-12
r/6277
docs(tvix/store/blobservice): fix docstrings
Florian Klink
1
-2
/
+3
2023-06-12
r/6276
feat(tvix/store): increase blob chunk size
Ryan Lahfa
1
-2
/
+69
2023-06-12
r/6275
refactor(tvix/store/fuse): use Arc<dyn …> instead of generics
Florian Klink
2
-11
/
+17
2023-06-12
r/6274
refactor(tvix/store/blobsvc/sled): cargo clippy
Florian Klink
1
-1
/
+1
2023-06-12
r/6273
refactor(tvix/store): use Arc instead of Box
Florian Klink
13
-108
/
+132
2023-06-12
r/6272
refactor(tvix/store): use Box<dyn DirectoryService>
Florian Klink
18
-126
/
+144
2023-06-12
r/6271
feat(tvix/store/pathinfosvc): add calculate_nar method
Florian Klink
12
-67
/
+147
2023-06-12
r/6270
refactor(tvix/src/nar): drop NARCalculationService
Florian Klink
11
-346
/
+258
2023-06-12
r/6269
feat(tvix/store): eliminate generics in BlobStore
Florian Klink
15
-143
/
+230
2023-06-12
r/6268
test(tvix/eval): builtins.substring's behavior with negative args
sterni
3
-0
/
+9
2023-06-12
r/6267
fix(tvix/eval): allow negative substring lengths
Linus Heckemann
2
-21
/
+5
2023-06-11
r/6266
fix(tvix/eval): emit only warnings on shadowed outputs
Linus Heckemann
4
-6
/
+11
2023-06-10
r/6263
feat(tvix/store): add mount command to entrypoint and fuse mod
Florian Klink
3
-0
/
+55
2023-06-10
r/6262
feat(tvix/nix-compat): derive Hash
Florian Klink
1
-1
/
+1
2023-06-10
r/6261
chore(tvix/store): add fuse feature
Florian Klink
5
-11
/
+295
2023-06-09
r/6253
docs(src/tests/nar_renderer): fix comment
Florian Klink
1
-2
/
+1
2023-06-09
r/6252
docs(tvix/store): drop nar-bridge references
Florian Klink
1
-1
/
+1
2023-06-09
r/6251
docs(tvix/store): update invocation in README
Florian Klink
1
-1
/
+1
2023-06-09
r/6245
docs(tvix/store/docs): fix grammar
Florian Klink
1
-1
/
+1
[next]