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
2022-12-30
r/5552
feat(tvix/store): parameterise validate_digest error
Florian Klink
1
-4
/
+7
2022-12-30
r/5551
feat(tvix/store): add nixpath
Jürgen Hahn
2
-0
/
+143
2022-12-30
r/5550
feat(tvix/store): add nixbase32 mod
Florian Klink
5
-33
/
+247
2022-12-29
r/5549
feat(tvix/store): parameterise validate_node_name error
Florian Klink
1
-9
/
+8
2022-12-29
r/5548
fix(tvix/store): fix typo
Florian Klink
1
-1
/
+1
2022-12-29
r/5542
refactor(tvix/eval): remove extra Rc<..> around Value::Attrs
Vincent Ambo
5
-21
/
+24
2022-12-29
r/5541
refactor(tvix/eval): persistent, memory-sharing OrdMap for NixAttrs
Vincent Ambo
9
-145
/
+128
2022-12-29
r/5540
refactor(tvix/eval): use im::Vector directly where possible
Vincent Ambo
3
-28
/
+31
2022-12-29
r/5536
feat(tvix/derivation): serialize Nix Derivation
Jürgen Hahn
22
-0
/
+516
2022-12-29
r/5534
refactor(tvix/eval): use im::Vector for NixList representation
Vincent Ambo
6
-44
/
+206
2022-12-29
r/5533
chore(tvix/store): address clippy warnings
Florian Klink
2
-18
/
+15
2022-12-29
r/5532
chore(tvix/store): trim Cargo.toml
Florian Klink
3
-6
/
+9
2022-12-29
r/5531
chore(tvix/store): move tests into separate file
Florian Klink
3
-289
/
+288
2022-12-29
r/5530
docs(tvix/eval): sketch in place list/attr set update idea
sterni
1
-0
/
+24
2022-12-28
r/5528
feat(tvix/store/protos): rename Get to Read, add Stat method
Florian Klink
3
-88
/
+434
2022-12-28
r/5527
feat(tvix/store): make blobstore stream chunks
Florian Klink
3
-172
/
+171
2022-12-28
r/5526
feat(tvix): add evans to shell
Florian Klink
1
-0
/
+1
2022-12-28
r/5525
chore(tvix/store/protos): add PathInfoService::CalculateNAR()
Florian Klink
3
-39
/
+222
2022-12-28
r/5524
chore(tvix/store/protos): drop non-sha256 NAR hashes
Florian Klink
2
-196
/
+41
2022-12-28
r/5523
chore(tvix/store/protos): move (Root)Node into separate message
Florian Klink
2
-124
/
+191
2022-12-28
r/5520
feat(tvix/store): implement Directory::validate()
Florian Klink
4
-13
/
+351
2022-12-28
r/5519
chore(tvix/store): use DUMMY_DIGEST, too
Florian Klink
1
-1
/
+1
2022-12-28
r/5518
chore(tvix/store): use Directory::default in some more places
Florian Klink
1
-18
/
+6
2022-12-27
r/5510
chore(tvix/store): use lazy_static and dummy digests
Florian Klink
4
-2
/
+16
2022-12-27
r/5509
feat(tvix/store/protos): implement Directory.Validate()
Florian Klink
2
-0
/
+297
2022-12-27
r/5508
feat(tvix/store/protos): implement Size() and Digest() for Directory
Florian Klink
4
-0
/
+251
2022-12-26
r/5496
feat(txix/store/protos): init go.mod, generate .pb.go files
Florian Klink
9
-0
/
+2390
2022-12-26
r/5495
feat(tvix/store/protos): add go_package option
Florian Klink
5
-0
/
+10
2022-12-26
r/5494
docs(tvix/store): add README, document services and store model
Florian Klink
4
-2
/
+391
2022-12-26
r/5492
feat(tvix/store): use tonic-build for protos
Florian Klink
5
-20
/
+2334
2022-12-25
r/5486
fix(tvix/eval): fix current clippy warnings
Vincent Ambo
17
-108
/
+69
2022-12-25
r/5485
refactor(tvix/eval): non-recursive thunk forcing
Adam Joseph
2
-67
/
+243
2022-12-25
r/5484
feat(tvix/eval): implement From<f64> for Value
Ryan Lahfa
1
-0
/
+6
2022-12-22
r/5477
feat(tvix/eval): display function names in documentation
Vincent Ambo
1
-1
/
+8
2022-12-22
r/5476
feat(tvix/cli): add `:d` REPL-prefix to print explanations of values
Vincent Ambo
1
-5
/
+14
2022-12-22
r/5475
feat(tvix/eval): add Value::explain method
Vincent Ambo
1
-0
/
+33
2022-12-22
r/5474
feat(tvix/cli): implement `NixCompatIO` helper type
Vincent Ambo
6
-2
/
+92
2022-12-22
r/5472
feat(tvix): add crate2nixGenerate target
Florian Klink
2
-9
/
+11
2022-12-22
r/5471
feat(tvix/proto): add rpc_directory.proto
Florian Klink
3
-0
/
+48
2022-12-22
r/5470
feat(tvix/proto): add rpc_pathinfo
Florian Klink
3
-0
/
+44
2022-12-21
r/5469
chore(tvix/eval): fix a broken comment
Vincent Ambo
1
-1
/
+0
2022-12-21
r/5468
fix(tvix/builtin-macros): parse multi-line docstrings correctly
Vincent Ambo
2
-5
/
+28
2022-12-21
r/5467
feat(tvix/eval): use `EvalIO::import_path` when coercing paths
Vincent Ambo
3
-3
/
+28
2022-12-21
r/5466
refactor(tvix/eval): use light spans in builtins.import
Vincent Ambo
2
-12
/
+8
2022-12-21
r/5465
feat(tvix/eval): builtins.storeDir
Adam Joseph
2
-1
/
+17
2022-12-21
r/5464
refactor(tvix/eval): use `EvalIO::read_dir` for equivalent builtin
Vincent Ambo
2
-30
/
+77
2022-12-21
r/5463
refactor(tvix/eval): use `EvalIO::path_exists` for the builtin
Vincent Ambo
2
-2
/
+18
2022-12-21
r/5462
chore(tvix/eval): gate tvix_eval::StdIO behind the `impure` feature
Vincent Ambo
2
-1
/
+6
2022-12-21
r/5461
fix(tvix/cli): use tvix_eval::StdIO in CLI
Vincent Ambo
1
-0
/
+1
2022-12-21
r/5460
refactor(tvix/eval): use EvalIO::read_to_string in impure builtins
Vincent Ambo
3
-38
/
+21
[next]