summaryrefslogtreecommitdiff
path: root/src/compiler/scala/tools/nsc/typechecker/Namers.scala
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #2017 from retronym/ticket/6666James Iry2013-02-081-3/+6
|\
| * SI-6666 Account for nesting in setting INCONSTRUCTORJason Zaugg2013-02-021-3/+6
* | [nomaster] Revert "refactors handling of parent types"Eugene Burmako2013-02-051-2/+7
* | Analyzer PluginsLukas Rytz2013-02-031-11/+17
* | SI-1803, plus documentation and cleanups in Namers, mainly in typeSigLukas Rytz2013-02-031-194/+296
|/
* SI-6795 Simplify errors related to "abstract override" on type membersJames Iry2012-12-101-2/+6
* SI-6795 Adds negative check for "abstract override" on types in traitsJames Iry2012-12-101-2/+2
* Merge pull request #1691 from retronym/ticket/6558Adriaan Moors2012-12-101-1/+5
|\
| * Fixes SI-6558: typecheck lazy annotation info using non-silent context.Hubert Plociniczak2012-12-021-1/+5
* | refactors handling of parent typesEugene Burmako2012-12-061-7/+2
|/
* Fix for SI-6357, cycle with value classes.Paul Phillips2012-11-191-1/+2
* Merge branch '2.10.0-wip' into merge-2.10.0Josh Suereth2012-11-051-1/+1
|\
| * Brings all copyrights (in comments) up-to-date, from 2011/12 to 2013Heather Miller2012-11-021-1/+1
* | Fix for SI-6597, implicit case class crasher.Paul Phillips2012-10-311-1/+1
* | Closes SI-6358. Move accessor generation for lazy vals to typers.Hubert Plociniczak2012-10-181-4/+2
|/
* Proposed fix for SI-6490.Martin Odersky2012-10-091-0/+2
* distinguishes flag-agnostic completersEugene Burmako2012-09-241-1/+1
* SI-6372 cleans up the API of AttachmentsEugene Burmako2012-09-151-3/+3
* Fix for SI-6340, error message regression.Paul Phillips2012-09-121-1/+0
* More fix for invalid companions.Paul Phillips2012-09-051-13/+36
* Closes SI-6227Martin Odersky2012-08-291-0/+13
* Hunting down eliminable :: allocations.Paul Phillips2012-08-171-2/+2
* accommodated the feedback for the pull requestEugene Burmako2012-08-141-0/+9
* update and normalize copyright noticeAdriaan Moors2012-08-071-1/+1
* removes -Xmacro-(.*)-classpath compiler optionsEugene Burmako2012-08-021-10/+0
* prepares our macro defs for refactoring (Step I)Eugene Burmako2012-08-021-0/+5
* Merge pull request #909 from lrytz/t5892Adriaan Moors2012-07-181-2/+2
|\
| * SI-5892 allow implicit views in annotation argsLukas Rytz2012-07-181-2/+2
* | SI-5956 trigger copy generation with correct namerLukas Rytz2012-07-131-3/+5
|/
*-. Merge commit 'refs/pull/825/head'; commit 'refs/pull/827/head'; commit 'refs/...Adriaan Moors2012-07-111-46/+27
|\ \
| * | Allow attachments for symbols, just like for trees.Lukas Rytz2012-07-051-46/+27
| |/
* / SI-5907, SI-5009 case-class copy defaults only for first param listLukas Rytz2012-07-051-23/+20
|/
* The new reflectionEugene Burmako2012-06-081-1/+1
* Merge pull request #624 from hubertp/topic/cleanupJosh Suereth2012-05-251-5/+1
|\
| * Cleaning up some code introduced for the old presentation compiler long time ...Hubert Plociniczak2012-05-241-5/+1
* | Merge pull request #613 from hubertp/issue/5821Adriaan Moors2012-05-251-8/+12
|\ \
| * | Closes SI-5821.Hubert Plociniczak2012-05-241-8/+12
| |/
* / Relax -Xlint warning for implicit classes. Closes SI-5809.Paul Phillips2012-05-231-1/+1
|/
* Tweak to avoid value classes in modifier check.Paul Phillips2012-05-141-1/+1
* Debugging output tweaks.Paul Phillips2012-05-141-0/+2
* Recognize java enums as constants from source.Paul Phillips2012-05-111-0/+8
* Fix an inference regression with this.type.Paul Phillips2012-05-091-2/+2
* Restored portion of code removed in a7f68ce32c .Paul Phillips2012-05-091-1/+4
* Hardening implicit classes.Paul Phillips2012-05-031-3/+7
* Moved a warning behind -Xlint.Paul Phillips2012-05-031-1/+1
* SI-5703: normalize refined types moreAdriaan Moors2012-05-031-0/+5
* Fighting bitrot with typing.Paul Phillips2012-04-291-35/+14
* Merge commit 'refs/pull/375/head' into developPaul Phillips2012-04-121-18/+13
|\
| * Next generation of macrosEugene Burmako2012-04-121-18/+13
| |
| \
*-. | Merge commit 'refs/pull/373/head'; commit 'refs/pull/374/head' into developPaul Phillips2012-04-121-7/+9
|\ \|