summaryrefslogtreecommitdiff
path: root/src/compiler/scala/tools/nsc/typechecker/Namers.scala
Commit message (Expand)AuthorAgeFilesLines
* 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
* Cleaning up debug logging.Paul Phillips2011-10-171-2/+2
* Better error when abstract methods are missing.Paul Phillips2011-10-141-23/+3
* Moved meta annotations to annotation.meta, plus.Paul Phillips2011-10-101-13/+6
* Massively simplified caseFieldAccessors.Paul Phillips2011-09-301-15/+20
* Back to square one.Hubert Plociniczak2011-09-231-45/+10
* Removed devirtualize.Paul Phillips2011-09-221-3/+3
* Rooting out mismatched zips.Paul Phillips2011-09-191-19/+45
* fixed svn props, did some cleanupmichelou2011-09-171-3/+3
* Allow for the overriding of objects.Paul Phillips2011-09-081-3/+3
* First refactoring related to Error trees.Hubert Plociniczak2011-09-071-10/+45
* More refinements to reflection and the reflecti...Martin Odersky2011-09-051-1/+1
* Offer warning when demonstrably non-side-effect...Paul Phillips2011-09-051-2/+1
* Added package object support to reflection fram...Martin Odersky2011-08-291-2/+3
* Expanded the range of a warning, and made suppr...Paul Phillips2011-08-101-2/+6
* Disallowed implicit modifier on auxiliary const...Paul Phillips2011-08-061-2/+7
* Issue a warning about classes/objects inside pa...Paul Phillips2011-08-041-0/+7
* Cleanups in Namers and AddInterfaces emerging f...Paul Phillips2011-08-041-89/+96
* A couple low impact cleanups/optimizations, no ...Paul Phillips2011-08-011-11/+13
* LiftCode works again, now integrated with new r...Martin Odersky2011-07-301-1/+1
* Since trunk seems to be undergoing all kinds of...Paul Phillips2011-07-231-8/+8
* Start of an attempt to abstract above some hard...Paul Phillips2011-07-231-2/+2
* Fixed a subset of extant signature issues.Paul Phillips2011-07-191-1/+1
* Adding some Sets/Maps to perRunCaches, and elim...Paul Phillips2011-07-141-7/+6
* Fix to handling of imports in namers to make ID...Martin Odersky2011-07-061-0/+3
* Modified return type inference not to allow T* ...Paul Phillips2011-07-031-1/+1
* Fixing -Xlint warnings, no review.Paul Phillips2011-07-031-3/+3
* Having established that r25051 is not responsib...Paul Phillips2011-06-301-8/+2
* Cosmetic removal of redundant toList call on it...Paul Phillips2011-06-251-1/+1
* Fixes #4490 and #4467.Kato Kazuyoshi2011-06-181-6/+6
* Reverts r25051 due to witnessed movement of sca...Paul Phillips2011-06-121-2/+8
* Making some recent changes less breaky so sbt c...Paul Phillips2011-06-111-0/+1
* The eagerly awaited companion commit to r23622,...Paul Phillips2011-06-011-1/+6
* Finished reverting the misbegotten r23262, no r...Paul Phillips2011-05-261-4/+8
* Fix for failing { val x = classOf[List[_]] } in...Paul Phillips2011-05-231-2/+2
* A few minor cleanups involving logging messages...Paul Phillips2011-04-301-2/+8
* I wrote a warning when nullary methods return U...Paul Phillips2011-04-281-1/+1
* Removed restriction on case classes having only...Paul Phillips2011-04-241-6/+2
* Refined handling fo @bridge methods.Martin Odersky2011-04-241-7/+10
* Closes #4390, unfortunately by taking the stric...Martin Odersky2011-04-111-1/+15
* Some localized code cleanup.Martin Odersky2011-04-041-10/+11
* Fixed crashes in IDE on default parameters in c...Martin Odersky2011-04-041-0/+2