summaryrefslogtreecommitdiff
path: root/src/reflect
Commit message (Expand)AuthorAgeFilesLines
* 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
| * | move methods for typechecked trees processing to TreeInfoVladimirNik2014-02-203-62/+65
| * | CodePrinter: TypedTreePrinter merged with ParsedTreePrinterVladimirNik2014-02-201-123/+89
| * | lazy vals printing fixed for typechecked treesVladimirNik2014-02-202-14/+20
| * | printers flag processing improvements: printRootPkg flag fixed, comments to f...VladimirNik2014-02-201-12/+23
| * | Attributed val/var processing for syntactics (SI-8180)VladimirNik2014-02-203-33/+201
* | | Merge pull request #3555 from adriaanm/rebase-3553Jason Zaugg2014-02-212-2/+3
|\ \ \
| * | | SI-7788 Avoid accidental shadowing of Predef.conformsAdriaan Moors2014-02-182-2/+3
| | |/ | |/|
* | | Tweak signature for quasiquote's applyDenys Shabalin2014-02-201-1/+1
| |/ |/|
* | Merge pull request #3452 from xeno-by/topic/palladium0Jason Zaugg2014-02-1960-1648/+3248
|\ \ | |/ |/|
| * undeprecates typeSignature and typeSignatureInEugene Burmako2014-02-181-2/+0
| * improves situation with auto-initEugene Burmako2014-02-182-9/+26
| * makes sure compat._ provides full compatibility with 2.10.xEugene Burmako2014-02-183-0/+43
| * reverses SI-6484Eugene Burmako2014-02-183-27/+3
| * Merge remote-tracking branch 'retronym/topic/8301' into topic/palladium0Eugene Burmako2014-02-182-5/+5
| |\
| * \ Merge remote-tracking branch 'origin/master' into topic/palladium0Eugene Burmako2014-02-172-4/+9
| |\ \