summaryrefslogtreecommitdiff
path: root/src/compiler/scala/tools/nsc/typechecker/Namers.scala
Commit message (Expand)AuthorAgeFilesLines
* 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
|\ \|
| * | Implementation of SIP 13 take 2.Martin Odersky2012-04-111-1/+1
| * | Implementation of SIP 13 - implicit classesMartin Odersky2012-04-111-7/+9
| |/
* / Fix memory leak related to default arguments in presentation compiler.Lukas Rytz2012-04-101-2/+2
|/
* Flag performance and Name management.Paul Phillips2012-04-061-11/+9
* Moving flags around for performance.Paul Phillips2012-04-061-1/+1
* A boatload of work on Symbols and Flags.Paul Phillips2012-04-051-4/+4
* Unify "object Foo" and "Foo.type".Paul Phillips2012-04-041-4/+1
* Never write final fields outside of constructors.Paul Phillips2012-03-281-2/+3
* Clarifying MethodSynthesis.Paul Phillips2012-03-211-0/+4
* New option -Ypos-debug, and fixed range position breakage.Paul Phillips2012-03-151-2/+3
* Merge remote-tracking branch 'odersky/topic/inline' into merge-inlinePaul Phillips2012-03-141-20/+23
|\
| * Compiler now ready to accept value classes in standard library. Time for a ne...Martin Odersky2012-02-221-1/+1
| * Fixes in namers and extension methods to support nested value classes and gen...Martin Odersky2012-02-221-2/+9
| * Renamed "inline class" to "derived value class"Martin Odersky2012-02-201-1/+1
| * Making the Meter test expand and compile.Martin Odersky2012-02-071-8/+4