summaryrefslogtreecommitdiff
path: root/src/compiler/scala/tools/nsc/typechecker/MethodSynthesis.scala
Commit message (Expand)AuthorAgeFilesLines
* Revert some of ade53a123. Use completer factory methods.Adriaan Moors2017-04-111-7/+7
* Boy scout mkTypeCompleterAdriaan Moors2017-04-061-7/+7
* Use CompleterWrapper for implicitFactoryMethodCompleterAdriaan Moors2017-04-061-1/+1
* Refactor to reduce assignSymbol indirectionAdriaan Moors2017-04-061-1/+1
* SI-10009 Fields survive untypecheck/retypecheckJason Zaugg2016-11-281-0/+4
* Fields phase expands lazy vals like modulesAdriaan Moors2016-08-291-221/+77
* Type#contains should peer into RefinementTypeRef-sJason Zaugg2016-08-191-6/+13
* Javadoc: fix problems in community buildJakob Odersky2016-08-131-1/+1
* Review feedback from Jason & LukasAdriaan Moors2016-08-111-1/+1
* Drive accessor synthesis from info transformerAdriaan Moors2016-08-111-357/+184
* Address lrytz's review feedbackAdriaan Moors2016-08-111-3/+10
* Fields phaseAdriaan Moors2016-08-111-18/+42
* General cleanups and less warnings during a Scala buildsoc2016-04-041-2/+0
* Remove unused imports and other minor cleanupsSimon Ochsenreither2015-12-181-4/+3
* Annotation filtering & derivation in one place.Adriaan Moors2015-11-121-34/+31
* Revert suspicious widening of getter's result typeAdriaan Moors2015-11-111-4/+5
* Review feedback from retronymAdriaan Moors2015-09-021-2/+3
* Simplify decision whether to derive accessorsAdriaan Moors2015-09-021-10/+3
* Streamline MethodSynthesis & NamersAdriaan Moors2015-09-021-50/+77
* Fix 25 typos (s)Janek Bogucki2015-07-061-1/+1
* Removed warningsEECOLOR2015-03-261-0/+1
* Deprecations: Use of isPackage, hasSymbol, getter, setter...Simon Ochsenreither2015-03-261-2/+2
* SI-8941 Idempotent presentation compilation of implicit classesJason Zaugg2014-10-281-3/+6
* Optimization: use AnyRef map for Namer -> Typer tree handoffJason Zaugg2014-02-091-1/+1
* Reducing variation of tree creation methods.Paul Phillips2013-09-131-55/+26
* Corrects behavior of finalResultType.Paul Phillips2013-09-131-1/+1
* Eliminate TypeTrees with null original.Paul Phillips2013-09-041-8/+9
* Cleanups in Unapplies.Paul Phillips2013-08-171-2/+2
* Seals some case class hierarchies.Lex Spoon2013-06-261-8/+8
* Make all numeric coercions explicit.Paul Phillips2013-05-271-1/+1
* Concision contribution.Paul Phillips2013-05-231-1/+1
* Overhauled local/getter/setter name logic.Paul Phillips2013-03-251-2/+2
* Remove -Xcheck-null setting.Paul Phillips2013-03-131-1/+1
* Merge commit '81d8f9d3da' into merge-210Paul Phillips2013-02-091-1/+1
|\
| * Merge pull request #1992 from retronym/ticket/7033Adriaan Moors2013-02-041-1/+1
| |\
| | * SI-7033 Be symful when creating factory methods.Jason Zaugg2013-02-021-1/+1
* | | Merge commit 'f3cdf146709e0dd98533ee77e8ca2566380cb932'Lukas Rytz2013-02-041-2/+3
|\| |
| * | SI-1803, plus documentation and cleanups in Namers, mainly in typeSigLukas Rytz2013-02-031-2/+3
| |/
* | Tweaked meta-annotation error based on feedback.Paul Phillips2013-01-141-4/+5
* | SI-6375, warn on lost annotation.Paul Phillips2013-01-141-2/+33
* | Cleanup in module var creation.Paul Phillips2012-12-121-1/+3
* | Merge commit 'refs/pull/1718/head' into merge-msil-genjvm-deletePaul Phillips2012-12-061-5/+1
|\ \
| * | Expunged the .net backend.Paul Phillips2012-12-051-5/+1
* | | Remove Name -> TermName implicit.Paul Phillips2012-12-011-3/+5
|/ /
* | Merge branch 'merge-2.10.wip-x' into merge-2.10.x-masterPaul Phillips2012-11-231-0/+1
|\|
| * SI-6023 reify abstract valsYour Name2012-11-231-0/+1
* | Removed code from the typechecker.Paul Phillips2012-11-201-67/+15
* | Revert "Commenting out unused members."Paul Phillips2012-11-191-35/+35
* | Commenting out unused members.Paul Phillips2012-11-191-35/+35
* | Removed unused imports.Paul Phillips2012-11-061-2/+1