aboutsummaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2022-01-12Merge pull request #5887 from pennae/avoid-streamsThéophane Hufschmitt
2022-01-12use boost::lexical_cast for string2*pennae
2022-01-12optimize ExprConcatStrings::evalpennae
2022-01-11Merge pull request #5883 from fzakaria/faridzakaria/check-metaThéophane Hufschmitt
2022-01-11Merge pull request #5898 from layus/repair-path-linksEelco Dolstra
2022-01-11Prefer RepairFlag over bool when applicableGuillaume Maudoux
2022-01-11Make --repair-path also repair corrupt optimised linksGuillaume Maudoux
2022-01-10Merge branch 'readfile' of https://github.com/abbradar/nixEelco Dolstra
2022-01-10'target' points to 'source'Eelco Dolstra
2022-01-10Merge branch 'recursive-nix-fix' of https://github.com/L-as/nixEelco Dolstra
2022-01-09builtins.readFile: Propagate path contextNikolay Amiantov
2022-01-07dump(): Use emplace()Eelco Dolstra
2022-01-07isInDir() / isDirOrInDir(): Use std::string_viewEelco Dolstra
2022-01-07DerivationGoal::loadDerivation(): Don't use derivationFromPath()Eelco Dolstra
2022-01-07avoid ostream sentries per json string characterpennae
2022-01-06Check for `--meta` before emitting it for `--json`Farid Zakaria
2022-01-06Merge branch 'install-nlohmann-json-headers' of https://github.com/hercules-c...Eelco Dolstra
2022-01-06Merge pull request #5878 from fzakaria/faridzakaria/json-outputsEelco Dolstra
2022-01-06Merge pull request #5546 from NixOS/allow-paths-in-flake-local-optionsEelco Dolstra
2022-01-06Add outputs to JSON queryFarid Zakaria
2022-01-06Merge pull request #5749 from GavinRay97/patch-1Domen Kožar
2022-01-04Remove EvalState::mkAttrs()Eelco Dolstra
2022-01-04Move empty attrset optimisationEelco Dolstra
2022-01-04Turn mkString(Symbol) into a methodEelco Dolstra
2022-01-04Remove non-method mkPath()Eelco Dolstra
2022-01-04Remove non-method mk<X> functionsEelco Dolstra
2022-01-04Remove non-method mkString()Eelco Dolstra
2022-01-04Ensure that attrsets are sortedEelco Dolstra
2022-01-03add zipAttrsWith primoppennae
2022-01-03Merge pull request #5839 from tweag/balsoft/yet-another-follows-bugfixEelco Dolstra
2022-01-03Merge pull request #5840 from tweag/balsoft/nix-repl-show-traceEelco Dolstra
2021-12-29Fix IFD with chroot storeSebastian Ullrich
2021-12-29Add ability to toggle show-trace from within the replAlexander Bantyev
2021-12-28Sort attrs from tables in fromTOMLLily Foster
2021-12-28BaseError::calcWhat: take loggerSettings.showTrace into accountAlexander Bantyev
2021-12-28flake.cc: computeLocks: Only verify overrides when they could changeAlexander Bantyev
2021-12-27Fix accidental O(n^2 * log n) performance in NixRepl::addAttrsToScopeYorick van Pelt
2021-12-23Use int64_t and NixFloat in fromTOML typesNicolas Mattia
2021-12-23Properly return false on `builtins.pathExists /someNonAllowedPath`regnat
2021-12-22Merge pull request #5821 from edolstra/remove-affinityEelco Dolstra
2021-12-22Merge pull request #5820 from ncfavier/completion-nospaceEelco Dolstra
2021-12-22Fix attr path completion after a dotNaïm Favier
2021-12-22Don't insert spaces when completing attribute pathsNaïm Favier
2021-12-22Remove CPU lockingEelco Dolstra
2021-12-21Merge pull request #5807 from NixOS/5805-ca-ifdEelco Dolstra
2021-12-21Merge branch 'nm-toml11' of https://github.com/nmattia/nixEelco Dolstra
2021-12-21Merge branch 'why-depends-completion' of https://github.com/ncfavier/nixEelco Dolstra
2021-12-21Fix IFD with CA derivationsregnat
2021-12-21Factor out the path realisation bit of IFDregnat
2021-12-20bulk-allocate Value instances in the evaluatorpennae