summaryrefslogtreecommitdiff
path: root/src/reflect/scala/reflect/internal/Types.scala
Commit message (Expand)AuthorAgeFilesLines
* Backported fix for SI-7753 to 2.10.x.Miles Sabin2015-02-091-34/+55
* [nomaster] SI-8146 Fix non-deterministic <:< for deeply nested typesJason Zaugg2014-01-151-25/+10
* SI-7815 Dealias before deeming method type as dependentJason Zaugg2013-09-071-2/+2
* SI-7149 Use a WeakHashSet for type uniquenessGrzegorz Kossakowski2013-09-031-2/+2
* Merge remote-tracking branch 'origin/2.10.2' into merge/2.10.2-to-2.10.xJason Zaugg2013-08-211-4/+3
|\
| * SI-7517 Fix higher kinded type inference regressionJason Zaugg2013-05-301-4/+3
* | SI-7694 @uncheckedBounds, an opt-out from type bounds checkingJason Zaugg2013-08-131-0/+6
* | SI-7507 Fix lookup of private[this] member in presence of self type.Jason Zaugg2013-05-311-2/+10
|/
* SI-7289 Less strict type application for TypeVar.Adriaan Moors2013-04-081-7/+10
* SI-7285 Fix match analysis with nested objects.Jason Zaugg2013-03-231-3/+4
* SI-7226 Fix inference regression caused by TypeVar equality.Jason Zaugg2013-03-091-0/+6
* Merge pull request #2199 from retronym/ticket/7214Adriaan Moors2013-03-051-1/+3
|\
| * SI-7214 outer check based on dealiased pattern type.Jason Zaugg2013-03-051-1/+3
* | Merge 2.10.1 into 2.10.xAdriaan Moors2013-03-031-4/+11
|\ \
| * | SI-7126 Eliminate a source of malformed types.Jason Zaugg2013-02-261-4/+11
* | | Revert SI-6240 synchronization for runtime reflectionAdriaan Moors2013-03-011-2/+6
| |/ |/|
* | Merge pull request #2083 from scalamacros/ticket/6240Adriaan Moors2013-02-271-6/+2
|\ \
| * | synchronizes pendingVolatilesEugene Burmako2013-02-111-4/+0
| * | initializes lazy vals and inner objects in advanceEugene Burmako2013-02-111-2/+2
| |/
* / SI-7171 Consider prefix when assessing type finality.Jason Zaugg2013-02-221-2/+2
|/
* Merge pull request #2092 from lrytz/t7096James Iry2013-02-081-13/+29
|\
| * SI-7096 SubstSymMap copies trees before modifying their symbolsLukas Rytz2013-02-081-13/+29
* | SI-6146 More accurate prefixes for sealed subtypes.Jason Zaugg2013-02-071-3/+48
|/
* SI-5833 Fixes tail-of-Nil problem in RefinedType#normalizeImplJames Iry2013-02-041-2/+2
* Keep annotations when computing lubsLukas Rytz2013-02-031-17/+9
* replace symbols correctly when subtyping dependent typesLukas Rytz2013-02-031-1/+1
* Merge pull request #2015 from paulp/rc1-backportsPaul Phillips2013-01-311-9/+23
|\
| * SI-5859, inapplicable varargs.Paul Phillips2013-01-301-3/+9
| * SI-5130, precision disappearing from refinement.Paul Phillips2013-01-301-6/+0
| * SI-4729, overriding java varargs in scala.Paul Phillips2013-01-301-0/+14
* | Optimization in AsSeenFromMap.Paul Phillips2013-01-291-6/+6
|/
* [backport] SI-3577 BoundedWildcardType handlingJason Zaugg2013-01-261-0/+2
* SI-6434 Pretty print function types with by name arg as (=> A) => BJames Iry2013-01-231-2/+4
* Backport of SI-6846.Jason Zaugg2013-01-081-20/+40
* SI-6897, lubs and varargs star.Paul Phillips2012-12-311-1/+4
* Recurse into instantiations when stripping type vars.Hubert Plociniczak2012-12-121-2/+2
* evicts assert(false) from the compilerEugene Burmako2012-12-061-2/+2
* Merge remote-tracking branch 'origin/2.10.0-wip' into merge-2.10.wip-xPaul Phillips2012-11-231-1/+6
|\
| * SI-6440 Address regressions around MissingRequirementErrorJason Zaugg2012-11-131-4/+5
| * Refine the message and triggering of MissingRequirementError.Jason Zaugg2012-11-101-1/+5
| * SI-6640 Better reporting of deficient classpaths.Jason Zaugg2012-11-101-1/+1
* | SI-5330, SI-6014 deal with existential self-typeAdriaan Moors2012-11-141-3/+15
* | Merge pull request #1583 from dragos/issue/fix-6616Adriaan Moors2012-11-131-0/+1
|\ \ | |/ |/|
| * SI-6616 Check that unsafe operations are only called on the presentation comp...Iulian Dragos2012-11-061-0/+1
* | Brings all copyrights (in comments) up-to-date, from 2011/12 to 2013Heather Miller2012-11-021-1/+1
|/
* Fix SI-6552, regression with self types.Paul Phillips2012-10-211-3/+5
* Fix for SI-6499, regression in type inference.Paul Phillips2012-10-101-7/+29
* Implementations of isValueType and isNonValueType.Paul Phillips2012-09-281-5/+111
* Merge pull request #1399 from paulp/210-uncheckedGrzegorz Kossakowski2012-09-281-0/+7
|\
| * Moved isNonRefinementClassType somewhere logical.Paul Phillips2012-09-271-0/+7