summaryrefslogtreecommitdiff
path: root/src/reflect
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #3458 from densh/si/8173Eugene Burmako2014-02-061-25/+26
|\
| * SI-8173 add support for patterns like init :+ last to quasiquotesDenys Shabalin2014-02-021-25/+26
* | Merge pull request #3449 from retronym/topic/opt11Grzegorz Kossakowski2014-02-052-11/+26
|\ \
| * | Avoid needless Name creationJason Zaugg2014-01-312-11/+26
| |/
* | Merge pull request #3400 from retronym/ticket/8170Adriaan Moors2014-02-051-5/+32
|\ \
| * | SI-8170 Posing outstanding questions as TODOsJason Zaugg2014-02-051-0/+16
| * | SI-8170 Fix regression in TypeRef#transform w. PolyTypesJason Zaugg2014-01-221-5/+16
* | | SI-8030 Restore thread safety to the parserJason Zaugg2014-02-051-1/+1
* | | Merge pull request #3445 from retronym/topic/opt7Grzegorz Kossakowski2014-02-023-11/+16
|\ \ \
| * | | Optimize lookup of tree/symbol attachment search.Jason Zaugg2014-02-011-1/+4
| * | | Optimization in InstantiateDependentMapJason Zaugg2014-02-011-1/+1
| * | | Optimize TreeInfo#isMacroApplication.Jason Zaugg2014-01-311-2/+4
| * | | Optimize isSelfSuperCallJason Zaugg2014-01-311-7/+7
| | |/ | |/|
* / | Avoid generic collections operations hot pathsJason Zaugg2014-01-315-19/+50
|/ /
* | Merge pull request #3357 from retronym/ticket/8143Adriaan Moors2014-01-311-1/+1
|\ \
| * | SI-8143 Regressions with override checks, private membersJason Zaugg2014-01-141-1/+1
* | | SI-8205 Don't include CR in lineSom Snytt2014-01-291-2/+8
* | | Merge pull request #3427 from retronym/ticket/8205Jason Zaugg2014-01-291-3/+3
|\ \ \
| * | | SI-8205 Avoid long, slow march to AIIOBE in SourceFile#lineContentJason Zaugg2014-01-291-3/+3
* | | | Merge pull request #3426 from retronym/ticket/8199Grzegorz Kossakowski2014-01-291-4/+7
|\ \ \ \
| * | | | SI-8199 Account for module class suffix in -Xmax-classfile-nameJason Zaugg2014-01-291-4/+7
| |/ / /
* | | | Merge pull request #3374 from densh/si/6844-8076Jason Zaugg2014-01-293-26/+53
|\ \ \ \
| * | | | SI-8076 improve support for implicit argument listDenys Shabalin2014-01-163-0/+22
| * | | | SI-6844 restrict splicing in parameter positionDenys Shabalin2014-01-163-26/+31
* | | | | Merge pull request #3402 from densh/si/7275Eugene Burmako2014-01-297-8/+57
|\ \ \ \ \ | |_|/ / / |/| | | |
| * | | | Addresses feedback from JasonDenys Shabalin2014-01-272-10/+46
| * | | | Address pull request feedbackDenys Shabalin2014-01-231-1/+1
| * | | | SI-7275 allow flattening of blocks with ..$Denys Shabalin2014-01-233-0/+5
| * | | | 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