summaryrefslogtreecommitdiff
path: root/src/compiler/scala/tools/nsc/typechecker/RefChecks.scala
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #5402 from som-snytt/issue/8040-unusedSeth Tisue2017-04-101-2/+0
|\
| * SI-8040 Heeding -Ywarn-unusedSom Snytt2017-03-111-2/+0
* | Fix Greek Mythology references in compiler packageJanek Bogucki2017-04-101-1/+1
|/
* Merge branch '2.12.x' into merge-2.11.x-to-2.12.x-20170214Seth Tisue2017-02-171-1/+1
|\
| * Merge pull request #5662 from teldosas/SI-9675Adriaan Moors2017-02-161-1/+1
| |\
| | * Add warning about non-sensible equals in anonymous functionsteldosas2017-02-011-1/+1
* | | Merge commit '0965028809' into merge-2.11.x-to-2.12.x-20170214Seth Tisue2017-02-161-1/+1
|\ \ \ | |/ / |/| |
| * | SI-1459 two bridges for impl of java generic vararg methodAdriaan Moors2017-01-241-1/+1
* | | SI-8685 Warn on deprecated case ctorSom Snytt2017-01-161-0/+1
| |/ |/|
* | SI-10068 Only permit elidable methodsSom Snytt2016-12-141-1/+7
* | Merge pull request #5449 from som-snytt/issue/9953Lukas Rytz2016-11-161-1/+1
|\ \
| * | SI-9953 Any Any aborts warn on equalsSom Snytt2016-10-071-1/+1
* | | SI-6978 No linting of Java parensSom Snytt2016-10-151-1/+1
|/ /
* | Make isSeparateCompiled... robust against rogue phase time travelJason Zaugg2016-09-271-1/+7
* | SD-226 Be lazier in Fields info transform for better performanceJason Zaugg2016-09-211-0/+5
* | Fields phase expands lazy vals like modulesAdriaan Moors2016-08-291-20/+15
* | SD-128 fix override checks for default methodsLukas Rytz2016-08-121-2/+2
* | Merge pull request #5252 from adriaanm/t8339Stefan Zeiger2016-08-121-1/+1
|\ \
| * | SI-8339 drop deprecated fallback `withFilter` -> `filter`Adriaan Moors2016-08-111-1/+1
* | | Allow 'overriding' deferred varAdriaan Moors2016-08-111-1/+1
* | | Uncurry's info transform: non-static module --> methodAdriaan Moors2016-08-111-24/+2
* | | Fields phase synthesizes modulesAdriaan Moors2016-08-111-68/+10
* | | Fields phaseAdriaan Moors2016-08-111-37/+47
|/ /
* | Prohibit @native method in traitAdriaan Moors2016-06-021-10/+18
* | opt: fuse some operations on `Scope`sAdriaan Moors2016-06-011-2/+2
* | Add since arg to deprecationWarning and use itSimon Ochsenreither2016-05-291-5/+6
* | SI-9084 Add `since` (if available) to deprecation warningsSimon Ochsenreither2016-05-281-3/+4
* | Merge 2.11.x into 2.12.xAdriaan Moors2016-03-141-38/+47
|\|
| * SI-9425 Fix a residual bug with multi-param-list case classesJason Zaugg2016-03-041-3/+10
| * SI-9546 Fix regression in rewrite of case apply to constructor callJason Zaugg2016-03-021-4/+3
| * Refactor transform of case apply in refchecksJason Zaugg2016-03-021-28/+30
| * [backport] SI-9375 add synthetic readResolve only for static modulesLukas Rytz2015-09-221-2/+14
* | SI-9650 Refchecks on case apply transformSom Snytt2016-02-101-1/+12
* | SI-9574 Prevent illegal overrides of members with module typesStefan Zeiger2016-02-081-5/+7
* | Remove unused imports and other minor cleanupsSimon Ochsenreither2015-12-181-6/+8
* | Desugar module var and accessor in refchecks/lazyvalsJason Zaugg2015-10-081-10/+29
* | Merge pull request #4671 from lrytz/t9375-easyJason Zaugg2015-09-081-13/+2
|\ \
| * | Cleanup in RefchecksLukas Rytz2015-07-241-13/+2
* | | Merge pull request #4673 from puffnfresh/issue/6806Jason Zaugg2015-09-081-4/+7
|\ \ \ | |_|/ |/| |
| * | SI-6806 Add an @implicitAmbiguous annotationBrian McKenna2015-08-111-4/+7
| * | Merge pull request #4638 from lrytz/t9393Jason Zaugg2015-07-241-2/+2
| |\ \ | | |/ | |/|
| | * Rename the ENUM / DEFAULTMETHOD flags to include JAVA_Lukas Rytz2015-07-221-2/+2
* | | SI-9425 Leave Companion.apply if constructor is less accessibleJason Zaugg2015-07-311-1/+2
* | | Rename the ENUM / DEFAULTMETHOD flags to include JAVA_Lukas Rytz2015-07-241-2/+2
|/ /
* / Improve some names (t-v)Janek Bogucki2015-07-151-2/+2
|/
* SI-9285 Don't warn about non-sensible equals in synthetic methodsJason Zaugg2015-04-291-1/+1
* Fix many typosMichaƂ Pociecha2015-04-211-1/+1
* Removed warningsEECOLOR2015-03-261-2/+2
* Deprecations: Use of isPackage, hasSymbol, getter, setter...Simon Ochsenreither2015-03-261-1/+1
* Merge pull request #4102 from retronym/ticket/8965Lukas Rytz2014-11-101-1/+1
|\