summaryrefslogtreecommitdiff
path: root/src/compiler/scala/tools/nsc/typechecker/RefChecks.scala
Commit message (Expand)AuthorAgeFilesLines
* SI-1459 two bridges for impl of java generic vararg methodAdriaan Moors2017-01-241-1/+1
* 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-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
|\
| * SI-8965 Account for corner case in "unrelated types" warningJason Zaugg2014-11-071-1/+1
* | SI-8954 Make @deprecated{Overriding,Inheritance} aware of @deprecated.Antoine Gourlay2014-11-061-2/+2
|/
* Merge pull request #3932 from gourlaysama/wip/t8498Jason Zaugg2014-09-041-1/+2
|\
| * SI-8498 @compileTimeOnly should be aware of bridge methods.Antoine Gourlay2014-08-211-1/+2
* | SI-8828 fix regression in Xlint visibility warning for sealed classesAntoine Gourlay2014-08-281-1/+1
|/
* SI-8525 No anonymous lintSom Snytt2014-07-101-4/+4
* Encapsulate deprecation warning message synthesis.Adriaan Moors2014-07-041-1/+1
* Rip out reporting indirection from CompilationUnitAdriaan Moors2014-07-041-37/+37
* Track symbol that caused a deprecation warning.Adriaan Moors2014-07-041-8/+6
* SI-8537 Puts SI-8157 fix under XsourceFrançois Garillot2014-04-251-1/+10
* Merge remote-tracking branch 'origin/master' into topic/palladium0Eugene Burmako2014-02-141-1/+6
|\
| * Merge pull request #3389 from retronym/ticket/8134-2Jason Zaugg2014-02-131-1/+1
| |\
| | * SI-5954 Invalidate TypeRef cache when opening package objectJason Zaugg2014-01-201-1/+1
| * | SI-8177 refine embeddedSymbolsAdriaan Moors2014-02-121-0/+2
| * | SI-8177 co-evolve more than just RefinedTypesAdriaan Moors2014-02-121-0/+3
* | | disambiguates uses of “local” in internal symbol APIEugene Burmako2014-02-121-5/+5
|/ /
* | further limits discoverability of resetAttrsEugene Burmako2014-02-071-1/+1
* | Optimize the pickler phaseJason Zaugg2014-01-311-0/+7
* | Merge pull request #3368 from retronym/ticket/8151Grzegorz Kossakowski2014-01-211-2/+2
|\ \
| * | SI-8151 Remove -Yself-in-annots and associated implementationJason Zaugg2014-01-151-2/+2
| |/
* / SI-8157 Make overloading, defaults restriction PolyType awareJason Zaugg2014-01-171-5/+1
|/
* SI-6120 Suppress extra warningsSom Snytt2013-12-161-147/+152
* streamlines refchecking undesired symbol propertiesEugene Burmako2013-12-091-28/+16
* SI-7872 Plug a variance exploit in refinement typesJason Zaugg2013-11-231-0/+2
* SI-7678 Don't cache member symbols of TypeTags in Definitions.Jason Zaugg2013-11-081-1/+1
* Merge remote-tracking branch 'scala/2.10.x' into merge-2.10.xGrzegorz Kossakowski2013-10-161-1/+5
|\
| * SI-7783 Don't issue deprecation warnings for inferred TypeTreesJason Zaugg2013-09-271-1/+5
* | Generalize OverridingPairs to SymbolPairs.Paul Phillips2013-10-051-73/+71
* | Merge pull request #2978 from som-snytt/issue/7848-forgotten-interp-msg-lgtmPaul Phillips2013-09-271-1/+1
|\ \
| * | SI-7848 Xlint no warn on $sym with paramsSom Snytt2013-09-231-1/+1
* | | Merge pull request #2995 from paulp/pr/defaultparamJason Zaugg2013-09-271-3/+3
|\ \ \
| * | | Fix up DEFAULTPARAM semantics.Paul Phillips2013-09-271-3/+3
* | | | Merge remote-tracking branch 'origin/2.10.x' into merge/2.10.x-to-master-2Jason Zaugg2013-09-271-2/+2
|\ \ \ \ | |/ / / |/| | / | | |/ | |/|
| * | SI-7825 Consider DEFAULTMETHOD when refchecking concretenessJason Zaugg2013-09-101-2/+2
* | | SI-7870 Detect default getter clashes in constructorsJason Zaugg2013-09-231-3/+5
| |/ |/|
* | Merge remote-tracking branch 'scala/2.10.x'Grzegorz Kossakowski2013-08-291-9/+44
|\|
| * SI-7716 Exclude patmat synthetics from bounds checkingJason Zaugg2013-08-161-1/+3