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
Age
Commit message (
Expand
)
Author
Files
Lines
2024-06-06
r/8221
fix(tvix/glue): drop tracing-indicatif from deps
Florian Klink
3
-6
/
+0
2024-06-06
r/8220
feat(tvix/store/bin): add progress bar infrastructure
Florian Klink
8
-19
/
+452
2024-06-05
r/8219
fix(tvix/crate2nix-check): make drv less likely to be cached
Ilan Joselevich
1
-7
/
+7
2024-06-05
r/8218
fix(tvix): make rstest pick up new test case files
Ilan Joselevich
3
-1
/
+17
2024-06-05
r/8217
feat(tvix/glue): Implement builtins.storePath
Aspen Smith
7
-2
/
+62
2024-06-05
r/8216
docs(tvix/docs/TODO): expand Store Composition config section
Florian Klink
1
-3
/
+27
2024-06-05
r/8215
fix(tvix): update Cargo.nix as it misses a default feature
Ilan Joselevich
1
-0
/
+1
2024-06-05
r/8214
docs(tvix/docs/TODO): extend O11Y section
Florian Klink
1
-6
/
+33
2024-06-03
r/8213
fix(tazjin/emacs): fix tab-width & fill-column defaults
Vincent Ambo
1
-0
/
+3
2024-06-03
r/8212
feat(fun/clbot,ops/machines/whitby): filter tvix-dev clbot
Profpatsch
4
-9
/
+55
2024-06-03
r/8211
feat(tvix): add CI targets for checking crate features powerset
Ilan Joselevich
10
-47
/
+112
2024-06-03
r/8210
fix(tvix/nix-compat): require async and async,wire for some tests
Ilan Joselevich
2
-1
/
+3
2024-06-03
r/8209
feat(users/Profpatsch/whatcd-resolver): show album year
Profpatsch
1
-0
/
+2
2024-06-03
r/8208
fix(users/Profpatsch/whatcd-resolver): fix torrent link
Profpatsch
2
-2
/
+2
2024-06-03
r/8207
feat(users/Profpatsch/whatcd-resolver): add redacted torrent link
Profpatsch
2
-7
/
+9
2024-06-03
r/8206
fix(users/Profpatsch/whatcd-resolver): db_id -> redacted_id
Profpatsch
2
-10
/
+10
2024-06-03
r/8205
fix(users/Profpatsch/whatcd-resolver): add page chrome to artist
Profpatsch
1
-31
/
+41
2024-06-03
r/8204
fix(users/Profpatsch/whatcd-resolver): speed up table query
Profpatsch
1
-27
/
+23
2024-06-03
r/8203
chore(users/Profpatsch/openlab-tools): warnings & format
Profpatsch
1
-28
/
+28
2024-06-03
r/8202
chore(users/Profpatsch/.hlint.yaml): ignore Use maybe
Profpatsch
1
-0
/
+2
2024-06-03
r/8201
fix(users/Profpatsch/whatcd-resolver): store seeding_weight
Profpatsch
1
-3
/
+4
2024-06-03
r/8200
feat(users/Profpatsch/whatcd-resolver): add artist albums
Profpatsch
3
-18
/
+67
2024-06-03
r/8199
fix(users/Profpatsch/whatcd-resolver): index seeding_weight calc
Profpatsch
1
-12
/
+24
2024-06-03
r/8198
fix(users/Profpatsch/whatcd-resolver): fix transmission session
Profpatsch
3
-11
/
+24
2024-06-03
r/8197
feat(users/Profpatsch/whatcd-resolver): add status to http trace
Profpatsch
1
-9
/
+18
2024-06-03
r/8196
fix(users/Profpatsch/whatcd-resolver): remove trace debugging
Profpatsch
1
-7
/
+0
2024-06-03
r/8195
feat(users/Profpatsch/whatcd-resolver): display all artists
Profpatsch
2
-8
/
+29
2024-06-03
r/8194
feat(users/Profpatsch/whatcd-resolver): add query args to log
Profpatsch
1
-1
/
+2
2024-06-03
r/8193
chore(users/Profpatsch/shell.nix): comment out broken haskell pkg
Profpatsch
1
-1
/
+1
2024-06-03
r/8192
fix(users/Profpatsch/whatcd-resolver): show query error as html
Profpatsch
2
-38
/
+60
2024-06-01
r/8191
feat(tvix/repl): Add a command to recursively print
Aspen Smith
2
-1
/
+16
2024-06-01
r/8190
feat(tvix/repl): Add a help command
Aspen Smith
1
-6
/
+29
2024-06-01
r/8189
feat(tvix/repl): Implement :q, to quit
Aspen Smith
1
-0
/
+4
2024-06-01
r/8188
refactor(tvix/repl): Abstract out REPL command handling
Aspen Smith
1
-10
/
+26
2024-06-01
r/8187
refactor(tvix): Break out REPL into its own module
Aspen Smith
2
-99
/
+122
2024-06-01
r/8186
feat(tvix/repl): Support multiline input
Aspen Smith
4
-11
/
+102
2024-05-31
r/8185
feat(ops/users): Add chickadee
Matthew Tromp
1
-0
/
+5
2024-05-30
r/8184
fix(tvix/eval): nix_tests.rs's eval_test requires impure flag
Ilan Joselevich
1
-0
/
+1
2024-05-30
r/8183
fix(tvix/eval): proptests require arbitrary feature
Florian Klink
2
-2
/
+2
2024-05-30
r/8182
fix(tvix/eval/tests/one_offs): test_source_builtin can be pure
Florian Klink
1
-1
/
+1
2024-05-30
r/8181
fix(tvix/eval/tests/nix_oracle): tests are impure-only
Florian Klink
1
-0
/
+2
2024-05-30
r/8180
refactor(tvix/eval): move nix_tests to separate module
Florian Klink
2
-198
/
+207
2024-05-30
r/8179
fix(tvix/eval/vm/generators): allow unused rq_{path_exists,read_dir}
Florian Klink
1
-0
/
+2
2024-05-27
r/8178
chore(3p/teleirc): use TVL fork temporarily
Vincent Ambo
1
-3
/
+3
2024-05-27
r/8177
fix(fun/clbot): address sprintf warning
Florian Klink
1
-1
/
+1
2024-05-26
r/8176
fix(tvix/eval/nix_search_path): gate tests on impure feature
Florian Klink
1
-0
/
+2
2024-05-26
r/8175
fix(tvix/eval/io): OsStringExt and std::fs::File import are impure-only
Florian Klink
1
-2
/
+4
2024-05-26
r/8174
fix(tvix/nix-compat): async nar reader requires wire feature
Florian Klink
2
-2
/
+2
2024-05-26
r/8173
fix(tvix/build): tonic-reflection feature needs castore with it too
Florian Klink
2
-2
/
+2
2024-05-26
r/8172
refactor(tvix/castore): move src/fs/test into fuse mod
Florian Klink
3
-8
/
+9
[prev]
[next]