aboutsummaryrefslogtreecommitdiff
path: root/src/libexpr/primops.cc
AgeCommit message (Expand)Author
2022-03-29Simplify the handling of the hash moduloThéophane Hufschmitt
2022-03-25Only provide builtin.{getFlake,fetchClosure} is the corresponding experimenta...Eelco Dolstra
2022-03-24Merge pull request #6305 from flox/genericClosure_docEelco Dolstra
2022-03-24docs: genericClosureTom Bereknyei
2022-03-22Merge pull request #6237 from obsidiansystems/store-path-string-contextEelco Dolstra
2022-03-18Decode string context straight to using `StorePath`sJohn Ericson
2022-03-18Generalize `DerivationType` in preparation for impure derivationsJohn Ericson
2022-03-18Avoid some pointless copying of drvsJohn Ericson
2022-03-18Use Deferred when building an input-addressed drvJohn Ericson
2022-03-17Clean up `DerivationOutput`, and headersJohn Ericson
2022-03-11Reduce variants for derivation hash moduloJohn Ericson
2022-02-28Add EvalState::allowAndSetStorePathString helperRobert Hensing
2022-02-25Remove std::string alias (for real this time)Eelco Dolstra
2022-02-21Remove std::vector aliasEelco Dolstra
2022-02-21Remove std::set aliasEelco Dolstra
2022-02-21Remove std::list aliasEelco Dolstra
2022-02-04Merge branch 'issue-3505' of https://github.com/kamadorueda/nixEelco Dolstra
2022-02-02Merge branch 'more-stringviews' of https://github.com/pennae/nixEelco Dolstra
2022-01-30fix spelling mistakes reported by Debian's lintian toolThomas Koch
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-27Don’t require `NIX_PATH` entries to be valid pathsregnat
2022-01-24Allow builtins.{readFile,path} on invalid pathsEelco Dolstra
2022-01-21forceAttrs: make pos mandatoryKevin Amado
2022-01-21Fix exception handling around realisePath()Eelco Dolstra
2022-01-18Merge pull request #5906 from pennae/primops-optimizationEelco Dolstra
2022-01-17Merge pull request #5812 from pennae/small-perf-improvementsEelco Dolstra
2022-01-14also cache split regexes, not just match regexespennae
2022-01-14optimize removeAttrs builtinpennae
2022-01-13avoid copies of parser input datapennae
2022-01-13move strings in derivationStrictpennae
2022-01-13avoid string copies in attrNames sort comparisonpennae
2022-01-13cache more often-used symbols for primopspennae
2022-01-09builtins.readFile: Propagate path contextNikolay Amiantov
2022-01-04Remove EvalState::mkAttrs()Eelco 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
2021-12-29Fix IFD with chroot storeSebastian Ullrich
2021-12-23Properly return false on `builtins.pathExists /someNonAllowedPath`regnat
2021-12-21Fix IFD with CA derivationsregnat
2021-12-21Factor out the path realisation bit of IFDregnat
2021-12-02Introduce builtins.groupBy primopSilvan Mosberger
2021-11-28Don't move the arguments of the primOpAndreas Rammhold
2021-11-25Support range-based for loop over list valuesEelco Dolstra
2021-11-24Merge pull request #5631 from Infinisil/list-compareEelco Dolstra