aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* add stripAnnots method to Type to unwrap AnnotatedTypesOndrej Lhotak2014-12-131-0/+5
* fix dealias to handle AnnotatedTypes transparentlyOndrej Lhotak2014-12-131-0/+2
* fix stripTypeVar to handle AnnotatedType transparentlyOndrej Lhotak2014-12-131-0/+2
* Merge pull request #279 from dotty-staging/test/#91odersky2014-12-133-0/+18
|\
| * Two new testsMartin Odersky2014-12-133-0/+18
* | Merge pull request #283 from dotty-staging/fix/#291-null-primitive-conformsodersky2014-12-133-1/+10
|\ \ | |/ |/|
| * Disable implicit conversions between from `Null` and `Nothing`.Martin Odersky2014-12-133-1/+10
|/
* Merge pull request #277 from dotty-staging/change/drop-not-nullodersky2014-12-136-10/+29
|\
| * Remove obsolete mentions of the NotNull classGuillaume Martres2014-12-132-2/+2
| * Drop NotNull class and associated code.Martin Odersky2014-12-134-7/+2
| * Fix subtyping of null and refined types.Martin Odersky2014-12-132-1/+25
* | Merge pull request #278 from dotty-staging/fix/#248-inherit-refinementsodersky2014-12-135-14/+31
|\ \ | |/ |/|
| * Fixed testMartin Odersky2014-12-131-1/+1
| * One more test case, coming from #214.Martin Odersky2014-12-132-1/+2
| * Fix #248: Class cannot inherit from refinement typesMartin Odersky2014-12-135-14/+30
|/
* Merge pull request #274 from smarter/fix/period-of-phasesDmitry Petrashko2014-12-131-2/+2
|\
| * Phases: set the period correctlyGuillaume Martres2014-12-121-1/+1
| * Phases: The operator <= does not need a context anymoreGuillaume Martres2014-12-121-1/+1
* | Merge pull request #265 from dotty-staging/fix/type-seqliteralDmitry Petrashko2014-12-122-2/+9
|\ \ | |/ |/|
| * Better typing of seqLiteral in erasure.Martin Odersky2014-12-052-3/+6
| * Pass right prototype to SeqLiteral elements.Martin Odersky2014-12-051-0/+4
* | Merge pull request #267 from dotty-staging/fix/byname-argsDmitry Petrashko2014-12-124-16/+17
|\ \
| * | Fix by-name argumentsMartin Odersky2014-12-054-16/+17
|/ /
* | Merge pull request #264 from dotty-staging/fix/trait-erasureDmitry Petrashko2014-12-054-24/+41
|\ \
| * | Fixed formatting (wrong indentation)Martin Odersky2014-12-051-1/+1
| * | Simplified code a bitMartin Odersky2014-12-051-11/+7
| * | Fix erasure of trait infoMartin Odersky2014-12-054-26/+47
|/ /
* | Merge pull request #261 from dotty-staging/fix/type-seqliteralDmitry Petrashko2014-12-046-7/+58
|\|
| * Add new SeqLiterals phase.Martin Odersky2014-12-032-0/+50
| * Replace `==` with `eq` when determining unique typesMartin Odersky2014-12-031-4/+5
| * Simplification in type assigning SeqLiteralsMartin Odersky2014-12-032-2/+1
| * made ArrayType constructor phase awareMartin Odersky2014-12-031-1/+2
* | Merge pull request #260 from dotty-staging/fix/method-implsDmitry Petrashko2014-12-033-24/+44
|\ \ | |/ |/|
| * Make sure all non-deferred methods are implementedMartin Odersky2014-12-033-24/+44
* | Merge pull request #259 from dotty-staging/fix/tree-transforms-seq-literalodersky2014-12-031-1/+1
|\ \ | |/ |/|
| * Fix TreeTransfrom ignoring SeqLiterals.Dmitry Petrashko2014-12-031-1/+1
|/
* Merge pull request #254 from dotty-staging/fix/newArray-v2Dmitry Petrashko2014-12-0112-15/+121
|\
| * Previous scheme was buggy; leaked Array types to backend.Martin Odersky2014-11-2812-15/+121
* | Merge pull request #242 from dotty-staging/fix/mixinsDmitry Petrashko2014-11-264-14/+20
|\ \ | |/ |/|
| * Allow deep subtypes in dotc_transform.Martin Odersky2014-11-261-1/+1
| * Removed println's left accidentally in code base.Martin Odersky2014-11-261-2/+0
| * Fixed data race in ResolveSuperMartin Odersky2014-11-263-12/+16
| * Fix of intersection not emptyMartin Odersky2014-11-261-2/+6
* | Merge pull request #244 from dotty-staging/fix/refinementTypes-v2odersky2014-11-265-8/+103
|\ \ | |/ |/|
| * Allow refinements that refine already refined types.Martin Odersky2014-11-265-8/+103
|/
* Merge pull request #238 from dotty-staging/fix/bounds-propagation-v2odersky2014-11-2623-164/+406
|\
| * Added test case from SI-6169Martin Odersky2014-11-251-0/+69
| * Simpler cycle detectionMartin Odersky2014-11-244-23/+20
| * Fixed cycle detection.Martin Odersky2014-11-244-2/+34
| * Cyclicity checking independent of positions.Martin Odersky2014-11-241-1/+5