Age | Commit message (Expand) | Author | Files | Lines |
2020-07-17 | r/1357 feat(3p/nix/nix-daemon): Implement Worker::QueryPathFromHashPart | Griffin Smith | 1 | -0/+9 |
2020-07-17 | r/1356 feat(3p/nix/nix-daemon): Implement Worker::QueryDerivationOutputNames handler | Griffin Smith | 1 | -0/+13 |
2020-07-17 | r/1355 feat(3p/nix/nix-daemon): Implement Worker::QueryPathInfo handler | Griffin Smith | 2 | -1/+41 |
2020-07-17 | r/1354 feat(3p/nix): Add function to allocate a Value in traceable memory | Eelco Dolstra | 5 | -10/+19 |
2020-07-17 | r/1353 fix(3p/nix): ValueMap, VectorVector: Use traceable_allocator | Eelco Dolstra | 1 | -2/+2 |
2020-07-17 | r/1352 fix(3p/nix): allocate the vSourceExpr via uncollectable memory | Andreas Rammhold | 2 | -5/+10 |
2020-07-17 | r/1350 chore(3p/nix/proto): Fix style violations in new proto defs | Kane York | 2 | -7/+7 |
2020-07-17 | r/1348 feat(3p/bufbuild): Import buf | Kane York | 1 | -0/+27 |
2020-07-17 | r/1346 chore(3p/nix): Remove builtins.exec | Vincent Ambo | 2 | -45/+0 |
2020-07-17 | r/1345 feat(3p/gtest): Bump version & override stdenv to libcxx | Vincent Ambo | 2 | -2/+14 |
2020-07-17 | r/1344 chore(3p/nix): add glittershark to OWNERS | Kane York | 1 | -0/+4 |
2020-07-16 | r/1342 feat(3p/nix/nix-daemon): Implement Worker::QueryAllValidPaths handler | Griffin Smith | 1 | -1/+13 |
2020-07-16 | r/1341 feat(3p/nix/nix-daemon): Implement Worker::QueryMissing handler | Griffin Smith | 1 | -0/+30 |
2020-07-16 | r/1340 feat(3p/nix): Implement similar group of Worker::Query* handlers | Vincent Ambo | 1 | -2/+47 |
2020-07-16 | r/1339 feat(3p/nix/nix-daemon): Implement Worker::HasSubstitutes handler | Vincent Ambo | 1 | -0/+10 |
2020-07-16 | r/1338 feat(3p/nix/nix-daemon): Implement Worker::IsValidPath handler | Vincent Ambo | 2 | -0/+30 |
2020-07-16 | r/1336 feat(3p/nix/proto): Add QueryMissing RPC call | Vincent Ambo | 1 | -0/+13 |
2020-07-16 | r/1335 feat(3p/nix/proto): Add AddToStoreNar RPC call | Vincent Ambo | 1 | -15/+18 |
2020-07-16 | r/1334 feat(3p/nix): Add NarFromPath | Griffin Smith | 1 | -0/+3 |
2020-07-16 | r/1333 feat(3p/nix): Add AddSignatures | Griffin Smith | 1 | -0/+8 |
2020-07-16 | r/1332 feat(3p/nix): Add BuildDerivation proto | Griffin Smith | 1 | -0/+31 |
2020-07-16 | r/1331 chore(3p/nix/worker-protocol): Add missing includes | Griffin Smith | 1 | -0/+3 |
2020-07-16 | r/1330 feat(3p/nix): Add VerifyStore | Griffin Smith | 1 | -0/+14 |
2020-07-16 | r/1329 feat(3p/nix): Add OptimiseStore | Griffin Smith | 2 | -1/+6 |
2020-07-16 | r/1328 feat(3p/nix): Add QueryValidDerivers | Griffin Smith | 1 | -0/+4 |
2020-07-16 | r/1327 feat(3p/nix): Add path query ops | Griffin Smith | 1 | -0/+6 |
2020-07-16 | r/1326 feat(3p/nix): Add QueryPathFromHashPart | Griffin Smith | 1 | -12/+19 |
2020-07-16 | r/1325 refactor(3p/nix/libexpr): Use Abseil collection types for parser state | Vincent Ambo | 2 | -2/+13 |
2020-07-16 | r/1323 refactor(3p/nix/libexpr): Move EvalState:* implementations out of parser.y | Vincent Ambo | 3 | -150/+156 |
2020-07-16 | r/1322 refactor(3p/nix/libexpr): Extract static helpers out of parser.y | Vincent Ambo | 4 | -185/+202 |
2020-07-16 | r/1321 refactor(3p/nix/libexpr): Extract parser header out of Yacc file | Vincent Ambo | 3 | -54/+49 |
2020-07-16 | r/1320 refactor(3p/nix/libexpr): Use range insertion to merge nix::Bindings | Vincent Ambo | 3 | -18/+25 |
2020-07-16 | r/1317 style(3p/nix): Rename the project to tvix | Vincent Ambo | 2 | -4/+5 |
2020-07-16 | r/1315 feat(3p/nix/proto): Add QueryDerivationOutputNames | Griffin Smith | 1 | -0/+7 |
2020-07-16 | r/1314 feat(3p/nix): Add proto for QueryPathInfo | Griffin Smith | 1 | -0/+18 |
2020-07-16 | r/1313 chore(3p/nix): {query,clear}FailedPaths are obsolete | Griffin Smith | 1 | -2/+2 |
2020-07-16 | r/1312 feat(3p/nix/worker.proto): Add QueryAllValidPaths | Griffin Smith | 1 | -0/+3 |
2020-07-16 | r/1311 feat(3p/nix/proto): Add additional worker-protocol operations | Vincent Ambo | 1 | -48/+43 |
2020-07-16 | r/1309 refactor(3p/libstore): Optimise nix::printString | Vincent Ambo | 1 | -12/+37 |
2020-07-16 | r/1307 style(3p/nix): Minor style fix in DrvInfo::setMeta | Vincent Ambo | 1 | -3/+2 |
2020-07-16 | r/1306 refactor(3p/nix): Compare attribute sets by pointer equality | Vincent Ambo | 1 | -0/+6 |
2020-07-16 | r/1305 refactor(3p/nix): Use a static empty Bindings for 0-element attrs | Vincent Ambo | 1 | -2/+11 |
2020-07-15 | r/1304 feat(tools): Add script to flamegraph a command | Griffin Smith | 1 | -0/+2 |
2020-07-15 | r/1303 chore(3p/immer): Amend derivation to work in depot | Vincent Ambo | 1 | -5/+5 |
2020-07-15 | r/1299 merge(3p/immer): Subtree merge at 'ad3e3556d' as 'third_party/immer' | Vincent Ambo | 311 | -0/+74221 |
2020-07-15 | r/1298 refactor(3p/nix): Revert VectorBindings implementation | Vincent Ambo | 3 | -237/+30 |
2020-07-13 | r/1289 refactor(3p/nix/libexpr): Backport upstream VectorBindings merge sort | Vincent Ambo | 1 | -17/+28 |
2020-07-13 | r/1288 fix(3p/nix/libexpr): Remove default & copy constructors for VectorBindings | Vincent Ambo | 1 | -1/+2 |
2020-07-13 | r/1287 fix(3p/nix/libexpr): Fix post-increment operator in BindingsIterator | Vincent Ambo | 1 | -1/+2 |
2020-07-13 | r/1286 refactor(3p/nix): Remove unused insert_or_assign | Griffin Smith | 2 | -26/+0 |