aboutsummaryrefslogtreecommitdiff
path: root/src/dotty/tools/dotc/core
Commit message (Expand)AuthorAgeFilesLines
...
* | Avoid stale symbol errors for Scala-2 compiled symbolsMartin Odersky2016-09-191-0/+1
* | Fix select staticMartin Odersky2016-09-191-12/+17
* | Address reviewer commentsMartin Odersky2016-09-181-2/+2
* | Fix #1503 - be careful where to insert an apply.Martin Odersky2016-09-171-2/+5
* | Fix #1513: misaligned by name type parameter type boundsOlivier Blanvillain2016-09-151-2/+2
|/
* TyperState refactoring.Martin Odersky2016-08-261-17/+7
* Handle complex context merging casesMartin Odersky2016-08-261-3/+5
* Implement constraint mergingMartin Odersky2016-08-263-5/+48
* Generalize self-referential member comparisons.Martin Odersky2016-08-261-3/+5
* Make expressions using GADTs type check in later phasesMartin Odersky2016-08-261-2/+17
* Merge pull request #1460 from dotty-staging/fix-t1756odersky2016-08-262-5/+27
|\
| * Address reviewers comments.Martin Odersky2016-08-211-6/+5
| * Make sure arguments are evaluated in the correct typer state.Martin Odersky2016-08-211-0/+22
| * Don't force in isErronous checkMartin Odersky2016-08-211-5/+6
* | implementation of exhaustivity and redundancy checkliu fengyun2016-08-242-0/+17
* | Merge pull request #1453 from felixmulder/topic/dottydocodersky2016-08-241-3/+25
|\ \ | |/ |/|
| * Fix #25: move doc related structures to `DocBase`Felix Mulder2016-08-191-1/+11
| * Introduce DocMiniPhase concept, fused phasesFelix Mulder2016-08-191-1/+12
| * Add the scaladoc CLI args that make sense for dottydocFelix Mulder2016-08-191-1/+1
| * Port cooking of strings from NSCFelix Mulder2016-08-191-3/+4
* | Merge pull request #1459 from dotty-staging/tests3odersky2016-08-211-2/+2
|\ \
| * | Refinements to auto tuplingMartin Odersky2016-08-181-2/+2
| |/
* / Fixes in comparisons between singleton typesMartin Odersky2016-08-181-8/+4
|/
* Harden copmpareHkApply for ill-typed programsMartin Odersky2016-08-171-1/+1
* New string infterpolatorsMartin Odersky2016-08-1610-97/+44
* Merge pull request #1414 from dotty-staging/add-array-strawmanodersky2016-08-142-7/+10
|\
| * Simplify lexicallyEnclosingClassMartin Odersky2016-07-271-12/+3
| * Quick-fix eclosingMethod attribute generation for t3048.scalaDmitry Petrashko2016-07-271-0/+13
| * Fix substDealiasMartin Odersky2016-07-271-7/+6
* | Fix #1447: Make X$ <:< X.type when X is an objectGuillaume Martres2016-08-091-1/+7
* | Merge pull request #1398 from dotty-staging/fix-#1269Dmitry Petrashko2016-07-311-5/+1
|\ \
| * | Fix computation of parent types of a classinfo.Martin Odersky2016-07-171-5/+1
* | | Fix #1285: Mutable vars are not to be considered constantMartin Odersky2016-07-311-1/+1
* | | Add Function25 on top of #1413.Nicolas Stucki2016-07-281-2/+2
* | | Merge pull request #1289 from dotty-staging/fix/partest-separateGuillaume Martres2016-07-272-4/+17
|\ \ \
| * | | Refine HKApply#superTypeMartin Odersky2016-07-281-1/+1
| * | | Fix HkApply#superType if type constructor is a TypeVarMartin Odersky2016-07-271-0/+3
| * | | Remove overloaded constructor for annotationsGuillaume Martres2016-07-271-4/+14
| | |/ | |/|
* | | Merge pull request #1412 from dotty-staging/fix-#1284odersky2016-07-261-0/+18
|\ \ \
| * | | Fix #1284: Make classTag depend directly on erasureMartin Odersky2016-07-251-0/+18
* | | | Merge pull request #1409 from dotty-staging/fix-hk-typdefs-of-lambdasGuillaume Martres2016-07-253-10/+17
|\ \ \ \ | |_|/ / |/| | |
| * | | Take curried type lambdas into accountMartin Odersky2016-07-223-10/+17
* | | | Adress reviewers commentsMartin Odersky2016-07-251-1/+1
* | | | Fix #1385: Temporarily lift 22 limit for functionsMartin Odersky2016-07-251-2/+8
| |/ / |/| |
* | | Resume suspensions also when reading from classfilesMartin Odersky2016-07-223-6/+14
* | | Fix #1401: Make sure all refs are forwardedMartin Odersky2016-07-213-8/+29
|/ /
* | Merge pull request #1395 from dotty-staging/fix-#1378odersky2016-07-211-2/+2
|\ \
| * | Add recursive calls to classBoundMartin Odersky2016-07-161-2/+2
| |/
* | Merge pull request #1400 from dotty-staging/fix/hk-reduce-typerefsodersky2016-07-191-12/+7
|\ \
| * | HK reduction: Remove special-case for typerefsGuillaume Martres2016-07-181-12/+7
| |/