summaryrefslogtreecommitdiff
path: root/src/reflect
Commit message (Expand)AuthorAgeFilesLines
* 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
* Fix block construction/deconstruction asymmetryDenys Shabalin2014-02-282-15/+16
* SI-8275 allow to directly extract block contents of the case defDenys Shabalin2014-02-281-0/+1
* Address pull request feedbackDenys Shabalin2014-02-242-3/+3
* Add ScalaDoc to Quasiquotes and Liftables parts of apiDenys Shabalin2014-02-242-7/+58
* Merge pull request #3571 from xeno-by/ticket/8321Adriaan Moors2014-02-231-4/+9
|\
| * more helpful bundle error messagesEugene Burmako2014-02-211-3/+7
| * prohibits polymorphic bundlesEugene Burmako2014-02-211-1/+2
| * bundles now reject invalid context typesEugene Burmako2014-02-211-9/+5
| * SI-8321 whitebox bundles are now recognized as suchEugene Burmako2014-02-211-2/+6
* | SI-8324 Fix regression in override checks for sealed classesJason Zaugg2014-02-221-1/+2
|/
* Merge pull request #3557 from adriaanm/t8224Jason Zaugg2014-02-213-37/+34
|\
| * SI-8224 Fix regression in f-bound aware LUBsJason Zaugg2014-02-183-37/+34
* | Merge pull request #3546 from VladimirNik/typedTreesPrinter-2.11.0Jason Zaugg2014-02-215-58/+217
|\ \
| * | fixes for wrappingIntoTermVladimirNik2014-02-201-1/+0
| * | block wrapping for trees modifiedVladimirNik2014-02-201-5/+7
| * | block processing fixed for syntactics in typechecked treesVladimirNik2014-02-203-4/+5
| * | printOwners support added to Printers; whitespaces removedVladimirNik2014-02-204-29/+32