aboutsummaryrefslogtreecommitdiff
path: root/src/dotty/tools/dotc/core
Commit message (Expand)AuthorAgeFilesLines
* Inline key operations in dottyMartin Odersky2016-10-021-1/+1
* Better error message in TreePicklerMartin Odersky2016-10-021-2/+1
* Fix problems handling types in InlinerMartin Odersky2016-10-021-4/+3
* Handle outer this in InlinerMartin Odersky2016-10-022-1/+2
* Add comment missing from last PRMartin Odersky2016-10-021-0/+12
* Fix some problems in InlinerMartin Odersky2016-10-021-4/+4
* Set the positions of inlined trees wehn read form TastyMartin Odersky2016-10-028-159/+103
* Support separate compilationMartin Odersky2016-10-021-0/+7
* Simplify enclosingInlinedsMartin Odersky2016-10-022-8/+3
* 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