aboutsummaryrefslogtreecommitdiff
path: root/src/dotty/tools/dotc/ast/TreeInfo.scala
Commit message (Expand)AuthorAgeFilesLines
* Fix isWildcardStarArg test so that it works also for typed trees.Martin Odersky2014-01-181-2/+3
* Fixing a type problem where code does not compile under dotty.Martin Odersky2014-01-021-1/+4
* Avoiding redundant tuple formations.Martin Odersky2013-12-271-0/+10
* Typing by-name parameters with ExprTypes.Martin Odersky2013-12-221-7/+0
* Not counting type arguments for numArgsMartin Odersky2013-12-221-2/+1
* Refinement to shadowing checking for implicitsMartin Odersky2013-12-191-0/+6
* Three bugfixes to typing.Martin Odersky2013-12-171-1/+1
* Fixed several deep problems in handling of types and symbols.Martin Odersky2013-12-141-0/+9
* Skipping TypedSplices in TreeInfo methods.Martin Odersky2013-12-111-19/+28
* Polishing EtaExpansionMartin Odersky2013-12-011-1/+1
* Renaming: typeConstructor -> typeRefMartin Odersky2013-11-221-1/+1
* Fixed handling of varargsMartin Odersky2013-10-261-8/+1
* Several bug fixes to typer and classfile reader.Martin Odersky2013-09-281-3/+10
* Added isRef method to determine whether a type is a typeref that refers to a ...Martin Odersky2013-09-261-1/+1
* Fixed two problems that lead to over-zealous lifting.Martin Odersky2013-08-231-2/+5
* Eliminating getter generation in namer/typer.Martin Odersky2013-08-161-1/+1
* Finished rest of typer.Martin Odersky2013-08-101-1/+1
* Typing of SeqLiteralsMartin Odersky2013-08-091-7/+0
* Handling typevars in inference.Martin Odersky2013-08-011-0/+5
* Redesign of trees.Martin Odersky2013-07-271-178/+178
* More typer logic, in particular dealing with variants of applicationsMartin Odersky2013-07-251-0/+5
* SeqLiteral refactoringMartin Odersky2013-07-221-3/+3
* Added functionality to deal with function applications.Martin Odersky2013-07-111-3/+12
* Removed ClassDef as a Tree node class.Martin Odersky2013-06-151-1/+0
* Dropping type parameters from typed TypeDefs.Martin Odersky2013-06-131-4/+4
* Refactoring: breaking out desugaring into its own object.Martin Odersky2013-06-041-4/+4
* Making EmptyTree a special case of TempTreesMartin Odersky2013-05-251-11/+11
* Made tpd/untpd toplevel objects.Martin Odersky2013-05-221-1/+1
* More tree refactorings.Martin Odersky2013-05-221-0/+480