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-17
r/6603
refactor(tvix/nar-bridge): Clean up directory popping loop
Connor Brewster
1
-9
/
+4
2023-09-17
r/6602
fix(tvix/nar-bridge): Fix directory stack tracking
Connor Brewster
3
-5
/
+39
2023-09-17
r/6601
feat(tvix/nar-bridge): increase timeouts
Florian Klink
1
-3
/
+3
2023-09-17
r/6600
feat(tvix/nar-bridge): init
Florian Klink
27
-0
/
+2663
2023-09-17
r/6599
chore(tvix): upgrade workspace.resolver to "2"
Florian Klink
1
-0
/
+1
2023-09-17
r/6598
feat(tvix/store): improve error message formatting
Florian Klink
1
-1
/
+2
2023-09-17
r/6597
chore(tvix/store): allow non_snake_case
Florian Klink
1
-1
/
+1
2023-09-15
r/6596
feat(tvix/store): add simple integration test
Florian Klink
1
-3
/
+29
2023-09-15
r/6595
feat(tvix/store/import): print store path to stdout
Florian Klink
1
-2
/
+13
2023-09-15
r/6594
fix(tvix/store): log to stderr, not stdout
Florian Klink
1
-4
/
+5
2023-09-15
r/6589
fix(tvix/eval): update identifier quoting to match cppnix 2.17
Adam Joseph
13
-6
/
+38
2023-09-12
r/6581
fix(tvix/store/blobservice/seeker): fix debug assert
Florian Klink
1
-2
/
+9
2023-09-12
r/6580
docs(tvix/website): add tvix-store
Florian Klink
1
-0
/
+1
2023-09-11
r/6579
fix(tvix): Get tvix build and shell to work on Darwin
Brian Olsen
1
-2
/
+19
2023-09-10
r/6577
refactor(tvix/website): remove unused structuredData
Florian Klink
1
-8
/
+0
2023-09-10
r/6576
refactor(tvix): move logo to //tvix:logo
Florian Klink
5
-3
/
+13
2023-09-09
r/6574
fix(tvix/eval): make compare_strict_eval_tests use Strict
Adam Joseph
1
-1
/
+1
2023-09-09
r/6573
feat(tvix/store): add :store-protos-go
Florian Klink
1
-1
/
+9
2023-09-09
r/6572
fix(tvix/protos): support []byte node names
Brian McGee
2
-34
/
+35
2023-09-08
r/6571
docs(tvix/eval): document remaining opcodes
Vincent Ambo
1
-3
/
+48
2023-09-08
r/6570
docs(tvix/eval): document attribute set related opcodes
Vincent Ambo
1
-0
/
+11
2023-09-08
r/6569
docs(tvix/eval): add documentation strings for some OpCode variants
Vincent Ambo
1
-2
/
+37
2023-09-08
r/6568
docs(tvix/store/fuse): add more comment to list_root arg
Florian Klink
1
-0
/
+2
2023-09-06
r/6560
chore(3p/sources): bump channels & overlays (2023-08-21)
Vincent Ambo
1
-4
/
+5
2023-09-05
r/6558
refactor(tvix/store): use tokio::task::JoinHandle
Florian Klink
3
-37
/
+35
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
[next]