aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2022-06-07Add tests for `--exclude` flag in `nix search`Fishhh
2022-06-07Remove redundant `std::move`s in calls to `hiliteMatches`Fishhh
2022-06-07Add `--exclude` flag to `nix search`Fishhh
2022-06-05Fix incorrect comment in `hiliteMatches`Fishhh
2022-06-03Merge pull request #6603 from abathur/installer_fix_vi_swapfileEelco Dolstra
2022-06-03Merge pull request #6600 from asymmetric/hash-commentEelco Dolstra
2022-06-03Merge pull request #6610 from edolstra/random-fixesEelco Dolstra
2022-06-02Avoid unnecessary string copyEelco Dolstra
2022-06-02Add operator for concatenating strings and string_viewsEelco Dolstra
2022-06-02TypoEelco Dolstra
2022-06-02Shut up clang warningsEelco Dolstra
2022-06-02tests/flakes.sh: Fix some ignored breakageEelco Dolstra
2022-06-01Merge pull request #5813 from pennae/ltoThéophane Hufschmitt
2022-06-01Merge branch 'master' into ltoThéophane Hufschmitt
2022-06-01darwin-install: work around existing vim swapfilesTravis A. Everett
2022-06-01schema.sql: add comment about hash being in base16Lorenzo Manacorda
2022-05-31Merge pull request #6582 from NixOS/debug-fetchgit-sigsevEelco Dolstra
2022-05-31TypoEelco Dolstra
2022-05-31Merge pull request #6537 from cole-h/update-flakeEelco Dolstra
2022-05-30Bump versionEelco Dolstra
2022-05-30Branch 2.9 release notesEelco Dolstra
2022-05-30Merge pull request #6590 from edolstra/fix-noexceptEelco Dolstra
2022-05-30Mark nix-perl as a Perl moduleEelco Dolstra
2022-05-30Merge pull request #6589 from edolstra/respect-output-specifiedEelco Dolstra
2022-05-30Set meta.platformsEelco Dolstra
2022-05-30RemoteStore::queryRealisationUncached(): Fix potential noexcept violationEelco Dolstra
2022-05-30HttpBinaryCacheStore::getFile(): Don't throw an exceptionEelco Dolstra
2022-05-30Respect the outputSpecified attributeEelco Dolstra
2022-05-27Fix a segfault in the git fetcherThéophane Hufschmitt
2022-05-27Style fixEelco Dolstra
2022-05-27Merge branch 'doc-redirects' of https://github.com/jtojnar/nixEelco Dolstra
2022-05-26Merge pull request #6580 from trofi/fix-build-for-gcc-13Eelco Dolstra
2022-05-26src/libutil/json.cc: add missing <cstdint> include for gcc-13Sergei Trofimovich
2022-05-26doc: Add redirects for the DocBook manualJan Tojnar
2022-05-26doc: Manually insert some anchorsJan Tojnar
2022-05-26doc: Add anchors to long listsJan Tojnar
2022-05-26doc: Port anchors preprocessor to jq scriptJan Tojnar
2022-05-26doc: Introduce pre-processor for adding anchors to textJan Tojnar
2022-05-26Merge pull request #6578 from edolstra/remove-perlEelco Dolstra
2022-05-26Remove unused Perl dependencyEelco Dolstra
2022-05-26Merge pull request #6576 from hercules-ci/daemon-increase-socket-backlogEelco Dolstra
2022-05-26Tweak IN_NIX_SHELL descriptionEelco Dolstra
2022-05-26Remove pre-C++11 hackinessEelco Dolstra
2022-05-26createUnixDomainSocket: listen(unix, 5 -> 100)Robert Hensing
2022-05-26Merge pull request #6570 from edolstra/eof-in-stringEelco Dolstra
2022-05-26Merge pull request #5416 from bburdette/debug-exploratory-PREelco Dolstra
2022-05-25remove parens from repl helpBen Burdette
2022-05-25Merge branch 'master' into debug-exploratory-PRBen Burdette
2022-05-25add --debugger to rl-next listBen Burdette
2022-05-25back to ref<EvalState> in NixReplBen Burdette