aboutsummaryrefslogtreecommitdiff
path: root/src/dotty/tools/dotc/typer/Typer.scala
Commit message (Expand)AuthorAgeFilesLines
* Change definition of isLegalPrefix so that it allows projecting on an abstrac...Martin Odersky2014-06-121-1/+1
* Simplify result handling in FunProto.Martin Odersky2014-05-301-25/+5
* Always ignore type in selectionProtoMartin Odersky2014-05-301-1/+1
* typedTyped needs to maintain Mode.Martin Odersky2014-05-301-2/+2
* Fix of t2591.Martin Odersky2014-05-301-1/+6
* Fix of t2504Martin Odersky2014-05-301-21/+43
* Fix of pos/t2429Martin Odersky2014-05-201-23/+30
* More systematic treatment of prototypes.Martin Odersky2014-05-201-10/+36
* Fix of SI 2133Martin Odersky2014-05-201-1/+2
* Tightening of rules for explicit types for implicit defsMartin Odersky2014-05-081-5/+1
* Changed handling of repeated parameters.Martin Odersky2014-05-081-1/+1
* Addiong an adapt to implicit parameters.Martin Odersky2014-05-081-1/+1
* Better error message if position of tree isn't set.Dmitry Petrashko2014-05-061-1/+1
* Merge pull request #118 from dotty-staging/fix/annotationsDmitry Petrashko2014-04-091-5/+6
|\
| * Fixing annotationsMartin Odersky2014-04-091-5/+6
* | Avoid creating a local dummy when retyping.Martin Odersky2014-04-081-3/+6
|/
* replace some s"..." by i"..."Samuel Gruetter2014-04-021-7/+7
* replace i"..." by d"..." if string might go into aSamuel Gruetter2014-04-021-17/+17
* Factored re-typing logic into seperate ReTyper classMartin Odersky2014-03-311-34/+40
* Renaming clear->setNewMartin Odersky2014-03-311-5/+5
* Erasure phase PoCMartin Odersky2014-03-291-32/+37
* Rename methods on FreshContext to make mutation obviousDmitry Petrashko2014-03-271-10/+10
* Fix of t1280 - type of selfMartin Odersky2014-03-211-1/+1
* Fix of t0438 - lambdas and eta expansionMartin Odersky2014-03-211-5/+6
* Hygienic desugaringMartin Odersky2014-03-201-6/+13
* Generalize derived type tree scheme.Martin Odersky2014-03-201-15/+10
* New scheme for TypeTrees that refer to othersMartin Odersky2014-03-201-5/+21
* Added auto-tupling.Martin Odersky2014-03-201-2/+10
* Fixed two problems with annotated types in patternsMartin Odersky2014-03-141-1/+1
* Merge pull request #61 from odersky/fixes-t00xxodersky2014-03-121-3/+4
|\
| * Fix constructor completion problem detected in t0054Martin Odersky2014-03-121-3/+3
| * Fix problems related to t0039Martin Odersky2014-03-101-2/+3
| * Fix for t1002Martin Odersky2014-03-101-1/+1
* | Fix of #50 - volatileMartin Odersky2014-03-091-0/+2
|/
* Main Typer reorg.Martin Odersky2014-03-071-201/+65
* Scond step to typer reorg: Introduce TypeAssigners.Martin Odersky2014-03-071-3/+3
* First step towards Typer Reorganization.Martin Odersky2014-03-071-13/+5
* Removed useless ValDef flagged by @samuelgruetter in previous pull requestMartin Odersky2014-03-071-2/+1
* Fix problem comparing overloaded TermRefsMartin Odersky2014-03-071-1/+1
* Made TypeBoundsTrees to be TypTrees so they are eliminated by PostTyperTransformMartin Odersky2014-03-071-1/+0
* Fix of #39Martin Odersky2014-03-041-33/+36
* Fix of #34Martin Odersky2014-03-031-3/+3
* Fix problem when handling structural types without a nominal parent type.Martin Odersky2014-03-011-1/+1
* Reorganization of template parents.Martin Odersky2014-03-011-2/+23
* Performance improvement: Avoid most operations in interpolateUndetVarsMartin Odersky2014-02-251-2/+2
* More statistics for created and retained treesMartin Odersky2014-02-241-2/+2
* Some changes in the interest of speedups.Martin Odersky2014-02-121-18/+15
* COnverted symOfTree and expandedTree to attachments.Martin Odersky2014-02-111-4/+8
* New scheme for attachments.Martin Odersky2014-02-111-1/+1
* New scheme for incremental invalidation of parents.Martin Odersky2014-02-101-0/+9