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
2024-01-12
r/7371
refactor(tvix/store/pathinfoservice): make more generic
Florian Klink
6
-54
/
+51
2024-01-12
r/7370
refactor(tvix/store/nar/renderer): don't require Arc, Clone or Sync
Florian Klink
1
-28
/
+45
2024-01-12
r/7369
fix(tvix/eval): fix JSON error types
Florian Klink
1
-7
/
+7
2024-01-09
r/7366
feat(tvix/castore): implement CombinedBlobService
Florian Klink
2
-0
/
+137
2024-01-09
r/7365
feat(tvix/castore/blobsvc): add chunks method
Florian Klink
2
-2
/
+47
2024-01-09
r/7364
refactor(tvix/castore): do clone inside a scope
Florian Klink
1
-6
/
+5
2024-01-09
r/7363
feat(tvix/castore/grpc): instrument some more functions
Florian Klink
1
-0
/
+2
2024-01-09
r/7362
refactor(tvix/store/nar/import): use AsRef
Florian Klink
1
-25
/
+26
2024-01-09
r/7361
refactor(tvix/castore/directorysvc): AsRef traverse_to
Florian Klink
2
-16
/
+13
2024-01-09
r/7360
refactor(tvix/castore/blobservice/grpc): remove fn pointer hack
Florian Klink
1
-15
/
+8
2024-01-09
r/7359
refactor(tvix): use AsRef<dyn …> instead of Deref<Target= …>
Florian Klink
8
-69
/
+58
2024-01-09
r/7358
feat(tvix/castore/blobsvc/grpc): rm VecDec, fix docstring
Florian Klink
1
-21
/
+9
2024-01-08
r/7357
feat(tvix/glue): add test for output path calculation
Florian Klink
1
-0
/
+36
2024-01-06
r/7356
feat(tvix/build): add BuildRequest validation
Florian Klink
5
-168
/
+458
2024-01-06
r/7355
chore(tvix): bump itertools
Florian Klink
3
-14
/
+44
2024-01-06
r/7354
chore(tvix/castore): fix the docstring for `process_entry`
Ryan Lahfa
1
-15
/
+15
2024-01-05
r/7353
fix(tvix/build): fix inconsistencies around paths
Florian Klink
3
-9
/
+9
2024-01-05
r/7352
refactor(tvix/glue): simplify TvixStoreIO further
Florian Klink
2
-46
/
+44
2024-01-05
r/7351
refactor(tvix/glue): simplify store_path_to_[root]_node
Florian Klink
1
-41
/
+36
2024-01-05
r/7350
chore(tvix): bump test-case dep to 3.3.1
Florian Klink
7
-118
/
+67
2024-01-05
r/7349
docs(tvix/build): document requirements for paths and sorting
Florian Klink
2
-4
/
+28
2024-01-05
r/7348
feat(tvix/store/pathinfosvc): call validate
Florian Klink
1
-1
/
+9
2024-01-05
r/7347
fix(tvix/castore): validate Option<Node>
Florian Klink
1
-1
/
+15
2024-01-05
r/7346
refactor(tvix/castore): relax trait bounds for DS
Florian Klink
3
-9
/
+11
2024-01-05
r/7345
chore(tvix): run clippy with --{benches,examples}
Florian Klink
1
-1
/
+1
2024-01-05
r/7344
fix(tvix/eval): Update eval benches for new API
Aspen Smith
2
-3
/
+2
2024-01-03
r/7342
feat(tvix/cli): test `firefox` `(drv|out)Path`
Ryan Lahfa
1
-0
/
+2
2024-01-03
r/7341
feat(tvix/cli): context-aware raw printing
Ryan Lahfa
1
-1
/
+1
2024-01-03
r/7340
feat(tvix/eval): context-aware `split`
Ryan Lahfa
1
-5
/
+14
2024-01-03
r/7339
feat(tvix/eval): impl `unsafeDiscardStringContext`
Ryan Lahfa
3
-5
/
+65
2024-01-03
r/7338
feat(tvix/glue): contextful derivation
Ryan Lahfa
5
-223
/
+86
2024-01-03
r/7336
feat(tvix/glue): context-aware `toFile`
Ryan Lahfa
2
-21
/
+23
2024-01-03
r/7335
feat(tvix/eval): contextful coercion of files
Ryan Lahfa
1
-0
/
+5
2024-01-03
r/7334
feat(tvix/eval): contextful string coercion
Ryan Lahfa
1
-1
/
+1
2024-01-03
r/7333
feat(tvix/eval): contextful == of derivations
Ryan Lahfa
1
-2
/
+6
2024-01-03
r/7332
feat(tvix/eval): `match` DO NOT propagate context
Ryan Lahfa
1
-6
/
+13
2024-01-03
r/7331
feat(tvix/eval): implement `getContext` primop
Ryan Lahfa
3
-1
/
+48
2024-01-03
r/7330
feat(tvix/eval): context-aware `replaceStrings`
Ryan Lahfa
1
-6
/
+23
2024-01-03
r/7329
chore(tvix/eval): note on context-aware `hashString`
Ryan Lahfa
1
-0
/
+1
2024-01-03
r/7328
feat(tvix/eval): `${}` propagates contexts
Ryan Lahfa
1
-4
/
+13
2024-01-03
r/7327
feat(tvix/eval): context-aware `concatStringsSep`
Ryan Lahfa
1
-3
/
+19
2024-01-03
r/7326
chore(tvix/eval): note on context-aware `toString`
Ryan Lahfa
1
-0
/
+2
2024-01-03
r/7325
feat(tvix/eval): context-aware `throw`
Ryan Lahfa
1
-1
/
+2
2024-01-03
r/7324
feat(tvix/eval): context-aware `substring`
Ryan Lahfa
1
-3
/
+6
2024-01-03
r/7323
feat(tvix/eval): context-aware `abort`
Ryan Lahfa
1
-1
/
+5
2024-01-03
r/7320
feat(tvix/eval): context-aware `dirOf`
Ryan Lahfa
1
-1
/
+3
2024-01-03
r/7319
feat(tvix/eval): context-aware `baseNameOf`
Ryan Lahfa
1
-2
/
+5
2024-01-03
r/7318
chore(tvix/eval): notes on coercion and contexts
Ryan Lahfa
1
-0
/
+3
2024-01-03
r/7317
feat(tvix/eval): context-aware `coerce_to_string`
Ryan Lahfa
2
-2
/
+18
2024-01-03
r/7316
feat(tvix/glue): handle passAsFile
Florian Klink
4
-19
/
+181
[next]