Age | Commit message (Expand) | Author | Files | Lines |
2020-07-25 | r/1463 chore(3p/nix): Reduce number of active clang-tidy checks | Vincent Ambo | 1 | -0/+1 |
2020-07-25 | r/1462 refactor(3p/nix): Remove custom base64 implementation | Griffin Smith | 7 | -78/+56 |
2020-07-24 | r/1460 chore(3p/nix): log whether or not clang-tidy is enabled | Kane York | 1 | -0/+1 |
2020-07-24 | r/1459 fix(3p/nix): fix all UninitializedObject warnings | Kane York | 1 | -1/+1 |
2020-07-24 | r/1458 chore(3p/nix): ignore all unfixable clang-tidy warnings | Kane York | 1 | -0/+4 |
2020-07-24 | r/1457 fix(3p/nix): do not call vfork | Kane York | 4 | -21/+12 |
2020-07-24 | r/1456 fix(3p/nix): fix null pointer dereferences | Kane York | 1 | -2/+2 |
2020-07-24 | r/1451 fix(3p/nix): fix more clang-tidy warnings | Kane York | 3 | -4/+7 |
2020-07-24 | r/1447 fix(3p/nix): Link nixutil to its dependencies | Griffin Smith | 2 | -5/+6 |
2020-07-23 | r/1437 fix(3p/nix): remove usage of strcpy | Kane York | 4 | -9/+10 |
2020-07-23 | r/1436 docs(3p/nix): Document fast build by disabling clang-tidy | Kane York | 1 | -0/+16 |
2020-07-23 | r/1435 feat(3p/nix): run clang-tidy during builds | Kane York | 3 | -1/+19 |
2020-07-23 | r/1434 feat(3p/cgit): add "this commit" option to switch form | Alyssa Ross | 1 | -0/+12 |
2020-07-23 | r/1429 chore(3p/nix): fix extra space in usage error | Alyssa Ross | 1 | -2/+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-23 | r/1423 feat(3p/lisp): Add LASS | Griffin Smith | 6 | -0/+147 |
2020-07-23 | r/1420 feat(3p/lisp): Add many packages | Griffin Smith | 9 | -0/+210 |
2020-07-22 | r/1418 fix(3p/nix): Fix string escaping issue in schema include | Vincent Ambo | 1 | -2/+2 |
2020-07-21 | r/1417 feat(3p/lisp): Add cl-who | Griffin Smith | 1 | -0/+21 |
2020-07-20 | r/1413 chore(3p/nix): Compile under `-Wall -Werror` | Vincent Ambo | 1 | -0/+1 |
2020-07-20 | r/1409 feat(3p/nix/nix-daemon): add factory function for WorkerServiceImpl | Griffin Smith | 2 | -0/+20 |
2020-07-20 | r/1408 chore(3p/nix): Remove support for plugins | Griffin Smith | 18 | -128/+1 |
2020-07-19 | r/1403 fix(3p/nix): Fix all remaining compiler warnings | Vincent Ambo | 33 | -39/+66 |
2020-07-19 | r/1402 chore(3p/nix): Update deprecated 'pure-parser' setting | Vincent Ambo | 1 | -1/+1 |
2020-07-19 | r/1401 refactor(3p/nix): Remove remaining prefork-compat type | Vincent Ambo | 3 | -31/+5 |
2020-07-19 | r/1400 refactor(3p/nix): Rename & undeprecate Bindings::lexicographicOrder | Vincent Ambo | 5 | -6/+10 |
2020-07-19 | r/1399 chore(3p/nix): Enable clang-format check in derivation build | Vincent Ambo | 3 | -2/+7 |
2020-07-19 | r/1398 test(3p/nix): Enable output comparison for evaluator success tests | Vincent Ambo | 16 | -364/+37 |
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 | 4 | -1/+175 |
2020-07-19 | r/1394 feat(3p): Add rapidcheck | Griffin Smith | 1 | -0/+21 |
2020-07-19 | r/1393 fix(3p/nix): convert all holders of EvalState into gc | Kane York | 2 | -2/+2 |
2020-07-19 | r/1392 refactor(3p/nix/libexpr): Move some code out of lexer.l | Vincent Ambo | 2 | -52/+53 |
2020-07-19 | r/1391 feat(3p/absl): import StatusOr from tensorflow | Kane York | 6 | -1/+1481 |
2020-07-19 | r/1390 test(3p/nix): Port language test suite to Googletest | Vincent Ambo | 4 | -1/+203 |
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/1388 fix(3p/nix/libexpr): Make EvalState internals visible to GC | Vincent Ambo | 1 | -1/+1 |
2020-07-19 | r/1387 chore(3p/nix/tests): Move language test files to src/tests | Vincent Ambo | 237 | -6/+2 |
2020-07-18 | r/1386 fix(3p/nix): nix-build: don't accept --(im)pure | Alyssa Ross | 1 | -2/+2 |
2020-07-18 | r/1384 fix(3p/nix/nix-daemon): Add assertStorePath to all proto impls | Griffin Smith | 1 | -0/+7 |
2020-07-18 | r/1383 feat(3p/nix/nix-daemon): Implement Worker::AddSignatures handler | Griffin Smith | 2 | -1/+20 |
2020-07-18 | r/1382 feat(3p/nix/nix-daemon): Implement Worker::BuildDerivation handler | Griffin Smith | 6 | -1/+133 |
2020-07-18 | r/1381 chore(3p/nix): Add missing override to UDSRemoteStore::sameMachine | Griffin Smith | 1 | -1/+1 |
2020-07-18 | r/1380 chore(3p/nix): don't rebuild nix-proto-srcs as much | Alyssa Ross | 1 | -1/+1 |
2020-07-18 | r/1378 refactor(3p/nix/tests): Move DummyStore into a separate file | Vincent Ambo | 2 | -33/+44 |
2020-07-18 | r/1377 refactor(3p/nix/libexpr): Back Nix lists with std::vector | Vincent Ambo | 16 | -231/+163 |
2020-07-18 | r/1376 refactor(3p/nix/libexpr): Store nix::Env values in a std::vector | Vincent Ambo | 2 | -9/+11 |
2020-07-18 | r/1372 chore(3p/immer): Remove .gitmodules | Vincent Ambo | 1 | -6/+0 |
2020-07-18 | r/1370 feat(3p/nix): Add NIX_DATA_DIR to shell hook | Griffin Smith | 1 | -1/+8 |