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-09-05
r/6557
feat(tvix/store): fix ctrl-c handling on mount command
Florian Klink
4
-6
/
+60
2023-09-05
r/6556
feat(tvix/store/fuse): allow listing
Florian Klink
3
-4
/
+111
2023-09-05
r/6555
feat(tvix/store/pathinfosvc): provide listing
Florian Klink
9
-41
/
+310
2023-09-05
r/6554
refactor(tvix/store): infer more types
Florian Klink
1
-51
/
+48
2023-09-05
r/6553
chore(tvix/store): drop walkdir workaround for symlinks at root
Florian Klink
4
-25
/
+9
2023-09-04
r/6550
refactor(tvix/{cli,store}): move TvixStoreIO to tvix-cli crate
Florian Klink
10
-87
/
+113
2023-09-03
r/6548
docs(tvix/store): address cargo doc warnings
Florian Klink
5
-11
/
+12
2023-09-03
r/6547
docs(tvix/store): update rpc_pathinfo.proto comments
Florian Klink
3
-28
/
+14
2023-09-02
r/6546
refactor(tvix/store): implement rename for node::Node
Florian Klink
2
-16
/
+13
2023-09-02
r/6545
docs(tvix/store): update comment
Florian Klink
1
-1
/
+1
2023-08-24
r/6523
fix(tvix/eval): off-by-one in replaceStrings
Linus Heckemann
3
-2
/
+3
2023-08-20
r/6514
refactor(tvix): assemble cragoDeps outputHashes from Cargo.nix
Florian Klink
1
-12
/
+21
2023-08-20
r/6513
docs(tvix/nix-compat/nixhash): update comments
Florian Klink
1
-4
/
+6
2023-08-20
r/6512
refactor(tvix/nix-compat/nixhash): validate digest lengths
Florian Klink
6
-43
/
+99
2023-08-20
r/6511
refactor(tvix/nix-compat): cargo clippy
Florian Klink
1
-8
/
+8
2023-08-20
r/6510
docs(tvix/docs): add document about drvPath differences
Florian Klink
1
-0
/
+46
2023-08-20
r/6509
refactor(tvix/eval): don't use `format!` in `write!` args
Florian Klink
1
-1
/
+1
2023-08-20
r/6508
refactor(tvix/eval/vm): don't put HashMap in a Box
Florian Klink
1
-1
/
+1
2023-08-20
r/6507
refactor(tvix/eval): impl Default for SourceCode
Florian Klink
2
-6
/
+8
2023-08-20
r/6506
refactor(tvix/eval/observer): cargo clippy
Florian Klink
1
-1
/
+1
2023-08-20
r/6505
refactor(tvix/eval): cargo clippy
Florian Klink
1
-1
/
+4
2023-08-20
r/6504
refactor(tvix/eval/io): cargo clippy &Path
Florian Klink
1
-1
/
+1
2023-08-20
r/6503
refactor(tvix/eval): cargo clippy (len() is usize)
Florian Klink
1
-1
/
+1
2023-08-20
r/6502
refactor(tvix/eval): cargo clippy &GenCo
Florian Klink
2
-5
/
+5
2023-08-20
r/6501
refactor(tvix/eval): derive default for value::AttrsRep enum
Florian Klink
1
-7
/
+2
2023-08-20
r/6500
refactor(tvix/store): cargo clippy
Florian Klink
7
-36
/
+27
2023-08-20
r/6499
refactor(tvix/nix_cli): cargo clippy
Florian Klink
1
-4
/
+4
2023-08-20
r/6498
refactor(tvix/cli): cargo clippy
Florian Klink
2
-2
/
+1
2023-08-20
r/6497
refactor(tvix/serde): cargo clippy
Florian Klink
3
-14
/
+13
2023-08-20
r/6496
refactor(tvix/cli): stop parsing NixHash twice
Florian Klink
1
-6
/
+2
2023-08-20
r/6495
fix(tvix/nix-compat): disallow empty derivation names
Ryan Lahfa
1
-0
/
+10
2023-08-20
r/6494
feat(tvix/nix-compat): don't swallow hash validation errors
Ryan Lahfa
3
-58
/
+208
2023-08-19
r/6493
refactor(tvix): drop rust-analyzer from rust-docs build inputs
Florian Klink
1
-1
/
+0
2023-08-19
r/6492
docs(tvix): update comment
Florian Klink
1
-3
/
+1
2023-08-19
r/6491
refactor(tvix/nix-compat/derivation): cargo clippy
Florian Klink
1
-3
/
+2
2023-08-19
r/6490
docs(tvix/nix-compat/store_path): fix broken docstr reference
Florian Klink
1
-2
/
+2
2023-08-19
r/6489
refactor(tvix/nix-compat/nixhash): use shorthand struct init
Florian Klink
1
-1
/
+1
2023-08-19
r/6488
docs(tvix/nix-compat): remove disambiguity
Florian Klink
2
-3
/
+3
2023-08-19
r/6487
refactor(tvix/nix-compat/derivation/escape): move to Vec<u8>
Florian Klink
2
-7
/
+7
2023-08-14
r/6483
chore(tvix/cli): delete unused NixCompatIO code
sterni
2
-122
/
+0
2023-08-13
r/6482
fix(tvix/eval): fix a comment position in value::json
Vincent Ambo
1
-2
/
+2
2023-08-11
r/6480
test(tvix/eval): check truncation direction of builtins.div
sterni
2
-1
/
+24
2023-08-08
r/6472
feat(nix/sparseTree): add optional `name` argument
Vincent Ambo
1
-1
/
+5
2023-07-31
r/6458
refactor(tvix/nix-compat/derivation/tests): fix typo
Florian Klink
1
-1
/
+1
2023-07-31
r/6457
refactor(tvix/nix-compat): use local write::*;
Florian Klink
1
-15
/
+17
2023-07-31
r/6456
refactor(tvix/nix-compat/test): rename `data` identifier
Florian Klink
1
-23
/
+26
2023-07-31
r/6455
refactor(tvix/nix-compat/derivation): drop some useless allocations
Florian Klink
1
-6
/
+3
2023-07-31
r/6454
refactor(tvix/nix-compat/derivation): use writer.write_all
Florian Klink
2
-8
/
+10
2023-07-31
r/6453
refactor(tvix/cli/refscan): use wu-manber crate with &[u8] support
Florian Klink
6
-29
/
+15
2023-07-31
r/6452
refactor(tvix/derivation): move comma writing business up
Florian Klink
2
-8
/
+13
[next]