summaryrefslogtreecommitdiff
path: root/src/compiler/scala/tools/nsc/InterpreterLoop.scala
Commit message (Expand)AuthorAgeFilesLines
* Updated a bunch of @deprecated annotations to h...Paul Phillips2011-04-241-1/+1
* There is a lot of housecleaning to be done.Paul Phillips2011-01-291-705/+5
* More repl housecleaning.Paul Phillips2011-01-281-74/+99
* Some overdue organization and cleanups in the r...Paul Phillips2011-01-271-53/+90
* Deleted the former Process code in the compiler.Paul Phillips2011-01-211-12/+7
* The repl becomes more intense about making sure...Paul Phillips2011-01-201-4/+5
* Updated copyright notices to 2011Antonio Cunei2011-01-201-1/+1
* Imported sbt.Process into trunk, in the guise o...Paul Phillips2011-01-121-1/+1
* This commit is about not calling .length or .si...Paul Phillips2010-12-201-1/+1
* New jline: BSD licensed, based on [ https://git...Paul Phillips2010-12-121-16/+9
* Eliminating all possible warnings from trunk.Paul Phillips2010-12-111-0/+1
* Made it possible to give :cp an argument with s...Paul Phillips2010-12-071-2/+5
* Hardened sigint handler against ctrl-C in the f...Paul Phillips2010-12-071-1/+3
* The ability to interrupt repl execution without...Paul Phillips2010-12-061-4/+17
* Mopping up after the deprecation of exit and er...Paul Phillips2010-12-051-4/+4
* Moved sigint handler to InterpreterLoop and mad...Paul Phillips2010-11-281-0/+28
* Some modifications to repl classloading to make...Paul Phillips2010-09-071-1/+2
* Made interpreter robust against a missing class...Paul Phillips2010-05-261-2/+5
* Notice and fail when a file given with -i is in...Paul Phillips2010-05-121-35/+37
* Removed more than 3400 svn '$Id' keywords and r...Antonio Cunei2010-05-121-1/+0
* Various refinements and polishing to do with me...Paul Phillips2010-04-271-0/+1
* Some cleanups in repl completion and power mode.Paul Phillips2010-04-271-10/+11
* Some overdue improvements in repl completion, w...Paul Phillips2010-04-251-30/+9
* A repl corner case. Closes #3298, no review.Paul Phillips2010-04-151-1/+1
* Making sure the interpreter always uses the des...Paul Phillips2010-03-041-11/+15
* Some much needed housecleaning regarding system...Paul Phillips2010-02-231-3/+1
* More laboring on Settings, ClassPaths, Ant Task...Paul Phillips2010-02-221-11/+11
* The first reasonably satisfying classpath commit.Paul Phillips2010-02-181-2/+2
* Some prestidigitation improving the repl startu...Paul Phillips2010-02-161-0/+8
* More classpath work, and cleanups in the vicini...Paul Phillips2010-02-141-1/+2
* Some work on classpaths.Paul Phillips2010-02-081-27/+28
* Some code duplication removal as I inch us towa...Paul Phillips2010-02-071-1/+1
* A big push to make the interpreter easier to in...Paul Phillips2010-02-031-13/+1
* Quite a lot more work on completion.Paul Phillips2010-02-011-3/+6
* A compact tree printer, for primitives like mys...Paul Phillips2010-01-301-15/+2
* I'm sure I'm not the only one driven into parox...Paul Phillips2010-01-291-5/+98
* Added :search to power mode for finding classes...Paul Phillips2010-01-281-3/+37
* Refinements to the recent repl patches.Paul Phillips2010-01-261-3/+24
* Some minor polishing to the previous repl compl...Paul Phillips2010-01-241-1/+1
* Another big REPL patch.Paul Phillips2010-01-231-37/+50
* It's a big REPL patch. And it contains:Paul Phillips2010-01-211-16/+14
* Adjectified some parts of speech as discussed o...Paul Phillips2010-01-181-1/+1
* New repl feature: you can start a line with .Paul Phillips2010-01-161-2/+3
* A few repl features.Paul Phillips2010-01-111-15/+60
* Updated copyright notices to 2010Antonio Cunei2009-12-071-1/+1
* Making the repl-shell bridge nicer.Paul Phillips2009-12-061-6/+20
* 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