summaryrefslogtreecommitdiff
path: root/src/reflect/scala/reflect/internal/Types.scala
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #5622 from edmundnoble/extra-errsAdriaan Moors2017-03-021-7/+20
|\
| * Improved error messages for identically named, differently prefixed typesEdmund Noble2016-12-311-7/+20
* | Merge branch '2.12.x' into merge-2.11.x-to-2.12.x-20170214Seth Tisue2017-02-171-3/+33
|\ \
| * \ Merge pull request #5694 from janekdb/topic/2.12.x-scaladoc-spelling-correcti...Seth Tisue2017-02-161-3/+3
| |\ \
| | * | Fix typos in compiler and reflectJanek Bogucki2017-02-131-3/+3
| | |/
| * | Merge pull request #5589 from allisonhb/feature/si-4700Adriaan Moors2017-02-161-0/+30
| |\ \ | | |/ | |/|
| | * SI-4700 Make infix notation default for symbolic types.allisonhb2016-12-141-2/+6
| | * SI-4700 Show infix types with as few parentheses as needed.allisonhb2016-12-131-9/+21
| | * SI-4700 Add `@infix` annotation for type printingVlad Ureche2016-09-191-0/+14
* | | Merge commit '36967321c7' into merge-2.11.x-to-2.12.x-20170214Seth Tisue2017-02-161-1/+1
|\ \ \ | |/ / |/| |
| * | SI-9114 Fix crasher in pattern matcher with type aliasesJason Zaugg2017-01-091-1/+1
| * | Merge pull request #5343 from milessabin/topic/si-2712-backportAdriaan Moors2016-10-181-5/+35
| |\ \
| | * | SI-2712 Add support for higher order unificationMiles Sabin2016-08-151-5/+35
| * | | Partial fix for SI-7046Miles Sabin2016-08-151-0/+5
| |/ /
* | | Revert existential infer part of #5376Adriaan Moors2016-12-011-39/+34
* | | Merge pull request #5284 from milessabin/topic/si-7046Adriaan Moors2016-11-301-0/+5
|\ \ \
| * | | Partial fix for SI-7046Miles Sabin2016-11-281-0/+5
* | | | Merge pull request #5376 from milessabin/topic/clean-experimentalAdriaan Moors2016-11-301-17/+8
|\ \ \ \
| * | | | Typevar experimentals now default; t5729 pos -> neg.Miles Sabin2016-11-281-17/+8
| |/ / /
* / / / Avoid name table pollution with fresh existentialsJason Zaugg2016-11-081-1/+4
|/ / /
* | | Improve RefinementTypeRef#normalizeJason Zaugg2016-08-231-1/+1
* | | Address review commentsJason Zaugg2016-08-231-20/+43
* | | Improved refinement type and existential type handlingJason Zaugg2016-08-231-72/+94
| |/ |/|
* | Uncurry's info transform: non-static module --> methodAdriaan Moors2016-08-111-3/+3
* | Don't cache `MethodSymbol`'s `memberType`.Adriaan Moors2016-08-111-12/+10
* | Lower-case spelling of @deprecated messagesSimon Ochsenreither2016-05-281-1/+1
* | SI-2712 Add support for higher order unificationMiles Sabin2016-05-241-5/+35
* | Merge pull request #5082 from lrytz/inlineImplClassCleanupLukas Rytz2016-04-071-1/+0
|\ \
| * | Remove references to trait impl classes, mostly in doc commentsLukas Rytz2016-04-071-1/+0
* | | General cleanups and less warnings during a Scala buildsoc2016-04-041-0/+2
|/ /
* | New trait encoding: use default methods, jettison impl classesJason Zaugg2016-03-181-1/+0
* | Improved outer ref checking in pattern matches:Adriaan Moors2016-03-071-41/+0
* | thisInfo.parents also needs separate treatmentAdriaan Moors2016-02-121-1/+5
* | Less distribution of logic across TypeRef subclassesAdriaan Moors2016-02-121-100/+118
* | Towards understanding `TypeRef`'s `transformInfo`/`baseType`Adriaan Moors2016-02-101-94/+71
* | SI-9542 Unify different reprs. of module type refsJason Zaugg2016-02-011-5/+6
* | Remove unused imports and other minor cleanupsSimon Ochsenreither2015-12-181-1/+1
* | SI-9110 Pattern `O.C` must check `$outer eq O` for a top level OJason Zaugg2015-11-261-1/+2
* | Clean up a bit more in Constructors.Adriaan Moors2015-11-121-0/+2
* | SI-9498 Centralize and bolster TypeRef cache invalidationJason Zaugg2015-09-301-11/+52
* | SI-9498 Avoid caching bug with pattern type variablesJason Zaugg2015-09-301-2/+18
* | Merge commit 'a170c99' into 2.12.xLukas Rytz2015-09-221-0/+3
|\|
| * SI-9475 Dependent PolyTypes are dependent typesVlad Ureche2015-09-171-0/+3
* | Merge branch '2.11.x' into 2.12.xAdriaan Moors2015-08-051-3/+3
|\|
| * ScalaDoc fixes for reflectJanek Bogucki2015-07-281-3/+3
* | Merge remote-tracking branch 'origin/2.11.x' into merge/2.11.x-to-2.12.x-2015...Jason Zaugg2015-07-131-4/+4
|\|
| * Fix 27 typos (p-r)Janek Bogucki2015-06-301-2/+2
| * Fix 23 typos (m-o)Janek Bogucki2015-06-281-2/+2
* | Merge remote-tracking branch 'origin/2.11.x' into merge/2.11.x-to-2.12.x-2015...Jason Zaugg2015-05-011-2/+2
|\|
| * Fix many typosMichaƂ Pociecha2015-04-211-2/+2