index
:
lix
main
User &
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
nix
/
repl.cc
Age
Commit message (
Expand
)
Author
2020-05-11
Merge branch 'master' into errors-phase-2
Ben Burdette
2020-05-01
Improve help-message for nix-repl
Maximilian Bosch
2020-04-21
remove 'format' from Error constructor calls
Ben Burdette
2020-03-19
nix repl: Put EvalState on the heap
Eelco Dolstra
2020-03-19
nix repl: Scan NixRepl for GC roots
Eelco Dolstra
2019-12-10
Make the Store API more type-safe
Eelco Dolstra
2019-12-05
Make subcommand construction in MultiCommand lazy
Eelco Dolstra
2019-10-28
nix repl: also handle lambda edit
zimbatm
2019-10-28
editorFor: take a pos object instead
zimbatm
2019-10-28
libexpr: findDerivationFilename return Pos instead of tuple
zimbatm
2019-10-23
libexpr: add findDerivationFilename
zimbatm
2019-10-23
libutil: add editorFor heuristic
zimbatm
2019-10-23
nix repl: add :edit command
zimbatm
2019-07-03
Fix C++ compatibility with older editline versions.
Niklas Hambüchen
2019-03-24
repl: Restore CTRL-C behaviour
xbreak
2019-02-05
Revert "Restore parent mount namespace before executing a child process"
Eelco Dolstra
2018-12-25
remove some dead code in nix/repl.cc
Dmitry Kalinkin
2018-12-12
nix repl: don't create result symlinks
Daiderd Jordan
2018-11-20
repl: give user the choice between libeditline and libreadline
Kai Harries
2018-11-20
repl: Remove code that was commented out
Kai Harries
2018-11-13
Merge branch 'feature/editline-pr' of https://github.com/dtzWill/nix
Eelco Dolstra
2018-11-13
Restore parent mount namespace before executing a child process
Eelco Dolstra
2018-10-29
repl: complete if all matches share prefix
Will Dietz
2018-10-29
editline: wip
Will Dietz
2018-09-10
auto args on repl
Ding Xiang Fei
2018-08-07
repl: don't add trailing spaces to history lines
Ivan Kozik
2018-06-23
repl: use `nix build` for building instead of `nix-store -r`
Will Dietz
2018-06-12
Move EvalState from the stack to the heap
Eelco Dolstra
2018-04-16
nix repl: Fix multiline SIGINT handling.
Félix Baylac-Jacqué
2018-04-11
Fix #2057
Eelco Dolstra
2017-12-26
nix repl: use linenoiseKeyType to differentiate ^C and ^D
Will Dietz
2017-11-27
no "linenoiseFree" in linenoise-ng
Will Dietz
2017-10-24
nix: Respect -I, --arg, --argstr
Eelco Dolstra
2017-08-09
nix repl: Support printing floating-point numbers
Eelco Dolstra
2017-07-30
Replace Unicode quotes in user-facing strings by ASCII
Jörg Thalheim
2017-07-20
nix-shell: Use bashInteractive from <nixpkgs>
Eelco Dolstra
2017-05-10
Replace readline by linenoise
Eelco Dolstra
2017-04-28
Check for libreadline
Eelco Dolstra
2017-04-25
nix repl: Fix Ctrl-C
Eelco Dolstra
2017-04-25
Minor cleanup
Eelco Dolstra
2017-04-25
"using namespace std" considered harmful
Eelco Dolstra
2017-04-25
nix repl: Use $XDG_DATA_HOME for the readline history
Eelco Dolstra
2017-04-25
Make "nix repl" build
Eelco Dolstra
2017-04-25
Cleanup in preparation of merging nix-repl repo into nix repo
Eelco Dolstra