summaryrefslogtreecommitdiff
path: root/src/compiler/scala/tools/nsc/Interpreter.scala
Commit message (Expand)AuthorAgeFilesLines
* The repl becomes more intense about making sure...Paul Phillips2011-01-201-3/+23
* Updated copyright notices to 2011Antonio Cunei2011-01-201-1/+1
* introduce NullaryMethodType to disambiguate Pol...Adriaan Moors2011-01-201-2/+2
* Some fixes for partest issues.Paul Phillips2011-01-121-1/+1
* Imported sbt.Process into trunk, in the guise o...Paul Phillips2011-01-121-1/+1
* More repl hardening against its fickle master, ...Paul Phillips2010-12-141-1/+7
* More repl hardening, and a new jline jar which ...Paul Phillips2010-12-131-2/+10
* Hardening the repl against my own lack of ept.Paul Phillips2010-12-131-11/+13
* Finally figured out what needed to happen forPaul Phillips2010-12-121-19/+22
* Tired of trying to debug things like classpaths...Paul Phillips2010-12-071-1/+4
* The ability to interrupt repl execution without...Paul Phillips2010-12-061-34/+39
* Mopping up after the deprecation of exit and er...Paul Phillips2010-12-051-1/+1
* A foot in the door with Parsers/JavaParsers and...Paul Phillips2010-12-041-1/+1
* Moved sigint handler to InterpreterLoop and mad...Paul Phillips2010-11-281-13/+5
* Some hardening of the repl's internals extracte...Paul Phillips2010-11-271-54/+87
* Seeing if I can unbreak things without actually...Paul Phillips2010-11-261-26/+20
* Making the installation of the repl sigint hand...Paul Phillips2010-11-261-6/+8
* A new totally safe signal manager, along with a...Paul Phillips2010-11-261-5/+27
* Another exciting development in the world of -Y...Paul Phillips2010-11-131-9/+27
* A revival of r21442, which I had reverted based...Paul Phillips2010-11-121-2/+2
* One of those annoying patches for which I apolo...Paul Phillips2010-11-021-4/+3
* Don't truncate stack traces in the repl.Paul Phillips2010-11-011-4/+5
* Some cleanups in the compiler source.Paul Phillips2010-10-111-2/+1
* Removes a bunch of private functions which are ...Paul Phillips2010-10-031-2/+0
* Some modifications to repl classloading to make...Paul Phillips2010-09-071-6/+9
* Some more finnessing printing in the repl.Paul Phillips2010-08-301-1/+2
* Tightened how the repl prints types so we don't...Paul Phillips2010-07-041-1/+1
* Normalized protected type aliases before repl p...Paul Phillips2010-07-021-6/+11
* Made interpreter robust against a missing class...Paul Phillips2010-05-261-11/+26
* Changed the script runner mechanism to alchemiz...Paul Phillips2010-05-231-14/+5
* Pulled a function from the repl into the packag...Paul Phillips2010-05-221-11/+4
* Should fix the interpreter bug I just introduced.Paul Phillips2010-05-131-1/+1
* Fixed a long standing issue with interpreter co...Paul Phillips2010-05-121-5/+5
* Notice and fail when a file given with -i is in...Paul Phillips2010-05-121-16/+17
* Removed more than 3400 svn '$Id' keywords and r...Antonio Cunei2010-05-121-1/+0
* Some path-dependent type fiddling so power mode...Paul Phillips2010-04-281-4/+4
* Various refinements and polishing to do with me...Paul Phillips2010-04-271-0/+6
* Some cleanups in repl completion and power mode.Paul Phillips2010-04-271-80/+60
* Some overdue improvements in repl completion, w...Paul Phillips2010-04-251-17/+57
* Added two options to tools/tokens, --sliding an...Paul Phillips2010-04-211-13/+2
* Reverting r21442 the Exception patch because I ...Paul Phillips2010-04-111-2/+2
* Some overdue cleanups on Exception.Paul Phillips2010-04-111-2/+2
* As a brief diversion from real work, implemente...Paul Phillips2010-04-061-1/+1
* Renamed partialMap to collect.Paul Phillips2010-03-241-1/+1
* Leveraged -Xmigration to burn off some warts wh...Paul Phillips2010-03-151-2/+2
* Making sure the interpreter always uses the des...Paul Phillips2010-03-041-8/+9
* More laboring on Settings, ClassPaths, Ant Task...Paul Phillips2010-02-221-2/+0
* Some repl cleanups and debugging conveniences.Paul Phillips2010-02-211-39/+43
* The first reasonably satisfying classpath commit.Paul Phillips2010-02-181-1/+1
* Trying again to unbreak the repl patch.Paul Phillips2010-02-161-2/+3