aboutsummaryrefslogtreecommitdiff
path: root/src/dotty/tools/dotc/typer/Inferencing.scala
Commit message (Expand)AuthorAgeFilesLines
* Refining checkClassTypeWithStablePrefixMartin Odersky2013-12-241-21/+10
* Typing by-name parameters with ExprTypes.Martin Odersky2013-12-221-1/+1
* Make PolyProto a true prototype.Martin Odersky2013-12-221-1/+9
* Adding () insertion to normalization.Martin Odersky2013-12-211-2/+14
* Following type aliases when pattern matching.Martin Odersky2013-12-191-11/+41
* Fixes to parent types.Martin Odersky2013-12-171-1/+1
* Three bugfixes to typing.Martin Odersky2013-12-171-4/+4
* Fixes for by-name argumentsMartin Odersky2013-12-171-8/+6
* Checking for double definitions among class definitions.Martin Odersky2013-12-161-1/+22
* Fixes to typer.Martin Odersky2013-12-111-5/+3
* Fixing a problem with swallowed errorsMartin Odersky2013-12-101-3/+4
* Fixes to avoid stale symbols and to avoid methods as pattern constructors.Martin Odersky2013-12-091-6/+16
* Better reporting for pattern matching errors.Martin Odersky2013-12-081-1/+1
* Refactoring test compatible.Martin Odersky2013-12-021-5/+8
* Streamlining isApplicableMartin Odersky2013-12-021-2/+2
* SimpleMap.foreachKey -> foreachBindingMartin Odersky2013-11-291-4/+2
* Tweaks to InferencingMartin Odersky2013-11-291-118/+165
* Final set of Types tweaksMartin Odersky2013-11-251-2/+2
* Dropping cinsistency checking logic from typerstates.Martin Odersky2013-11-221-0/+4
* Consolidation of TyperState and ConstraintMartin Odersky2013-11-211-21/+25
* Better encapsulation for constraints.Martin Odersky2013-11-201-2/+1
* Splitting constraint.appky into at, bounds, contains.Martin Odersky2013-11-201-2/+2
* Various cleanupsMartin Odersky2013-11-181-1/+1
* Tweaks to adaptation and interpolationMartin Odersky2013-11-151-1/+1
* making all internal errors throw exceptions (for now).Martin Odersky2013-11-141-1/+1
* replace qualifierType by widenIfUnstable.Martin Odersky2013-11-141-0/+3
* Fixing inference problem and block scope problemMartin Odersky2013-11-071-10/+10
* Fixing several type checking problems.Martin Odersky2013-11-061-16/+34
* Adding simplification and fixing a variance problem.Martin Odersky2013-11-031-1/+6
* Two fixes for implicit searchMartin Odersky2013-10-311-5/+8
* Fixes to type inferenceMartin Odersky2013-10-291-1/+4
* Cleaned up and fixed interpolation of undetermined type variablesMartin Odersky2013-10-241-17/+11
* Fixed premature stopping of type variable instantiations.Martin Odersky2013-10-241-2/+8
* Changes to adaptation and local type inference.Martin Odersky2013-10-151-2/+9
* Tightening up typer state + printing refinementsMartin Odersky2013-10-121-2/+1
* Added option -YheartbeatMartin Odersky2013-10-011-9/+12
* Several bug fixes to typer and classfile reader.Martin Odersky2013-09-281-1/+1
* Added isRef method to determine whether a type is a typeref that refers to a ...Martin Odersky2013-09-261-1/+1
* Bug fixes and improvements in error diagnostics.Martin Odersky2013-09-161-6/+12
* Improvements in implicits error reportingMartin Odersky2013-09-061-0/+2
* Foleded typeConforms back into <:<Martin Odersky2013-09-051-8/+5
* More tests and fixes related to inference.Martin Odersky2013-08-301-4/+13
* Reverting explicit arguments for zipoped/unzipMartin Odersky2013-08-291-3/+3
* Fixed bugs related to typechecking closures.Martin Odersky2013-08-271-2/+11
* Review of all deompositions of NamedTypeMartin Odersky2013-08-241-1/+1
* Fixes in implicit handlingMartin Odersky2013-08-231-2/+8
* Making FunProto a prototype so that we can use it in implicit search.Martin Odersky2013-08-221-1/+4
* Refactoring to prototype schemeMartin Odersky2013-08-211-1/+75
* Converted some more s"" to i""Martin Odersky2013-08-151-2/+3
* Added support for pattern variables and Bind.Martin Odersky2013-08-091-0/+5