aboutsummaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2024-03-11add automated usage mode to the replJade Lovelace
2024-03-11Merge "refactor: repl prompts are now the job of the interacter" into mainjade
2024-03-11Merge "refactor: move readline stuff into its own file" into mainjade
2024-03-11Merge "finally.hh: delete copy constructor which is a bad idea" into mainjade
2024-03-11Merge "Add box_ptr: nonnull unique_ptr with value semantics" into mainjade
2024-03-11Merge "util.hh: split out signals stuff" into mainjade
2024-03-11refactor: repl prompts are now the job of the interacterJade Lovelace
2024-03-11refactor: move readline stuff into its own fileJade Lovelace
2024-03-11finally.hh: delete copy constructor which is a bad ideaJade Lovelace
2024-03-11Add box_ptr: nonnull unique_ptr with value semanticsJade Lovelace
2024-03-11util.hh: split out signals stuffJade Lovelace
2024-03-10Merge "Print derivation paths in `nix eval`" into mainjade
2024-03-10add doc comment justifying ExprInheritFromeldritch horrors
2024-03-10remove ExprAttrs::AttrDef::inheritedeldritch horrors
2024-03-10evaluate inherit (from) exprs only once per directiveeldritch horrors
2024-03-10remove getDerivations deduplicationeldritch horrors
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-09Rename `ProcessLineResult` variantseldritch 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-09Remove `EXCEPTION_NEEDS_THROW_SPEC`eldritch 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-08Print derivation paths in `nix eval`Rebecca Turner
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