summaryrefslogtreecommitdiff
path: root/src/reflect
Commit message (Expand)AuthorAgeFilesLines
* 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
|\ \ \
| * | | SI-8386 fixedVladimirNik2014-03-111-2/+3
* | | | Merge pull request #3629 from xeno-by/topic/setter-conflictAdriaan Moors2014-03-141-0/+4
|\ \ \ \
| * | | | SI-8086 follow-up that fixes the problem with `setter`Eugene Burmako2014-03-131-0/+4
| | |/ / | |/| |
* / | | SI-8265 Restore 2.10 variance behavior under -Xsource:2.10Paul Phillips2014-03-122-1/+9
|/ / /
* | | Merge pull request #3615 from retronym/ticket/8376Adriaan Moors2014-03-122-2/+3
|\ \ \
| * | | SI-8376 Better type printing for Java varargsJason Zaugg2014-03-101-1/+1
| * | | SI-8376 Fix overload resolution with Java varargsJason Zaugg2014-03-101-1/+2
* | | | Merge pull request #3619 from huitseeker/issue/SI-8392Adriaan Moors2014-03-111-1/+3
|\ \ \ \
| * | | | SI-8392 Guards QuasiquoteClass against non-availability in scala-reflectFrançois Garillot2014-03-111-1/+3
| | |/ / | |/| |
* / | | SI-8366 make partial function and match trees disjointDenys Shabalin2014-03-103-3/+25
|/ / /
* | | Merge pull request #3594 from densh/si/8331Adriaan Moors2014-03-103-9/+62
|\ \ \
| * | | Address pull request feedbackDenys Shabalin2014-03-091-4/+10
| * | | SI-8331 make sure type select & applied type doesn't match termsDenys Shabalin2014-03-093-9/+56
| |/ /
* / / SI-8367 revert SI-8192's change to primaryConstructor when isJavaDefinedAdriaan Moors2014-03-072-2/+10
|/ /
* | SI-8332 implicit class param unquoting in quasiquotesDenys Shabalin2014-03-022-9/+9