summaryrefslogtreecommitdiff
path: root/src/compiler/scala/tools/nsc/typechecker/SyntheticMethods.scala
Commit message (Expand)AuthorAgeFilesLines
* Merge commit '36967321c7' into merge-2.11.x-to-2.12.x-20170214Seth Tisue2017-02-161-2/+3
|\
| * SI-9331 Fix canEqual for case classes with HK type paramsJason Zaugg2017-01-091-2/+3
| * [backport] SI-9375 add synthetic readResolve only for static modulesLukas Rytz2015-09-221-0/+1
* | Remove the duplicate implem of hash codes for numbers.Sébastien Doeraene2016-04-211-6/+9
* | Remove unused imports and other minor cleanupsSimon Ochsenreither2015-12-181-3/+5
* | SI-9375 add synthetic readResolve only for static modulesLukas Rytz2015-07-301-0/+1
* | Cleanup in RefchecksLukas Rytz2015-07-241-3/+5
* | Merge commit '32f520f' into merge/2.11-to-2.12-apr-1Lukas Rytz2015-04-011-1/+1
|\|
| * Removed warningsEECOLOR2015-03-261-1/+1
* | Merge remote-tracking branch 'origin/2.11.x' into merge/2.11.x-to-2.12.x-2015...Jason Zaugg2015-01-291-1/+1
|\|
| * Fix many typos in docs and commentsmpociecha2014-12-141-1/+1
* | Merge commit '7ba38a0' into merge/2.11.x-to-2.12.x-20150129Jason Zaugg2015-01-291-0/+3
|\|
| * SI-8943 Handle non-public case fields in pres. compilerJason Zaugg2014-10-291-0/+3
| * [nomaster] SI-8764 fix return type of case class productElement under Xexperi...Antoine Gourlay2014-09-091-1/+1
* | SI-8944 A more resiliant naming scheme for case accessorsJason Zaugg2014-11-121-1/+8
* | Merge pull request #3970 from gourlaysama/wip/t8764-product-case-classGrzegorz Kossakowski2014-09-091-21/+3
|\ \ | |/ |/|
| * SI-8764 remove Xexperimental special Product members for case classesAntoine Gourlay2014-09-081-21/+3
* | SI-8525 No anonymous lintSom Snytt2014-07-101-6/+5
|/
* SI-8132 Fix false "overrides nothing" for case class protected paramJason Zaugg2014-01-151-1/+1
* Removing unused code.Paul Phillips2013-10-021-1/+1
* Make all numeric coercions explicit.Paul Phillips2013-05-271-7/+8
* Concision contribution.Paul Phillips2013-05-231-9/+9
* Merge pull request #2436 from paulp/pr/lub-productionPaul Phillips2013-04-251-1/+1
|\
| * Minor overhaul of lub-producing typer methods.Paul Phillips2013-04-231-1/+1
* | Eliminated the accumulated feature warnings.Paul Phillips2013-04-231-0/+1
* | Eliminate a pile of -Xlint warnings.Paul Phillips2013-04-231-5/+7
|/
* SI-7261 Implicit conversion of BooleanSetting to Boolean and BooleanFlagSom Snytt2013-03-271-2/+2
* Doc -> C-style comments for local symbols to avoid "discardingEugene Vigdorchik2013-03-211-49/+48
* Merge remote-tracking branch 'origin/2.10.x' into merge-210Paul Phillips2013-02-101-0/+8
|\
| * SI-5082 Cycle avoidance between case companionsJason Zaugg2013-02-071-0/+6
* | Merge commit '644eb7078a' into wip/fresh-merge2Paul Phillips2013-02-011-8/+1
|\|
| * SI-7035 Centralize case field accessor sorting.Jason Zaugg2013-01-281-8/+1
* | Merge branch '2.10.x'Adriaan Moors2013-01-081-4/+16
|\|
| * SI-6911, regression in generated case class equality.Paul Phillips2013-01-031-4/+16
* | Removed unused imports.Paul Phillips2012-11-061-2/+0
* | Merge commit 'refs/pull/1574/head' into merge-210Paul Phillips2012-11-051-8/+44
|\|
| * Brings all copyrights (in comments) up-to-date, from 2011/12 to 2013Heather Miller2012-11-021-1/+1
| * Merge pull request #1526 from paulp/value-classes/6534-equalsAdriaan Moors2012-11-011-1/+18
| |\
| | * Modification to SI-6534 patch.Paul Phillips2012-10-301-9/+11
| | * New take on SI-6534, value classes.Paul Phillips2012-10-241-1/+16
| * | SI-6578 Harden against synthetics being added more than once.Paul Phillips2012-10-301-6/+25
| |/
* | Removing unused locals and making vars into vals.Paul Phillips2012-11-031-5/+6
* | Remove unused private members.Paul Phillips2012-11-011-6/+0
* | Merge branch 'merge-2.10.0-wip' into merge-2.10.xPaul Phillips2012-10-311-3/+4
|\|
| * Disabled generation of _1, _2, etc. methods.Paul Phillips2012-10-221-3/+4
* | Merge remote-tracking branch 'origin/2.10.x' into merge-210Paul Phillips2012-09-151-2/+2
|\|
| * Worked around SI-6161 by annotating abstract type.Paul Phillips2012-09-011-2/+2
* | Merge remote-tracking branch 'origin/2.10.x' into merge-210Paul Phillips2012-08-171-2/+2
|\|
| * cleanup of reflection- and macro-related stuffEugene Burmako2012-08-151-2/+2
* | Merge branch '2.10.x'Adriaan Moors2012-08-081-1/+1
|\|