aboutsummaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2022-02-02Merge pull request #6036 from tweag/balsoft/and-yet-another-follows-bugfixEelco Dolstra
2022-02-02Flake follows: resolve all follows to absoluteAlexander Bantyev
2022-02-02Merge branch 'parser-improvements' of https://github.com/pennae/nixEelco Dolstra
2022-02-02Merge branch 'more-stringviews' of https://github.com/pennae/nixEelco Dolstra
2022-01-31Merge pull request #6022 from thkoch2001/fix-lowdown_libsEelco Dolstra
2022-01-31Merge pull request #5990 from lincolnauster/flakes-nixconfig-docsEelco Dolstra
2022-01-30use LOWDOWN_LIBS variableThomas Koch
2022-01-30Merge pull request #6018 from dtzWill/fix/issue-6017Eelco Dolstra
2022-01-30fix spelling mistakes reported by Debian's lintian toolThomas Koch
2022-01-29canonPath: fix missing slash when resolving linksWill Dietz
2022-01-28Remove a repeated std::move in a for loopEelco Dolstra
2022-01-27optionally return string_view from coerceToStringpennae
2022-01-27return string_views from forceString*pennae
2022-01-27convert a for more utilities to string_viewpennae
2022-01-27Don’t require `NIX_PATH` entries to be valid pathsregnat
2022-01-26Stop vendoring nlohmann_jsonEelco Dolstra
2022-01-26Merge pull request #5991 from edolstra/remote-nix-versionEelco Dolstra
2022-01-25fix typolincoln auster
2022-01-25nix store ping: Report Nix daemon versionEelco Dolstra
2022-01-25flakes: document nixConfig optionlincoln auster [they/them]
2022-01-25Merge pull request #5987 from edolstra/rust-cleanupEelco Dolstra
2022-01-25Merge pull request #5922 from fzakaria/fzakaria/json-ignore-assertionEelco Dolstra
2022-01-25Remove unused Rust stuffEelco Dolstra
2022-01-25Fix parsing of variable names that are a suffix of '__curPos'regnat
2022-01-24Do not suppress errors in nix-env from feedback by EelcoFarid Zakaria
2022-01-24Allow builtins.{readFile,path} on invalid pathsEelco Dolstra
2022-01-24Fix parsing of variable names that are a prefix of '__curPos'Eelco Dolstra
2022-01-24ExprConcatStrings::show(): Print values instead of pointersEelco Dolstra
2022-01-24hiliteMatches(): Style fixes, pass more stuff by referenceEelco Dolstra
2022-01-24Merge pull request #5945 from afishhh/masterThéophane Hufschmitt
2022-01-24Merge pull request #5964 from pennae/fix-bulk-allocEelco Dolstra
2022-01-24Merge pull request #5965 from SuperSandro2000/nix-shell-rmEelco Dolstra
2022-01-24Merge pull request #5875 from hercules-ci/fix-large-drv-field-stack-overflowEelco Dolstra
2022-01-24Add a small documentation for `hiliteMatches`regnat
2022-01-23nix-shell: use clean rm, not any aliases/functionsSandro Jäckel
2022-01-22allocate a GC root value for the Value cache pointerpennae
2022-01-21Add some tests for hiliteMatches in libutilFishhh
2022-01-21Move hilite_all into libutil and rename it to hiliteMatchesFishhh
2022-01-21derivations.cc: Use larger buffer in printString Robert Hensing
2022-01-21Fix exception handling around realisePath()Eelco Dolstra
2022-01-21Merge pull request #5949 from obsidiansystems/old-copyClosureEelco Dolstra
2022-01-21Merge pull request #5943 from NixOS/3204-fix-build-with-newer-nlohmann-jsonEelco Dolstra
2022-01-21Merge pull request #5942 from NixOS/5912-quieter-nix-why-dependsEelco Dolstra
2022-01-21Improve the description of the `--precise` optionThéophane Hufschmitt
2022-01-20Add back `copyClosure` for plain `StorePath`sJohn Ericson
2022-01-20Make `hilite_all` take an iterator of matches instead of a vector.Hubert Głuchowski
2022-01-19Remove dead field in NixArgsJohn Ericson
2022-01-19Make `nix search` highlight all matches of a regexHubert Głuchowski
2022-01-19Make `nix search` highlight all regexesHubert Głuchowski
2022-01-19defer formals duplicate check for incresed efficiency all roundpennae