aboutsummaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2020-05-25Add unit tests for "json.hh"Tobias Pflug
2020-05-20Add unit testes for url.ccTobias Pflug
2020-05-18CleanupEelco Dolstra
2020-05-18Merge branch 'wait-for-builders' of https://github.com/serokell/nixEelco Dolstra
2020-05-14Don't lock a user while doing remote buildsAlexander Bantyev
2020-05-12Show hint how to enable experimental featuresEelco Dolstra
2020-05-12nix: Don't require --experimental-features=nix-command for some subcommandsEelco Dolstra
2020-05-11Merge pull request #3568 from kolloch/outputHashModeErrorDomen Kožar
2020-05-11Update src/libstore/build.ccDomen Kožar
2020-05-09doc: consistently refer to 'fixed-output' with a dashBenjamin Hipple
2020-05-08Merge pull request #3571 from gilligan/nix-unit-testingEelco Dolstra
2020-05-08Enable toLower umlauts testTobias Pflug
2020-05-08Enable `baseNameOf` testTobias Pflug
2020-05-08Enable `dirOf` testTobias Pflug
2020-05-08configure: Look for gtestEelco Dolstra
2020-05-08Don't install unit testsEelco Dolstra
2020-05-08make check: Run unit testsEelco Dolstra
2020-05-08Fix warningEelco Dolstra
2020-05-08Move unit tests to sr/libutil/tests, use mk make rulesEelco Dolstra
2020-05-08Mention build users in the 'waiting for' messageAlexander Bantyev
2020-05-08Don't block while waiting for build usersAlexander Bantyev
2020-05-07Remove replaceInSetTobias Pflug
2020-05-06Merge pull request #3570 from Mic92/nix-searchDomen Kožar
2020-05-06nix/search: no error for empty search results if json is enabledJörg Thalheim
2020-05-06Merge pull request #3546 from guibou/nix_readfile_on_0_sized_filesEelco Dolstra
2020-05-06Merge pull request #3557 from Ma27/nix-repl-helpEelco Dolstra
2020-05-06libstore/build.cc: more explicit about form of outputPeter Kolloch
2020-05-06Merge pull request #3562 from pikajude/masterEelco Dolstra
2020-05-06Revert "Merge pull request #3558 from LnL7/ssh-ng-stderr"Eelco Dolstra
2020-05-05nix doctor: ConsistencyEelco Dolstra
2020-05-05nix --help: Group commandsEelco Dolstra
2020-05-05Wait for build users when none are availableAlexander Bantyev
2020-05-04nix auto-gc: use fragment sizeJude Taylor
2020-05-04Flag: Use designated initializersEelco Dolstra
2020-05-04Merge pull request #3558 from LnL7/ssh-ng-stderrEelco Dolstra
2020-05-02logging: handle build log lines in simple loggerDaiderd Jordan
2020-05-02remote-store: don't log raw stderr by defaultDaiderd Jordan
2020-05-01Improve help-message for nix-replMaximilian Bosch
2020-05-01Fix buildEelco Dolstra
2020-05-01rename nix run to nix shell and nix app to nix runMatthew Kenigsberg
2020-04-30nix dev-shell: Unset shellHookEelco Dolstra
2020-04-30nix dev-shell: Support structured attrsEelco Dolstra
2020-04-30nix dev-shell: Refactor script for getting the environmentEelco Dolstra
2020-04-30Merge pull request #3548 from Ma27/fetchtarball-posDomen Kožar
2020-04-29Fix displaying error-position in `builtins.fetch{Tree,Tarball}`Maximilian Bosch
2020-04-29StringSink pre allocateGuillaume Bouchard
2020-04-29Remove the `drain` argument from `readFile`Guillaume Bouchard
2020-04-29Only call grantpt on MacOS systemsAntoine Eiche
2020-04-29builtins.readFile: do not truncate contentGuillaume Bouchard
2020-04-28Merge pull request #3542 from mkenigs/gcrootsEelco Dolstra