about summary refs log tree commit diff
path: root/nix-repl.cc
AgeCommit message (Expand)AuthorFilesLines
2017-04-25 Merge branch 'master' of https://github.com/olejorgenb/nix-replEelco Dolstra1-1/+8
2017-04-25 Fix buildEelco Dolstra1-1/+3
2016-07-21 Strip ANSI escapes from file namesEelco Dolstra1-3/+6
2016-07-21 Merge branch 'lambda-position' of https://github.com/fkz/nix-replEelco Dolstra1-1/+1
2016-07-21 Merge branch 'show-trace' of https://github.com/fkz/nix-replEelco Dolstra1-3/+5
2016-06-25 fixup "Colorize"Emery Hemingway1-2/+2
2016-06-25 ColorizeEmery Hemingway1-10/+19
2016-03-19 show trace of errors when using --show-traceFabian Schmitthenner1-3/+5
2016-03-05 When showing a lambda, also show the position of the definitionFabian Schmitthenner1-1/+1
2016-03-01 Rename :x to :u, for 'use'.Scott Olson1-2/+2
2016-03-01 Add :x command which works like `nix-shell -p`.Scott Olson1-7/+24
2016-02-29 Merge pull request #20 from tsion/more-helpEelco Dolstra1-2/+29
2016-02-29 Merge pull request #17 from tsion/install-cmdEelco Dolstra1-6/+7
2016-02-28 fix nix-repl after we don't have a global store variable anymore (cf nix@c10c...Fabian Schmitthenner1-6/+5
2016-02-23 Ignore blank inputs.Scott Olson1-1/+1
2016-02-23 Fix handling of whitespace.Scott Olson1-5/+4
2016-02-23 Preserve readline history across sessions. Add rl_readline_name.Ole Jørgen Brønner1-1/+6
2016-02-20 Print syntactially invalid attribute names as strings.Scott Olson1-9/+19
2016-02-18 Merge branch 'issue-13' of https://github.com/tsion/nix-replEelco Dolstra1-2/+1
2016-02-18 Fix typo in comment.Scott Olson1-1/+1
2016-02-18 Fix recognition of REPL commands.Scott Olson1-1/+1
2016-02-18 Cancel multiline input on Ctrl-C.Scott Olson1-11/+9
2016-02-18 Support multiline input by detecting "unfinished" parse errors.Scott Olson1-5/+23
2016-02-18 Expand the help message printed from --help.Scott Olson1-2/+29
2016-02-16 Open the store before constructing EvalState.Scott Olson1-2/+1
2016-02-16 Add :i command to install a package to the current profile.Scott Olson1-2/+6
2016-02-15 Fix grammar.Scott Olson1-1/+1
2016-02-15 Remove unused global variable.Scott Olson1-3/+0
2016-02-14 Don't consider empty strings or strings beginning with numbers as variable na...Scott Olson1-2/+3
2016-02-14 Don't consider strings starting with - or ' as variable names.Scott Olson1-1/+2
2016-02-14 Parse `foo-bar = expr` as an assignment.Scott Olson1-1/+1
2015-09-07 Fix building against Nix 1.10Eelco Dolstra1-32/+36
2015-07-06 Fix nix-repl does not support '--help'Susan Potter1-1/+7
2015-06-02 Fix building against latest NixEelco Dolstra1-0/+1
2014-12-01 Fix building against current Nix masterEelco Dolstra1-1/+1
2014-08-26 Support -I flagEelco Dolstra1-5/+7
2014-08-26 Fix building against current Nix masterEelco Dolstra1-7/+23
2014-07-24 Fix building against current Nix masterEelco Dolstra1-1/+2
2014-06-16 Don't parse 'var == expr' as an assignmentEelco Dolstra1-0/+2
2014-04-11 Fix crash in tab completionEelco Dolstra1-1/+3
2014-04-11 Fix building against Nix 1.7Eelco Dolstra1-2/+2
2014-01-28 Fix building against current NixEelco Dolstra1-2/+2
2014-01-28 Show derivations more conciselyEelco Dolstra1-6/+13
2013-09-09 Make tab-completion work on builtinsEelco Dolstra1-1/+4
2013-09-09 On reload, wipe the environmentEelco Dolstra1-8/+18
2013-09-09 Add :reload commandEelco Dolstra1-8/+33
2013-09-09 Add :quit commandEelco Dolstra1-19/+36
2013-09-09 Add sugar for defining a variableEelco Dolstra1-14/+41
2013-09-09 Add help (:?)Eelco Dolstra1-1/+13
2013-09-09 Support tab-completion on attribute setsEelco Dolstra1-5/+34