aboutsummaryrefslogtreecommitdiff
path: root/src/dotty/tools/dotc/ast/Desugar.scala
Commit message (Expand)AuthorAgeFilesLines
...
* Fix desugaring problemMartin Odersky2015-09-121-6/+11
* Add @sharable annotationMartin Odersky2015-07-061-1/+1
* Fix a few Scaladoc warningsJason Zaugg2015-05-141-3/+3
* Correct a large number of typos.Jason Zaugg2015-05-141-2/+2
* Fix parameter name in Scaladoc.Jason Zaugg2015-05-141-1/+1
* Allow byname repated parametersMartin Odersky2015-04-241-1/+6
* Tweaks relative to error reportingMartin Odersky2015-04-131-1/+1
* Remove trailing spaces in Dotty source.Dmitry Petrashko2015-04-091-3/+3
* Simplify methods implemented in #436Dmitry Petrashko2015-04-021-4/+3
* Add companion link symbols early only if companion actually existsDmitry Petrashko2015-03-261-12/+3
* #353 use methods to find companion classDmitry Petrashko2015-03-251-5/+18
* Companion objects of abstract case classes are not functions.Martin Odersky2015-03-181-1/+4
* Make some tree fields lazyMartin Odersky2015-03-181-4/+4
* Fix desugaring of refined types with "&"-parent.Martin Odersky2015-03-181-9/+10
* Deleted diagnostics output that caused cyclic referencesMartin Odersky2015-01-061-1/+0
* Don't emit copy method for case classes with repeated parameters.Martin Odersky2014-12-201-1/+5
* Allow refinements that refine already refined types.Martin Odersky2014-11-261-7/+35
* desugar Java repeated parms into an Array instead of SeqOndrej Lhotak2014-11-221-3/+4
* Drop modifiers as separate data from MemberDef treesMartin Odersky2014-11-101-61/+64
* Postponing desugaring of Try nodes.Dmitry Petrashko2014-10-301-0/+10
* Create setters also for private varsMartin Odersky2014-10-121-1/+1
* Setters are not case accessorsMartin Odersky2014-10-111-1/+1
* Make productArity a synthetic method which can be overriddenMartin Odersky2014-10-111-2/+1
* Fix #167Martin Odersky2014-10-111-1/+1
* Restrict treee copiers with default arguments to trees with more than 2 eleme...Martin Odersky2014-08-131-2/+2
* Switched to new cpy scheme.Martin Odersky2014-08-131-25/+27
* Changes to tree copyingMartin Odersky2014-08-131-36/+35
* Two fixes in desugarMartin Odersky2014-08-121-2/+4
* Use _1 intstead of get for accessing unary case class parametersMartin Odersky2014-08-111-3/+1
* Add CaseAccessor flag for case accessorsMartin Odersky2014-08-111-1/+2
* Add Product{1,2} supertrait to case classesMartin Odersky2014-08-101-2/+2
* Two variance-related fixes in DesugarMartin Odersky2014-08-031-5/+14
* Fix of t2660.Martin Odersky2014-05-301-1/+9
* Changed handling of repeated parameters.Martin Odersky2014-05-081-1/+3
* move InfoString from ErrorReporting to Decorators andSamuel Gruetter2014-04-021-1/+0
* Hygienic desugaringMartin Odersky2014-03-201-57/+115
* Generalize derived type tree scheme.Martin Odersky2014-03-201-19/+13
* New scheme for TypeTrees that refer to othersMartin Odersky2014-03-201-1/+39
* Removed annotations forced by union typesMartin Odersky2014-03-201-2/+3
* Removed explicit tuplings from dotc codebase.Martin Odersky2014-03-201-1/+1
* Fix problem when handling structural types without a nominal parent type.Martin Odersky2014-03-011-1/+3
* Reorganization of template parents.Martin Odersky2014-03-011-4/+4
* Relaxing check that implicits must have explicit return typeMartin Odersky2014-02-021-2/+2
* Drop AnyRef parent generation in DeSugar.Martin Odersky2014-01-191-4/+1
* Refine notion of pattern variables.Martin Odersky2014-01-181-27/+50
* Handling refined types.Martin Odersky2014-01-111-2/+1
* Add AnyRef parent for case classes that do not have an extends clause.Martin Odersky2014-01-041-2/+2
* Taking a fully-defined result type into account when forming a closure.Martin Odersky2014-01-021-2/+2
* Making Desugar.scala dotty-conform.Martin Odersky2014-01-021-2/+4
* More precise widening of types referring to a block-local.Martin Odersky2014-01-011-1/+1