summaryrefslogtreecommitdiff
path: root/src/compiler/scala/tools/nsc/InterpreterLoop.scala
Commit message (Expand)AuthorAgeFilesLines
* Merged 22949,22463,22446, addresses some of Har...Antonio Cunei2010-09-071-1/+2
* svnmerge + tagsAntonio Cunei2010-05-261-38/+42
* Merged revisions 21575,21577,21596-21599,21603-...Antonio Cunei2010-04-291-40/+21
* Merged revisions 20582,20586,20597-20603,20607-...Antonio Cunei2010-04-071-103/+252
* Merged revisions 20538-20539,20543-20544,20549,...Antonio Cunei2010-01-181-3/+4
* Merged revisions 20429,20437-20438,20444-20447,...Antonio Cunei2010-01-151-15/+60
* Merged revisions 19842,19844,19846,19848-19849,...Antonio Cunei2009-12-161-7/+21
* These might be the last of the deprecation warn...Paul Phillips2009-08-221-1/+1
* Gave spawn and future a default implicit to add...Paul Phillips2009-08-211-1/+1
* Added the scala.concurrent.TaskRunner and scala...Philipp Haller2009-08-031-0/+2
* Now that there's a KMP implementation in Seq, r...Paul Phillips2009-07-171-1/+1
* A big yet interim patch emerging from my attemp...Paul Phillips2009-05-261-1/+19
* Added :silent feature to disable automatic toSt...Paul Phillips2009-05-191-2/+9
* caught corner case for interpreter commands.Paul Phillips2009-05-031-4/+9
* Improvements to repl completion.Paul Phillips2009-04-071-4/+5
* Various cleanups and redundancy-removal related...Paul Phillips2009-03-161-5/+2
* Adds debugger-like capabilities to repl.Paul Phillips2009-03-101-0/+20
* Another big Interpreter patch, this one mostly ...Paul Phillips2009-03-051-164/+214
* Updated copyright notices to 2009Antonio Cunei2009-01-091-1/+1
* Reverted r15497 and r15500.Geoffrey Washburn2008-07-121-5/+3
* Fixed r15497 to handle the case where a file th...Geoffrey Washburn2008-07-081-5/+6
* Patch so that .scala can be be ommited when loa...Geoffrey Washburn2008-07-071-1/+2
* Fixed ugliness correctly this time.Geoffrey Washburn2008-05-251-9/+1
* Undo the changes for now.Geoffrey Washburn2008-05-241-1/+11
* Really fixed InterpreterLoop this time.Geoffrey Washburn2008-05-241-3/+1
* InterpreterLoop no longer needs ugliness becaus...Geoffrey Washburn2008-05-241-8/+0
* Fixes #416.Geoffrey Washburn2008-02-041-1/+2
* made println platform-independent in interpretermichelou2008-01-241-6/+5
* Moved the checks for executing JVM versus targe...Geoffrey Washburn2008-01-131-5/+0
* I believe I've fixed the problem with ScriptRun...Geoffrey Washburn2008-01-091-0/+5
* removed tabs michelou2007-10-121-21/+20
* 1. Pre-load any files specified with the -i optionLex Spoon2007-10-101-0/+18
* fixes two little problems with :replay Lex Spoon2007-10-051-5/+2
* added test for EMACS environment variable (jline)michelou2007-08-161-8/+7
* Support jline in the interactive shell.Lex Spoon2007-07-171-35/+49
* minor tweak to the message for ending multi-lin...Lex Spoon2007-07-131-1/+1
* - set the Java "context classloader" in ObjectR...Lex Spoon2007-07-131-5/+12
* added star expansion (Stepan's contrib)michelou2007-07-091-5/+4
* removed more primitive type aliases, removed so...michelou2007-06-211-1/+1
* added prompt/fileEnding propertiesmichelou2007-06-191-2/+1
* added the version number to the welcome messageLex Spoon2007-06-191-1/+1
* factored out the choice of promptLex Spoon2007-06-141-1/+5
* Final merge from the plugins branch. The compilerLex Spoon2007-06-071-0/+3
* splitted usage messagemichelou2007-06-061-16/+16
* Renamed "interpreter" to "interactive shell" in...Lex Spoon2007-05-301-4/+6
* In the interpreter, compile the source code of ...Lex Spoon2007-05-241-7/+2
* updated for-comprehension syntaxmichelou2007-04-191-5/+5
* added a commentLex Spoon2007-04-191-0/+6
* for the parent class loader, choose the classLex Spoon2007-04-191-1/+1
* - added user-accessible settings for the interp...Lex Spoon2007-03-241-8/+27