summaryrefslogtreecommitdiff
path: root/src/reflect
Commit message (Expand)AuthorAgeFilesLines
* Track symbol that caused a deprecation warning.Adriaan Moors2014-07-041-0/+3
* Uniformly route reporting through reporter.Adriaan Moors2014-07-042-7/+68
* Move reporting logic into Reporting traitAdriaan Moors2014-07-043-15/+37
* Merge pull request #3736 from VladimirNik/print-types-issue-2.11.xAdriaan Moors2014-07-031-14/+27
|\
| * TypeTree printing modified (SI-8447)VladimirNik2014-05-091-14/+27
* | Merge pull request #3772 from densh/si/8609Adriaan Moors2014-07-031-0/+2
|\ \
| * | SI-8609 Fix flattening of definitions and imports in quasiquotesDenys Shabalin2014-05-211-0/+2
| |/
* | Merge pull request #3796 from som-snytt/issue/8630Adriaan Moors2014-06-031-1/+1
|\ \
| * | SI-8630 lineToString no longer long by one at eofSom Snytt2014-05-271-1/+1
* | | Merge pull request #3789 from clhodapp/fix/SI-6678Adriaan Moors2014-06-031-1/+2
|\ \ \
| * | | SI-6678 Make currentMirror macro hygenicclhodapp2014-05-231-1/+2
| | |/ | |/|
* | | Merge pull request #3774 from lrytz/opt/backendWipLukas Rytz2014-06-011-56/+50
|\ \ \ | |_|/ |/| |
| * | Re-use the exsiting range of the name table when using subName.Lukas Rytz2014-05-211-4/+10
| * | Cleanups in Names.scalaLukas Rytz2014-05-211-53/+38
| * | Minor cleanups and commenting around BType.Lukas Rytz2014-05-211-3/+6
| |/
* / Optimize nested scope creationJason Zaugg2014-05-263-15/+14
|/
* Merge commit 'ec05aeb' into topic/merge-2.10.xJason Zaugg2014-05-082-1/+6
|\
| * Merge pull request #3678 from retronym/ticket/8479Jason Zaugg2014-04-071-0/+5
| |\
| | * SI-8479 Fix constructor default args under scaladocJason Zaugg2014-04-071-0/+5
| * | Merge pull request #3655 from retronym/ticket/8442Grzegorz Kossakowski2014-03-261-1/+1
| |\ \
| | * | SI-8442 Ignore stub annotation symbols in `AnnotationInfo#matches`Jason Zaugg2014-03-251-1/+1
| | |/
| * | Merge pull request #3551 from xeno-by/topic/typecheck-member-defJason Zaugg2014-03-251-0/+15
| |\ \
| | * | [nomaster] typecheck(q"class C") no longer crashesEugene Burmako2014-03-231-0/+15
* | | | Merge commit '876590b' into topic/merge-2.10.xJason Zaugg2014-05-081-4/+7
|\| | |
| * | | Merge pull request #3614 from retronym/ticket/8196Jason Zaugg2014-03-251-4/+7
| |\ \ \ | | |/ / | |/| |
| | * | SI-8196 Runtime reflection robustness for STATIC impl detailsJason Zaugg2014-03-111-4/+7
| | |/
| * / [backport] SI-7902 Fix spurious kind error due to an unitialized symbolJason Zaugg2014-02-091-1/+2
| |/
| * [nomaster] corrects an error in reify’s documentationEugene Burmako2014-01-261-5/+5
| * [nomaster] SI-8146 Fix non-deterministic <:< for deeply nested typesJason Zaugg2014-01-151-25/+10
* | Merge pull request #3702 from gkossakowski/undoPairsGrzegorz Kossakowski2014-04-271-3/+10
|\ \
| * | Use named class for UndoPair.Grzegorz Kossakowski2014-04-251-3/+10
* | | SI-8478 Fix a performance regression in subtypingJason Zaugg2014-04-231-2/+2
* | | Merge pull request #3682 from retronym/ticket/8497Jason Zaugg2014-04-211-15/+16
|\ \ \
| * | | SI-8497 Fix regression in pickling of AnnotatedTypesJason Zaugg2014-04-141-15/+16
* | | | Merge pull request #3673 from retronym/ticket/8461Jason Zaugg2014-04-211-2/+4
|\ \ \ \ | |_|/ / |/| | |
| * | | SI-8461 -Xsource:2.10 mode for macro signature checksJason Zaugg2014-04-041-2/+4
| |/ /
* / / Update references to quasiquotes guideDenys Shabalin2014-04-032-5/+5
|/ /
* | Merge pull request #3657 from xeno-by/ticket/8388Jason Zaugg2014-03-283-48/+160
|\ \
| * | SI-8388 consistently match type trees by originalsDenys Shabalin2014-03-253-48/+160
* | | Merge pull request #3656 from densh/si/8387-8350Jason Zaugg2014-03-271-7/+14
|\ \ \
| * | | SI-8387 don't match new as a function applicationDenys Shabalin2014-03-251-4/+9
| * | | SI-8350 treat single parens equivalently to no-parens in newDenys Shabalin2014-03-251-3/+5
* | | | SI-8451 quasiquotes now handle quirks of secondary constructorsEugene Burmako2014-03-271-1/+11
| |/ / |/| |
* | | Merge pull request #3647 from densh/si/8411Jason Zaugg2014-03-252-4/+20
|\ \ \
| * | | SI-8411 match desugared partial functionsDenys Shabalin2014-03-222-4/+20
| |/ /
* | | introduces Mirror.typeOfEugene Burmako2014-03-252-0/+20
* | | SI-8200 provide an identity liftable for treesDenys Shabalin2014-03-241-0/+1
|/ /
* | Merge pull request #3631 from adriaanm/t4492Adriaan Moors2014-03-161-4/+19
|\ \
| * | SI-4492 More informative error when class not found on classpathAdriaan Moors2014-03-141-4/+19
* | | Merge pull request #3617 from VladimirNik/typedTreesPrinter-2.11.0-SI-8386Adriaan Moors2014-03-141-2/+3
|\ \ \