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
2024-08-16
r/8502
feat(tvix/glue): Add refscanner pattern and AsyncRead
Brian Olsen
4
-22
/
+249
2024-08-16
r/8501
docs(tvix/build/protos): clarify content-addressing
Florian Klink
2
-4
/
+4
2024-08-16
r/8500
chore(tvix): bump object_store
Florian Klink
2
-14
/
+44
2024-08-16
r/8499
chore(tvix/tools/crunch-v2): bump curve25519-dalek
Florian Klink
2
-30
/
+4
2024-08-16
r/8498
chore(tvix/tools/narinfo2parquet): bump curve25519-dalek
Florian Klink
2
-30
/
+4
2024-08-16
r/8497
chore(tvix/tools/weave): bump curve25519-dalek
Florian Klink
2
-30
/
+4
2024-08-16
r/8496
chore(tvix/nix-compat): bump curve25519-dalek
Florian Klink
2
-30
/
+238
2024-08-16
r/8495
chore(tvix/tools/crunch-v2): update Cargo.{lock,nix}
Florian Klink
2
-46
/
+245
2024-08-15
r/8494
chore(tvix): Retain original passthru in Rust builds
Brian Olsen
8
-13
/
+13
2024-08-15
r/8493
chore(tvix/tools/narinfo2parquet): update Cargo.{lock,nix}
Florian Klink
2
-39
/
+209
2024-08-15
r/8492
chore(tvix/tools/turbofetch): update Cargo.nix
Florian Klink
1
-39
/
+100
2024-08-15
r/8491
chore(tvix/tools/wave): update Cargo.lock and Cargo.nix
Florian Klink
2
-39
/
+209
2024-08-14
r/8489
chore(tvix/verify-lang-tests): update latest Nix version
sterni
1
-1
/
+1
2024-08-13
r/8487
docs(tvix/TODO): castore Directory struct is done
Florian Klink
1
-16
/
+8
2024-08-13
r/8486
refactor(tvix/castore): move *Node and Directory to crate root
Florian Klink
42
-622
/
+620
2024-08-13
r/8485
docs(tvix/TODO): DirectoryService with bucketed directories is done
Florian Klink
1
-6
/
+0
2024-08-13
r/8484
refactor(tvix/castore): use Directory struct separate from proto one
Yureka
53
-1365
/
+1417
2024-08-12
r/8483
docs(tvix/store/utils): add docstrings for ServiceUrls*
Florian Klink
1
-2
/
+15
2024-08-12
r/8482
feat(tvix/cli): Add derivation file dumping functionality
Ilan Joselevich
4
-2
/
+49
2024-08-12
r/8481
fix(tvix/cli): add toplevel docstring to Args struct
Florian Klink
1
-0
/
+8
2024-08-11
r/8480
chore(tvix/eval): Update module comment for value::string
Aspen Smith
1
-3
/
+2
2024-08-11
r/8479
feat(tvix/value): Print derivation values specially
Aspen Smith
1
-0
/
+12
2024-08-11
r/8476
fix(tvix/cli): always configure nix path
Aspen Smith
2
-2
/
+15
2024-08-10
r/8475
chore(tvix/eval): Drop obsolete todo
Aspen Smith
1
-1
/
+0
2024-08-10
r/8474
feat(tvix/eval): Store hash in key of interner
Aspen Smith
4
-7
/
+45
2024-08-09
r/8468
test(tvix/nix-compat/nar/wire): cover TOK_PAD_PAR
edef
1
-0
/
+2
2024-08-09
r/8467
feat(tvix/eval): Re-enable testing for eval-okay-readDir
Ilan Joselevich
6
-2
/
+0
2024-08-09
r/8466
feat(tvix/eval): Implement builtins.readFileType
Ilan Joselevich
10
-3
/
+47
2024-08-09
r/8465
fix(third_party/overlays): Patch crate2nix to use mkDerivation for tests
Ilan Joselevich
1
-39
/
+28
2024-08-09
r/8464
feat(tvix/verify-lang-tests): Test nixVersions.nix_{2_3,2_23}
Ilan Joselevich
1
-29
/
+38
2024-08-09
r/8463
feat(tvix/eval): Implement Display for io::FileType
Ilan Joselevich
2
-7
/
+14
2024-08-09
r/8462
docs(tvix/nix-compat/nar/wire): fix TOK_EXE grammar
edef
1
-1
/
+1
2024-08-08
r/8461
feat(tvix): Jemalloc -> MiMalloc
Ilan Joselevich
18
-126
/
+153
2024-08-08
r/8455
feat(tvix/eval): Put interner in a thread-local RefCell
Aspen Smith
1
-9
/
+8
2024-08-08
r/8454
feat(tvix/eval): Intern (and leak) small strings, behind a mutex
Aspen Smith
1
-5
/
+82
2024-08-07
r/8453
feat(tvix/eval): Forbid Hash{Map,Set}, use Fx instead
Aspen Smith
15
-43
/
+88
2024-08-07
r/8452
chore(tvix): change deprecated default_features to default-features
Yureka
1
-2
/
+2
2024-08-07
r/8451
docs(tvix/TODO): document blob prefetching dependency
Florian Klink
1
-0
/
+2
2024-08-07
r/8450
docs(tvix/TODO): add Correctness > Performance section
Florian Klink
1
-1
/
+31
2024-08-05
r/8443
feat(tvix/eval): Leak strings (with flag to disable)
Aspen Smith
3
-4
/
+21
2024-08-04
r/8442
feat(tvix/store): Sled{PathInfo,Directory}Service -> Redb…
Ilan Joselevich
3
-5
/
+4
2024-08-04
r/8441
fix(tvix/crate2nix-check): Revert use of depotfmt.check wrapper
Ilan Joselevich
1
-2
/
+5
2024-08-01
r/8437
feat(tvix/castore): add RedbDirectoryService
Ilan Joselevich
6
-0
/
+341
2024-08-01
r/8435
chore(3p/sources): Bump channels & overlays (2024-07-28)
Aspen Smith
12
-55
/
+61
2024-07-31
r/8434
fix(tvix/glue): coerce path argument to builtins.path to a path
Aspen Smith
1
-3
/
+8
2024-07-31
r/8433
fix(tvix): Reuse now exposed depotfmt wrapper in crate2nix-check
Ilan Joselevich
1
-5
/
+2
2024-07-30
r/8432
chore(tvix): drop nar-bridge-go
Florian Klink
30
-2348
/
+2
2024-07-30
r/8431
fix(tvix/nar-bridge): filter src in utils.nix
Ilan Joselevich
1
-0
/
+4
2024-07-30
r/8430
docs(tvix/boot): update README more
Florian Klink
1
-11
/
+28
2024-07-30
r/8429
docs(tvix/boot): Update README example
Ilan Joselevich
1
-3
/
+3
[next]