summaryrefslogtreecommitdiff
path: root/src/compiler/scala/tools/nsc/interactive/REPL.scala
Commit message (Expand)AuthorAgeFilesLines
* Moved interactive sources into separate directory.Paul Phillips2013-03-091-218/+0
* Name boolean arguments in src/compiler.Jason Zaugg2013-03-051-1/+1
* Banish needless semicolons.Jason Zaugg2013-02-241-2/+2
* Be explicit about empty param list calls.Jason Zaugg2013-02-241-1/+1
* Maintenance of Predef.Paul Phillips2013-02-121-2/+2
* Merge commit '81d8f9d3da' into merge-210Paul Phillips2013-02-091-8/+1
|\
| * Fix SI-6578. Deprecated `askType` because of possible race conditions in type...Iulian Dragos2013-02-011-8/+1
* | Removed unused imports.Paul Phillips2012-11-061-5/+1
|/
* Brings all copyrights (in comments) up-to-date, from 2011/12 to 2013Heather Miller2012-11-021-1/+1
* Deprecated instrumentation APIMirco Dotta2012-10-101-0/+3
* Removed previosuly uncommented code, added more diagnosis output to REPL.Martin Odersky2012-08-301-45/+1
* update and normalize copyright noticeAdriaan Moors2012-08-071-1/+1
* Better worksheet support.Martin Odersky2012-08-031-8/+10
* New Worksheet mixing schemeMartin Odersky2012-07-271-4/+7
* New Executor.Martin Odersky2012-07-271-0/+2
* moves positions to scala.reflect.internal.utilEugene Burmako2012-06-081-2/+2
* Added -Xlog-implicit-conversions.Paul Phillips2012-01-021-2/+2
* More refinements for the scratchpad.Martin Odersky2011-11-101-28/+91
* (1) Made ReflectionUtils an object, to take its...Martin Odersky2011-11-101-2/+2
* cleanups (scaladoc 2, deprecation warnings, tra...michelou2011-07-131-2/+1
* scratchpad works in interactive REPL; ready to ...Martin Odersky2011-07-061-12/+46
* Towards a scratchpad functionality for the IDEMartin Odersky2011-07-041-2/+13
* Small change to doCookJavaInfo, to have it run ...Martin Odersky2011-06-301-1/+1
* And the remainder of the scala.reflect refactor...Paul Phillips2011-05-161-2/+3
* Added headers with copyright messages.Martin Odersky2011-03-221-0/+4
* changed buildStructure to askEnteredTypedMartin Odersky2011-02-021-2/+2
* Fixed askStructure hangs.Martin Odersky2011-01-311-0/+7
* Imported sbt.Process into trunk, in the guise o...Paul Phillips2011-01-121-2/+2
* Replay now enabled for presentation compiler.Martin Odersky2011-01-061-0/+1
* More fixes to avoid the dreaded "NoSymbol does ...Martin Odersky2010-12-181-1/+1
* Attempt to fix NoSymbol does not have owner pro...Martin Odersky2010-12-171-0/+1
* Added more logging to the presentation compiler.Iulian Dragos2010-12-161-0/+14
* Mopping up after the deprecation of exit and er...Paul Phillips2010-12-051-4/+4
* New wider interface of presentation compiler.Martin Odersky2010-08-301-6/+6
* While working on partest discovered that Compil...Paul Phillips2010-03-251-1/+1
* hooks for scope completion; background presenta...Martin Odersky2009-07-311-1/+1
* switch to unnested packages.Martin Odersky2009-07-241-1/+2
* (1) some changes to interactive compiler interf...Martin Odersky2009-06-181-3/+4
* first attempt at command completion; more fiddl...Martin Odersky2009-05-291-12/+26
* minor twiddling with position.Martin Odersky2009-05-291-1/+1
* more work on the interactive mode.Martin Odersky2009-05-281-1/+3
* Fixed problem that spurious caused exhaustivene...Martin Odersky2009-05-271-11/+59
* removed deprecated files; more changes to repl.Martin Odersky2009-05-261-2/+4
* new test repl for interactive mode; bug fixesMartin Odersky2009-05-261-49/+37
* added Synthetic Positions; refactored interacti...Martin Odersky2009-05-261-0/+72