summaryrefslogtreecommitdiff
path: root/src/interactive
Commit message (Expand)AuthorAgeFilesLines
* Improve performance of REPL autocompletionJason Zaugg2016-11-221-1/+2
* it's Scaladoc, not "ScalaDoc" or "Scala doc"Seth Tisue2015-11-121-1/+1
* Remove used param and document positionDeltaJason Zaugg2015-09-211-5/+6
* Fix REPL completion of symbolic identifiersJason Zaugg2015-09-101-2/+1
* Fix completion for synthetic case modules and methodsJason Zaugg2015-09-101-1/+1
* More liberal matching in REPL autocompletionJason Zaugg2015-09-091-9/+22
* Exclude <byname> and friends from REPL completionJason Zaugg2015-09-091-1/+3
* Camel Case and JavaBean completionJason Zaugg2015-09-081-8/+26
* Add the prefix the autocompletion results (Scope-, TypeMember)Jason Zaugg2015-09-032-5/+14
* Use the presentation compiler to drive REPL tab completionJason Zaugg2015-09-021-0/+1
* Publicize method in the presentation compilerJason Zaugg2015-09-021-1/+1
* Add a higher level completion API to the pres compilerJason Zaugg2015-09-021-1/+77
* Add an option to let pres compiler user manage threadingJason Zaugg2015-09-021-1/+2
* Fix many typosMichał Pociecha2015-04-213-3/+3
* Remove incorrect completions: implicits can't add type membersJason Zaugg2015-02-171-1/+1
* SI-9153 More complete and stable results for completionsJason Zaugg2015-02-172-2/+5
* Fix InnerClass / EnclosingMethod for closures nested in value classesLukas Rytz2015-02-071-1/+1
* Merge pull request #4201 from mpociecha/fix-typos-in-docs-and-commentsGrzegorz Kossakowski2015-01-142-5/+5
|\
| * Fix many typos in docs and commentsmpociecha2014-12-142-5/+5
* | SI-9011 Speculative fix for CCE in Scala IDEJason Zaugg2014-12-151-1/+5
|/
* Cleanup and refactoring - semicolons, unused or commented out codempociecha2014-12-051-2/+2
* SI-8941 Deterministic tests for pres. compiler idempotencyJason Zaugg2014-10-281-2/+4
* SI-8941 Idempotent presentation compilation of implicit classesJason Zaugg2014-10-281-2/+7
* Bump timeout in interactive tests from 10s -> 30s.Jason Zaugg2014-09-291-1/+1
* Fix InnerClass / EnclosingMethod attributesLukas Rytz2014-09-011-2/+0
* SI-8503 -version is info settingSom Snytt2014-05-291-3/+4
* Merge pull request #3502 from retronym/ticket/8258Grzegorz Kossakowski2014-02-101-3/+12
|\
| * Start the PC thread only after initialization of required symbols.Iulian Dragos2014-02-101-3/+12
* | Optimization: use AnyRef map for Namer -> Typer tree handoffJason Zaugg2014-02-091-0/+1
|/
* SI-8239 don't loop forever in ContextTrees.locateContextTreeAdriaan Moors2014-02-051-2/+14
* moves analyzer.ImportType into scala.reflect.internalEugene Burmako2014-01-211-3/+3
* Use macro expandee, rather than expansion, in pres. compilerJason Zaugg2014-01-081-1/+3
* More robust hyperlink tests for the presentation compilerJason Zaugg2014-01-081-1/+1
* Merge pull request #3262 from densh/si/8030Adriaan Moors2013-12-131-0/+12
|\
| * SI-8030 force symbols on presentation compiler initializationDen Shabalin2013-12-121-0/+12
* | Merge commit '0c92704' into merge/2.10.x-to-masterJason Zaugg2013-12-111-1/+5
|/
* Merge commit '7d41094' into merge/2.10.x-and-pr-3209-to-masterJason Zaugg2013-12-065-15/+23
* Merge commit '7c1d114' into merge-2.10.x-to-masterJason Zaugg2013-12-061-9/+16
* Merge pull request #3154 from huitseeker/issue/SI-7221-PRJason Zaugg2013-11-221-72/+79
|\
| * SI-7221 rewrites pollForWork non-recursivelyFrançois Garillot2013-11-201-72/+79
* | Merge pull request #3152 from paulp/pr/deprecationsJason Zaugg2013-11-224-306/+0
|\ \
| * | Removing deprecated code.Paul Phillips2013-11-184-306/+0
* | | SI-7280 Remove unneccesary methodLuc Bourlier2013-11-201-3/+0
|/ /
* | SI-7280 Scope completion not returning members provided by importsLuc Bourlier2013-11-151-24/+40
* | Test infrastructure for scope completionJason Zaugg2013-11-154-11/+60
|/
* Merge commit '6045a05b83' into merge-2.10Adriaan Moors2013-11-131-2/+8
* Refactoring to prepare modularization of the compiler.Adriaan Moors2013-11-122-16/+2
* Updating Position call sites.Paul Phillips2013-09-272-11/+11
* Merge pull request #2968 from huitseeker/interrupt-koshernessJason Zaugg2013-09-231-2/+8
|\
| * Follow good interrupt discipline in ResponseFrançois Garillot2013-09-201-2/+8