aboutsummaryrefslogtreecommitdiff
path: root/src/dotty/tools/dotc/core/TypeComparer.scala
Commit message (Expand)AuthorAgeFilesLines
* Changed type comparers to compare symbols of standard types instead of types ...Martin Odersky2013-09-231-42/+65
* Made lub/glb fail early when trying to mix a class info with another type type.Martin Odersky2013-09-171-10/+14
* Bug fixes and improvements in error diagnostics.Martin Odersky2013-09-161-23/+200
* Changes in typecomparersMartin Odersky2013-09-051-7/+14
* More tests and fixes related to inference.Martin Odersky2013-08-301-4/+6
* Fixed bugs related to typechecking closures.Martin Odersky2013-08-271-2/+0
* Fixes to import handling and adaptation and implicitsMartin Odersky2013-08-211-1/+4
* Changed handling of selection prototypes.Martin Odersky2013-08-191-1/+1
* Integrated parser/typer into compilerMartin Odersky2013-08-141-2/+10
* Finished rest of typer.Martin Odersky2013-08-101-0/+4
* Implementation of match/case def including GADT pattern matching.Martin Odersky2013-08-081-3/+13
* Handling bounded wildcard types.Martin Odersky2013-07-191-8/+18
* Added functionality to deal with function applications.Martin Odersky2013-07-111-0/+336