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
/
glue
Age
Commit message (
Expand
)
Author
Files
Lines
10 days
r/8906
fix(tvix): use tracing::field::Empty for all indicatif.pb_show
Florian Klink
2
-2
/
+2
2024-11-04
r/8890
refactor(tvix/eval): remove Value::Json and related functionality
Bob van der Linden
1
-6
/
+2
2024-11-04
r/8888
test(tvix/glue): check context of __toString after toJSON
Bob van der Linden
2
-1
/
+2
2024-11-02
r/8882
feat(tvix/glue): use InvalidHash for builtins.path
Bob van der Linden
1
-10
/
+1
2024-11-02
r/8881
feat(tvix/eval): introduce ErrorKind::InvalidHash
Bob van der Linden
1
-2
/
+1
2024-10-24
r/8855
refactor(tvix/build): use stricter BuildRequest type
Marijan Petričević
2
-85
/
+80
2024-10-21
r/8850
fix(tvix/glue): don't use builtins.currentSystem in test
Florian Klink
1
-1
/
+1
2024-10-19
r/8839
fix(tvix/glue/tvix_store_io): err from store_path_to_node with trace lvl
Florian Klink
1
-1
/
+1
2024-10-19
r/8836
refactor(tvix/castore): add try_into_anonymous_node, rename to try_*
Florian Klink
1
-3
/
+3
2024-10-18
r/8831
refactor(tvix/build): remove proto::BuildRequest::validate
Marijan Petričević
1
-7
/
+8
2024-10-16
r/8815
refactor(tvix/glue): merge builtins.{filterSource,path} codepaths
Florian Klink
1
-108
/
+82
2024-10-16
r/8814
fix(tvix/glue/builtins/import): Drop useless bstring conversion
Ilan Joselevich
1
-4
/
+1
2024-10-15
r/8811
refactor(tvix/glue/builtins/import): refactor
Florian Klink
3
-161
/
+175
2024-10-15
r/8810
test(tvix/glue): improve comments and test cases a bit
Florian Klink
1
-14
/
+12
2024-10-15
r/8809
test(tvix/glue): add builtins.storeDir regression test
Florian Klink
3
-0
/
+9
2024-10-15
r/8808
fix(tvix/glue/import): builtins.storeDir fixes
Florian Klink
3
-39
/
+23
2024-10-15
r/8807
refactor(nix-compat/store_path): use Path in from_absolute_path_full
Florian Klink
1
-12
/
+4
2024-10-13
r/8803
refactor(tvix/glue): remove use of lazy_static
Vincent Ambo
4
-45
/
+64
2024-10-12
r/8796
refactor(tvix/eval): Make `strict` an EvalMode enum
Aspen Smith
1
-2
/
+2
2024-10-11
r/8789
refactor(tvix/glue/register_in_path_info_service): return only PathInfo
Florian Klink
2
-33
/
+28
2024-10-11
r/8787
refactor(tvix/store): use strictly typed PathInfo struct
Marijan Petričević
3
-109
/
+69
2024-10-01
r/8743
feat(tvix/glue): wire up nix refscanning
Yureka
2
-12
/
+73
2024-10-01
r/8742
feat(tvix/build): add refscanning interface
Yureka
1
-0
/
+4
2024-10-01
r/8741
feat(castore/fs): optional refscanner for ingest
Yureka
1
-1
/
+2
2024-09-27
r/8724
refactor(tvix): move refscan module to castore
Yureka
3
-342
/
+0
2024-09-05
r/8653
chore(3p/sources): bump channels & overlays (2024-09-01)
Vincent Ambo
1
-0
/
+3
2024-08-29
r/8610
chore(tvix): Migrate members to inherit deps from workspace
Ilan Joselevich
1
-34
/
+32
2024-08-29
r/8609
chore(tvix): Bump versions of all compatible deps via cargo upgrade
Ilan Joselevich
1
-15
/
+15
2024-08-20
r/8545
refactor(nix-compat/store_path): make StorePath generic on S
Florian Klink
4
-43
/
+45
2024-08-19
r/8521
refactor(tvix/eval): remove use of imbl::OrdMap
Vincent Ambo
1
-1
/
+1
2024-08-19
r/8518
docs(tvix/glue/tvix_io): update doc-comments
Florian Klink
1
-4
/
+2
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/8507
refactor(tvix/castore): add into_nodes(), implement consuming proto conv
Florian Klink
1
-8
/
+3
2024-08-17
r/8506
refactor(tvix/castore): add PathComponent type for checked components
Florian Klink
1
-5
/
+11
2024-08-17
r/8505
refactor(tvix/castore): drop {Directory,File,Symlink}Node
Florian Klink
5
-33
/
+46
2024-08-17
r/8504
refactor(tvix/castore): remove `name` from Nodes
Florian Klink
5
-102
/
+99
2024-08-16
r/8502
feat(tvix/glue): Add refscanner pattern and AsyncRead
Brian Olsen
2
-22
/
+244
2024-08-15
r/8494
chore(tvix): Retain original passthru in Rust builds
Brian Olsen
1
-2
/
+2
2024-08-13
r/8486
refactor(tvix/castore): move *Node and Directory to crate root
Florian Klink
5
-9
/
+7
2024-08-13
r/8484
refactor(tvix/castore): use Directory struct separate from proto one
Yureka
5
-97
/
+79
2024-08-12
r/8482
feat(tvix/cli): Add derivation file dumping functionality
Ilan Joselevich
2
-1
/
+22
2024-08-08
r/8461
feat(tvix): Jemalloc -> MiMalloc
Ilan Joselevich
2
-7
/
+3
2024-07-31
r/8434
fix(tvix/glue): coerce path argument to builtins.path to a path
Aspen Smith
1
-3
/
+8
2024-07-30
r/8425
test(tvix/glue): Add a benchmark for firefox outPath
Aspen Smith
1
-0
/
+6
2024-07-22
r/8399
refactor(tvix): move service addrs into shared clap struct
Yureka
5
-8
/
+22
2024-07-21
r/8385
chore(tvix): upgrade to tonic 0.12 / hyper 1.0
Yureka
1
-1
/
+1
2024-07-20
r/8380
refactor(tvix/store): use composition in tvix_store crate
Yureka
4
-4
/
+4
2024-07-07
r/8357
refactor(tvix): point SSL_CERT_FILE to /dev/null
Florian Klink
1
-2
/
+2
2024-07-06
r/8351
refactor(tvix/eval): Builderize Evaluation
Aspen Smith
5
-49
/
+61
2024-07-01
r/8337
chore(3p/sources): bump to OpenSSH vulnerability hotfix
Vincent Ambo
1
-2
/
+2
[next]