aboutsummaryrefslogtreecommitdiff
path: root/src/dotty/tools/dotc/transform
Commit message (Expand)AuthorAgeFilesLines
...
* 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
| * Refactorings of GenericTypes and underlying/upperboundMartin Odersky2016-07-112-8/+2
| * Handle signatures over uninstantiated type variablesMartin Odersky2016-07-111-2/+13
| * Refactoring of PolyType and TypeLambdaMartin Odersky2016-07-112-7/+7
* | Correct typo in IsInstanceOfEvalautor, fixes #1352Felix Mulder2016-07-141-2/+2
|/
* Merge pull request #1315 from nicolasstucki/optimize-try-casesDmitry Petrashko2016-06-302-74/+101
|\
| * Fix #856: Handle try/catch cases as catch cases if possible.Nicolas Stucki2016-06-282-74/+101
* | Merge pull request #1338 from dotty-jvican/non-deferred-ycheckDmitry Petrashko2016-06-301-0/+21
|\ \ | |/ |/|
| * Add postcondition check that ensures #971jvican2016-06-291-0/+21
* | Make class initialisers private. Otherwise they break GenBCode.Dmitry Petrashko2016-06-071-1/+1
* | MoveStatics: Fix classes without companion not getting static <clinit>Dmitry Petrashko2016-06-071-19/+20
* | LazyVals: fix leftover moduleClass usage.Dmitry Petrashko2016-06-071-1/+1
* | CheckStatic: report error position in case of disallowed overrideDmitry Petrashko2016-06-071-1/+1
* | MoveStatics: fix a bug.Dmitry Petrashko2016-06-071-1/+2
* | MoveStatics: survive absence of companions.Dmitry Petrashko2016-06-071-14/+24