aboutsummaryrefslogtreecommitdiff
path: root/src/dotty/tools/dotc/ast
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #1395 from dotty-staging/fix-#1378odersky2016-07-211-1/+12
|\
| * Adress reviewers commentsMartin Odersky2016-07-171-1/+1
| * Proparage function result constrains when inferring parameter typesMartin Odersky2016-07-161-1/+12
* | Changes to overloadingMartin Odersky2016-07-151-2/+1
|/
* Turn on new hk schemeMartin Odersky2016-07-111-1/+1
* Add printing of type lambda treesMartin Odersky2016-07-111-1/+1
* New type lambda scheme for hk typesMartin Odersky2016-07-112-0/+17
* Document why Trees#SelectFromTypeTree cannot be a TypTreeGuillaume Martres2016-05-281-1/+4
* Fix typo in Desugar#refinedTypeToClass documentationGuillaume Martres2016-05-281-1/+1
* Make sure type parameters correspond to type args in applyOveroadedMartin Odersky2016-05-231-1/+7
* Ensure more things are completedMartin Odersky2016-04-291-1/+5
* Merge pull request #1219 from dotty-staging/fix-strawmansDmitry Petrashko2016-04-201-1/+17
|\
| * Add companions to value classes during desugaringsMartin Odersky2016-04-151-1/+17
* | Address review comments.Dmitry Petrashko2016-04-181-5/+5
* | Separate handling of genericArray creation from normal ones.Dmitry Petrashko2016-04-181-11/+5
* | make tpd.JavaSeqLiteral return JavaSeqLiteralDmitry Petrashko2016-04-181-2/+3
* | Decouple handling array constructors from typer.Dmitry Petrashko2016-04-181-1/+4
* | Get rid of all new***Array methods expect one.Dmitry Petrashko2016-04-181-15/+15
* | Fix #1167: Remove the magic from Arrays.newRefArray.Sébastien Doeraene2016-04-181-3/+6
|/
* Fix #1216 Desugar: vals that are desugared PatDef may need setters.Dmitry Petrashko2016-04-141-2/+5
* Implement comments as attachments instead of tree membersFelix Mulder2016-04-071-5/+6
* Add initial support for raw docstrings in ASTsFelix Mulder2016-04-071-0/+9
* Move Mode to coreMartin Odersky2016-04-012-2/+0
* Merge pull request #1166 from dotty-staging/fix-#1136odersky2016-03-184-29/+31
|\
| * Add second field to SeqLiteralMartin Odersky2016-03-104-28/+30
| * More info when resolveOverloading failsMartin Odersky2016-03-101-1/+1
* | Merge pull request #1154 from dotty-staging/add-rewriteodersky2016-03-184-52/+157
|\ \
| * | Address reviewer comments.Martin Odersky2016-03-143-14/+22
| * | Fix setChildPositionsMartin Odersky2016-03-121-1/+2
| * | More detailed diagnostic in NavigateASTMartin Odersky2016-03-121-1/+6
| * | Remove printlnMartin Odersky2016-03-121-3/+1
| * | Copy full modifiers to companionsMartin Odersky2016-03-121-7/+6
| * | Fix desugaring of lazy patterns.Martin Odersky2016-03-121-8/+15
| * | Untangle withAnnotation naming.Martin Odersky2016-03-121-3/+7
| * | Add functionality to navigate ASTsMartin Odersky2016-03-122-32/+115
| |/
* | Drop debug printlnMartin Odersky2016-03-121-1/+0
* | Refinement to TreeTypeMapMartin Odersky2016-03-121-1/+3
|/
* Fix Identation in tpd.Dmitry Petrashko2016-03-081-1/+1
* Implement @static sip.Dmitry Petrashko2016-03-071-1/+3
* Merge pull request #1111 from dotty-staging/fix-#1099Dmitry Petrashko2016-03-022-35/+47
|\
| * Fix desugaring of classes with context boundsMartin Odersky2016-02-201-14/+30
| * Synthesize classTags in Typer.Martin Odersky2016-02-201-21/+17
* | Don't copy annotations from method to default getter.Martin Odersky2016-02-201-1/+1
* | Default getters accessibility fixMartin Odersky2016-02-201-1/+1
|/
* Merge pull request #1066 from dotty-staging/fix-#997odersky2016-02-191-5/+7
|\
| * Copy access flags to derived definitions during desugaringMartin Odersky2016-02-191-5/+7
* | Allow Named Arguments in TypeArgsMartin Odersky2016-02-191-1/+1
* | Use hasNamedArgs instead of repeating test inline.Martin Odersky2016-02-191-0/+4
* | Fix assertion error messageMartin Odersky2016-02-191-1/+1
|/
* Untuple using `def` not `val`.Martin Odersky2016-02-161-4/+5