about summary refs log tree commit diff
AgeCommit message (Expand)AuthorFilesLines
2017-04-25 Cleanup in preparation of merging nix-repl repo into nix repoEelco Dolstra4-798/+0
2017-04-25 Merge branch 'master' of https://github.com/olejorgenb/nix-replEelco Dolstra2-1/+12
2017-04-25 Fix buildEelco Dolstra2-5/+7
2017-01-02 Merge pull request #35 from orbekk/masterEelco Dolstra1-2/+2
2017-01-01 Update <nixpkgs/nixos> path in documentation.Kjetil Orbekk1-2/+2
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-07-21 Merge branch 'colorize' of https://github.com/ehmry/nix-replEelco Dolstra1-10/+19
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-07 Merge pull request #19 from tsion/x-commandEelco Dolstra1-7/+24
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-29 Merge pull request #25 from fkz/fix-storeEelco Dolstra1-6/+5
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-24 Merge pull request #24 from tsion/whitespaceEelco Dolstra1-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ønner2-1/+10
2016-02-23 Merge pull request #22 from tsion/quote-invalid-varsEelco Dolstra1-9/+19
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 Merge branch 'multiline' of https://github.com/tsion/nix-replEelco Dolstra1-11/+27
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-15 Merge pull request #16 from tsion/dashed-assignEelco Dolstra1-2/+4
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 Dolstra2-7/+25
2014-07-24 Fix building against current Nix masterEelco Dolstra1-1/+2
2014-07-24 Handle non-numeric version stringsEelco Dolstra1-1/+1
2014-06-16 Don't parse 'var == expr' as an assignmentEelco Dolstra1-0/+2