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-12-12
r/7169
fix(tvix/eval): preserve catchables in nix_cmp_ordering(), fix b/338
Adam Joseph
5
-9
/
+15
2023-12-12
r/7168
test(tvix/eval): test for b/338 catchable hygiene problem
Adam Joseph
2
-0
/
+2
2023-12-12
r/7167
feat(tvix/eval): nonrecursive nix_cmp_ordering(), fixes b/339
Adam Joseph
7
-44
/
+75
2023-12-12
r/7166
fix(tvix/eval): never use partial_cmp() (partial fix b/338)
Adam Joseph
3
-23
/
+16
2023-12-12
r/7165
test(tvix/eval): add test case for b/339
Adam Joseph
3
-0
/
+3
2023-12-12
r/7164
feat(tvix/eval): nonrecursive nix_eq()
Adam Joseph
4
-137
/
+159
2023-12-12
r/7163
feat(tvix/cli): add macrobenchmark
Adam Joseph
1
-1
/
+61
2023-12-12
r/7161
feat(tvix/glue): add nixpkgs eval benchmark
Florian Klink
5
-0
/
+88
2023-12-12
r/7160
chore(tvix/glue): allow unused_variables
Florian Klink
1
-0
/
+1
2023-12-11
r/7159
refactor(tvix/*store/sled): make ::new() more generic
Florian Klink
6
-11
/
+10
2023-12-11
r/7158
chore(tvix): drop sled compression support
Florian Klink
9
-16
/
+14
2023-12-11
r/7157
chore(tvix/proto): drop evaluator.proto
Florian Klink
2
-165
/
+0
2023-12-11
r/7156
refactor(tvix): use granular proto files
Florian Klink
2
-23
/
+17
2023-12-11
r/7155
refactor(tvix/*/protos): separate lint target
Florian Klink
3
-46
/
+107
2023-12-11
r/7154
feat(tvix/build): add derivation_to_build_request
Florian Klink
7
-0
/
+272
2023-12-11
r/7153
docs(tvix/*store-go): fix README invocation
Florian Klink
2
-3
/
+3
2023-12-11
r/7152
feat(tvix/build-go): init
Florian Klink
8
-0
/
+869
2023-12-11
r/7151
feat(tvix/build): init
Florian Klink
14
-0
/
+330
2023-12-11
r/7150
chore(tvix/store/protof): buf format
Florian Klink
6
-168
/
+168
2023-12-11
r/7149
chore(tvix/castore/protof): buf format
Florian Klink
5
-97
/
+97
2023-12-11
r/7147
fix(tvix): Fix cwd in benchmark script
Aspen Smith
1
-1
/
+4
2023-12-11
r/7146
chore(tvix): bump criterion to 0.5
Florian Klink
4
-159
/
+26
2023-12-11
r/7145
docs(tvix): fix crate2nix-generate invocation
Florian Klink
1
-1
/
+1
2023-12-11
r/7144
feat(tvix): Benchmark nixpkgs eval with hyperfine
Aspen Smith
2
-2
/
+11
2023-12-10
r/7142
fix(tvix/cli): panic on root cause of the fetchurl(non-boot) bug
Adam Joseph
1
-1
/
+27
2023-12-09
r/7141
feat(tvix): make clippy stricter
Florian Klink
1
-1
/
+1
2023-12-09
r/7140
refactor(tvix/castore): address clippy
Florian Klink
1
-10
/
+7
2023-12-09
r/7139
refactor(nix-compat/aterm): address clippy
Florian Klink
1
-6
/
+1
2023-12-09
r/7138
refactor(store/fs): address clippy
Florian Klink
1
-1
/
+1
2023-12-09
r/7137
refactor(nix-compat/nixbase32): address clippy
Florian Klink
1
-1
/
+1
2023-12-09
r/7136
refactor(nix-compat/narinfo): address clippy lints
Florian Klink
3
-3
/
+3
2023-12-09
r/7135
refactor(nix-compat/derivation): address clippy
Florian Klink
1
-3
/
+3
2023-12-09
r/7134
refactor(tvix/eval): address clippy lints
Florian Klink
2
-2
/
+2
2023-12-09
r/7133
chore(tvix/nix_cli): drop crate
Florian Klink
7
-186
/
+0
2023-12-09
r/7132
refactor(nix-compat/store_path): from_absolute_path to StorePathRef
Florian Klink
3
-19
/
+20
2023-12-09
r/7131
refactor(nix-compat/derivation): rename input derivation components
Florian Klink
1
-3
/
+3
2023-12-09
r/7130
feat(tvix/eval): impl DoubleEndedIter for OwnedAttrsIterator
Adam Joseph
1
-0
/
+10
2023-12-09
r/7129
chore(store/src/tests): make clippy shut up
Adam Joseph
1
-12
/
+6
2023-12-09
r/7128
fix(tvix/glue): do not panic if PathInfoService returns Err
Adam Joseph
1
-1
/
+1
2023-12-09
r/7127
chore(nix_cli): make clippy shut up
Adam Joseph
1
-0
/
+1
2023-12-09
r/7126
fix(tvix/nar-bridge): fix FOD hash
Adam Joseph
1
-1
/
+1
2023-12-07
r/7125
feat(tvix): run crate2nix generate in CI
Adam Joseph
1
-5
/
+57
2023-12-06
r/7123
refactor(tvix): Make benchmark script directory-agnostic
Aspen Smith
1
-1
/
+1
2023-12-06
r/7120
feat(tvix/eval): rewrite Thunk::force() in nonrecursive form
Adam Joseph
3
-64
/
+97
2023-12-05
r/7119
fix(tvix/eval): Return error rather than panicking on bad substring
Aspen Smith
2
-1
/
+10
2023-12-05
r/7118
refactor(tvix): move src into let binding
Florian Klink
1
-4
/
+6
2023-12-05
r/7115
feat(tvix): Add script for running benchmarks in Windtunnel
Aspen Smith
1
-0
/
+10
2023-11-28
r/7087
fix(tvix/nar-bridge): drop pathinfoservice
Florian Klink
3
-356
/
+0
2023-11-28
r/7086
feat(tvix/store/pathinfosvc/nix_http): allow configuring pubkeys
Florian Klink
1
-6
/
+28
2023-11-28
r/7085
feat(tvix/store/pathinfosvc): add signature verification
Florian Klink
1
-1
/
+33
[next]