aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Fix subtyping of null and refined types.Martin Odersky2014-12-132-1/+25
* 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
| * Added and corrected testsMartin Odersky2014-11-243-3/+7
| * Updated refinement checking.Martin Odersky2014-11-242-8/+50
| * Better printing of variant types with wildcard arguments.Martin Odersky2014-11-243-6/+31
| * checkBounds refactoringMartin Odersky2014-11-244-30/+44
| * Take off the training wheels for refined type comparisons.Martin Odersky2014-11-241-19/+2
| * Fix to checkBoundsMartin Odersky2014-11-243-4/+16
| * Fixes in TypeComparer for RefinedTypes.Martin Odersky2014-11-248-70/+88
| * Changed underlying type of RefinedThisMartin Odersky2014-11-241-1/+1
| * More robust isSetter test.Martin Odersky2014-11-241-1/+1
| * More robust TypeVar printing.Martin Odersky2014-11-241-3/+7
| * Fixed type adaptation problem in checkBoundsMartin Odersky2014-11-242-1/+21
| * Make reduceProjection use lookupRefinedMartin Odersky2014-11-242-70/+49
| * Improve simplifications of type projections.Martin Odersky2014-11-242-1/+40
|/
* Merge pull request #213 from dotty-staging/javaparserDmitry Petrashko2014-11-24117-271/+2150
|\