summaryrefslogtreecommitdiff
path: root/src/interactive/scala/tools/nsc/interactive/Global.scala
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
* | Fields phase expands lazy vals like modulesAdriaan Moors2016-08-291-2/+0
* | Remove unused imports and other minor cleanupsSimon Ochsenreither2015-12-181-3/+3
* | 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-221-6/+119
|\|
| * 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-031-4/+7
| * 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-011-1/+1
|\|
| * Fix many typosMichał Pociecha2015-04-211-1/+1
* | Merge commit 'fcc20fe' into merge/2.11-to-2.12-apr-1Lukas Rytz2015-04-011-3/+2
|\|
| * 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-171-1/+0
| * 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-291-3/+7
|\|
| * Merge pull request #4201 from mpociecha/fix-typos-in-docs-and-commentsGrzegorz Kossakowski2015-01-141-2/+2
| |\
| | * Fix many typos in docs and commentsmpociecha2014-12-141-2/+2
| * | 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
* | 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
* 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
|/
* 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
* 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-061-2/+5
* 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
* | Removing deprecated code.Paul Phillips2013-11-181-13/+0
|/
* Merge commit '6045a05b83' into merge-2.10Adriaan Moors2013-11-131-2/+8
* Refactoring to prepare modularization of the compiler.Adriaan Moors2013-11-121-8/+0