summaryrefslogtreecommitdiff
path: root/src/reflect
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | | Refactor reification of high-cardinality holesDenys Shabalin2014-01-231-0/+1
| * | | | | Tag synthetic unit with attachmentDenys Shabalin2014-01-234-1/+8
* | | | | | Merge pull request #3414 from xeno-by/topic/reifyEugene Burmako2014-01-261-4/+4
|\ \ \ \ \ \
| * | | | | | corrects an error in reify’s documentationEugene Burmako2014-01-261-4/+4
* | | | | | | Merge pull request #3412 from retronym/ticket/2066-2.10-compatJason Zaugg2014-01-253-2/+5
|\ \ \ \ \ \ \
| * | | | | | | SI-2066 -Xsource:2.10: lenient treatment of variance in <:<, =:=Jason Zaugg2014-01-243-2/+5
| |/ / / / / /
* / / / / / / Use more precise return types for objectsDenys Shabalin2014-01-242-4/+4
|/ / / / / /
* | | | | | Merge pull request #3401 from xeno-by/topic/freshEugene Burmako2014-01-224-12/+36
|\ \ \ \ \ \ | |/ / / / / |/| | | | |
| * | | | | addresses pull request feedbackEugene Burmako2014-01-222-4/+4
| * | | | | SI-6879 improves Context.freshNameEugene Burmako2014-01-224-12/+36
| | |_|/ / | |/| | |
* / | | | Expose seq field for variable arity definitionsDenys Shabalin2014-01-222-6/+14
|/ / / /
* | | | Merge pull request #3392 from xeno-by/topic/untypecheckEugene Burmako2014-01-214-6/+27
|\ \ \ \
| * | | | deprecates resetAllAttrs and resetLocalAttrs in favor of the new APIEugene Burmako2014-01-211-6/+20
| * | | | moves analyzer.ImportType into scala.reflect.internalEugene Burmako2014-01-213-0/+7
| | |/ / | |/| |
* | | | Merge pull request #3368 from retronym/ticket/8151Grzegorz Kossakowski2014-01-2112-47/+30
|\ \ \ \
| * | | | SI-8151 Remove -Yself-in-annots and associated implementationJason Zaugg2014-01-1512-47/+30
| |/ / /
* | | | Merge pull request #3365 from retronym/ticket/8133Jason Zaugg2014-01-212-5/+10
|\ \ \ \
| * | | | SI-8133 Fix regression with package objects, overloadingJason Zaugg2014-01-142-5/+10
| |/ / /
* | | | temporarily disables the toStringSubjects cacheEugene Burmako2014-01-201-7/+12
* | | | addresses pull request feedbackEugene Burmako2014-01-201-1/+1
* | | | capitalizes “s” in tostringEugene Burmako2014-01-203-19/+19
* | | | introduces failsafe against endless type printingEugene Burmako2014-01-203-1/+16
* | | | SI-8158 compiler hangs printing out fancy typesEugene Burmako2014-01-201-4/+9
* | | | fixes a typo in Types.scalaEugene Burmako2014-01-191-1/+1
* | | | Merge pull request #3381 from retronym/topic/debug-friendlinessEugene Burmako2014-01-181-1/+1
|\ \ \ \
| * | | | Avoid cycles in Symbol toString under -YdebugJason Zaugg2014-01-171-1/+1
* | | | | Merge pull request #3377 from VladimirNik/sprinter-eol-fixAdriaan Moors2014-01-171-5/+7
|\ \ \ \ \
| * | | | | Problem with EOL in tests for Printers is fixedVladimirNik2014-01-171-5/+7
| | |_|/ / | |/| | |
* | | | | Merge pull request #3378 from Blaisorblade/patch-1Adriaan Moors2014-01-171-1/+1
|\ \ \ \ \
| * | | | | Fix typoPaolo G. Giarrusso2014-01-171-1/+1
| |/ / / /
* | | | | Merge pull request #3373 from densh/topic/std-liftable-refinementAdriaan Moors2014-01-174-22/+29
|\ \ \ \ \ | |_|/ / / |/| | | |
| * | | | Test edge cases of literal liftingDen Shabalin2014-01-161-10/+10
| * | | | Give better names to UnliftHelper1 and UnliftHelper2Denys Shabalin2014-01-163-8/+8
| * | | | Lift Some, None, Nil, Left, Right not just supertypesDenys Shabalin2014-01-161-4/+11
| |/ / /
* / / / deprecates c.enclosingTree-style APIsEugene Burmako2014-01-163-5/+51
|/ / /
* | | Merge pull request #3293 from soc/SI-7469Adriaan Moors2014-01-155-13/+9
|\ \ \
| * | | SI-7469 Remove misc. @deprecated elementsSimon Ochsenreither2014-01-095-13/+9
* | | | Merge pull request #3285 from som-snytt/issue/8015-FF-NLsAdriaan Moors2014-01-152-23/+54
|\ \ \ \
| * | | | SI-8015 Refactor per code reviewSom Snytt2014-01-132-27/+34
| * | | | SI-8015 Carat => CaretVisitor2014-01-081-3/+5
| * | | | SI-8015 Unprintables in messagesSom Snytt2014-01-082-3/+16
| * | | | SI-8015 Count lines by EOLsSom Snytt2014-01-081-12/+21
| |/ / /
* | | | Merge pull request #3321 from VladimirNik/sprinterJason Zaugg2014-01-152-129/+685
|\ \ \ \
| * | | | toCode renamed to showCodeVladimirNik2014-01-132-3/+3
| * | | | Code cleanup based on pull request commentsVladimirNik2014-01-071-65/+56
| * | | | Annotated trees processing is modifiedVladimirNik2014-01-071-22/+17
| * | | | Printers code refactoring and cleanupVladimirNik2014-01-051-251/+188
| * | | | toCode is added to PrintersVladimirNik2014-01-052-0/+634
| * | | | val showOuterTests is removedVladimirNik2014-01-011-6/+0
| * | | | Variance annotations printingVladimirNik2014-01-011-0/+5