aboutsummaryrefslogtreecommitdiff
path: root/src/dotty/tools/dotc/typer/ProtoTypes.scala
Commit message (Expand)AuthorAgeFilesLines
* More @sharable annotationsMartin Odersky2015-07-061-1/+1
* Add @sharable annotationMartin Odersky2015-07-061-2/+2
* Handle normalization of implicit dependent methods.Martin Odersky2015-06-231-10/+16
* Take expected result type into account more often for overloading resolutionMartin Odersky2015-06-191-1/+1
* Correct a large number of typos.Jason Zaugg2015-05-141-1/+1
* Remove trailing spaces in Dotty source.Dmitry Petrashko2015-04-091-3/+3
* Replace tabs with 4 spaces in Dotty source.Dmitry Petrashko2015-04-091-1/+1
* Make all Dotty source files end in newline.Dmitry Petrashko2015-04-091-1/+1
* Stop type inference from creating oprphans.Martin Odersky2015-03-181-1/+1
* Fix of the escaping MethodParam problemMartin Odersky2015-02-121-5/+13
* Cleanups prompted by reviews.Martin Odersky2015-01-281-2/+1
* Fixups taking into account reviewer's comments.Martin Odersky2015-01-271-1/+1
* New constraint handlingMartin Odersky2015-01-181-1/+2
* Added alternative TrackingConstraintMartin Odersky2015-01-131-1/+1
* Moved derivedTypeAlias method to TypeAliasMartin Odersky2014-12-101-2/+2
* Rename PolyType.copy method. It clashes with generated one.Dmitry Petrashko2014-11-221-1/+1
* FunProtoTyped to be used when args are known to be typedDmitry Petrashko2014-11-221-0/+10
* Code to handle overloaded unapply/unapplySeq methodsMartin Odersky2014-08-031-2/+2
* Simplify result handling in FunProto.Martin Odersky2014-05-301-5/+0
* Always ignore type in selectionProtoMartin Odersky2014-05-301-4/+4
* Refinements in diagnosticsMartin Odersky2014-05-301-1/+7
* Fix of pos/t2429Martin Odersky2014-05-201-4/+5
* More systematic treatment of prototypes.Martin Odersky2014-05-201-11/+30
* Reporter refactoringMartin Odersky2014-05-201-3/+1
* Better wildcard type approximationMartin Odersky2014-05-081-11/+10
* move InfoString from ErrorReporting to Decorators andSamuel Gruetter2014-04-021-1/+1
* Rename methods on FreshContext to make mutation obviousDmitry Petrashko2014-03-271-1/+1
* Fix of t1123 - Unit discardingMartin Odersky2014-03-211-1/+3
* Added auto-tupling.Martin Odersky2014-03-201-0/+14
* Scond step to typer reorg: Introduce TypeAssigners.Martin Odersky2014-03-071-1/+1
* First step towards Typer Reorganization.Martin Odersky2014-03-071-0/+384