index
:
lix
main
User &
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
libcmd
/
repl.cc
Age
Commit message (
Expand
)
Author
2024-05-15
build: fix build when gc is disabled
Mel Zuser
2024-05-13
repl: clear the interrupt before reading the next line
Alois Wohlschlager
2024-05-08
repl: show a progress bar while performing builds
Alois Wohlschlager
2024-04-09
Print top-level errors normally in `nix repl`
Rebecca Turner
2024-04-08
Add `repl-overlays`
Rebecca Turner
2024-04-07
Merge pull request #10208 from 9999years/print-strings-directly
Robert Hensing
2024-04-03
repl: improve `:doc` builtin repl command to support lambdas.
Lunaphied
2024-03-31
Merge pull request #9920 from 9999years/forbid-nested-debuggers
Théophane Hufschmitt
2024-03-23
Revert "Merge pull request #9476 from alois31/restore-progress-bar"
Jade Lovelace
2024-03-18
un-nixes ur lix, a little
Jade Lovelace
2024-03-17
Delete hasPrefix and hasSuffix from the codebase
Jade Lovelace
2024-03-11
add automated usage mode to the repl
Jade Lovelace
2024-03-11
refactor: repl prompts are now the job of the interacter
Jade Lovelace
2024-03-11
refactor: move readline stuff into its own file
Jade Lovelace
2024-03-11
util.hh: split out signals stuff
Jade Lovelace
2024-03-09
Rename `ProcessLineResult` variants
eldritch horrors
2024-03-09
`:quit` in the debugger should quit the whole program
eldritch horrors
2024-03-09
Pretty-print values in the REPL
eldritch horrors
2024-03-09
libexpr: Support structured error classes
eldritch horrors
2024-03-09
Unify and refactor value printing
eldritch horrors
2024-03-05
Merge pull request #9634 from 9999years/combine-abstract-pos-and-pos
eldritch horrors
2024-03-04
Merge pull request #10010 from 9999years/fix-9941
eldritch horrors
2024-03-04
Merge pull request #9919 from 9999years/reduce-debugger-clutter
eldritch horrors
2024-03-04
Merge pull request #9913 from 9999years/debugger-positions
eldritch horrors
2024-03-04
Merge pull request #9658 from pennae/env-diet
eldritch horrors
2024-03-04
Merge pull request #9582 from pennae/misc-opts
eldritch horrors
2024-03-04
Merge pull request #9476 from alois31/restore-progress-bar
eldritch horrors
2023-09-14
Merge pull request #7661 from henrik-ch/repl-doc
Théophane Hufschmitt
2023-08-10
Make the Derived Path family of types inductive for dynamic derivations
John Ericson
2023-07-31
Move evaluator settings (type and global) to separate file/header
John Ericson
2023-07-09
Clean up `SearchPath`
John Ericson
2023-04-24
Merge remote-tracking branch 'origin/master' into source-path
Eelco Dolstra
2023-04-21
Use `std::set<StringContextElem>` not `PathSet` for string contexts
John Ericson
2023-04-17
Merge remote-tracking branch 'upstream/master' into source-path
Robert Hensing
2023-04-16
libexpr: Move identifier-like printing to print.cc
Robert Hensing
2023-04-16
libexpr/value/print.* -> libexpr/print.*
Robert Hensing
2023-04-16
printLiteral: Do not overload
Robert Hensing
2023-04-09
Deduplicate string literal rendering, fix 4909
Robert Hensing
2023-04-06
improved help command listing.
Henrik Karlsson
2023-04-06
Origin: Use SourcePath
Eelco Dolstra
2023-04-06
Backport SourcePath from the lazy-trees branch
Eelco Dolstra
2023-04-04
Merge pull request #7944 from yorickvP/fix-curRepl
Théophane Hufschmitt
2023-04-03
Add explicit case statements where -Wswitch-enum would report them
Robert Hensing
2023-03-02
NixRepl::mainLoop: restore old curRepl on function exit
Yorick van Pelt
2023-02-21
Fix the build without GC
John Ericson
2023-02-20
Split out `CmdRepl` and `editorFor`
John Ericson
2023-01-20
Fix unreachable error message
Guillaume Maudoux
2023-01-19
Revert "Revert "Merge pull request #6204 from layus/coerce-string""
Guillaume Maudoux
2023-01-18
Revert "Merge pull request #6204 from layus/coerce-string"
Robert Hensing
2023-01-11
Remove default constructor from `OutputsSpec`
John Ericson
[next]