aboutsummaryrefslogtreecommitdiff
path: root/src/dotty/tools/dotc/transform
Commit message (Expand)AuthorAgeFilesLines
* CleanupsMartin Odersky2016-10-021-2/+1
* Drop annotations from dealiasMartin Odersky2016-10-021-1/+1
* Fix ExplicitSelf phaseMartin Odersky2016-10-021-2/+3
* Handle Inlined blocks on ElimErasedValueTypeMartin Odersky2016-10-021-0/+3
* Better diagnostics for TreeCheckerMartin Odersky2016-10-021-2/+3
* Handle outer this in InlinerMartin Odersky2016-10-024-3/+10
* Set the positions of inlined trees wehn read form TastyMartin Odersky2016-10-021-2/+3
* Track Inlined nodes in ctx.sourceMartin Odersky2016-10-021-0/+15
* Add Inlined tree nodeMartin Odersky2016-10-022-1/+34
* Make Context#moreProperties strongly typedMartin Odersky2016-10-021-2/+2
* First version of inline schemeMartin Odersky2016-10-021-0/+4
* Drop tpd.modsDecoMartin Odersky2016-09-262-4/+3
* Eliminate SelectFromTypeTree from docsMartin Odersky2016-09-251-1/+0
* Get rid of Thicket(List(...)) as an expressionMartin Odersky2016-09-251-4/+4
* Get rid of SelectFromType tree node.Martin Odersky2016-09-252-32/+0
* Drop PairMartin Odersky2016-09-252-32/+0
* Swap order of elements in AnnotatedMartin Odersky2016-09-243-4/+4
* Merge pull request #1534 from OlivierBlanvillain/clean-up-printersFelix Mulder2016-09-231-1/+1
|\
| * Clean up config.Printers importsOlivier Blanvillain2016-09-231-1/+1
* | Fix select staticMartin Odersky2016-09-191-14/+10
* | Fix corner case w types ALL passed by name & out of orderOlivier Blanvillain2016-09-161-5/+2
|/
* Fix #1335: Generate null checks for extractorsOlivier Blanvillain2016-09-081-3/+7
* Identation/spacing cleanupOlivier Blanvillain2016-09-081-78/+72
* Fix #1490: type test of union types via type aliasliu fengyun2016-09-011-1/+1
* Merge pull request #1461 from dotty-staging/fixes-gadtsodersky2016-08-261-1/+1
|\
| * Fix testing in tree checker.Martin Odersky2016-08-261-1/+1
* | Fix a couple of warnings.Nicolas Stucki2016-08-262-4/+5
|/
* implementation of exhaustivity and redundancy checkliu fengyun2016-08-244-9/+640
* Fix #1444: Add implicit arguments to supertraitsMartin Odersky2016-08-201-9/+10
* New string infterpolatorsMartin Odersky2016-08-164-19/+18
* Merge pull request #1445 from dotty-staging/fix-#1442Dmitry Petrashko2016-08-151-0/+60
|\
| * SelectStatic: do not promote types-qualifiers.Dmitry Petrashko2016-08-091-1/+1
| * SelectStatic: retain symbols on overloaded selectsDmitry Petrashko2016-08-091-2/+1
| * SelectStatic: also normalise TypeApply nodes.Dmitry Petrashko2016-08-091-0/+6
| * SelectStatic: do not create blocks that are qualifier of select\applyDmitry Petrashko2016-08-091-11/+27
| * Fix SelectStatic: do not lift java statics to free idents.Dmitry Petrashko2016-08-091-1/+3
| * Fix NoDenotation.owner in SelectStatic.Dmitry Petrashko2016-08-091-3/+3
| * Fix #1442: add new phase, SelectStaticDmitry Petrashko2016-08-091-0/+37
* | Merge pull request #1414 from dotty-staging/add-array-strawmanodersky2016-08-142-8/+11
|\ \ | |/ |/|
| * Fix problem related to cbn parameters in supercallsMartin Odersky2016-07-272-8/+11
* | Merge pull request #1398 from dotty-staging/fix-#1269Dmitry Petrashko2016-07-311-2/+1
|\ \
| * | Fix outer test in pattern matcherMartin Odersky2016-07-171-2/+1
| |/
* | Merge pull request #1410 from dotty-staging/fix-#1263Dmitry Petrashko2016-07-281-7/+7
|\ \
| * | Fix #1263: Suppress super initializer call for val parameters of traits.Martin Odersky2016-07-221-7/+7
| |/
* | Merge pull request #1289 from dotty-staging/fix/partest-separateGuillaume Martres2016-07-272-2/+13
|\ \
| * | Don't generate outer accessors for Java innner classes.Martin Odersky2016-07-271-1/+1
| * | Make private accessor in value class not-private.VladimirNik2016-07-271-1/+12
| |/
* / fix #1354: improve type test and typecast of union typesliu fengyun2016-07-261-8/+23
|/
* Merge pull request #1343 from dotty-staging/change-hk-direct2odersky2016-07-155-18/+24
|\
| * Drop Config.checkKindsMartin Odersky2016-07-112-2/+3