aboutsummaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2022-06-21Forbid the tilde expansion in pure eval modeThéophane Hufschmitt
2022-06-20Merge pull request #6676 from virusdave/dnicponski/scratch/swap_homedir_check...Théophane Hufschmitt
2022-06-20Fix arity of `--exclude` flag in `nix search`Fishhh
2022-06-20Complete flake inputs for all given flakesNaïm Favier
2022-06-17Verify `$HOME` is owned by current user in `getHome()`, if it exists.Dave Nicponski
2022-06-16Merge pull request #6620 from maralorn/fix-print-missingThéophane Hufschmitt
2022-06-15libstore: improve warning message on missing sigLorenzo Manacorda
2022-06-15Merge branch 'master' into nix-repl-flakesTom Bereknyei
2022-06-15Apply suggestions from code reviewtomberek
2022-06-13nix-shell: restore backwards-compat with old nixpkgsMaximilian Bosch
2022-06-13flake.cc: Make non-flake overrides stickyAlexander Bantyev
2022-06-13Merge pull request #6619 from Jonpez2/patch-1Eelco Dolstra
2022-06-13Merge pull request #6027 from Ma27/pure-replEelco Dolstra
2022-06-13Merge pull request #6634 from lovesegfault/fix-getgrouplistEelco Dolstra
2022-06-13Merge pull request #6648 from andersk/missing-rethrowEelco Dolstra
2022-06-13Merge pull request #6651 from ncfavier/nix-build-stop-loggerThéophane Hufschmitt
2022-06-11fix sourcehut brach/tag resolving regressionGabriel Fontes
2022-06-11nix-build: stop logger when appropriateNaïm Favier
2022-06-10remove unused parameterBen Burdette
2022-06-10Add missing rethrows in conditional exception handlersAnders Kaseorg
2022-06-10Mention that -f implies --impure for eval in docsYuriy Taraday
2022-06-10Merge pull request #6643 from ncfavier/fix-git-againThéophane Hufschmitt
2022-06-10libfetchers/git: add missing `--git-dir` flagsNaïm Favier
2022-06-09nix-env: A small std::move() optimizationSidharth Kshatriya
2022-06-09nix-store: small std::move() optimizationSidharth Kshatriya
2022-06-08fix(libstore/lock): support users that belong to more than 10 groupsBernardo Meurer
2022-06-08Fix missing ` in key manualLorenzo Manacorda
2022-06-08Add security.csm to the default ignore listJonpez2
2022-06-07Merge pull request #6618 from afishhh/search-excludeEelco Dolstra
2022-06-07Remove redundant `std::move`s in calls to `hiliteMatches`Fishhh
2022-06-07Add `--exclude` flag to `nix search`Fishhh
2022-06-07Merge pull request #6602 from cw789/patch-2Eelco Dolstra
2022-06-06respect print-missing variable in new-style build commandMalte Brandy
2022-06-05Fix incorrect comment in `hiliteMatches`Fishhh
2022-06-03Merge pull request #6600 from asymmetric/hash-commentEelco Dolstra
2022-06-02Merge branch 'master' into nix-repl-flakesTom Bereknyei
2022-06-02Avoid unnecessary string copyEelco Dolstra
2022-06-02Add operator for concatenating strings and string_viewsEelco Dolstra
2022-06-02Shut up clang warningsEelco Dolstra
2022-06-02use Counter class to count tryEval levelsBen Burdette
2022-06-02print message with exceptions in a try clauseBen Burdette
2022-06-02ignore-try flagBen Burdette
2022-06-02Explain exactly what nix-upgrade nix doesChris Wögi
2022-06-01Merge branch 'master' into ltoThéophane Hufschmitt
2022-06-01schema.sql: add comment about hash being in base16Lorenzo Manacorda
2022-05-31repl: `--option pure-eval true` actually enables pure eval modeMaximilian Bosch
2022-05-31Merge pull request #6582 from NixOS/debug-fetchgit-sigsevEelco Dolstra
2022-05-30Merge pull request #6590 from edolstra/fix-noexceptEelco Dolstra
2022-05-30RemoteStore::queryRealisationUncached(): Fix potential noexcept violationEelco Dolstra
2022-05-30HttpBinaryCacheStore::getFile(): Don't throw an exceptionEelco Dolstra