aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2020-07-12Move C++17 "pattern matching" boilerplat to utils.hhJohn Ericson
2020-07-12Try to fix perl bindingsJohn Ericson
2020-07-12DerivationOutputExtensional -> DerivationOutputInputAddressedJohn Ericson
2020-07-12Undo erroneous indentation changeJohn Ericson
2020-07-12String .drv suffix to create derivation nameJohn Ericson
2020-07-12std::string_view for new derivation name parametersJohn Ericson
2020-07-12Set derivation name in dervationStrictJohn Ericson
2020-07-12Don't improperly assume path is store pathJohn Ericson
2020-07-12BasicDerivation::findOutput cannot return reference anymoreJohn Ericson
2020-07-11Merge remote-tracking branch 'upstream/master' into optional-derivation-outpu...John Ericson
2020-07-10Avoid a redundant hashEelco Dolstra
2020-07-10Factor out commonality between nix-prefetch-url and nix-store --add-fixedEelco Dolstra
2020-07-10nix-store --add-fixed: Run in constant memoryEelco Dolstra
2020-07-10nix-prefetch-url: Run in constant memory when using RemoteStoreEelco Dolstra
2020-07-10.dir-locals.el: Set c-block-comment-prefixEelco Dolstra
2020-07-09Fix DerivationOutputExtensional nameMatthew Bauer
2020-07-09LocalStore::addToStore(srcPath): Handle the flat caseEelco Dolstra
2020-07-09Merge pull request #3797 from nix-macos-perf-test/macos-perf-testEelco Dolstra
2020-07-08add temp CI job to test syspolicy impactTravis A. Everett
2020-07-08Fix build.cc on linuxMatthew Bauer
2020-07-08Only store hash of fixed derivation outputMatthew Bauer
2020-07-08CleanupEelco Dolstra
2020-07-08Make LocalStore::addToStore(srcPath) run in constant memoryEelco Dolstra
2020-07-08Add name to BasicDerivationMatthew Bauer
2020-07-08upload-release.pl: Update latest-release branchEelco Dolstra
2020-07-08Fix 'got unknown message type 1 from Nix daemon'Eelco Dolstra
2020-07-07Fix coverage buildEelco Dolstra
2020-07-07exportReferencesGraph: Fix support for non-top-level store pathsEelco Dolstra
2020-07-06Merge pull request #3783 from bburdette/macos-testEelco Dolstra
2020-07-06bumpBen Burdette
2020-07-06revamp trace code and testBen Burdette
2020-07-04spacingBen Burdette
2020-07-03Merge branch 'add-trace' of https://github.com/bburdette/nixEelco Dolstra
2020-07-03Merge branch 'master' into add-traceBen Burdette
2020-07-03nix develop: Fix bad regexEelco Dolstra
2020-07-03Shut up a clang warningEelco Dolstra
2020-07-03Merge pull request #3778 from tweag/parallel-testsEelco Dolstra
2020-07-03Hopefully fix macOS test failureEelco Dolstra
2020-07-03Shorten the path to the test rootregnat
2020-07-03Fix the test dependenciesregnat
2020-07-02Add test for nix developEelco Dolstra
2020-07-02Fix abort in 'nix develop'Eelco Dolstra
2020-07-02spacingBen Burdette
2020-07-02move showTrace to new loggerSettingsBen Burdette
2020-07-02Set gc-reserved-space to 0 in testsEelco Dolstra
2020-07-02Merge branch 'parallel-tests' of https://github.com/tweag/nixEelco Dolstra
2020-07-02Make the gc-auto test more reliableregnat
2020-07-02Make the gc-concurrent test more reliableregnat
2020-07-02Run the tests in parallelregnat
2020-07-02assert for invalid fileoriginBen Burdette