Age | Commit message (Expand) | Author | Files | Lines |
2022-05-19 | r/4098 chore(3p/nix): unvendor tvix 0.1 | Vincent Ambo | 250 | -3325/+0 |
2021-02-02 | r/2178 fix(tvix/libexpr): backport fix for functionArgs failing on primops | sterni | 4 | -3/+13 |
2020-11-28 | r/1948 refactor(tvix): Centralize arbitrary definitions | Griffin Smith | 4 | -175/+180 |
2020-11-28 | r/1947 fix(tvix): Add missing break;s to BuildResult::FromProto | Griffin Smith | 2 | -0/+59 |
2020-11-28 | r/1946 feat(tvix): Thread a log sink through calls to buildDerivation | Griffin Smith | 1 | -1/+2 |
2020-11-21 | r/1888 chore(tvix): Use StatusOr API available in Abseil's version | Vincent Ambo | 3 | -7/+12 |
2020-11-19 | r/1886 fix(tvix): Use copy constructor to add strings to protos | Griffin Smith | 1 | -0/+28 |
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/1658 refactor(tvix): always pass Bindings by ptr, use shared/unique_ptr | Kane York | 1 | -17/+13 |
2020-08-15 | r/1655 fix(tvix): Ensure prim_sort actually uses the right outlist | Vincent Ambo | 1 | -0/+0 |
2020-08-15 | r/1654 feat(tvix/tests): add gtest matchers for absl::Status | Kane York | 1 | -0/+83 |
2020-08-14 | r/1646 refactor(tvix): completely remove boehm gc | Kane York | 1 | -3/+2 |
2020-08-09 | r/1627 test(tvix): Cover scanForReferences in a test | Griffin Smith | 2 | -0/+84 |
2020-08-06 | r/1613 fix(3p/nix): Use SkipEmpty in all calls to absl::StrSplit | Kane York | 1 | -1/+2 |
2020-08-06 | r/1610 refactor(tvix): Use absl::btree_map for DerivationOutputs | Vincent Ambo | 2 | -0/+12 |
2020-08-05 | r/1596 feat(3p/nix): add tests for BinaryCacheStore | Kane York | 2 | -0/+106 |
2020-08-03 | r/1571 fix(3p/nix): Fix parseDrvPathWithOutputs | Griffin Smith | 1 | -0/+30 |
2020-08-03 | r/1557 refactor(3p/nix): Only initialise garbage-collector where needed | Vincent Ambo | 3 | -3/+3 |
2020-08-02 | r/1548 test(3p/nix): Add test for derivation parse/serialize | Griffin Smith | 2 | -0/+117 |
2020-08-01 | r/1534 fix(3p/nix): revert "apply all clang-tidy fixes" | Kane York | 3 | -25/+25 |
2020-08-01 | r/1514 fix(3p/nix/hash): initialize HashSink.ctx | Kane York | 1 | -0/+18 |
2020-07-28 | r/1504 fix(3p/nix/hash): provide a Status-returning constructor | Kane York | 1 | -1/+41 |
2020-07-28 | r/1499 chore(3p/nix/hash): add decoding tests | Kane York | 1 | -0/+19 |
2020-07-27 | r/1495 fix(3p/nix): apply all clang-tidy fixes | Kane York | 3 | -25/+25 |
2020-07-25 | r/1462 refactor(3p/nix): Remove custom base64 implementation | Griffin Smith | 2 | -0/+32 |
2020-07-24 | r/1451 fix(3p/nix): fix more clang-tidy warnings | Kane York | 1 | -3/+3 |
2020-07-19 | r/1403 fix(3p/nix): Fix all remaining compiler warnings | Vincent Ambo | 1 | -1/+1 |
2020-07-19 | r/1399 chore(3p/nix): Enable clang-format check in derivation build | Vincent Ambo | 1 | -1/+0 |
2020-07-19 | r/1398 test(3p/nix): Enable output comparison for evaluator success tests | Vincent Ambo | 15 | -364/+35 |
2020-07-19 | r/1397 test(3p/nix): Partially enable evaluator success tests | Vincent Ambo | 7 | -0/+28 |
2020-07-19 | r/1395 test(3p/nix): Add property tests for attribute set | Griffin Smith | 2 | -0/+169 |
2020-07-19 | r/1390 test(3p/nix): Port language test suite to Googletest | Vincent Ambo | 3 | -0/+200 |
2020-07-19 | r/1389 fix(3p/nix/tests): Fail DummyStore::addToStore on non-existent srcPath | Vincent Ambo | 2 | -3/+8 |
2020-07-19 | r/1387 chore(3p/nix/tests): Move language test files to src/tests | Vincent Ambo | 236 | -0/+2151 |
2020-07-18 | r/1378 refactor(3p/nix/tests): Move DummyStore into a separate file | Vincent Ambo | 2 | -33/+44 |
2020-07-18 | r/1369 test(3p/nix): Set up scaffolding & fix up tests for value-to-{json|xml} | Vincent Ambo | 2 | -45/+57 |
2020-07-18 | r/1368 test(3p/nix/libexpr): add json/xml tests | Andreas Rammhold | 1 | -0/+287 |