Age | Commit message (Expand) | Author | Files | Lines |
2022-05-19 | r/4098 chore(3p/nix): unvendor tvix 0.1 | Vincent Ambo | 39 | -9350/+0 |
2022-02-04 | r/3768 chore: clean up some obsolete TODOs | sterni | 1 | -1/+0 |
2021-02-02 | r/2178 fix(tvix/libexpr): backport fix for functionArgs failing on primops | sterni | 1 | -0/+5 |
2020-12-23 | r/2028 refactor(tvix/libexpr): Remove Bindings::SortedByKeys() | Vincent Ambo | 5 | -65/+47 |
2020-11-27 | r/1939 feat(tvix): Bump nlohmann-json version to 3.9.1 | Michael Reilly | 1 | -0/+8 |
2020-11-27 | r/1938 refactor(tvix): JSONSax: Use a RootValue | Eelco Dolstra | 1 | -23/+24 |
2020-11-27 | r/1937 refactor(tvix): json-to-value: use unique_ptr instead of raw pointers | Yorick van Pelt | 1 | -21/+18 |
2020-11-27 | r/1931 refactor(tvix): remove signedness conversions by using std::optional | Kane York | 1 | -4/+4 |
2020-11-27 | r/1924 feat(tvix): builtins.fromJSON: use nlohmann/json parser instead of custom parser | Yorick van Pelt | 1 | -153/+114 |
2020-11-22 | r/1908 feat(tvix): Convert some DLOGs to VLOGs | Griffin Smith | 4 | -6/+6 |
2020-11-22 | r/1906 feat(tvix): Add a pos field to more expr classes | Griffin Smith | 2 | -6/+14 |
2020-11-21 | r/1894 chore(3p): Bump nixpkgs to nixos-unstable from 2020-11-21 | Vincent Ambo | 1 | -13/+9 |
2020-09-15 | r/1794 refactor(3p/tvix): make Value.primOp a std::shared_ptr | Kane York | 2 | -4/+3 |
2020-09-15 | r/1793 fix(3p/tvix): properly zero the largest member of Value | Kane York | 1 | -1/+4 |
2020-09-15 | r/1792 refactor(3p/tvix): convert NixList usage to shared_ptr | Kane York | 4 | -12/+12 |
2020-09-01 | r/1756 refactor(tvix): getEnv(): Return std::optional | Eelco Dolstra | 2 | -5/+5 |
2020-08-28 | r/1727 fix(tvix): Pass all args when auto-calling a function with an ellipsis | Griffin Smith | 1 | -9/+20 |
2020-08-28 | r/1726 refactor(tvix): Clean up MixEvalArgs internals | Griffin Smith | 2 | -13/+23 |
2020-08-21 | r/1703 style(tvix): Add missing braces in expressions | Vincent Ambo | 6 | -42/+68 |
2020-08-21 | r/1702 style(tvix): Replace remaining typedefs with using statements | Vincent Ambo | 2 | -5/+5 |
2020-08-21 | r/1698 refactor(tvix): Replace several DiscardLogsSink() with std::cerr | Vincent Ambo | 2 | -6/+3 |
2020-08-20 | r/1689 chore(tvix): Thread a std::ostream through Store::buildPaths | Vincent Ambo | 1 | -1/+6 |
2020-08-17 | r/1658 refactor(tvix): always pass Bindings by ptr, use shared/unique_ptr | Kane York | 11 | -54/+77 |
2020-08-17 | r/1657 refactor(tvix): add explicit copy/move constructors for Value | Kane York | 3 | -0/+129 |
2020-08-15 | r/1655 fix(tvix): Ensure prim_sort actually uses the right outlist | Vincent Ambo | 1 | -4/+5 |
2020-08-14 | r/1649 refactor(tvix): Make Store::buildPaths return a Status | Griffin Smith | 1 | -1/+2 |
2020-08-14 | r/1646 refactor(tvix): completely remove boehm gc | Kane York | 11 | -155/+47 |
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 | 1 | -3/+3 |
2020-08-09 | r/1624 fix(tvix): Make nix value structs inherit from GC | Griffin Smith | 1 | -5/+5 |
2020-08-08 | r/1619 chore(3p/nix): apply google-readability-casting | Kane York | 5 | -12/+18 |
2020-08-08 | r/1616 chore(3p/nix): don't optional-wrap EvalState::file_access_trace_fn further | edef | 2 | -4/+3 |
2020-08-06 | r/1613 fix(3p/nix): Use SkipEmpty in all calls to absl::StrSplit | Kane York | 3 | -4/+5 |
2020-08-06 | r/1604 chore(3p): Bump nixpkgs channels | Vincent Ambo | 1 | -1/+1 |
2020-08-05 | r/1603 feat(3p/nix): add --trace-file-access to nix-instantiate | Kane York | 2 | -0/+23 |
2020-08-03 | r/1557 refactor(3p/nix): Only initialise garbage-collector where needed | Vincent Ambo | 2 | -66/+69 |
2020-08-01 | r/1534 fix(3p/nix): revert "apply all clang-tidy fixes" | Kane York | 12 | -133/+106 |
2020-08-01 | r/1530 fix(3p/nix/expr): use traceable_allocator for btree_map | Kane York | 1 | -3/+3 |
2020-08-01 | r/1528 fix(3p/nix/libexpr): fix GC tracing in valueSize | Kane York | 2 | -26/+29 |
2020-08-01 | r/1527 feat(3p/nix): remove External values feature | Kane York | 5 | -113/+10 |
2020-08-01 | r/1526 fix(3p/nix): Use a proper pointer in Env to carry with-attrs | Kane York | 2 | -5/+9 |
2020-08-01 | r/1525 chore(3p/nix/libexpr): Cleanups and notes in eval.cc | Kane York | 2 | -3/+17 |
2020-08-01 | r/1515 chore(3p/nix/hash): prefer StatusOr over throwing constructor | Kane York | 1 | -7/+10 |
2020-07-27 | r/1495 fix(3p/nix): apply all clang-tidy fixes | Kane York | 12 | -108/+137 |
2020-07-24 | r/1459 fix(3p/nix): fix all UninitializedObject warnings | Kane York | 1 | -1/+1 |
2020-07-23 | r/1428 feat(3p/nix): remove allow-unsafe-native-code-during-evaluation | Alyssa Ross | 1 | -5/+0 |
2020-07-23 | r/1424 feat(3p/nix): remove builtins.importNative | Alyssa Ross | 2 | -55/+0 |
2020-07-20 | r/1408 chore(3p/nix): Remove support for plugins | Griffin Smith | 1 | -3/+1 |
2020-07-19 | r/1403 fix(3p/nix): Fix all remaining compiler warnings | Vincent Ambo | 4 | -4/+15 |