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-08-21
libutil/config: unify path setting types
Alois Wohlschlager
2024-08-07
src/libcmd/repl.cc: allow :log /path/to/store.drv
Goldstein
2024-07-30
src/libcmd/repl.cc: avoid unneeded reload after :e
Goldstein
2024-07-10
lix-doc: update dependencies and refactor
Lunaphied
2024-07-05
libutil: return a program handle from runProgram2
eldritch horrors
2024-07-01
tree-wide: unify progress bar inactive and paused states
Alois Wohlschlager
2024-06-24
Merge "Fix compile error under gcc with -Denable-pch-std=false" into main
Delan Azabani
2024-06-24
Fix compile error under gcc with -Denable-pch-std=false
Delan Azabani
2024-06-23
libutil: remove runProgram2 stdin functionality
eldritch horrors
2024-06-17
libexpr: pass Exprs as references, not pointers
eldritch horrors
2024-06-17
repl: implement tab completing :colon commands
Qyriad
2024-05-29
util.{hh,cc}: Split out users.{hh,cc}
Tom Hubrecht
2024-05-26
docstrings: NixRepl::getDerivationPath: exceptions directly thrown
Qyriad
2024-05-23
Merge "repl: do not crash when tab-completing import errors" into main
Pierre Bourdon
2024-05-23
repl: do not crash when tab-completing import errors
Pierre Bourdon
2024-05-22
fix: enlarge envSize by several times to not be close to nixpkgs size
Jade Lovelace
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
[next]