summaryrefslogtreecommitdiff
path: root/src/reflect
Commit message (Expand)AuthorAgeFilesLines
* 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
|\ \
| * | exposes extra tests for symbols as discussed on reflection meetingEugene Burmako2012-06-151-0/+17
* | | fixes checkinit, now it's for realEugene Burmako2012-06-182-9/+1
|/ /
* | Fix for broken forwarder.Paul Phillips2012-06-141-1/+1
* | fixes a checkinit problemEugene Burmako2012-06-131-0/+2
|/
* Avoids cyclic reference error in AddInterfaces.Martin Odersky2012-06-081-1/+2
* Reduce time spent in lubsMartin Odersky2012-06-085-78/+110
* tests and fixes for the mirror APIEugene Burmako2012-06-083-75/+99
* de-duplicate isUncheckedAnnotation/isSwitchAnnotationAdriaan Moors2012-06-081-0/+6
* fixes some issues with reflectField brought up todayEugene Burmako2012-06-081-7/+34
* TypeTag => AbsTypeTag, ConcreteTypeTag => TypeTagEugene Burmako2012-06-087-42/+41
* removes array tagsEugene Burmako2012-06-082-4/+1
* backward compatibility bridgesEugene Burmako2012-06-082-0/+21
* Introduces scala-reflect.jarEugene Burmako2012-06-08120-0/+30111