depot
this commit
canon
subtree-staging
monorepo for the virus lounge
The Virus Lounge
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
nix-repl.cc
Age
Commit message (
Expand
)
Author
Files
Lines
2017-04-25
Merge branch 'master' of https://github.com/olejorgenb/nix-repl
Eelco Dolstra
1
-1
/
+8
2017-04-25
Fix build
Eelco Dolstra
1
-1
/
+3
2016-07-21
Strip ANSI escapes from file names
Eelco Dolstra
1
-3
/
+6
2016-07-21
Merge branch 'lambda-position' of https://github.com/fkz/nix-repl
Eelco Dolstra
1
-1
/
+1
2016-07-21
Merge branch 'show-trace' of https://github.com/fkz/nix-repl
Eelco Dolstra
1
-3
/
+5
2016-06-25
fixup "Colorize"
Emery Hemingway
1
-2
/
+2
2016-06-25
Colorize
Emery Hemingway
1
-10
/
+19
2016-03-19
show trace of errors when using --show-trace
Fabian Schmitthenner
1
-3
/
+5
2016-03-05
When showing a lambda, also show the position of the definition
Fabian Schmitthenner
1
-1
/
+1
2016-03-01
Rename :x to :u, for 'use'.
Scott Olson
1
-2
/
+2
2016-03-01
Add :x command which works like `nix-shell -p`.
Scott Olson
1
-7
/
+24
2016-02-29
Merge pull request #20 from tsion/more-help
Eelco Dolstra
1
-2
/
+29
2016-02-29
Merge pull request #17 from tsion/install-cmd
Eelco Dolstra
1
-6
/
+7
2016-02-28
fix nix-repl after we don't have a global store variable anymore (cf nix@c10c...
Fabian Schmitthenner
1
-6
/
+5
2016-02-23
Ignore blank inputs.
Scott Olson
1
-1
/
+1
2016-02-23
Fix handling of whitespace.
Scott Olson
1
-5
/
+4
2016-02-23
Preserve readline history across sessions. Add rl_readline_name.
Ole Jørgen Brønner
1
-1
/
+6
2016-02-20
Print syntactially invalid attribute names as strings.
Scott Olson
1
-9
/
+19
2016-02-18
Merge branch 'issue-13' of https://github.com/tsion/nix-repl
Eelco Dolstra
1
-2
/
+1
2016-02-18
Fix typo in comment.
Scott Olson
1
-1
/
+1
2016-02-18
Fix recognition of REPL commands.
Scott Olson
1
-1
/
+1
2016-02-18
Cancel multiline input on Ctrl-C.
Scott Olson
1
-11
/
+9
2016-02-18
Support multiline input by detecting "unfinished" parse errors.
Scott Olson
1
-5
/
+23
2016-02-18
Expand the help message printed from --help.
Scott Olson
1
-2
/
+29
2016-02-16
Open the store before constructing EvalState.
Scott Olson
1
-2
/
+1
2016-02-16
Add :i command to install a package to the current profile.
Scott Olson
1
-2
/
+6
2016-02-15
Fix grammar.
Scott Olson
1
-1
/
+1
2016-02-15
Remove unused global variable.
Scott Olson
1
-3
/
+0
2016-02-14
Don't consider empty strings or strings beginning with numbers as variable na...
Scott Olson
1
-2
/
+3
2016-02-14
Don't consider strings starting with - or ' as variable names.
Scott Olson
1
-1
/
+2
2016-02-14
Parse `foo-bar = expr` as an assignment.
Scott Olson
1
-1
/
+1
2015-09-07
Fix building against Nix 1.10
Eelco Dolstra
1
-32
/
+36
2015-07-06
Fix nix-repl does not support '--help'
Susan Potter
1
-1
/
+7
2015-06-02
Fix building against latest Nix
Eelco Dolstra
1
-0
/
+1
2014-12-01
Fix building against current Nix master
Eelco Dolstra
1
-1
/
+1
2014-08-26
Support -I flag
Eelco Dolstra
1
-5
/
+7
2014-08-26
Fix building against current Nix master
Eelco Dolstra
1
-7
/
+23
2014-07-24
Fix building against current Nix master
Eelco Dolstra
1
-1
/
+2
2014-06-16
Don't parse 'var == expr' as an assignment
Eelco Dolstra
1
-0
/
+2
2014-04-11
Fix crash in tab completion
Eelco Dolstra
1
-1
/
+3
2014-04-11
Fix building against Nix 1.7
Eelco Dolstra
1
-2
/
+2
2014-01-28
Fix building against current Nix
Eelco Dolstra
1
-2
/
+2
2014-01-28
Show derivations more concisely
Eelco Dolstra
1
-6
/
+13
2013-09-09
Make tab-completion work on builtins
Eelco Dolstra
1
-1
/
+4
2013-09-09
On reload, wipe the environment
Eelco Dolstra
1
-8
/
+18
2013-09-09
Add :reload command
Eelco Dolstra
1
-8
/
+33
2013-09-09
Add :quit command
Eelco Dolstra
1
-19
/
+36
2013-09-09
Add sugar for defining a variable
Eelco Dolstra
1
-14
/
+41
2013-09-09
Add help (:?)
Eelco Dolstra
1
-1
/
+13
2013-09-09
Support tab-completion on attribute sets
Eelco Dolstra
1
-5
/
+34
[next]