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-01-06
r/5594
test(tvix/eval): add test for builtins parity
sterni
4
-1
/
+42
2023-01-04
r/5592
feat(tvix/derivation): derive Clone, Debug, Eq and PartialEq
Florian Klink
2
-3
/
+3
2023-01-04
r/5591
feat(tvix/derivation): implement Derivation::validate()
Florian Klink
7
-2
/
+207
2023-01-04
r/5590
chore(tvix/derivation): align json serialization with nix output
Florian Klink
11
-103
/
+113
2023-01-04
r/5589
refactor(tvix/derivation): make output hashes an Option<Hash>
Florian Klink
2
-29
/
+35
2023-01-04
r/5588
feat(tvix/derivation): make struct members public
Florian Klink
1
-7
/
+7
2023-01-04
r/5587
refactor(tvix/derivation): use tvix_store::nixpath::STORE_DIR
Florian Klink
2
-2
/
+4
2023-01-04
r/5586
feat(tvix/store): implement Nixpath::from_absolute_path
Florian Klink
1
-1
/
+39
2023-01-04
r/5585
feat(tvix/serde): implement enum deserialisation
Vincent Ambo
4
-7
/
+189
2023-01-04
r/5584
feat(tvix/serde): add newtype & tuple deserialisation
Vincent Ambo
2
-10
/
+27
2023-01-04
r/5583
refactor(tvix/eval): avoid unnecessary pop/push in OpForce
Vincent Ambo
1
-6
/
+1
2023-01-04
r/5582
fix(tvix/eval): ' is allowed in nonfirst position in Nix identifiers
sterni
3
-1
/
+32
2023-01-04
r/5581
refactor(tvix/eval): streamline construction of globals/builtins
Vincent Ambo
7
-219
/
+270
2023-01-04
r/5580
feat(tvix/derivation): add nix drv path generation to Derivation
Jürgen Hahn
7
-4
/
+137
2023-01-04
r/5579
docs(feat/derivation): add docstring to formatter
Jürgen Hahn
1
-0
/
+1
2023-01-04
r/5577
feat(tvix/derivation) Add fmt::Display implementation for Derivation
Jürgen Hahn
3
-22
/
+42
2023-01-03
r/5576
test(tvix/serde): add initial set of deserialisation tests
Vincent Ambo
4
-1
/
+87
2023-01-03
r/5575
feat(tvix/serde): handle nested data structures
Vincent Ambo
1
-12
/
+55
2023-01-03
r/5572
feat(tvix/store/nixpath): DIGEST_SIZE public, use more consts
Florian Klink
1
-12
/
+18
2023-01-03
r/5571
feat(tvix/store/nixpath): expose digest and name fields
Florian Klink
1
-2
/
+2
2023-01-03
r/5570
feat(src/proto): add PathInfo.validate()
Florian Klink
3
-0
/
+307
2023-01-03
r/5569
chore(tvix/store): make importable
Florian Klink
6
-26
/
+35
2023-01-03
r/5568
chore(tvix/store/nixbase32): address clippy
Florian Klink
1
-1
/
+1
2023-01-03
r/5567
chore(tvix/store/main): address clippy
Florian Klink
1
-1
/
+1
2023-01-02
r/5566
feat(tvix/serde): initial Nix->serde::Deserialize impl
Vincent Ambo
8
-0
/
+485
2023-01-02
r/5565
chore(tvix/eval): implement std::error::Error for tvix_eval::Error
Vincent Ambo
2
-1
/
+20
2023-01-02
r/5564
refactor(tvix/derivation): refactor the derivation serialization
Jürgen Hahn
6
-215
/
+248
2022-12-30
r/5558
feat(tvix/store): add logging with tracing
Florian Klink
7
-10
/
+327
2022-12-30
r/5557
feat(tvix/store): implement reflection
Florian Klink
7
-27
/
+144
2022-12-30
r/5556
refactor(tvix/store): make nixbase32 reversal more idiomatic
edef
1
-7
/
+4
2022-12-30
r/5555
feat(tvix/store): refactor digest conversion
Jürgen Hahn
2
-6
/
+2
2022-12-30
r/5554
feat(tvix/store): initial dummy implementation
Florian Klink
7
-22
/
+175
2022-12-30
r/5553
chore(tvix/store/protos): more idiomatic go
Florian Klink
1
-3
/
+1
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
[next]