summaryrefslogtreecommitdiff
path: root/src/reflect
Commit message (Expand)AuthorAgeFilesLines
...
| * | | distinguishes flag-agnostic completersEugene Burmako2012-09-245-8/+20
| * | | minor cleanup for reflectionEugene Burmako2012-09-223-5/+5
* | | | Revert "SI-6412 alleviates leaks in toolboxes"Grzegorz Kossakowski2012-09-251-86/+78
* | | | Merge pull request #1385 from scalamacros/ticket/6412Paul Phillips2012-09-244-92/+121
|\ \ \ \
| * | | | fixes mirrorThatLoaded in JavaMirrorsEugene Burmako2012-09-242-13/+12
| * | | | SI-6412 alleviates leaks in toolboxesEugene Burmako2012-09-241-78/+86
| * | | | SI-6412 fixes leaks in Types.uniquesEugene Burmako2012-09-241-1/+23
* | | | | Merge pull request #1373 from smessmer/2.10.xGrzegorz Kossakowski2012-09-241-1/+1
|\ \ \ \ \ | |/ / / / |/| | | |
| * | | | Changed implementation comments from /** */ to /* */, so ScalaDoc remains rea...smessmer2012-09-211-1/+1
* | | | | SI-5918 fixes the ConstantType uglinessEugene Burmako2012-09-233-44/+11
| |/ / / |/| | |
* | | | Merge pull request #1344 from jsuereth/wip/osgi-supportEugene Burmako2012-09-2016-27/+60
|\ \ \ \
| * | | | Fixes SI-6305 scala.tools.nsc.io split between jars.Josh Suereth2012-09-1816-27/+60
* | | | | Value classes: eliminated half-boxingMartin Odersky2012-09-201-12/+10
| |/ / / |/| | |
* | | | Merge pull request #1354 from scalamacros/ticket/6363Eugene Burmako2012-09-1937-244/+3462
|\ \ \ \
| * | | | 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 #1333 from paulp/less-inlineGrzegorz Kossakowski2012-09-195-13/+13
|\ \ \ \ | |/ / / |/| | |
| * | | Removed many @inline annotations and final modifiers.Paul Phillips2012-09-185-13/+13
* | | | 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
|/ / /