aboutsummaryrefslogtreecommitdiff
path: root/src/libexpr
AgeCommit message (Expand)Author
2022-04-28No point in passing string_views by referenceGuillaume Maudoux
2022-04-28fix errors case and wordingGuillaume Maudoux
2022-03-18Try to fix issues with macos clang, v3Guillaume Maudoux
2022-03-18Try to fix issues with macos clang, v2Guillaume Maudoux
2022-03-18Try to fix issues with macos clangGuillaume Maudoux
2022-03-18Fix some error kind mismatchesGuillaume Maudoux
2022-03-18fixup! Merge remote-tracking branch 'origin/master' into coerce-stringGuillaume Maudoux
2022-03-18Merge remote-tracking branch 'origin/master' into coerce-stringGuillaume Maudoux
2022-03-18Revert extra colon at end os stringsGuillaume Maudoux
2022-03-18Refactor to use more traces and less string manipulationsGuillaume Maudoux
2022-03-17Merge pull request #6242 from ncfavier/print-output-namesThéophane Hufschmitt
2022-03-16nix-env: always print output names in JSON and XMLNaïm Favier
2022-03-11Reduce variants for derivation hash moduloJohn Ericson
2022-03-11Merge remote-tracking branch 'origin/eval-suggestions'Eelco Dolstra
2022-03-11Merge pull request #5865 from pennae/memory-friendlinessEelco Dolstra
2022-03-09add HAVE_BOEHMGC guards to batched allocation functionspennae
2022-03-08make Pos smallerpennae
2022-03-08force-inline a few much-used functionspennae
2022-03-08cache singleton Envs just like Valuespennae
2022-03-08remove GC_PTR_STORE_AND_DIRTYpennae
2022-03-08Also display some suggestions for invalid formal argumentsregnat
2022-03-08Try and make the darwin build happyregnat
2022-03-08Add some suggestions to the evaluatorregnat
2022-03-07Merge branch 'cli-suggestions' of https://github.com/thufschmitt/nixEelco Dolstra
2022-03-07Merge `or-suggestions.hh` into `suggestions.hh`regnat
2022-03-07dupStringWithLen -> makeImmutableStringRobert Hensing
2022-03-07Value::mkPath: Avoid potential crash from null string_viewRobert Hensing
2022-03-07Value::mkString: Avoid crash from null string_viewRobert Hensing
2022-03-07more fixesGuillaume Maudoux
2022-03-07Move OrSuggestions to its own headerregnat
2022-03-07Also display suggestions for the commands using the eval cacheregnat
2022-03-07Implement a suggestions mechanismregnat
2022-03-05change error location for genericClosure operator errorsGuillaume Maudoux
2022-03-05DRY addPrimOpGuillaume Maudoux
2022-03-04Use 'errorCtx' name everywhereGuillaume Maudoux
2022-03-04fixup! s/forceValue/forceFunction/ where applicableGuillaume Maudoux
2022-03-04s/forceValue/forceFunction/ where applicableGuillaume Maudoux
2022-03-04Add detailed error mesage for coerceTo{String,Path}Guillaume Maudoux
2022-03-04Add error context for most basic coercionsGuillaume Maudoux
2022-03-03Add some context to coercion error stringsGuillaume Maudoux
2022-03-03Be more aggressive in hiding repeated valuesEelco Dolstra
2022-03-03printValue(): Don't show repeated valuesEelco Dolstra
2022-03-03Fix segfault in headerCallback()Eelco Dolstra
2022-03-02Add EvalState::coerceToStorePath() helperEelco Dolstra
2022-03-01Merge pull request #6185 from hercules-ci/fetchTree-reuse-local-pathsEelco Dolstra
2022-03-01fetchTree: Use isValidPath, add commentRobert Hensing
2022-03-01fetch{url,Tarball}: Remove 'narHash' attributeEelco Dolstra
2022-03-01Merge pull request #6183 from obsidiansystems/sort-configEelco Dolstra
2022-03-01Move some stuff from `Settings` to a new `FetchSettings`.John Ericson
2022-02-28Add EvalState::allowAndSetStorePathString helperRobert Hensing