summaryrefslogtreecommitdiff
path: root/src/compiler/scala/tools/nsc/typechecker/SuperAccessors.scala
Commit message (Expand)AuthorAgeFilesLines
* Fix Greek Mythology references in compiler packageJanek Bogucki2017-04-101-1/+1
* Error message for super calls to indirect java parent interfacesLukas Rytz2016-09-301-2/+2
* SD-143 allow super calls to methods defined in indirect super classesJason Zaugg2016-09-051-1/+7
* SD-143 error for super calls that cannot be implemented correctlyLukas Rytz2016-09-011-1/+16
* LambdaLift emits paramaccessor syms and defdefsAdriaan Moors2016-08-111-5/+6
* Merge pull request #4729 from retronym/topic-trait-defaults-moduleLukas Rytz2015-12-181-1/+1
|\
| * Desugar module var and accessor in refchecks/lazyvalsJason Zaugg2015-10-081-1/+1
* | Cleanups, debuglogs, small refactoringsAdriaan Moors2015-11-111-1/+1
|/
* Error message improvementesfandiar amirrahimi2015-04-081-1/+1
* SI-8803 generate super accessor for super[A], if A is outer superclassLukas Rytz2014-08-201-4/+16
* SI-8525 No anonymous lintSom Snytt2014-07-101-1/+1
* Rip out reporting indirection from CompilationUnitAdriaan Moors2014-07-041-6/+6
* Document SuperAccessorsMartin Odersky2014-07-031-10/+36
* SI-7992 Fix super-accessor generation after a local classJason Zaugg2014-03-151-0/+2
* SI-6732 deprecates internal#Symbol.isPackageEugene Burmako2014-02-141-1/+1
* disambiguates uses of “local” in internal symbol APIEugene Burmako2014-02-121-1/+1
* SI-8151 Remove -Yself-in-annots and associated implementationJason Zaugg2014-01-151-1/+1
* Reducing variation of tree creation methods.Paul Phillips2013-09-131-2/+2
* No longer crash on NoSymbol.owner.Paul Phillips2013-08-191-2/+2
* Concision contribution.Paul Phillips2013-05-231-2/+2
* Merge v2.10.1-326-g4f8c306' into merge/v2.10.1-326-g4f8c306-to-masterJason Zaugg2013-05-171-40/+28
|\
| * Absolutized paths involving the scala package.Paul Phillips2013-05-031-1/+2
| * Documented lateMETHOD flag.Paul Phillips2013-04-261-2/+2
| * Merge remote-tracking branch 'origin/2.10.x' into merge-2.10.xPaul Phillips2013-04-081-2/+9
| |\
| * | SI-7261 Implicit conversion of BooleanSetting to Boolean and BooleanFlagSom Snytt2013-03-271-3/+3
| * | Overhauled local/getter/setter name logic.Paul Phillips2013-03-251-3/+3
| * | Doc -> C-style comments for local symbols to avoid "discardingEugene Vigdorchik2013-03-211-1/+2
| * | Moved scaladoc code into src/scaladoc.Paul Phillips2013-03-091-12/+0
| * | Name boolean arguments in src/compiler.Jason Zaugg2013-03-051-5/+5
| * | Banish needless semicolons.Jason Zaugg2013-02-241-4/+4
| * | Merge 2.10.x into master.Adriaan Moors2013-02-201-1/+5
| |\ \
| * \ \ Merge branch 'merge-2.10-wip' into merge-2.10Paul Phillips2012-12-051-2/+2
| |\ \ \
| * \ \ \ Merge commit 'refs/pull/1574/head' into merge-210Paul Phillips2012-11-051-8/+6
| |\ \ \ \
| * | | | | Removing unused locals and making vars into vals.Paul Phillips2012-11-031-1/+1
| * | | | | Remove unused private members.Paul Phillips2012-11-011-3/+0
| * | | | | Merge branch '2.10.x' into masterPaul Phillips2012-09-191-5/+15
| |\ \ \ \ \
| * \ \ \ \ \ Merge branch '2.10.x'amin2012-08-211-2/+27
| |\ \ \ \ \ \
| * \ \ \ \ \ \ Merge remote-tracking branch 'origin/2.10.x' into merge-210Paul Phillips2012-08-171-2/+2
| |\ \ \ \ \ \ \
| * \ \ \ \ \ \ \ Merge remote-tracking branch 'upstream/2.10.x' into merge-210Lukas Rytz2012-08-161-3/+3
| |\ \ \ \ \ \ \ \
| * | | | | | | | | Merge branch '2.10.x'Adriaan Moors2012-08-141-63/+80
| |\| | | | | | | |
| * | | | | | | | | Merge branch '2.10.x'Adriaan Moors2012-08-081-1/+1
| |\ \ \ \ \ \ \ \ \
| * | | | | | | | | | Expanded use of HIDDEN flag.Paul Phillips2012-07-191-6/+6
* | | | | | | | | | | SI-5886 Remove check for packed type conformance.Jason Zaugg2013-05-151-22/+1
| |_|_|_|_|_|_|_|_|/ |/| | | | | | | | |
* | | | | | | | | | SI-6793 Don't use super param accessors if inaccessible.Jason Zaugg2013-03-261-2/+9
| |_|_|_|_|_|_|_|/ |/| | | | | | | |
* | | | | | | | | SI-7091 Don't try to put a protected accessor in a package.Jason Zaugg2013-02-111-0/+1
* | | | | | | | | SI-7091 Add a diagnostic for the "no acc def buf" error.Jason Zaugg2013-02-101-1/+4
| |_|_|_|_|_|_|/ |/| | | | | | |
* | | | | | | | Take advantage of the margin stripping interpolator.Jason Zaugg2012-11-261-2/+2
| |_|_|_|_|_|/ |/| | | | | |
* | | | | | | Merge pull request #1559 from heathermiller/copyright-updateJosh Suereth2012-11-041-1/+1
|\ \ \ \ \ \ \
| * | | | | | | Brings all copyrights (in comments) up-to-date, from 2011/12 to 2013Heather Miller2012-11-021-1/+1
| | |_|_|_|_|/ | |/| | | | |
* / | | | | | SI-6562 Fix crash with class nested in @inline methodJason Zaugg2012-11-021-7/+5
|/ / / / / /