about summary refs log tree commit diff
path: root/nix/buildLisp/example (unfollow)
AgeCommit message (Expand)AuthorFilesLines
4 hours r/8085 fix(nix-compat/wire/bytes/reader): always read trailer tag dataedef3-16/+73
5 hours r/8084 fix(nix-compat/wire/bytes/reader): drop allow(dead_code)edef1-1/+0
5 hours r/8083 refactor(nix-compat/wire/bytes/reader): drop prev_fillededef1-2/+1
41 hours r/8082 refactor(tvix): remove usage of async-recursionConnor Brewster8-68/+19
41 hours r/8081 fix(tvix/store/pathinfo/nix_http): update error messageFlorian Klink1-1/+1
41 hours r/8080 feat(tvix/store): use async nar reader for ingest_narFlorian Klink7-351/+212
42 hours r/8079 test(tvix-castore/import): add tests for ingest_entriesFlorian Klink1-3/+138
42 hours r/8078 fix(tvix/castore/import): assert end of streamFlorian Klink1-0/+5
42 hours r/8077 fix(tvix/castore/import): deal with entry.path() not having a parentFlorian Klink1-7/+9
3 days r/8076 feat(tvix-castore/import) have IngestionEntry.path() return &PathFlorian Klink2-3/+4
3 days r/8075 feat(nix-compat/nar/reader): async supportedef6