summaryrefslogtreecommitdiff
path: root/src/reflect/scala/reflect/internal/Scopes.scala
Commit message (Expand)AuthorAgeFilesLines
* Refactor implementation of lookupCompanionJason Zaugg2017-02-191-19/+14
* Fix typos in compiler and reflectJanek Bogucki2017-02-131-1/+1
* Fix how "sbt" is writtenDale Wijnand2016-12-211-1/+1
* Refactor companion lookup methods after code reviewJason Zaugg2016-11-291-6/+5
* SI-3772 Fix detection of term-owned companionsJason Zaugg2016-11-291-0/+29
* Lower-case spelling of @deprecated messagesSimon Ochsenreither2016-05-281-1/+1
* Optimize nested scope creationJason Zaugg2014-05-261-12/+12
* SI-7469 Remove misc. @deprecated elementsSimon Ochsenreither2014-01-091-1/+1
* cleans up initialization of runtime reflectionEugene Burmako2013-10-181-0/+6
* Convenience method findSymbol.Paul Phillips2013-10-121-2/+2
* Cull extraneous whitespace.Paul Phillips2013-09-181-2/+0
* Absolutized paths involving the scala package.Paul Phillips2013-05-031-1/+2
* Optimization/logic improvement in Scopes.Paul Phillips2013-04-051-4/+44
* Banish needless semicolons.Jason Zaugg2013-02-241-3/+3
* Integrate isNameInScope in Contexts.Paul Phillips2012-12-171-2/+2
* Merge pull request #1648 from paulp/unused-bonanza-2Adriaan Moors2012-11-211-15/+0
|\
| * Members removed in scala.reflect.Paul Phillips2012-11-201-2/+0
| * Removing ancient comments and pointless comments.Paul Phillips2012-11-191-13/+0
| * Revert "Commenting out unused members."Paul Phillips2012-11-191-1/+1
| * Commenting out unused members.Paul Phillips2012-11-191-1/+1
* | Added -Xdev setting... you know, for devsPaul Phillips2012-11-161-1/+1
|/
* Fix for SI-6664, cycle in case classes.Paul Phillips2012-11-141-3/+5
* Massively simplified repl name resolution.Paul Phillips2012-11-091-1/+0
* Minor tweaks in Types/Scopes.Paul Phillips2012-11-091-27/+10
* Merge commit 'refs/pull/1574/head' into merge-210Paul Phillips2012-11-051-1/+1
|\
| * Brings all copyrights (in comments) up-to-date, from 2011/12 to 2013Heather Miller2012-11-021-1/+1
* | Hardening scope lookup against wrongness.Paul Phillips2012-11-021-7/+53
* | Make LookupNotFound a case object.Paul Phillips2012-10-291-0/+8
|/
* SI-6363 removes scala.reflect.baseEugene Burmako2012-09-191-1/+1
* Made hashCode a method on Type to avoid megamorphic dispatchMartin Odersky2012-08-201-8/+1
* update and normalize copyright noticeAdriaan Moors2012-08-071-1/+1
* compatibility stub for SBT 0.12.0Eugene Burmako2012-08-061-0/+3
* SI-5732 members and derivatives now return ScopeEugene Burmako2012-08-021-7/+43
* Attempt #3 to optimize findMemberMartin Odersky2012-07-141-4/+5
* Attempt #1 to optimize findMemberMartin Odersky2012-07-141-3/+12
* Introduces scala-reflect.jarEugene Burmako2012-06-081-0/+359