Age | Commit message (Expand) | Author | Files | Lines |
2024-08-13 | r/8485 docs(tvix/TODO): DirectoryService with bucketed directories is done | Florian Klink | 1 | -6/+0 |
2024-08-13 | r/8484 refactor(tvix/castore): use Directory struct separate from proto one | Yureka | 53 | -1365/+1417 |
2024-08-12 | r/8483 docs(tvix/store/utils): add docstrings for ServiceUrls* | Florian Klink | 1 | -2/+15 |
2024-08-12 | r/8482 feat(tvix/cli): Add derivation file dumping functionality | Ilan Joselevich | 4 | -2/+49 |
2024-08-12 | r/8481 fix(tvix/cli): add toplevel docstring to Args struct | Florian Klink | 1 | -0/+8 |
2024-08-11 | r/8480 chore(tvix/eval): Update module comment for value::string | Aspen Smith | 1 | -3/+2 |
2024-08-11 | r/8479 feat(tvix/value): Print derivation values specially | Aspen Smith | 1 | -0/+12 |
2024-08-11 | r/8478 feat(ops/users): Add elle to users | Elle Najt | 1 | -0/+5 |
2024-08-11 | r/8477 chore(mailmap): Add my name and email | Aspen Smith | 1 | -0/+1 |
2024-08-11 | r/8476 fix(tvix/cli): always configure nix path | Aspen Smith | 2 | -2/+15 |
2024-08-10 | r/8475 chore(tvix/eval): Drop obsolete todo | Aspen Smith | 1 | -1/+0 |
2024-08-10 | r/8474 feat(tvix/eval): Store hash in key of interner | Aspen Smith | 6 | -7/+69 |
2024-08-10 | r/8473 chore(tazjin/khamovnik): enable ADB | Vincent Ambo | 1 | -0/+2 |
2024-08-10 | r/8472 chore(tazjin/emacs): add tree-sitter grammar for typescript | Vincent Ambo | 1 | -0/+1 |
2024-08-09 | r/8471 fix(web/tvl/2024-08-tvix-update): small fixes | Florian Klink | 1 | -4/+4 |
2024-08-09 | r/8470 fix(web/tvl): fix 24-08 update typo | Profpatsch | 1 | -1/+1 |
2024-08-09 | r/8469 feat(web/tvl): add Tvix August Update | Florian Klink | 2 | -0/+273 |
2024-08-09 | r/8468 test(tvix/nix-compat/nar/wire): cover TOK_PAD_PAR | edef | 1 | -0/+2 |
2024-08-09 | r/8467 feat(tvix/eval): Re-enable testing for eval-okay-readDir | Ilan Joselevich | 6 | -2/+0 |
2024-08-09 | r/8466 feat(tvix/eval): Implement builtins.readFileType | Ilan Joselevich | 10 | -3/+47 |
2024-08-09 | r/8465 fix(third_party/overlays): Patch crate2nix to use mkDerivation for tests | Ilan Joselevich | 3 | -39/+139 |
2024-08-09 | r/8464 feat(tvix/verify-lang-tests): Test nixVersions.nix_{2_3,2_23} | Ilan Joselevich | 1 | -29/+38 |
2024-08-09 | r/8463 feat(tvix/eval): Implement Display for io::FileType | Ilan Joselevich | 2 | -7/+14 |
2024-08-09 | r/8462 docs(tvix/nix-compat/nar/wire): fix TOK_EXE grammar | edef | 1 | -1/+1 |
2024-08-08 | r/8461 feat(tvix): Jemalloc -> MiMalloc | Ilan Joselevich | 18 | -126/+153 |
2024-08-08 | r/8460 chore(aspen/web): some tweaks | Aspen Smith | 2 | -2/+2 |
2024-08-08 | r/8459 feat(aspen/web): Link to some more music i released this year | Aspen Smith | 1 | -0/+7 |
2024-08-08 | r/8458 feat(aspen/web): freshen up, mention tvix in projects list | Aspen Smith | 1 | -5/+12 |
2024-08-08 | r/8457 fix(web/tvl/tvl.dot): Update my name | Aspen Smith | 1 | -3/+3 |
2024-08-08 | r/8456 fix(aspen/system): Drop a broken remote builder | Aspen Smith | 1 | -9/+0 |
2024-08-08 | r/8455 feat(tvix/eval): Put interner in a thread-local RefCell | Aspen Smith | 1 | -9/+8 |
2024-08-08 | r/8454 feat(tvix/eval): Intern (and leak) small strings, behind a mutex | Aspen Smith | 1 | -5/+82 |
2024-08-07 | r/8453 feat(tvix/eval): Forbid Hash{Map,Set}, use Fx instead | Aspen Smith | 17 | -46/+116 |
2024-08-07 | r/8452 chore(tvix): change deprecated default_features to default-features | Yureka | 1 | -2/+2 |
2024-08-07 | r/8451 docs(tvix/TODO): document blob prefetching dependency | Florian Klink | 1 | -0/+2 |
2024-08-07 | r/8450 docs(tvix/TODO): add Correctness > Performance section | Florian Klink | 1 | -1/+31 |
2024-08-06 | r/8449 fix(users/Profpatsch/whatcd-resolver): reduce json data from db | Profpatsch | 4 | -20/+104 |
2024-08-06 | r/8448 fix(users/Profpatsch/whatcd-resolver): fix postgres query log | Profpatsch | 3 | -104/+109 |
2024-08-06 | r/8447 fix(users/Profpatsch/whatcd-resolver): SQL formatting off | Profpatsch | 4 | -53/+78 |
2024-08-06 | r/8446 chore(users/Profpatsch): park ical-smolify | Profpatsch | 4 | -0/+0 |
2024-08-06 | r/8445 refactor(users/Profpatsch/whatcd-resolver): continue http | Profpatsch | 3 | -6/+7 |
2024-08-06 | r/8444 refactor(users/Profpatsch/whatcd-resolver): start moving http stuff | Profpatsch | 3 | -62/+70 |
2024-08-05 | r/8443 feat(tvix/eval): Leak strings (with flag to disable) | Aspen Smith | 3 | -4/+21 |
2024-08-04 | r/8442 feat(tvix/store): Sled{PathInfo,Directory}Service -> Redb… | Ilan Joselevich | 3 | -5/+4 |
2024-08-04 | r/8441 fix(tvix/crate2nix-check): Revert use of depotfmt.check wrapper | Ilan Joselevich | 1 | -2/+5 |
2024-08-04 | r/8440 feat(aspen/system): Switch to podman | Aspen Smith | 2 | -2/+15 |
2024-08-03 | r/8439 feat(aspen/system): Tweak trackpad settings on laptops | Aspen Smith | 1 | -0/+7 |
2024-08-03 | r/8438 chore(aspen/system): Update NixOS config for renamed options | Aspen Smith | 4 | -8/+7 |
2024-08-01 | r/8437 feat(tvix/castore): add RedbDirectoryService | Ilan Joselevich | 6 | -0/+341 |
2024-08-01 | r/8436 chore(web/tvixbolt): Update to latest yew version | Ilan Joselevich | 4 | -239/+2848 |