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-02-24
r/7601
chore: update links to tvixbolt
Florian Klink
2
-2
/
+2
2024-02-23
r/7597
feat(tvix/eval): implement `builtins.hashString`
Padraic-O-Mhuiris
13
-11
/
+167
2024-02-23
r/7596
refactor(tvix/glue): Make a single errors.rs module
Aspen Smith
2
-10
/
+9
2024-02-22
r/7594
refactor(nix-compat/store_path): simplify build_ca_path
Florian Klink
1
-14
/
+12
2024-02-21
r/7591
feat(tvix/eval): Store string context alongside data
Aspen Smith
9
-79
/
+377
2024-02-21
r/7588
revert(tvix): don't use Rc::clone explicitly
aspen
4
-9
/
+9
2024-02-21
r/7587
fix(tvix/eval): allow reading non-UTF8 files
Florian Klink
4
-14
/
+14
2024-02-21
r/7586
docs(tvix/eval): notes on the implementation of catchable errors
sterni
1
-0
/
+131
2024-02-21
r/7585
feat(tvix/nix-compat): Use `StorePath` in `Output`
Peter Kolloch
11
-82
/
+119
2024-02-21
r/7584
feat(tvix/nix-compat): input_sources as StorePath
Peter Kolloch
6
-31
/
+53
2024-02-21
r/7583
feat(tvix/nix-compat): input_derivations with StorePaths
Peter Kolloch
9
-73
/
+138
2024-02-21
r/7582
feat(tvix/nix-compat): generalize aterm writing for derivation
Peter Kolloch
3
-9
/
+100
2024-02-20
r/7580
fix(tvix/eval): Propagate catchables in builtins.groupBy
Aspen Smith
3
-4
/
+6
2024-02-20
r/7578
feat(tvix/eval): implement `builtins.filterSource`
Ryan Lahfa
9
-69
/
+521
2024-02-20
r/7577
fix(tvix/eval): propagate catchable errors at the top of an eval
Vincent Ambo
3
-6
/
+46
2024-02-20
r/7576
refactor(tvix): don't use Rc::clone explicitly
Florian Klink
3
-5
/
+5
2024-02-20
r/7575
feat(tvix/serde): add an example using nixpkgs/lib
Vincent Ambo
1
-0
/
+34
2024-02-20
r/7574
fix(tvix/eval): make path resolution work by default in impure mode
Vincent Ambo
1
-0
/
+6
2024-02-20
r/7573
fix(tvix/eval): fix accidental recursion in printing errors
Vincent Ambo
1
-1
/
+1
2024-02-20
r/7572
refactor(tvix/eval): use internal SourceCode field in error printers
Vincent Ambo
4
-27
/
+21
2024-02-20
r/7571
refactor(tvix/eval): add SourceCode directly into error types
Vincent Ambo
6
-40
/
+67
2024-02-20
r/7570
docs(tvix/castore/directorysvc): K/V is not necessarily flat
Florian Klink
3
-0
/
+20
2024-02-20
r/7569
refactor(tvix/eval): add API for enabling impure evaluation features
Vincent Ambo
1
-10
/
+20
2024-02-20
r/7566
refactor(tvix/store/proto): use bstr::ByteSlice
Florian Klink
4
-1
/
+8
2024-02-20
r/7565
chore(tvix/glue): remove unnecessary assignment
Vincent Ambo
1
-2
/
+1
2024-02-20
r/7564
fix(tvix/store): Improve error message for InvalidNodeName
Aspen Smith
1
-1
/
+1
2024-02-19
r/7560
feat(tvix/nix-compat): Extract to_plain_hex_string
Peter Kolloch
1
-5
/
+6
2024-02-19
r/7559
refactor(tvix/nix-compat): Restrict visibility
Peter Kolloch
1
-7
/
+13
2024-02-19
r/7558
feat(tvix/castore): Compile fix for Darwin
Peter Kolloch
1
-0
/
+3
2024-02-19
r/7557
feat(tvix/glue): Init fetcher builtins
Aspen Smith
6
-8
/
+72
2024-02-19
r/7556
feat(tvix/nix-compat): Extend parse errors
Peter Kolloch
1
-1
/
+4
2024-02-19
r/7555
chore(tvix/tools/narinfo2parquet): polars 0.34.2 -> 0.36.2
edef
4
-704
/
+1419
2024-02-19
r/7554
fix(tvix/docs): update builder magic string
Florian Klink
1
-1
/
+1
2024-02-18
r/7551
feat(tvix/glue): drive builds on IO
Florian Klink
5
-13
/
+192
2024-02-18
r/7550
fix(tvix/cli): regenerate Cargo.nix
Florian Klink
1
-1
/
+2
2024-02-18
r/7548
fix(tvix/cli): set max level to info on release mode
Florian Klink
1
-1
/
+1
2024-02-18
r/7547
fix(tvix/castore): don't emit ret as INFO
Florian Klink
1
-1
/
+2
2024-02-18
r/7546
fix(tvix/glue): don't emit ret as INFO
Florian Klink
1
-6
/
+6
2024-02-17
r/7544
feat(tvix/nix-compat): serde for StorePath[Ref]s
Peter Kolloch
1
-0
/
+94
2024-02-17
r/7543
feat(tvix/cli): set up tracing[-subscriber]
Florian Klink
4
-1
/
+26
2024-02-17
r/7542
feat(tvix/glue): tune instrumentations in TvixStoreIO
Florian Klink
1
-2
/
+2
2024-02-17
r/7541
test(tvix/glue/known_paths): add tests
Florian Klink
5
-0
/
+104
2024-02-17
r/7540
refactor(tvix/glue/known_paths): use StorePath
Florian Klink
2
-9
/
+5
2024-02-17
r/7539
feat(tvix/glue/known_paths): add get_drv_by_output_path
Florian Klink
1
-0
/
+27
2024-02-17
r/7538
refactor(tvix/nix-compat): derivation_or_fod_hash w/o self.clone()
Peter Kolloch
1
-22
/
+36
2024-02-17
r/7536
feat(nix-compat/derivation): make fod_digest public
Florian Klink
1
-1
/
+1
2024-02-17
r/7535
feat(tvix/castore/fs): make allow_other configurable
Florian Klink
3
-4
/
+16
2024-02-17
r/7534
refactor(tvix/glue/KnownPaths): track Derivation struct too
Florian Klink
2
-22
/
+58
2024-02-17
r/7533
feat(tvix/cli): support configuring BuildService
Florian Klink
1
-3
/
+20
2024-02-17
r/7532
docs(tvix/nix-compat): on store paths in fields
Peter Kolloch
2
-0
/
+5
[next]