Age | Commit message (Expand) | Author | Files | Lines |
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-19 | r/1682 chore(3p/loxy): add OWNERS | edef | 1 | -0/+3 |
2020-08-19 | r/1681 feat(tools/tvlc): init project | Kane York | 1 | -0/+1 |
2020-08-18 | r/1676 revert(3p/loxy): Add link to source repository | kanepyork | 1 | -1/+0 |
2020-08-18 | r/1675 chore(3p/emacs): Enable cairo for Emacs 27.1 | Vincent Ambo | 1 | -1/+4 |
2020-08-18 | r/1674 fix(tvix/config): properly handle nonexistent config files | Kane York | 1 | -2/+7 |
2020-08-18 | r/1673 feat(tvix): Re-enable language tests that needed a store | Kane York | 14 | -9/+59 |
2020-08-18 | r/1672 chore(tvix/tests): port upstream add.sh test | Kane York | 1 | -0/+30 |
2020-08-18 | r/1671 chore(tvix/tests): Add OpenTemporaryStore() helper | Kane York | 2 | -7/+74 |
2020-08-17 | r/1665 chore(3p): Provide Emacs 27.1 | Vincent Ambo | 1 | -0/+9 |
2020-08-17 | r/1662 chore(3p): Bump nixos-unstable channel | Vincent Ambo | 2 | -3/+5 |
2020-08-17 | r/1659 chore(3p/loxy): Add link to source repository | Vincent Ambo | 1 | -0/+1 |
2020-08-17 | r/1658 refactor(tvix): always pass Bindings by ptr, use shared/unique_ptr | Kane York | 22 | -103/+125 |
2020-08-17 | r/1657 refactor(tvix): add explicit copy/move constructors for Value | Kane York | 3 | -0/+129 |
2020-08-15 | r/1656 chore(3p): Remove telega derivation | Vincent Ambo | 1 | -22/+0 |
2020-08-15 | r/1655 fix(tvix): Ensure prim_sort actually uses the right outlist | Vincent Ambo | 2 | -4/+5 |
2020-08-15 | r/1654 feat(tvix/tests): add gtest matchers for absl::Status | Kane York | 1 | -0/+83 |
2020-08-15 | r/1652 chore(3p): Pick Emacs & friends from the default channel | Vincent Ambo | 1 | -9/+6 |
2020-08-14 | r/1649 refactor(tvix): Make Store::buildPaths return a Status | Griffin Smith | 18 | -32/+137 |
2020-08-14 | r/1647 fix(tvix): use correct value of SANDBOX_SHELL | Kane York | 1 | -1/+2 |
2020-08-14 | r/1646 refactor(tvix): completely remove boehm gc | Kane York | 15 | -170/+51 |
2020-08-13 | r/1642 refactor(tvix): Very minor lint fixes | Vincent Ambo | 2 | -3/+4 |
2020-08-10 | r/1633 fix(3p/nix): inherit Expr from gc, make parser state traceable | Kane York | 4 | -40/+56 |
2020-08-10 | r/1632 style(tvix): Sort out minor formatting errors | Vincent Ambo | 6 | -16/+16 |
2020-08-10 | r/1631 fix(tvix): Print invalid store path when encountered | Vincent Ambo | 1 | -3/+2 |
2020-08-09 | r/1627 test(tvix): Cover scanForReferences in a test | Griffin Smith | 6 | -5/+98 |
2020-08-09 | r/1624 fix(tvix): Make nix value structs inherit from GC | Griffin Smith | 1 | -5/+5 |
2020-08-09 | r/1623 refactor(tvix): Remove UDSRemoteStore | Griffin Smith | 2 | -76/+0 |
2020-08-09 | r/1622 feat(tvix): Implement all remaining RPC calls | Griffin Smith | 8 | -49/+158 |
2020-08-09 | r/1621 refactor(tvix): Factor-out proto utilities | Griffin Smith | 3 | -136/+162 |
2020-08-09 | r/1620 feat(tvix): Pass function name to SuccessOrThrow | Griffin Smith | 2 | -18/+32 |
2020-08-08 | r/1619 chore(3p/nix): apply google-readability-casting | Kane York | 40 | -125/+161 |
2020-08-08 | r/1618 fix(tvix): Wrap remaining RPCs in HandleExceptions | Griffin Smith | 1 | -21/+29 |
2020-08-08 | r/1616 chore(3p/nix): don't optional-wrap EvalState::file_access_trace_fn further | edef | 2 | -4/+3 |
2020-08-08 | r/1615 feat(tvix): Implement AddToStoreNar | Griffin Smith | 4 | -33/+129 |
2020-08-06 | r/1613 fix(3p/nix): Use SkipEmpty in all calls to absl::StrSplit | Kane York | 28 | -55/+80 |
2020-08-06 | r/1612 refactor(tvix): Use absl::btree_map for BasicDerivation's env | Vincent Ambo | 2 | -3/+4 |
2020-08-06 | r/1611 refactor(tvix): Use absl::btree_map for DerivationInputs | Vincent Ambo | 2 | -4/+2 |
2020-08-06 | r/1610 refactor(tvix): Use absl::btree_map for DerivationOutputs | Vincent Ambo | 4 | -7/+22 |
2020-08-06 | r/1609 chore(tvix): Disable sandboxing by default until its time comes | Vincent Ambo | 1 | -15/+8 |
2020-08-06 | r/1604 chore(3p): Bump nixpkgs channels | Vincent Ambo | 4 | -9/+83 |
2020-08-05 | r/1603 feat(3p/nix): add --trace-file-access to nix-instantiate | Kane York | 4 | -0/+49 |
2020-08-05 | r/1600 feat(3p/nix): Implement FindRoots, CollectGarbage | Griffin Smith | 5 | -3/+117 |
2020-08-05 | r/1599 fix(3p/nix): fix usage error of absl::Base64Unescape | Kane York | 1 | -3/+4 |
2020-08-05 | r/1598 fix(3p/nix/store): fix race condition in downloader | Kane York | 1 | -1/+2 |
2020-08-05 | r/1597 refactor(tvix): Use SANDBOX_SHELL from environment in CMake | Vincent Ambo | 2 | -3/+4 |