aboutsummaryrefslogtreecommitdiff
path: root/src/dotty/tools/dotc/ast
Commit message (Expand)AuthorAgeFilesLines
* Fixing tpd.ClassDef.Martin Odersky2014-05-081-5/+24
* Changed handling of repeated parameters.Martin Odersky2014-05-082-1/+4
* Added a unique identifier to trees.Martin Odersky2014-05-081-0/+10
* Fix to Select(Tree, Symbol)Martin Odersky2014-04-141-1/+1
* ByNameTypeTree is a TypTree.Martin Odersky2014-04-141-1/+1
* Allow closures to take type parameters.Dmitry Petrashko2014-04-111-2/+5
* Reworked TermRef handlingMartin Odersky2014-04-081-2/+4
* move InfoString from ErrorReporting to Decorators andSamuel Gruetter2014-04-021-1/+0
* Merge pull request #102 from dotty-staging/transform/erasureDmitry Petrashko2014-03-311-3/+10
|\
| * Make primitive conversions work also for non-numeric typesMartin Odersky2014-03-311-3/+10
* | Test that lazy val doesn't rewrite module definitions.Dmitry Petrashko2014-03-311-1/+1
|/
* More flexible () applications.Martin Odersky2014-03-291-2/+39
* Reworked erasure denotation transformerMartin Odersky2014-03-291-0/+1
* Hygienic desugaringMartin Odersky2014-03-202-58/+158
* 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
* Renamings TreeTransformer -> TreeMap, TreeMapper -> TreeTypeMapMartin Odersky2014-03-183-6/+6
* Refactor TreeInfo#defPathJason Zaugg2014-03-161-22/+11
* Test case for TreeInfo#defPathJason Zaugg2014-03-161-0/+3
* Merge pull request #69 from odersky/topic/generalize-companionsodersky2014-03-162-4/+64
|\
| * Fixed parse error with @uncheckedMartin Odersky2014-03-131-1/+1
| * Bullet-proofing companion objectsMartin Odersky2014-03-132-4/+64
* | PostTyper transformersDmitry Petrashko2014-03-131-1/+2
|/
* Main Typer reorg.Martin Odersky2014-03-072-159/+64
* Scond step to typer reorg: Introduce TypeAssigners.Martin Odersky2014-03-071-16/+4
* First step towards Typer Reorganization.Martin Odersky2014-03-071-1/+15
* Made TypeBoundsTrees to be TypTrees so they are eliminated by PostTyperTransformMartin Odersky2014-03-071-1/+1
* Got rid of SharedTreeDmitry Petrashko2014-03-064-39/+1
* Merge pull request #37 from DarkDimius/assertionsDmitry Petrashko2014-03-041-4/+0
|\
| * More informative asserts.Dmitry Petrashko2014-03-031-4/+0
* | Fix of #34Martin Odersky2014-03-033-5/+5
|/
* 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
* More precise untyped tree handlingMartin Odersky2014-03-011-10/+35
* More statistics for created and retained treesMartin Odersky2014-02-241-0/+12
* Reverted: Avoid using TypeBounds in alias refinements.Martin Odersky2014-02-211-1/+1
* Avoid using TypeBounds in alias refinements.Martin Odersky2014-02-211-1/+1
* Some small doc changesMartin Odersky2014-02-161-0/+1
* Some changes in the interest of speedups.Martin Odersky2014-02-121-2/+2
* Wrapped up definition of attachments.Martin Odersky2014-02-111-2/+6
* New scheme for attachments.Martin Odersky2014-02-111-2/+2
* Relaxing check that implicits must have explicit return typeMartin Odersky2014-02-021-2/+2
* wip on typecomparersMartin Odersky2014-01-261-2/+2
* Drop AnyRef parent generation in DeSugar.Martin Odersky2014-01-191-4/+1
* Refinement of fully-defined accumulator.Martin Odersky2014-01-191-5/+10
* Fix isWildcardStarArg test so that it works also for typed trees.Martin Odersky2014-01-181-2/+3
* Refine notion of pattern variables.Martin Odersky2014-01-181-27/+50
* More refined handling of avoidable aliases.Martin Odersky2014-01-131-3/+11