summaryrefslogtreecommitdiff
path: root/src/compiler/scala/tools/nsc/typechecker/Namers.scala
Commit message (Expand)AuthorAgeFilesLines
* 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
| * Merge remote-tracking branch 'odersky/topic/inline' into inline-remergePaul Phillips2012-02-061-11/+11
| |\
| | * Removing AnyVal as a source class. Removing automatic addition of ScalaObject...Martin Odersky2012-02-061-7/+0
* | | Merge branch 'master' into merge-inlinePaul Phillips2012-03-141-5/+12
|\ \ \ | |/ / |/| |
| * | Whitespace commit.Paul Phillips2012-02-291-3/+3
| * | Some logging cleanup.Paul Phillips2012-02-261-2/+6
| * | Streamlining skolemization, specialization.Paul Phillips2012-02-191-3/+6
| * | Fix for SI-5444.Paul Phillips2012-02-131-1/+1
* | | Eliminated ScalaObject.Paul Phillips2012-02-031-0/+11
* | | Mostly eliminated ScalaObject.Paul Phillips2012-02-031-7/+0
| |/ |/|
* | intermediate work towards a new starr for value classes.Martin Odersky2012-02-031-24/+27
* | More work on inline classes.Paul Phillips2012-01-301-2/+4
* | Eliminated 2500 lines of whitespace changes.Paul Phillips2012-01-301-2/+2
* | Merge remote-tracking branch 'paulp/inline' into topic/inlineMartin Odersky2012-01-291-2/+1
|\ \
* | | inline method expansion codeMartin Odersky2012-01-291-15/+40
|/ /
* | Merge branch 'master' into topic/inlineMartin Odersky2012-01-261-55/+59
|\|
| * Merge remote-tracking branch 'odersky/topic/reflect' into developPaul Phillips2012-01-251-2/+2
| |\
| | * Making reflection thread-safe.Martin Odersky2012-01-251-2/+2
| * | Use context for buffering errors that cannot/shouldn't be reported in the giv...Hubert Plociniczak2012-01-251-51/+55
| * | Progress with macrosEugene Burmako2012-01-201-2/+2
| |/
* / wipMartin Odersky2012-01-211-2/+8
|/
* Symbols making friends with Polly Morphism.Paul Phillips2012-01-141-3/+2
* Optimizing TypeRef, starting with Symbols.Paul Phillips2012-01-111-16/+15
* More consistent use of Names.Paul Phillips2012-01-051-1/+1
* Consolidated misc collections helper methods.Paul Phillips2012-01-051-10/+10
* More warnings eliminations.Paul Phillips2011-12-071-3/+3
* Revised macro defs, added a test case.Martin Odersky2011-11-281-2/+5
* Experimental version of macro definitions.Martin Odersky2011-11-281-15/+41
* Reworked AnnotationInfo patch.Paul Phillips2011-11-231-4/+4
* Long-standing performance mystery solved.Paul Phillips2011-11-221-4/+5
* Bringing a bit of order to symbol substitution.Paul Phillips2011-11-191-3/+2
* Revert "Testing a theory about the windows build."Paul Phillips2011-11-161-1/+1
* Testing a theory about the windows build.Paul Phillips2011-11-131-1/+1
* Overhaul of getter/setter synthesis.Paul Phillips2011-10-281-85/+25
* Overhaul of Namers continues.Paul Phillips2011-10-221-245/+248
* Positions fix.Paul Phillips2011-10-221-1/+1
* More overhaul of Namers.Paul Phillips2011-10-211-203/+185
* Overhaul of Namers.Paul Phillips2011-10-211-237/+299
* Isolated name change. No review.Martin Odersky2011-10-211-2/+2
* dependent methods types are now always enabledAdriaan Moors2011-10-201-7/+3
* More decomposition of Namers.Paul Phillips2011-10-201-86/+62
* Documentation to Namers.Paul Phillips2011-10-181-0/+10
* Overhaul of Namers.Paul Phillips2011-10-171-531/+551