aboutsummaryrefslogtreecommitdiff
path: root/src/dotty/tools/dotc/core
Commit message (Expand)AuthorAgeFilesLines
* Print inlining positions in error messagesMartin Odersky2016-10-022-8/+14
* Track Inlined nodes in ctx.sourceMartin Odersky2016-10-021-3/+7
* Add Inlined tree nodeMartin Odersky2016-10-021-0/+10
* Make Context#moreProperties strongly typedMartin Odersky2016-10-021-5/+10
* First version of inline schemeMartin Odersky2016-10-024-7/+18
* Make namePos a member of memberDefMartin Odersky2016-09-291-1/+4
* Make Modifiers untyped only.Martin Odersky2016-09-282-3/+4
* Get rid of SelectFromType tree node.Martin Odersky2016-09-251-1/+1
* Drop PairMartin Odersky2016-09-254-11/+5
* Swap order of elements in AnnotatedMartin Odersky2016-09-241-1/+1
* Merge pull request #1534 from OlivierBlanvillain/clean-up-printersFelix Mulder2016-09-2311-11/+10
|\
| * Clean up config.Printers importsOlivier Blanvillain2016-09-2311-11/+10
* | 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
| | |/ | |/|