aboutsummaryrefslogtreecommitdiff
path: root/src/dotty/tools/dotc/ast/untpd.scala
Commit message (Expand)AuthorAgeFilesLines
* Refine refOfDef top handle repeated parametersMartin Odersky2015-08-221-1/+9
* Remove redundant parentheses.Jason Zaugg2015-05-141-4/+4
* Avoid capturing context in lazy treesMartin Odersky2015-03-181-4/+4
* Make some tree fields lazyMartin Odersky2015-03-181-3/+3
* Eliminate Throw as a typed TreeMartin Odersky2015-03-041-1/+9
* Drop modifiers as separate data from MemberDef treesMartin Odersky2014-11-101-28/+40
* Postponing desugaring of Try nodes.Dmitry Petrashko2014-10-301-0/+2
* Restructure Try node.Dmitry Petrashko2014-10-301-1/+1
* Re-usable method to determine self-ness.Martin Odersky2014-10-121-1/+1
* Replace tree.withName with {tpd|untpd}.rename.treeMartin Odersky2014-10-111-3/+7
* Add TypedSplice case to untpd.TreeAccumulatorMartin Odersky2014-08-241-0/+2
* Changes to tree copyingMartin Odersky2014-08-131-38/+38
* Hygienic desugaringMartin Odersky2014-03-201-1/+43
* Renamings TreeTransformer -> TreeMap, TreeMapper -> TreeTypeMapMartin Odersky2014-03-181-1/+1
* Bullet-proofing companion objectsMartin Odersky2014-03-131-1/+1
* Got rid of SharedTreeDmitry Petrashko2014-03-061-1/+0
* Fix of #34Martin Odersky2014-03-031-1/+1
* More precise untyped tree handlingMartin Odersky2014-03-011-10/+35
* Avoiding auto-unit insertion.Martin Odersky2013-12-251-1/+1
* Typing by-name parameters with ExprTypes.Martin Odersky2013-12-221-0/+1
* Handling implicit unapply arguments.Martin Odersky2013-12-201-1/+1
* Making sure New's always end in an application.Martin Odersky2013-12-181-1/+6
* Made New(tpt, args) work for parameterized types tpt.Martin Odersky2013-12-061-3/+12
* Tweaks to applications, operator assignments, and variable definitions.Martin Odersky2013-12-011-2/+2
* File name renamingMartin Odersky2013-11-281-0/+334