aboutsummaryrefslogtreecommitdiff
path: root/src/dotty/tools/dotc/ast/Desugar.scala
Commit message (Expand)AuthorAgeFilesLines
* Move compiler and compiler tests to compiler dirFelix Mulder2016-11-221-1089/+0
* Merge pull request #1634 from dotty-staging/change-tasty-pos-ctdodersky2016-11-211-4/+3
|\
| * Make This and Super take idents as qualifier/mixinMartin Odersky2016-11-211-1/+1
| * Clean up parameterized typedefsMartin Odersky2016-11-111-3/+2
* | Don't allow redefinition of core classesMartin Odersky2016-11-101-8/+24
|/
* Use inline flag instead of @inline annotationMartin Odersky2016-11-071-2/+1
* Update IllegalVariableInPatternAlternative error messageShane Delmore2016-10-251-1/+1
* Improved error messages in Desugar.scalaShane Delmore2016-10-191-4/+4
* Improve positions for MemberDefs using `namePos`Felix Mulder2016-10-101-2/+5
* Inline argument closures to inline methodsMartin Odersky2016-10-021-2/+8
* Make Context#moreProperties strongly typedMartin Odersky2016-10-021-2/+2
* Drop PairMartin Odersky2016-09-251-26/+9
* Make InterpolatedString conform to ordering requirementMartin Odersky2016-09-241-3/+11
* Swap order of elements in AnnotatedMartin Odersky2016-09-241-5/+5
* Make positions fit for metaMartin Odersky2016-09-241-14/+18
* Merge pull request #1534 from OlivierBlanvillain/clean-up-printersFelix Mulder2016-09-231-1/+0
|\
| * Clean up config.Printers importsOlivier Blanvillain2016-09-231-1/+0
* | Fix #1503 - be careful where to insert an apply.Martin Odersky2016-09-171-1/+1
|/
* Identation/spacing cleanupOlivier Blanvillain2016-09-081-1/+1
* Implement alternative desugaring of for-if to filter.Martin Odersky2016-08-261-2/+14
* implementation of exhaustivity and redundancy checkliu fengyun2016-08-241-6/+10
* Fix #1432: Fix desugaring of Bind(WILDCARD, _).Nicolas Stucki2016-08-151-2/+2
* Turn on new hk schemeMartin Odersky2016-07-111-1/+1
* Fix typo in Desugar#refinedTypeToClass documentationGuillaume Martres2016-05-281-1/+1
* Ensure more things are completedMartin Odersky2016-04-291-1/+5
* Add companions to value classes during desugaringsMartin Odersky2016-04-151-1/+17
* Fix #1216 Desugar: vals that are desugared PatDef may need setters.Dmitry Petrashko2016-04-141-2/+5
* Move Mode to coreMartin Odersky2016-04-011-1/+0
* Merge pull request #1166 from dotty-staging/fix-#1136odersky2016-03-181-1/+1
|\
| * Add second field to SeqLiteralMartin Odersky2016-03-101-1/+1
* | Address reviewer comments.Martin Odersky2016-03-141-2/+2
* | Copy full modifiers to companionsMartin Odersky2016-03-121-7/+6
* | Fix desugaring of lazy patterns.Martin Odersky2016-03-121-8/+15
|/
* Merge pull request #1111 from dotty-staging/fix-#1099Dmitry Petrashko2016-03-021-14/+30
|\
| * Fix desugaring of classes with context boundsMartin Odersky2016-02-201-14/+30
* | 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
* | Fix assertion error messageMartin Odersky2016-02-191-1/+1
|/
* Untuple using `def` not `val`.Martin Odersky2016-02-161-4/+5
* Auto-uncurry n-ary functions.Martin Odersky2016-02-161-0/+19
* Add position to implicit defs generated from implicit classes.Martin Odersky2015-12-191-1/+2
* Fix desugaring of symbols.Martin Odersky2015-12-191-1/+1
* Generalize overriding checking from isDefinedMartin Odersky2015-12-141-0/+7
* Desugar#makeAnnotated: Avoid unnecessary typingGuillaume Martres2015-12-011-1/+1
* More refined treatement of pattern type variablesMartin Odersky2015-11-171-0/+6
* Avoid taking references before toplevel symbols are entered.Martin Odersky2015-11-091-1/+1
* Rename AnnotRef -> AnnotTypeMartin Odersky2015-11-091-1/+1
* Shorten ..Class.typeRef to ..TypeMartin Odersky2015-11-091-4/+4