Age | Commit message (Expand) | Author | Files | Lines |
2020-08-28 | r/1729 feat(gs/home): Alias grom = git rebase origin/master | Griffin Smith | 1 | -1/+2 |
2020-08-28 | r/1728 revert(glittershark): "Temporarily skip grfn's subtree" | Griffin Smith | 16 | -155/+38 |
2020-08-28 | r/1727 fix(tvix): Pass all args when auto-calling a function with an ellipsis | Griffin Smith | 2 | -9/+21 |
2020-08-28 | r/1726 refactor(tvix): Clean up MixEvalArgs internals | Griffin Smith | 2 | -13/+23 |
2020-08-26 | r/1725 feat: Implement automatic CI target detection for the depot | Vincent Ambo | 3 | -122/+22 |
2020-08-26 | r/1724 fix(besadii): Remove unused Nix code from the derivation | Vincent Ambo | 1 | -4/+0 |
2020-08-26 | r/1723 chore: Add __readTree attributes on systems that need to be built | Vincent Ambo | 2 | -1/+7 |
2020-08-26 | r/1722 fix(3p/haskell_overlay): Fix imports and remove unused file | Vincent Ambo | 2 | -50/+1 |
2020-08-26 | r/1721 chore: Add meta.ci=false to various broken projects | Vincent Ambo | 4 | -1/+8 |
2020-08-26 | r/1720 fix(multi/home-manager): Prevent readTree failures on home-manager.nix | Vincent Ambo | 1 | -1/+1 |
2020-08-26 | r/1719 fix(readTree): Add __readTree attribute to folders | Vincent Ambo | 2 | -2/+2 |
2020-08-26 | r/1718 chore(glittershark): Temporarily skip grfn's subtree | Vincent Ambo | 2 | -9/+6 |
2020-08-26 | r/1717 chore(third_party): Skip subtrees of large external projects | Vincent Ambo | 3 | -0/+3 |
2020-08-26 | r/1716 fix(tvlc): Do not call mkDerivation in default.nix | Vincent Ambo | 1 | -1/+1 |
2020-08-26 | r/1715 chore(tazjin/dt): Move project into user folder | Vincent Ambo | 4 | -1/+2 |
2020-08-26 | r/1714 fix: Remove ./presentations from top-level | Vincent Ambo | 1 | -1/+0 |
2020-08-26 | r/1713 chore(net): Remove mushroom | Vincent Ambo | 5 | -223/+0 |
2020-08-26 | r/1712 fix(tazjin/emacs): Override vterm's internal title generator | Vincent Ambo | 1 | -8/+11 |
2020-08-25 | r/1711 feat(tools/tvlc): pass list of derivations to depot-scanner | Kane York | 4 | -7/+36 |
2020-08-24 | r/1710 feat(gs/emacs): Make cider test report popup bigger | Griffin Smith | 1 | -0/+4 |
2020-08-24 | r/1709 fix(owothia): Use correct articles | Griffin Smith | 1 | -4/+16 |
2020-08-23 | r/1708 feat(tazjin/emacs): Add magit-find-file-worktree function | Vincent Ambo | 2 | -3/+10 |
2020-08-23 | r/1707 feat(tazjin/emacs): Add depot-aware project.el extension | Vincent Ambo | 1 | -2/+10 |
2020-08-23 | r/1706 feat(nix/buildLisp): Expose an sbcl attribute | Griffin Smith | 1 | -4/+6 |
2020-08-23 | r/1705 feat(whitby): Enable log forwarding via journaldriver | Vincent Ambo | 1 | -0/+7 |
2020-08-23 | r/1704 refactor(tvix/libutil): Mark single-argument constructors explicit | Vincent Ambo | 34 | -274/+311 |
2020-08-21 | r/1703 style(tvix): Add missing braces in expressions | Vincent Ambo | 16 | -72/+132 |
2020-08-21 | r/1702 style(tvix): Replace remaining typedefs with using statements | Vincent Ambo | 16 | -45/+48 |
2020-08-21 | r/1701 revert(whitby): Use Tvix as the system Nix on whitby | tazjin | 1 | -1/+0 |
2020-08-21 | r/1700 feat(whitby): Use Tvix as the system Nix on whitby | Vincent Ambo | 1 | -0/+1 |
2020-08-21 | r/1699 fix(tvix): Add newlines to build logs | Vincent Ambo | 1 | -2/+2 |
2020-08-21 | r/1698 refactor(tvix): Replace several DiscardLogsSink() with std::cerr | Vincent Ambo | 7 | -24/+15 |
2020-08-21 | r/1697 feat(tvix): Write build logs into the build log sink | Vincent Ambo | 1 | -3/+4 |
2020-08-21 | r/1696 chore(tvix): Thread std::ostream through builder goals | Vincent Ambo | 1 | -42/+66 |
2020-08-21 | r/1695 chore(tvix): Add TODO comment for std::ostream in buildDerivation | Vincent Ambo | 1 | -0/+1 |
2020-08-21 | r/1694 style(tvix): Move a comment to fix a formatting issue | Vincent Ambo | 1 | -4/+3 |
2020-08-20 | r/1693 feat(gs/emacs): Make forge popups 0.75 height | Griffin Smith | 1 | -0/+5 |
2020-08-20 | r/1692 refactor(gs/emacs): Make slack popups take up half the window | Griffin Smith | 1 | -1/+1 |
2020-08-20 | r/1691 feat(gs/emacs): Add capture template for windtunnel | Griffin Smith | 1 | -0/+3 |
2020-08-20 | r/1690 feat(gs/emacs): Tweak slack config | Griffin Smith | 2 | -15/+32 |
2020-08-20 | r/1689 chore(tvix): Thread a std::ostream through Store::buildPaths | Vincent Ambo | 15 | -43/+63 |
2020-08-20 | r/1688 style(tvix): typedef -> using in build.cc/store-api.hh | Vincent Ambo | 2 | -18/+17 |
2020-08-20 | r/1687 refactor(tvix): Remove some default values from virtual methods | Vincent Ambo | 2 | -6/+18 |
2020-08-20 | r/1686 feat(tvix): Implement std::streambuf for a build log -> gRPC sink | Griffin Smith | 1 | -0/+18 |
2020-08-20 | r/1685 feat(tvix): Introduce build event streams in worker protocol | Vincent Ambo | 5 | -25/+92 |
2020-08-20 | r/1684 feat(tvix): Add a no-op stream buffer for discarding build logs | Vincent Ambo | 2 | -0/+19 |
2020-08-20 | r/1683 feat(tools/depot-scanner): init project | Kane York | 6 | -2/+282 |
2020-08-19 | r/1682 chore(3p/loxy): add OWNERS | edef | 1 | -0/+3 |
2020-08-19 | r/1681 feat(tools/tvlc): init project | Kane York | 5 | -0/+171 |
2020-08-19 | r/1680 chore(tvl-slapd): decapitalise V's username, use displayName instead | V | 2 | -2/+3 |