summaryrefslogtreecommitdiff
path: root/src/reflect
Commit message (Expand)AuthorAgeFilesLines
* SI-6363 removes scala.reflect.baseEugene Burmako2012-09-1937-233/+3441
* prepping for the refactoringEugene Burmako2012-09-192-0/+7
* fixes NameTypes in base namesEugene Burmako2012-09-191-2/+0
* SI-6390 removes Trees#ArrayValue from the APIEugene Burmako2012-09-192-13/+18
* Merge pull request #1324 from scalamacros/ticket/6374Eugene Burmako2012-09-181-8/+8
|\
| * SI-6374 Reflection now works for anns with enum fieldsEugene Burmako2012-09-171-2/+4
| * Reflection no longer produces faux existentialsEugene Burmako2012-09-171-1/+1
| * SI-6374 Scala reflection now supports Java CRTPEugene Burmako2012-09-171-5/+3
* | Revert "Implement @static annotation on singleton object fields."Grzegorz Kossakowski2012-09-173-3/+0
* | Merge pull request #1320 from scalamacros/topic/is-implicitPaul Phillips2012-09-171-4/+4
|\ \
| * | moves isImplicit from TermSymbol to SymbolEugene Burmako2012-09-161-4/+4
* | | Merge pull request #1322 from paulp/topic/emptyArrayJosh Suereth2012-09-172-2/+2
|\ \ \
| * | | Moved constant empty arrays into Array companion.Paul Phillips2012-09-162-2/+2
| | |/ | |/|
* | | Merge pull request #1308 from soc/SI-4478Josh Suereth2012-09-171-10/+10
|\ \ \ | |/ / |/| |
| * | SI-4478 Replaces wrt with (hopefully) slightly improved wording.Simon Ochsenreither2012-09-151-10/+10
* | | Merge pull request #1309 from paulp/210-no-relative-pathsPaul Phillips2012-09-165-6/+6
|\ \ \ | |_|/ |/| |
| * | More relative path elimination.Paul Phillips2012-09-155-6/+6
* | | Merge pull request #1314 from paulp/pullreq-1306Paul Phillips2012-09-162-7/+60
|\ \ \
| * | | Reworking of annotation arg parser.Paul Phillips2012-09-161-29/+47
| * | | SI-6356 reflection now supports Java annotationsEugene Burmako2012-09-152-7/+42
| |/ /
* | | Merge pull request #1311 from scalamacros/topic/magicEugene Burmako2012-09-163-50/+67
|\ \ \ | |/ / |/| |
| * | extinguishes some magic from scalacEugene Burmako2012-09-163-45/+54
| * | magic classes are no longer entered twiceEugene Burmako2012-09-122-13/+21
* | | Merge pull request #1302 from scalamacros/topic/reflectionEugene Burmako2012-09-1416-115/+96
|\ \ \
| * | | SI-6362 & SI-5924 removes caches in the macro APIEugene Burmako2012-09-151-19/+0
| * | | SI-6342 cleans up toolbox APIEugene Burmako2012-09-152-2/+2
| * | | SI-6360 revises naming of AnnotationInfo and its membersEugene Burmako2012-09-159-61/+82
| * | | SI-6372 cleans up the API of AttachmentsEugene Burmako2012-09-153-3/+3
| * | | SI-6369 removes Type.narrow from the APIEugene Burmako2012-09-141-9/+0
| * | | SI-6365 removes Symbol.hasAnnotation from the APIEugene Burmako2012-09-141-5/+0
| * | | SI-6373 removes Trees#ApplyDynamic from the APIEugene Burmako2012-09-143-16/+9
| | |/ | |/|
* | | Merge pull request #1304 from paulp/topic/empty-array-optimizationJosh Suereth2012-09-142-2/+2
|\ \ \ | |/ / |/| |
| * | Optimization in ZipArchive.Paul Phillips2012-09-142-4/+4
* | | Eliminate breaking relative names in source.Paul Phillips2012-09-1429-57/+59
|/ /
* | Merge pull request #1271 from retronym/ticket/6331Josh Suereth2012-09-141-3/+29
|\ \
| * | Improve Constant#hashCodeJason Zaugg2012-09-091-11/+29
| * | Refine equality of Constant types over floating point values.Jason Zaugg2012-09-081-2/+10
* | | accommodates pull request feedbackEugene Burmako2012-09-141-23/+23
* | | SI-6310 AbsTypeTag => WeakTypeTagEugene Burmako2012-09-147-15/+15
* | | SI-6323 prohibits reflection against free typesEugene Burmako2012-09-141-3/+20
* | | improvements for reification of free symbolsEugene Burmako2012-09-144-17/+15
* | | removes build.newFreeExistentialEugene Burmako2012-09-142-5/+1
* | | Merge pull request #1294 from paulp/issue/6367Josh Suereth2012-09-131-13/+17
|\ \ \
| * | | Fix for SI-6367, exponential time in inference.Paul Phillips2012-09-121-13/+17
* | | | Merge pull request #1255 from Blaisorblade/issue/6306Josh Suereth2012-09-121-1/+1
|\ \ \ \ | |/ / / |/| | |
| * | | SI-6306 Remove incorrect eta-expansion optimization in UncurryPaolo Giarrusso2012-09-121-1/+1
| |/ /
* | | Merge branch '2.10.x' into topic/inliner-loggingPaul Phillips2012-09-1112-110/+136
|\ \ \
| * \ \ Merge pull request #1284 from retronym/topic/deprecated-inheritanceGrzegorz Kossakowski2012-09-112-0/+14
| |\ \ \
| | * | | SI-6162 Adds @deprecatedInheritance/@deprecatedOverridingSimon Ochsenreither2012-09-102-0/+14
| | |/ /
| * | | Merge pull request #1282 from retronym/topic/erasure-cleanupJosh Suereth2012-09-101-3/+3
| |\ \ \