summaryrefslogtreecommitdiff
path: root/src/compiler/scala/tools/nsc/typechecker/RefChecks.scala
Commit message (Expand)AuthorAgeFilesLines
...
| * 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
| * SI-7694 @uncheckedBounds, an opt-out from type bounds checkingJason Zaugg2013-08-131-9/+42
* | Merge pull request #2852 from retronym/ticket/1980-warningAdriaan Moors2013-08-211-0/+14
|\ \
| * | SI-1980 A lint warning for by-name parameters in right assoc methodsJason Zaugg2013-08-191-0/+14
* | | Merge pull request #2810 from xeno-by/topic/compile-time-onlyAdriaan Moors2013-08-211-0/+2
|\ \ \
| * | | @compileTimeOnly now works for symbols from the empty packageEugene Burmako2013-08-151-0/+1
| * | | @compileTimeOnly now works for annotationsEugene Burmako2013-08-151-0/+1
| |/ /
* | | No longer crash on NoSymbol.owner.Paul Phillips2013-08-191-2/+2
* | | SI-7756 Uncripple refchecks in case bodiesJason Zaugg2013-08-161-8/+27
|/ /
* | Merge remote-tracking branch 'scala/2.10.x' into merge-2.10.xGrzegorz Kossakowski2013-07-291-2/+2
|\|
| * SI-7657 clarifies the "macro overrides method" ruleEugene Burmako2013-07-141-2/+2
* | macro engine refactoringEugene Burmako2013-05-281-1/+1
* | Print raw types correctly.Paul Phillips2013-05-261-2/+4
* | Concision contribution.Paul Phillips2013-05-231-4/+4