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
Age
Commit message (
Expand
)
Author
Files
Lines
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
Merge branch 'multiline' of https://github.com/tsion/nix-repl
Eelco Dolstra
1
-11
/
+27
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-16
Open the store before constructing EvalState.
Scott Olson
1
-2
/
+1
2016-02-15
Merge pull request #16 from tsion/dashed-assign
Eelco Dolstra
1
-2
/
+4
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
2
-7
/
+25
2014-07-24
Fix building against current Nix master
Eelco Dolstra
1
-1
/
+2
2014-07-24
Handle non-numeric version strings
Eelco Dolstra
1
-1
/
+1
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
2
-5
/
+6
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
Fix readme
Eelco Dolstra
1
-3
/
+3
2013-09-09
Fix markdown
Eelco Dolstra
1
-56
/
+56
2013-09-09
Add a README
Eelco Dolstra
1
-0
/
+104
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 license
Eelco Dolstra
1
-0
/
+674
2013-09-09
Add :reload command
Eelco Dolstra
1
-8
/
+33
2013-09-09
Build on Mac OS X
Eelco Dolstra
1
-1
/
+1
2013-09-09
Add system argument
Eelco Dolstra
1
-2
/
+2
2013-09-09
Add :quit command
Eelco Dolstra
1
-19
/
+36
2013-09-09
Temporary hack to parameterize nixpkgs
Eelco Dolstra
1
-1
/
+3
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
2013-09-09
printValue: Show assertion errors inline
Eelco Dolstra
1
-6
/
+18
2013-09-09
printValue: Don't show lists/attribute sets twice
Eelco Dolstra
1
-6
/
+26
2013-09-07
Improved value display
Eelco Dolstra
1
-2
/
+116
2013-09-06
Restore affinity
Eelco Dolstra
2
-8
/
+28
2013-09-06
Add basic variable name completion
Eelco Dolstra
1
-42
/
+87
2013-09-06
Load files specified on the command line
Eelco Dolstra
1
-12
/
+24
2013-09-06
Add a command :s to start a nix-shell for a derivation
Eelco Dolstra
1
-13
/
+21
2013-09-06
Add a command :b to build a derivation
Eelco Dolstra
1
-5
/
+26
2013-09-06
Don't exit on SIGINT during evaluation
Eelco Dolstra
1
-0
/
+3
2013-09-06
Use readline history file
Eelco Dolstra
1
-1
/
+7
2013-09-06
Handle SIGINT to cancel the current line
Eelco Dolstra
1
-5
/
+37
[next]