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-03-27
r/6046
feat(tvix/store/directorysvc): add DirectoryService::get_recursive()
Florian Klink
5
-101
/
+320
2023-03-27
r/6045
refactor(tvix/eval): retain call frames when entering calls
Vincent Ambo
1
-6
/
+13
2023-03-27
r/6044
feat(tvix/store/directorysvc): add gRPC client
Florian Klink
5
-4
/
+204
2023-03-27
r/6043
feat(tvix/store/pathinfosvc): add gRPC client
Florian Klink
3
-0
/
+80
2023-03-27
r/6042
docs(tvix/store/blobreader): fix docstring
Florian Klink
1
-1
/
+1
2023-03-27
r/6041
docs(tvix/store): fix typo in comment
Florian Klink
1
-1
/
+1
2023-03-24
r/6040
feat(sterni/mblog): implement environment based config mechanism
sterni
6
-14
/
+54
2023-03-24
r/6039
fix(tazjin/blog): fix moved link in a blog post
Vincent Ambo
1
-1
/
+1
2023-03-22
r/6038
feat(tvix/cli): add `--strict` flag for evaluation
Vincent Ambo
1
-0
/
+9
2023-03-22
r/6037
feat(tvix/eval): add Evaluation::strict to toggle top-level deepseq
Vincent Ambo
5
-5
/
+26
2023-03-22
r/6036
fix(tvix/eval): print unevaluated thunks like Nix does
Vincent Ambo
1
-0
/
+1
2023-03-21
r/6035
chore(sterni/machines/edwin): minecraft 1.18.2 -> 1.19.2
sterni
2
-6
/
+25
2023-03-21
r/6034
chore(sterni/machines/edwin): minecraft 1.18 -> 1.18.2
sterni
2
-7
/
+19
2023-03-21
r/6033
chore(sterni/machines/edwin): minecraft 1.17.1 -> 1.18
sterni
2
-7
/
+18
2023-03-21
r/6032
chore(sterni/machines/edwin): minecraft 1.17 -> 1.17.1
sterni
2
-6
/
+15
2023-03-21
r/6031
feat(sterni/machines/edwin): minecraft 1.16.5 -> 1.17
sterni
2
-6
/
+15
2023-03-21
r/6030
chore(sterni/machines/edwin): upgrade fabric 0.11.0 -> 0.11.2
sterni
1
-2
/
+2
2023-03-21
r/6029
chore(3p/sources): Bump channels & overlays
sterni
11
-37
/
+66
2023-03-19
r/6028
feat(tvix/store/bin): print store path
Florian Klink
1
-0
/
+38
2023-03-17
r/6027
fix(tvix/eval): use span of `set` for OpForce in attribute access
Vincent Ambo
1
-2
/
+2
2023-03-17
r/6026
feat(tvix/eval): report all known spans on infinite recursion
Vincent Ambo
3
-16
/
+80
2023-03-17
r/6025
feat(tvix/eval): track span of first force in a thunk blackhole
Vincent Ambo
5
-17
/
+48
2023-03-17
r/6024
feat(tvix/eval): add generator "name" to NativeError kind
Vincent Ambo
3
-12
/
+29
2023-03-17
r/6023
feat(tvix/eval): enrich errors with VM's frame stack information
Vincent Ambo
4
-129
/
+242
2023-03-17
r/6022
fix(tvix/eval): use coerce_to_string in builtins.substring
Vincent Ambo
3
-1
/
+7
2023-03-17
r/6021
feat(grfn/gws.fyi): pronouns in bio
Griffin Smith
1
-2
/
+3
2023-03-17
r/6020
chore(tvix/eval): remove some dead code
Vincent Ambo
1
-31
/
+0
2023-03-17
r/6019
refactor(tvix/store/nar): pass in &proto::node::Node
Florian Klink
5
-21
/
+29
2023-03-17
r/6018
chore(tvix/store/grpcblobsvc): clippy lint
Florian Klink
1
-1
/
+1
2023-03-17
r/6017
chore(tvix/store/chunkservice): clippy lint
Florian Klink
3
-5
/
+5
2023-03-17
r/6016
chore(tvix/store/blobreader): clippy lint
Florian Klink
1
-1
/
+4
2023-03-16
r/6015
refactor(tvix/store/chunksvc): use [u8; 32] instead of Vec<u8>
Florian Klink
6
-54
/
+70
2023-03-16
r/6014
refactor(tvix/store/directorysvc): use [u8; 32] instead of Vec<u8>
Florian Klink
12
-130
/
+128
2023-03-16
r/6013
chore(tvix): run `cargo update`
Vincent Ambo
2
-656
/
+549
2023-03-15
r/6012
refactor(tvix/nix-compat): remove get_fixed_output() func
Florian Klink
1
-66
/
+52
2023-03-15
r/6011
refactor(tvix/nix-compat): simplify fingerprint calculation
Florian Klink
1
-76
/
+54
2023-03-15
r/6010
fix(tvix/cli): populate output configuration after walking args
Vincent Ambo
1
-15
/
+14
2023-03-15
r/6009
refactor(tvix/nix-compat): -derivation::Hash, +NixHash
Florian Klink
8
-87
/
+201
2023-03-14
r/6008
style(tvix): add new logo to the Tvix README
Vincent Ambo
1
-2
/
+5
2023-03-14
r/6007
chore(tvix/store): drop separate bin package
Florian Klink
5
-29
/
+8
2023-03-14
r/6006
fix(tvix): build all tvix crate docs
Florian Klink
1
-1
/
+3
2023-03-14
r/6005
feat(ops): serve Tvix website & docs on (docs.)tvix.dev
Vincent Ambo
2
-0
/
+40
2023-03-14
r/6004
feat(tvix): build (some of) our Rust documentation in Nix
Vincent Ambo
1
-1
/
+32
2023-03-14
r/6003
feat(ops/glesys): add CNAME for docs.tvix.dev
Vincent Ambo
1
-0
/
+7
2023-03-14
r/6002
feat(tvix): add simple initial website
Vincent Ambo
3
-0
/
+68
2023-03-14
r/6001
feat(ops/glesys): point tvix.dev at whitby
Vincent Ambo
1
-0
/
+40
2023-03-14
r/6000
refactor(tvix/nix-compat): rename helper func
Florian Klink
1
-3
/
+3
2023-03-14
r/5999
refactor(tvix/nix-compat): remove manual map
Florian Klink
1
-8
/
+6
2023-03-14
r/5998
refactor(tvix/nix-compat): rename test name
Florian Klink
1
-1
/
+1
2023-03-14
r/5997
fix(tvix/store/derivation): fix comment
Florian Klink
1
-1
/
+1
[next]