aboutsummaryrefslogtreecommitdiff
path: root/src/libexpr
AgeCommit message (Expand)Author
2023-01-06Do big rename to clean up codeJohn Ericson
2023-01-06Use named field initialization for referencesJohn Ericson
2023-01-06Merge remote-tracking branch 'upstream/master' into path-infoJohn Ericson
2023-01-02Don't use state.positions[noPos]Eelco Dolstra
2023-01-02Merge remote-tracking branch 'origin/master' into coerce-stringEelco Dolstra
2023-01-02Merge pull request #5941 from hercules-ci/optimize-intersectAttrsThéophane Hufschmitt
2023-01-02antiquotation -> string interpolationValentin Gagarin
2023-01-02Merge pull request #7478 from hercules-ci/make-sure-initNix-calledThéophane Hufschmitt
2023-01-02Merge pull request #7351 from NaN-git/fix-mkStringThéophane Hufschmitt
2022-12-24Optimize intersectAttrs performanceRobert Hensing
2022-12-24libstore: Make sure that initNix has been calledRobert Hensing
2022-12-24remove undefined functionPhilipp Otterbein
2022-12-24remove function makeImmutableStringWithLenPhilipp Otterbein
2022-12-21primops `storeDir` test uses `settings.nixStore`mupdt
2022-12-20Merge pull request #7451 from edolstra/abstract-posEelco Dolstra
2022-12-16printMsg replacement by printInfoSolène Rapenne
2022-12-14warnings: switch to info level when using a saved substituterSolène Rapenne
2022-12-13Restore display of source lines for stdin/string inputsEelco Dolstra
2022-12-13Fix compilationEelco Dolstra
2022-12-13Improve cast safetyEelco Dolstra
2022-12-13Merge pull request #6741 from Mindavi/nix-no-gcThéophane Hufschmitt
2022-12-13Introduce AbstractPosEelco Dolstra
2022-12-12support building with --enable-gc=noRick van Schijndel
2022-12-12Fix stack context notes to not rely on orderJohn Ericson
2022-12-12Support flake references in the old CLIEelco Dolstra
2022-12-12Move isUri() and resolveUri() out of filetransfer.ccEelco Dolstra
2022-12-12Use get_ptr()Eelco Dolstra
2022-12-12Update URLEelco Dolstra
2022-12-07Trivial changes from the lazy-trees branchEelco Dolstra
2022-12-02Merge pull request #7395 from obsidiansystems/evaluating-to-callingEelco Dolstra
2022-12-02Change "while evaluating <fun>" to "while *calling*" in traceJohn Ericson
2022-12-01doc: listToAttrs: add extra whitespaceAlex Ameen
2022-11-30doc: listToAttrs: fix line wrappingAlex Ameen
2022-11-30doc: listToAttrs: document repeated keysAlex Ameen
2022-11-28Merge pull request #7313 from yorickvP/nlohmann-everywhereEelco Dolstra
2022-11-25Don't use GC_STRNDUPEelco Dolstra
2022-11-16Replace src/libutil/json.cc with nlohmann json generationYorick van Pelt
2022-11-14Merge remote-tracking branch 'nixos/master' into readFile-scan-referencesThéophane Hufschmitt
2022-11-11Restrict `readFile` context to references that appear in the stringNaïm Favier
2022-11-10Merge pull request #7258 from ncfavier/fix-eval-error-fmtThéophane Hufschmitt
2022-11-04Fix printing of eval errors with two format placeholdersNaïm Favier
2022-10-25Use _typeEelco Dolstra
2022-10-25Complete genericClosure testsGuillaume Maudoux
2022-10-25Rework error throwing, and test itGuillaume Maudoux
2022-10-23Mark flakes with .type = "flake".Shea Levy
2022-10-23Try to please clang with convoluted templatesGuillaume Maudoux
2022-10-22Introduce an Error builder to tackle complexityGuillaume Maudoux
2022-10-20Rollback unneeded throwFrameErrorWithTrace functionGuillaume Maudoux
2022-10-20Fix context message being printed twice with forceStringNoCtxGuillaume Maudoux
2022-10-20Reword incomparable types messageGuillaume Maudoux