Age | Commit message (Expand) | Author | Files | Lines |
2021-02-02 | r/2179 docs(tvix): fix path in build instructions, add note about tests | sterni | 1 | -1/+4 |
2021-02-02 | r/2178 fix(tvix/libexpr): backport fix for functionArgs failing on primops | sterni | 5 | -3/+18 |
2021-02-01 | r/2177 chore(3p/gerrit_plugins): fix fixed-output sha256 of check | sterni | 1 | -1/+1 |
2021-01-30 | r/2159 chore(3p|nix): Remove typed Go | Vincent Ambo | 2 | -30/+1 |
2021-01-26 | r/2146 feat(3p/telega): Pin tdlib version used for telega | Vincent Ambo | 2 | -4/+23 |
2021-01-19 | r/2134 chore(3p): Bump NixOS channels to 2021-01-19 | Vincent Ambo | 1 | -6/+6 |
2021-01-19 | r/2133 chore: Remove banned user | V | 3 | -35/+0 |
2021-01-17 | r/2121 feat(users/Profpatsch): set up a file watcher for tree sitter | Profpatsch | 1 | -0/+4 |
2021-01-13 | r/2078 chore(3p): Bump NixOS channels to 2021-01-09 | Vincent Ambo | 1 | -6/+9 |
2021-01-11 | r/2075 chore(third_party): move nixkpgs-exposed to subdir to fix OWNERS | Profpatsch | 9 | -12/+13 |
2021-01-11 | r/2071 feat(users/Profpatsch): add script for randomly evaling nixpkgs | Profpatsch | 1 | -0/+2 |
2021-01-10 | r/2068 refactor(3p/exwm): Inline build instructions instead of overriding | Vincent Ambo | 1 | -3/+18 |
2021-01-09 | r/2066 fix(3p/exwm): Work around Chrome input focus issue | Vincent Ambo | 1 | -1/+2 |
2021-01-09 | r/2065 chore(3p): Bump NixOS channels to 2020-12-28 | Vincent Ambo | 4 | -9/+14 |
2021-01-08 | r/2064 feat(third_party): separate nixpkgs whitelist to allow more owners | Profpatsch | 3 | -178/+189 |
2021-01-03 | r/2056 feat(Profpatsch/writers): add rustSimple writers | Profpatsch | 1 | -0/+1 |
2021-01-03 | r/2051 feat(users/Profpatsch): add python3Lib writer | Profpatsch | 1 | -0/+1 |
2021-01-01 | r/2042 feat(users/Profpatsch): moving around via the tree-sitter parse tree | Profpatsch | 1 | -0/+1 |
2020-12-23 | r/2029 chore(3p/immer): Remove vendored copy of immer | Vincent Ambo | 311 | -74216/+0 |
2020-12-23 | r/2028 refactor(tvix/libexpr): Remove Bindings::SortedByKeys() | Vincent Ambo | 5 | -65/+47 |
2020-12-20 | r/2017 fix(3p/gerrit): fix left padding on account chip | Luke Granger-Brown | 2 | -0/+112 |
2020-12-20 | r/2016 chore(3p/gerrit): bump to latest version deployed on gerrit-review | Luke Granger-Brown | 8 | -14/+14 |
2020-12-14 | r/2014 chore(3p/lieer): Upgrade to lieer 1.3 | Vincent Ambo | 3 | -48/+18 |
2020-12-14 | r/2013 fix(3p/notmuch): Rebase dottime patch on notmuch 0.31 | Vincent Ambo | 2 | -16/+31 |
2020-11-30 | r/1968 chore(3p): move quassel to the right inherit statement | Andreas Rammhold | 1 | -1/+1 |
2020-11-29 | r/1958 chore(3p): upgrade llvm to version 11 | Kane York | 2 | -7/+10 |
2020-11-29 | r/1957 chore(3p/gerrit): update to latest upstream HEAD | Luke Granger-Brown | 10 | -140/+91 |
2020-11-28 | r/1949 refactor(tvix): remove all 'using namespace' from nix command | Kane York | 22 | -90/+96 |
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 | 3 | -0/+72 |
2020-11-28 | r/1946 feat(tvix): Thread a log sink through calls to buildDerivation | Griffin Smith | 13 | -18/+31 |
2020-11-27 | r/1945 fix(tvix): Don't call assertStorePath on BasicDerivation.builder | Griffin Smith | 3 | -9/+5 |
2020-11-27 | r/1944 fix(tvix): globally reintroduce --quiet and --verbose flags. | multi | 2 | -2/+14 |
2020-11-27 | r/1943 refactor(tvix): Prefer absl::StrFormat/StrAppend | Griffin Smith | 1 | -6/+13 |
2020-11-27 | r/1942 feat(tvix): Write build logs to LOG(INFO) in buildDerivation | Griffin Smith | 1 | -4/+1 |
2020-11-27 | r/1941 fix(txix): Override overflow in BuildLogStreambuf | Griffin Smith | 1 | -0/+10 |
2020-11-27 | r/1940 fix(tvix): Remove more superfluous log output | Griffin Smith | 2 | -3/+2 |
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/1935 feat(tvix): run the test-vm with ncurses support | Andreas Rammhold | 1 | -1/+1 |
2020-11-27 | r/1934 chore(tvix): avoid unnesscary rebuilds of protos and tvix | Andreas Rammhold | 1 | -2/+26 |
2020-11-27 | r/1933 fix(tvix): Don't double-up on endlines from log messages | Griffin Smith | 1 | -1/+1 |
2020-11-27 | r/1931 refactor(tvix): remove signedness conversions by using std::optional | Kane York | 1 | -4/+4 |
2020-11-27 | r/1930 fix(tvix): make unsigned conversion explicit | Kane York | 1 | -1/+1 |
2020-11-27 | r/1929 fix(tvix): sqlite bind argument number is signed | Kane York | 1 | -1/+1 |
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/1910 feat(tvix): Support a --quiet argument to nix-build | Griffin Smith | 1 | -0/+2 |
2020-11-22 | r/1909 fix(tvix): Add endlines to build log messages | Griffin Smith | 1 | -16/+19 |
2020-11-22 | r/1908 feat(tvix): Convert some DLOGs to VLOGs | Griffin Smith | 6 | -10/+10 |