summaryrefslogtreecommitdiff
path: root/src/reflect
Commit message (Expand)AuthorAgeFilesLines
* SI-6011 switches: unreachability, guard-free formAdriaan Moors2012-07-161-0/+3
* Merge pull request #902 from paulp/topic/name-implicitsAdriaan Moors2012-07-144-18/+34
|\
| * Avoid conflict with String's apply.Paul Phillips2012-07-133-10/+10
| * Merge branch '2.10.x' into topic/name-implicitsPaul Phillips2012-07-1314-151/+389
| |\
| * | Implicits to encourage more Name-dropping.Paul Phillips2012-07-063-8/+24
* | | Further optimization of asSeenFrom.Paul Phillips2012-07-121-22/+27
* | | Optimization in asSeenFrom.Paul Phillips2012-07-121-51/+58
* | | Merge pull request #878 from adriaanm/topic-polyvalclassAdriaan Moors2012-07-114-19/+63
|\ \ \
| * | | polymorphic value classesMartin Odersky2012-07-113-18/+62
| * | | statistics: print millis instead of micros.Martin Odersky2012-07-111-1/+1
* | | | Merge pull request #887 from paulp/topic/pickledflagsAdriaan Moors2012-07-112-47/+50
|\ \ \ \
| * | | | Removed EXISTENTIAL special case in unpickler.Paul Phillips2012-07-111-6/+1
| * | | | Merge branch '2.10.x' into topic/pickledflagsPaul Phillips2012-07-118-28/+54
| |\ \ \ \ | | | |_|/ | | |/| |
| * | | | Pickled flag reorgMartin Odersky2012-07-111-41/+40
* | | | | Merge pull request #881 from lrytz/t4763Josh Suereth2012-07-111-1/+2
|\ \ \ \ \ | |_|/ / / |/| | | |
| * | | | SI-4763 Deprecated the `cloneable` annotationLukas Rytz2012-07-111-0/+1
| * | | | starr sources to move cloneable class to package `annotation`Lukas Rytz2012-07-111-1/+1
| | |/ / | |/| |
* | | | Merge commit 'refs/pull/851/head' into 2.10.xAdriaan Moors2012-07-113-3/+5
|\ \ \ \ | |/ / / |/| | |
| * | | Added a HIDDEN flag.Paul Phillips2012-07-083-3/+5
| | | |
| \ \ \
| \ \ \
| \ \ \
| \ \ \
| \ \ \
*-----. \ \ \ Merge commit 'refs/pull/825/head'; commit 'refs/pull/827/head'; commit 'refs/...Adriaan Moors2012-07-116-25/+40
|\ \ \ \ \ \ \ | |_|_|_|_|/ / |/| | | | | / | | | | | |/ | | | | |/|
| | * | | | Allow attachments for symbols, just like for trees.Lukas Rytz2012-07-054-25/+36
| * | | | | macro-based string interpolation formatterAdriaan Moors2012-07-062-0/+4
| | |_|/ / | |/| | |
* | | | | improved resolveOverloaded docs cvogt2012-07-091-17/+17
* | | | | Added scaladoc for resolveOverloaded.clhodapp2012-07-091-0/+18
* | | | | New logic for TermSymbol.resolveOverloadedclhodapp2012-07-082-58/+273
* | | | | Merge pull request #843 from scalamacros/ticket/6036Adriaan Moors2012-07-085-51/+51
|\ \ \ \ \ | |_|_|_|/ |/| | | |
| * | | | SI-6036 yet again makes sense of magic symbolsEugene Burmako2012-07-065-51/+51
| |/ / /
* / / / Eliminated some code in asSeenFrom.Paul Phillips2012-07-071-14/+2
|/ / /
* | | Merge pull request #823 from scalamacros/topic/result-typeAdriaan Moors2012-07-061-0/+4
|\ \ \
| * | | Adds `Type.resultType` to reflection APIEugene Burmako2012-07-041-0/+4
* | | | SI-5959 type equality now accounts for mirrorsEugene Burmako2012-07-041-2/+2
|/ / /
* | / SI-5990 u.build now correctly invokes missing symbol hooksEugene Burmako2012-07-032-12/+16
| |/ |/|
* | Merge pull request #810 from scalamacros/pullrequest/manifests-and-ticket6005Adriaan Moors2012-07-038-62/+107
|\ \
| * | reify no longer dealiases symbols and typesEugene Burmako2012-07-022-5/+2
| * | removes ClassTag.String and TypeTag.StringEugene Burmako2012-07-021-1/+0
| * | further improves reflection printersEugene Burmako2012-07-023-50/+79
| * | Improves backward compatibility of manifestsEugene Burmako2012-07-023-6/+26
| |/
* | Merge pull request #808 from scalamacros/topic/moduleclassAdriaan Moors2012-07-031-1/+0
|\ \ | |/ |/|
| * better module classes support in the reflection APIEugene Burmako2012-07-021-1/+0
* | Merge pull request #802 from retronym/ticket/5489Adriaan Moors2012-07-021-17/+21
|\ \
| * | SI-5489 Avoid accidentally adding members to Object in erasure.Jason Zaugg2012-07-011-17/+21
| |/
* / moves reflective compiler into scala.tools.reflectEugene Burmako2012-07-021-1/+1
|/
* Fixed race condition that was caused by Statistics pushTimer.Martin Odersky2012-06-281-2/+2
* Statistics improvements and bug fixes.Martin Odersky2012-06-254-69/+138
* adds `narrow` to the reflection APIEugene Burmako2012-06-191-2/+10
* Merge pull request #746 from adriaanm/pullreq/740-rebasedAdriaan Moors2012-06-196-172/+312
|\
| * Statistics reorganizationMartin Odersky2012-06-196-172/+312
* | Merge pull request #729 from scalamacros/topic/showrawAdriaan Moors2012-06-198-115/+286
|\ \ | |/ |/|
| * improves showRawEugene Burmako2012-06-198-115/+286
* | Merge pull request #728 from scalamacros/topic/reflection-meetingJosh Suereth2012-06-181-0/+17
|\ \