summaryrefslogtreecommitdiff
path: root/src/interactive
Commit message (Expand)AuthorAgeFilesLines
* Merge commit '57290a1' into topic/merge-2.11.x-to-2.12.x-20161129Jason Zaugg2016-11-291-1/+2
|\
| * Improve performance of REPL autocompletionJason Zaugg2016-11-221-1/+2
* | assorted typo fixes, cleanup, updating of commentsSeth Tisue2016-10-241-2/+2
* | Fields phase expands lazy vals like modulesAdriaan Moors2016-08-291-2/+0
* | Switch the bootstrap build over to sbtStefan Zeiger2016-07-151-2/+8
* | General cleanups and less warnings during a Scala buildsoc2016-04-041-2/+0
* | Remove unused imports and other minor cleanupsSimon Ochsenreither2015-12-185-9/+8
* | Merge commit '8eb1d4c' into merge-2.11-to-2.12-nov-24Lukas Rytz2015-11-241-1/+1
|\|
| * it's Scaladoc, not "ScalaDoc" or "Scala doc"Seth Tisue2015-11-121-1/+1
* | Merge commit '03aaf05' into merge-2.11-to-2.12-sep-22Lukas Rytz2015-09-222-7/+127
|\|
| * 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
* | Merge remote-tracking branch 'origin/2.11.x' into merge/2.11.x-to-2.12.x-2015...Jason Zaugg2015-05-013-3/+3
|\|
| * Fix many typosMichał Pociecha2015-04-213-3/+3
* | Merge commit 'fcc20fe' into merge/2.11-to-2.12-apr-1Lukas Rytz2015-04-012-4/+7
|\|
| * 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
* | SI-9074 Fix generic substitution with package objects, overloadingJason Zaugg2015-03-241-12/+0
* | Merge remote-tracking branch 'origin/2.11.x' into merge/2.11.x-to-2.12.x-2015...Jason Zaugg2015-01-292-6/+10
|\|
| * 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
| |/
* | Merge commit '7ba38a0' into merge/2.11.x-to-2.12.x-20150129Jason Zaugg2015-01-291-6/+13
|\|
| * 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
* | Merge remote-tracking branch 'origin/2.11.x' into merge/2.11.x-to-2.12.x-2014...Jason Zaugg2014-09-301-1/+1
|\|
| * Bump timeout in interactive tests from 10s -> 30s.Jason Zaugg2014-09-291-1/+1
* | Change Synchronized(Set|Map) to Java concurrencyFrançois Garillot2014-09-091-6/+7
* | Removing deprecationsFrançois Garillot2014-09-091-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
|\