Age | Commit message (Expand) | Author | Files | Lines |
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 |
2020-08-05 | r/1596 feat(3p/nix): add tests for BinaryCacheStore | Kane York | 2 | -0/+106 |
2020-08-05 | r/1595 feat(3p/nix): add MockBinaryCacheStore | Kane York | 3 | -1/+170 |
2020-08-05 | r/1594 feat(3p/nix): Implement AddToStore rpc client | Griffin Smith | 4 | -2/+69 |
2020-08-05 | r/1593 fix(3p/nix): fix clang-tidy for int-string appends | Kane York | 1 | -3/+6 |
2020-08-04 | r/1583 feat(tvix): Implement AddIndirectRoot, SyncWithGC | Griffin Smith | 2 | -2/+32 |
2020-08-04 | r/1582 chore(tvix): Make not implemented errors nix::Unsupported | Griffin Smith | 1 | -22/+24 |
2020-08-04 | r/1581 fix(tvix): Partially revert "eliminate exposed global variable" | Griffin Smith | 3 | -21/+39 |
2020-08-04 | r/1580 chore: simplify buildGo expressions | edef | 11 | -11/+11 |
2020-08-04 | r/1577 fix(3p/gopkgs/cloud.google.com/go): add missing `depot` arg | edef | 1 | -1/+1 |
2020-08-04 | r/1576 fix(3p/nix): Don't assert on argc count for build-remote | Griffin Smith | 1 | -4/+0 |
2020-08-04 | r/1575 fix(3p/nix): Properly configure SANDBOX_SHELL | Griffin Smith | 4 | -2/+23 |
2020-08-04 | r/1574 fix(3p/nix): pass SkipEmpty to StrSplit("", ...) | Griffin Smith | 1 | -4/+8 |
2020-08-04 | r/1573 feat(3p/nix/daemon): catch-all explicit Error-Status conversion | Kane York | 2 | -233/+413 |
2020-08-03 | r/1572 fix(3p/nix): Initialise glog when starting nix-daemon | Vincent Ambo | 1 | -0/+3 |
2020-08-03 | r/1571 fix(3p/nix): Fix parseDrvPathWithOutputs | Griffin Smith | 2 | -3/+33 |
2020-08-03 | r/1570 chore(3p/nix/daemon): replace all assertStorePath with a macro | Kane York | 1 | -14/+20 |
2020-08-03 | r/1569 refactor(3p/nix): Build nix-daemon as a separate binary | Vincent Ambo | 4 | -34/+46 |
2020-08-03 | r/1568 chore(3p/nix): Move legacy Nix daemon implementation | Vincent Ambo | 1 | -0/+6 |
2020-08-03 | r/1567 feat(3p/nix): Implement two more RPC calls | Griffin Smith | 4 | -6/+76 |
2020-08-03 | r/1566 feat(3p/nix/build-shell): add run_clang_tidy script | Kane York | 1 | -1/+8 |
2020-08-03 | r/1560 chore(3p/loxy): Move //users/edef/loxy to //third_party | edef | 1 | -0/+31 |
2020-08-03 | r/1558 fix(3p/cgit): transpose html_option parameters | Alyssa Ross | 1 | -1/+1 |
2020-08-03 | r/1557 refactor(3p/nix): Only initialise garbage-collector where needed | Vincent Ambo | 6 | -70/+72 |