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
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
2024-07-01
r/8331
chore(tvix): bump to data-encoding 2.6.0
Florian Klink
1
-1
/
+1
2024-06-26
r/8315
fix(tvix/glue): reject unknown attrset args for fetch builtins
Florian Klink
3
-1
/
+18
2024-06-26
r/8314
refactor(tvix/eval): prefix ctx iterators in NixString
Florian Klink
1
-9
/
+12
2024-06-26
r/8313
feat(tvix/glue): implement builtins.toFile
Florian Klink
4
-9
/
+94
2024-06-26
r/8311
feat(tvix/glue): add eval-fail-* support to glue tests
Florian Klink
3
-0
/
+10
2024-06-26
r/8307
refactor(tvix/glue): return a parsed Url in NixFetchArgs
Florian Klink
2
-44
/
+29
2024-06-26
r/8306
refactor(tvix/glue): take &CAHash, not CAHash
Florian Klink
2
-12
/
+14
2024-06-26
r/8305
feat(tvix/glue): handle regular file at builtins.path import
Florian Klink
2
-63
/
+114
2024-06-26
r/8304
feat(tvix/eval): add file_type method
Florian Klink
2
-0
/
+26
2024-06-17
r/8289
feat(tvix/tvix-store): improve progress bars
Florian Klink
1
-3
/
+3
2024-06-13
r/8266
fix(tvix-glue/fetchers/decompression): propagate error with ?
Florian Klink
1
-3
/
+1
2024-06-13
r/8265
fix(tvix/glue/tvix_store_io): also populate input sources
Florian Klink
1
-2
/
+23
2024-06-13
r/8263
fix(tvix/glue/tvix_store_io): disable concurrent fetches for now
Florian Klink
1
-1
/
+3
2024-06-13
r/8260
fix(tvix/glue/tvix_store_io): distinguish waiting and building
Florian Klink
1
-1
/
+3
2024-06-13
r/8259
feat(tvix/glue): report progress on all fetches, use progress bars
Florian Klink
3
-14
/
+41
2024-06-13
r/8258
fix(tvix/glue/tvix_store_io): use same case for progress messages
Florian Klink
1
-1
/
+1
2024-06-12
r/8257
fix(tvix-glue/fetchers): remove unused allow dead code
Florian Klink
1
-2
/
+0
2024-06-12
r/8255
feat(tvix/glue/tvix_store_io): show progress info
Florian Klink
2
-5
/
+10
2024-06-12
r/8254
feat(tvix/glue): support builtin:fetchurl
Florian Klink
5
-15
/
+197
2024-06-12
r/8252
feat(tvix/glue/fetchers): add NAR fetching infrastructure
Florian Klink
1
-5
/
+134
2024-06-12
r/8251
refactor(tvix/glue/fetchers): move store_path() tests here
Florian Klink
2
-42
/
+40
2024-06-12
r/8250
refactor(tvix/glue/fetchers): use named field for structs
Florian Klink
3
-30
/
+76
2024-06-12
r/8249
test(tvix/glue/fetchurl): add output path tests for fetchurl
Florian Klink
2
-1
/
+41
2024-06-11
r/8247
fix(tvix/eval): handle builtins.split matching the empty string
binarycat
1
-1
/
+1
2024-06-06
r/8222
feat(tvix): Switch to jemalloc
Aspen Smith
2
-0
/
+9
[next]