about summary refs log tree commit diff
path: root/nix-repl.cc
AgeCommit message (Expand)AuthorFilesLines
2016-02-23 Fix handling of whitespace.Scott Olson1-5/+4
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-16 Open the store before constructing EvalState.Scott Olson1-2/+1
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
2013-09-09 printValue: Show assertion errors inlineEelco Dolstra1-6/+18
2013-09-09 printValue: Don't show lists/attribute sets twiceEelco Dolstra1-6/+26
2013-09-07 Improved value displayEelco Dolstra1-2/+116
2013-09-06 Restore affinityEelco Dolstra1-7/+26
2013-09-06 Add basic variable name completionEelco Dolstra1-42/+87
2013-09-06 Load files specified on the command lineEelco Dolstra1-12/+24
2013-09-06 Add a command :s to start a nix-shell for a derivationEelco Dolstra1-13/+21
2013-09-06 Add a command :b to build a derivationEelco Dolstra1-5/+26
2013-09-06 Don't exit on SIGINT during evaluationEelco Dolstra1-0/+3
2013-09-06 Use readline history fileEelco Dolstra1-1/+7
2013-09-06 Handle SIGINT to cancel the current lineEelco Dolstra1-5/+37
2013-09-02 Add a command :l for loading a file into scopeEelco Dolstra1-10/+33
2013-09-02 Add a command :t for showing the type of an expressionEelco Dolstra1-4/+17
2013-09-02 Support adding variables to the scopeEelco Dolstra1-9/+86
2013-09-02 Initial version of nix-replEelco Dolstra1-0/+57