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
2023-05-25
r/6202
refactor(tvix/eval): stop borrowing &mut self
Florian Klink
4
-26
/
+26
2023-05-25
r/6201
refactor(tvix/cli): wrap NixCompatIO import_cache in RwLock
Florian Klink
1
-4
/
+13
2023-05-25
r/6200
refactor(tvix/store): drop mut self borrow in ingest_path
Florian Klink
2
-7
/
+6
2023-05-25
r/6199
refactor(tvix/store/directorysvc): don't borrow self mutable
Florian Klink
1
-1
/
+1
2023-05-25
r/6198
refactor(tvix/store/bin): use std::io
Florian Klink
1
-3
/
+4
2023-05-25
r/6197
fix(tvix/store/bin): use spawn_blocking to call import_path
Florian Klink
1
-10
/
+14
2023-05-24
r/6196
chore(tazjin/tgsa): log translation requests
Vincent Ambo
1
-0
/
+1
2023-05-24
r/6195
feat(tazjin/nixos): pass api key to tgsa in a hacky way
Vincent Ambo
1
-0
/
+1
2023-05-24
r/6194
feat(tazjin/tgsa): add gpt-3 powered message translation feature
Vincent Ambo
3
-7
/
+83
2023-05-24
r/6193
feat(tvix/cli): use TvixStoreIO instead of NixCompatIO
Florian Klink
4
-1
/
+24
2023-05-24
r/6192
feat(tvix/store/pathinfosvc): derive Clone
Florian Klink
1
-0
/
+1
2023-05-24
r/6191
feat(tvix/store): implement TvixStoreIO
Florian Klink
6
-39
/
+398
2023-05-24
r/6190
feat(tvix/cli): check nixpkgs eval for pkgs.hello.outPath
Florian Klink
1
-0
/
+1
2023-05-24
r/6189
feat(tvix/cli): introduce mkNixpkgsEvalCheck, add outPath check
Florian Klink
1
-16
/
+23
2023-05-24
r/6188
feat(tvix/store/pathinfosvc): GRPCPathInfoService::from_client
Florian Klink
1
-0
/
+11
2023-05-24
r/6187
feat(tvix/store/directorysvc): GRPCDirectoryService::from_client
Florian Klink
1
-0
/
+11
2023-05-24
r/6186
feat(tvix/store/blobsvc): add constructors
Florian Klink
1
-1
/
+23
2023-05-24
r/6185
fix(tvix/store/directorysvc): stop renaming spans
Florian Klink
1
-2
/
+2
2023-05-24
r/6184
feat(tvix/store/nar): add GRPCNARCalculationService
Florian Klink
2
-0
/
+71
2023-05-23
r/6183
chore(tvix/website): fix spelling mistake
Gabor Greif
1
-1
/
+1
2023-05-23
r/6182
docs(3p/lisp/mime4cl): describe changes compared to original version
sterni
2
-7
/
+27
2023-05-23
r/6181
refactor(tvix/store/nar): clippy
Florian Klink
1
-1
/
+1
2023-05-23
r/6180
refactor(tvix/store/directorysvc): clippy
Florian Klink
1
-1
/
+1
2023-05-23
r/6179
refactor(tvix/store/digests): clippy
Florian Klink
1
-1
/
+1
2023-05-23
r/6178
refactor(tvix/store/blobsvc): move from Vec<u8> to B3Digest
Florian Klink
9
-95
/
+79
2023-05-23
r/6177
refactor(tvix/store/directorysvc): move from Vec<u8> to B3Digest
Florian Klink
17
-165
/
+199
2023-05-23
r/6176
chore(corp/ops): yc-cli: 0.104 -> 0.106
Vincent Ambo
1
-2
/
+2
2023-05-23
r/6175
chore(ops/yandex-cloud-rs): bump API specs to 2023-05-23
Vincent Ambo
4
-17
/
+15
2023-05-23
r/6174
chore(corp): update copyright years
Vincent Ambo
1
-1
/
+1
2023-05-22
r/6173
refactor(tvix/eval): use &Path instead of PathBuf
Florian Klink
5
-19
/
+19
2023-05-22
r/6172
fix(tvix/eval): add path where useful to ErrorKind::IO
Florian Klink
1
-2
/
+10
2023-05-22
r/6171
refactor(tvix/eval/io): use io::Error instead of tvix_eval errors
Florian Klink
4
-63
/
+70
2023-05-19
r/6170
chore(ops/yandex-cloud-rs): explicitly set `include` in manifest
Vincent Ambo
1
-0
/
+1
2023-05-19
r/6169
fix(ops/yandex-cloud-rs): set license in Cargo manifest
Vincent Ambo
1
-0
/
+1
2023-05-19
r/6168
chore(ops/yandex-cloud-rs): bump API definitions (2023-05-19)
Vincent Ambo
3
-72
/
+72
2023-05-19
r/6167
docs(ops/yandex-cloud-rs): add developer-facing README
Vincent Ambo
2
-0
/
+53
2023-05-18
r/6166
fix(tvix/store): fix timing sensitivity in gRPC directorysvc test
Florian Klink
1
-24
/
+45
2023-05-18
r/6165
refactor(tvix/store): bump CalculateNARResponse.nar_size to u64
Florian Klink
5
-9
/
+9
2023-05-18
r/6164
fix(tvix/store/proto/grpc_blobsvc): clippy
Florian Klink
1
-1
/
+1
2023-05-18
r/6163
refactor(tvix/store/blobsvc/sled): clippy
Florian Klink
1
-5
/
+5
2023-05-18
r/6162
refactor(tvix/store/directorysvc/traverse): clippy, use NamedNode
Florian Klink
1
-17
/
+6
2023-05-18
r/6161
refactor(tvix/nix-compat): clippy
Florian Klink
2
-10
/
+8
2023-05-18
r/6160
chore(tvix/cli): remove unnecessary RefCell
Vincent Ambo
1
-7
/
+5
2023-05-18
r/6159
refactor(tvix/cli): split CLI-specific IO logic into TvixIO type
Vincent Ambo
3
-11
/
+84
2023-05-18
r/6158
test(3p/lisp/mime4cl): test decoding RFC2047 examples
sterni
3
-2
/
+22
2023-05-18
r/6157
refactor(3p/lisp/mime4cl): remove unused DECODE-STREAM
sterni
1
-11
/
+0
2023-05-18
r/6156
refactor(3p/lisp/mime4cl): port remaining base64 decoding to qbase64
sterni
4
-75
/
+39
2023-05-18
r/6155
refactor(3p/lisp/mime4cl): remove be and be*
sterni
6
-117
/
+94
2023-05-18
r/6154
refactor(sterni/mblog): move REDIRECT-STREAM into mime4cl
sterni
4
-18
/
+23
2023-05-18
r/6153
refactor(3p/lisp/mime4cl): use qbase64 for decoding FILE-PORTIONs
sterni
3
-3
/
+3
[next]