summaryrefslogtreecommitdiff
path: root/src/compiler/scala/tools/nsc/interactive
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #3222 from skyluc/issue/completion-import-vals-210-7995Adriaan Moors2013-12-091-1/+5
|\
| * SI-7995 completion imported vars and valsLuc Bourlier2013-12-061-1/+5
* | Merge pull request #3209 from dotta/SI-7982-on-2.10.xJason Zaugg2013-12-065-15/+23
|\ \ | |/ |/|
| * SI-7982 Changed contract of askLoadedType to unload units by defaultFrançois Garillot2013-12-065-15/+23
* | SI-7458 Pres. compiler must not observe trees in silent modeJason Zaugg2013-12-021-5/+7
* | SI-7548 askTypeAt returns the same type whether the source was fully or targe...Mirco Dotta2013-12-021-9/+14
|/
* [nomaster] SI-7280 Scope completion not returning members provided by importsLuc Bourlier2013-11-211-25/+40
* [nomaster] Test infrastructure for scope completionJason Zaugg2013-11-214-12/+60
* Fix completion after application with implicit argumentsJason Zaugg2013-11-061-2/+7
* [nomaster] SI-7291: No exception throwing for diverging implicit expansionHubert Plociniczak2013-05-111-2/+7
* Interactive scaladoc: mark new typer run when done.Eugene Vigdorchik2013-04-171-2/+4
* SI-7109 SI-7153 Generalize the API to get docComments: allow to force docTreesEugene Vigdorchik2013-02-243-59/+59
* SI-7134: don't require doc.Settings in base api of scaladoc.Eugene Vigdorchik2013-02-152-3/+4
* Merge pull request #1993 from mads379/SI-7026-2.10.xAdriaan Moors2013-02-072-10/+10
|\
| * SI-7026: parseTree should never return a typed oneMads Hartmann Jensen2013-02-072-10/+10
* | Merge pull request #2075 from vigdorchik/tocakeAdriaan Moors2013-02-075-110/+131
|\ \
| * | Add a request to presentation compiler to fetch doc comment information.Eugene Vigdorchik2013-02-065-110/+131
| |/
* | Merge pull request #2068 from scalamacros/ticket/7064Adriaan Moors2013-02-071-3/+3
|\ \
| * | [nomaster] Revert "DummyTree => CannotHaveAttrs"Eugene Burmako2013-02-051-3/+3
| |/
* / Fix SI-6578. Deprecated `askType` because of possible race conditions in type...Iulian Dragos2013-02-014-26/+6
|/
* Remove stray debugging output line.Paul Phillips2012-12-221-1/+0
* Cleanup MemberLookup. Better explain ambiguous link targets.Eugene Vigdorchik2012-12-131-0/+9
* Merge pull request #1722 from vigdorchik/ide.apiAdriaan Moors2012-12-123-1/+53
|\
| * Extract base scaladoc functionality for the IDE.Eugene Vigdorchik2012-12-123-1/+53
* | DummyTree => CannotHaveAttrsEugene Burmako2012-12-061-3/+3
|/
* Merge pull request #1583 from dragos/issue/fix-6616Adriaan Moors2012-11-131-9/+32
|\
| * SI-6616 Check that unsafe operations are only called on the presentation comp...Iulian Dragos2012-11-061-9/+32
* | Brings all copyrights (in comments) up-to-date, from 2011/12 to 2013Heather Miller2012-11-0216-16/+16
|/
* Merge pull request #1487 from dragos/issue/fix-6505Josh Suereth2012-10-111-0/+11
|\
| * Fixed SI-6505. Respond to ask calls by immediate failure even after compiler ...Iulian Dragos2012-10-101-0/+11
* | Deprecated instrumentation APIMirco Dotta2012-10-104-1/+8
|/
* Fixes deprecation annotations for 2.10.0Josh Suereth2012-09-301-3/+3
* Fixed instrumentation code so that it can deal with:Martin Odersky2012-09-251-6/+7
* More relative path elimination.Paul Phillips2012-09-151-3/+3
* Eliminate breaking relative names in source.Paul Phillips2012-09-1411-15/+15
* Merge pull request #1219 from odersky/topic/worksheet-instrumenterJosh Suereth2012-09-042-59/+48
|\
| * Removed previosuly uncommented code, added more diagnosis output to REPL.Martin Odersky2012-08-301-45/+1
| * Made instrumenter more robust by looking at tokensMartin Odersky2012-08-301-15/+48
| * Two fixes for the worksheet instrumenterMartin Odersky2012-08-301-1/+1
* | Allow nested calls to `askForResponse` in the presentation compiler.Iulian Dragos2012-09-041-5/+11
|/
* Two fixes for the worksheet instrumenterMartin Odersky2012-08-291-3/+5
* update and normalize copyright noticeAdriaan Moors2012-08-0716-16/+16
* Merge pull request #1028 from odersky/topic/worksheetAdriaan Moors2012-08-042-13/+29
|\
| * Better worksheet support.Martin Odersky2012-08-032-12/+28
| * Made worksheet output wrap around after custimizable # of output columns.Martin Odersky2012-07-311-1/+1
* | Added more variants to achieve getLinkPosMartin Odersky2012-07-311-4/+15
|/
* Merge pull request #1015 from hubertp/2.10.x-issue/5603Josh Suereth2012-07-301-27/+21
|\
| * Fixed SI-5603. Early definitions now get transparent positions.Hubert Plociniczak2012-07-301-27/+21
* | New Worksheet mixing schemeMartin Odersky2012-07-272-16/+11
* | Adds method askForResponseMartin Odersky2012-07-271-1/+14