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-28
r/8601
fix(tvix/nix-compat-derive): Fix doctest for Rust older than 1.80
Brian Olsen
1
-1
/
+1
2024-08-27
r/8593
fix(tvix/store): restore v1alpha reflection endpoint
Florian Klink
7
-17
/
+31
2024-08-25
r/8587
fix(tvix/nix-compat): Feature flag code only used in async
Brian Olsen
1
-2
/
+7
2024-08-25
r/8586
feat(tvix/nix-compat-derive): Add deriver for NixDeserialize
Brian Olsen
48
-3
/
+2376
2024-08-25
r/8585
feat(nix-compat): Add NixDeserialize and NixRead traits
Brian Olsen
20
-160
/
+1486
2024-08-24
r/8578
chore(tvix/tools/turbofetch): bump deps
Florian Klink
2
-34
/
+53
2024-08-24
r/8577
chore(tvix/tools/crunch-v2): bump deps
Florian Klink
2
-20
/
+24
2024-08-24
r/8576
chore(tvix/tools/weave): bump mio
Florian Klink
2
-4
/
+4
2024-08-23
r/8571
feat(tvix/tools/weave): Add crate2nix-check
Ilan Joselevich
1
-1
/
+3
2024-08-23
r/8570
feat(tvix/tools/turbofetch): Add crate2nix-check
Ilan Joselevich
1
-1
/
+3
2024-08-23
r/8569
feat(tvix/tools/narinfo2parquet): Add crate2nix-check
Ilan Joselevich
1
-1
/
+3
2024-08-23
r/8568
feat(tvix/tools/crunch-v2): Add crate2nix-check
Ilan Joselevich
1
-1
/
+3
2024-08-23
r/8565
feat(tvix/utils): Add mkCrate2nixCheck
Ilan Joselevich
2
-56
/
+36
2024-08-23
r/8561
feat(tvix/nar-bridge): send content-type headers
Florian Klink
3
-9
/
+18
2024-08-23
r/8560
feat(nix-compat): add constants for mime types
Florian Klink
1
-0
/
+7
2024-08-21
r/8548
fix(tvix/castore): u32 -> u64 in DirectoryError::SizeOverflow message
Ben Webb
1
-1
/
+1
2024-08-21
r/8547
feat(nix-compat/nix_http): init parse_nar[info]_str
Florian Klink
13
-104
/
+433
2024-08-20
r/8545
refactor(nix-compat/store_path): make StorePath generic on S
Florian Klink
15
-294
/
+280
2024-08-20
r/8544
refactor(nix-compat/aterm): update function names a bit
Florian Klink
3
-26
/
+26
2024-08-19
r/8541
feat(tvix/nix-compat): entry locator in listing structures
Ryan Lahfa
2
-1
/
+113
2024-08-19
r/8540
feat(nix-compat/narinfo/signature): generalize name field
Florian Klink
9
-45
/
+117
2024-08-19
r/8539
feat(tvix/nix-compat): add a basic listing deserializer
Ryan Lahfa
4
-0
/
+77
2024-08-19
r/8538
feat(tvix): drop usage of sparseTree in favor of lib.sourceByRegex
Ilan Joselevich
6
-41
/
+25
2024-08-19
r/8537
feat(tvix/boot/tests): use pkgs.nixos instead of nixosFor
Ilan Joselevich
1
-4
/
+5
2024-08-19
r/8536
refactor(nix-compat/narinfo/signature): use ed25519::SignatureBytes
Florian Klink
1
-4
/
+5
2024-08-19
r/8527
feat(tvix/boot): Use buildGoModule instead of buildGo for tvix-init
Ilan Joselevich
1
-5
/
+8
2024-08-19
r/8521
refactor(tvix/eval): remove use of imbl::OrdMap
Vincent Ambo
8
-451
/
+95
2024-08-19
r/8520
refactor(tvix/eval): remove use of imbl::Vector
Vincent Ambo
4
-47
/
+46
2024-08-19
r/8519
refactor(tvix/eval): ensure VM operations fit in a single byte
Vincent Ambo
12
-572
/
+771
2024-08-19
r/8518
docs(tvix/glue/tvix_io): update doc-comments
Florian Klink
1
-4
/
+2
2024-08-18
r/8515
refactor(tvix/eval): Pull context out into its own module
Aspen Smith
2
-156
/
+165
2024-08-18
r/8514
refactor(tvix/castore): have SymlinkTarget-specific errors
Florian Klink
5
-26
/
+172
2024-08-18
r/8513
refactor(tvix/castore): have PathComponent-specific errors
Florian Klink
6
-76
/
+246
2024-08-18
r/8512
feat(tvix/castore/proto): add owned conv to castore::Directory
Florian Klink
2
-65
/
+84
2024-08-18
r/8511
feat(tvix/castore): add Directory::try_from_iter()
Florian Klink
4
-160
/
+201
2024-08-17
r/8510
fix(tvix/boot): workaround test flakiness
Florian Klink
1
-0
/
+8
2024-08-17
r/8509
chore(tvix/glue): drop some explicit allow(clippy::mutable_key_type)
Florian Klink
2
-3
/
+0
2024-08-17
r/8508
refactor(tvix/castore): add `name` back to edge weights
Florian Klink
1
-11
/
+22
2024-08-17
r/8507
refactor(tvix/castore): add into_nodes(), implement consuming proto conv
Florian Klink
5
-29
/
+24
2024-08-17
r/8506
refactor(tvix/castore): add PathComponent type for checked components
Florian Klink
25
-165
/
+282
2024-08-17
r/8505
refactor(tvix/castore): drop {Directory,File,Symlink}Node
Florian Klink
27
-463
/
+557
2024-08-17
r/8504
refactor(tvix/castore): remove `name` from Nodes
Florian Klink
46
-1002
/
+785
2024-08-16
r/8503
feat(tvix/cli): Extend nixpkgs eval test to include NixOS installer
Ilan Joselevich
1
-23
/
+39
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
[next]