aboutsummaryrefslogtreecommitdiff
path: root/src/libexpr
AgeCommit message (Expand)Author
2024-03-10group inherit by source during Expr::showeldritch horrors
2024-03-10use the same bindings print for ExprAttrs and ExprLeteldritch horrors
2024-03-10add ExprAttrs::AttrDef::chooseByKindeldritch horrors
2024-03-10preserve information about whether/how an attribute was inheritedeldritch horrors
2024-03-09Merge pull request #10066 from 9999years/print-all-frameseldritch horrors
2024-03-09Merge pull request #9914 from 9999years/debugger-on-traceeldritch horrors
2024-03-09`:quit` in the debugger should quit the whole programeldritch horrors
2024-03-09Extract `printSpace` helpereldritch horrors
2024-03-09`prettyPrint` -> `shouldPrettyPrint`eldritch horrors
2024-03-09Add assertion for decreasing the indenteldritch horrors
2024-03-09Pretty-print values in the REPLeldritch horrors
2024-03-09Merge pull request #9925 from 9999years/fmt-cleanupeldritch horrors
2024-03-09Add commenteldritch horrors
2024-03-09Add commentseldritch horrors
2024-03-09Attach positions to errors in `derivationStrict`eldritch horrors
2024-03-09libexpr: Support structured error classeseldritch horrors
2024-03-09Move `PodIdx` to `pos-idx.hh` and `PosTable` to `pos-table.hh`eldritch horrors
2024-03-09Merge pull request #9928 from 9999years/error-messages-in-nix-repleldritch horrors
2024-03-09Merge pull request #9929 from 9999years/dont-print-values-in-magentaeldritch horrors
2024-03-09Merge pull request #9917 from 9999years/enter-debugger-more-reliablyeldritch horrors
2024-03-09Merge pull request #9927 from 9999years/catch-error-in-value-printereldritch horrors
2024-03-09Merge pull request #9926 from 9999years/fix-cycle-detection-in-nix-repleldritch horrors
2024-03-09Minor formatting tweakseldritch horrors
2024-03-09Update src/libexpr/eval.cceldritch horrors
2024-03-09don't repeatedly look up ast internal symbolseldritch horrors
2024-03-09decouple parser and EvalStateeldritch horrors
2024-03-09slim down parser.yeldritch horrors
2024-03-09rename ParserState::{makeCurPos -> at}eldritch horrors
2024-03-09move ParseData to own header, rename to ParserStateeldritch horrors
2024-03-09make parser utility functions members of ParseDataeldritch horrors
2024-03-09simplify parse error reportingeldritch horrors
2024-03-09remove ParserFormalseldritch horrors
2024-03-09Merge pull request #9754 from 9999years/print-value-when-coercion-failseldritch horrors
2024-03-09Merge pull request #9818 from Ma27/print-value-on-function-call-type-erroreldritch horrors
2024-03-09Merge pull request #9753 from 9999years/print-value-on-type-erroreldritch horrors
2024-03-09Unify and refactor value printingeldritch horrors
2024-03-08Unindent `print.hh` declarationseldritch horrors
2024-03-07Merge pull request #9890 from obsidiansystems/remove-unneeded-toRealPatheldritch horrors
2024-03-07Merge pull request #9985 from alois31/symlink-resolutioneldritch horrors
2024-03-07Merge pull request #10074 from lf-/jade/ban-implicit-fallthrougheldritch horrors
2024-03-05Merge pull request #9634 from 9999years/combine-abstract-pos-and-poseldritch horrors
2024-03-04Merge pull request #9915 from 9999years/evaluating-attribute-positioneldritch horrors
2024-03-04Merge pull request #10055 from GrahamDennis/gdennis/faster-flake-lock-parsingeldritch horrors
2024-03-04Merge pull request #9933 from pennae/debugger-fixeldritch horrors
2024-03-04Merge pull request #9918 from 9999years/debugger-locals-for-let-expressionseldritch horrors
2024-03-04Merge pull request #9919 from 9999years/reduce-debugger-cluttereldritch horrors
2024-03-04Merge pull request #9747 from awakesecurity/mz/fix-quadratic-splitStringeldritch horrors
2024-03-04Merge pull request #9681 from edolstra/eval-optimisationseldritch horrors
2024-03-04Merge pull request #9658 from pennae/env-dieteldritch horrors
2024-03-04Merge pull request #9617 from 9999years/stack-overflow-segfaulteldritch horrors