aboutsummaryrefslogtreecommitdiff
path: root/src/dotty/tools/dotc/core
Commit message (Expand)AuthorAgeFilesLines
* Changes to dealiasing and wideningMartin Odersky2013-11-141-36/+72
* Make undetVars a set with deterministic traversal order.Martin Odersky2013-11-141-1/+1
* widen if unstable prefixMartin Odersky2013-11-133-5/+16
* Fixing a problem in <:< of named types.Martin Odersky2013-11-131-15/+53
* Bringing underlyingIfRepeated up-to-dateMartin Odersky2013-11-112-2/+4
* Dealias before add to constraint.Martin Odersky2013-11-102-4/+16
* Reporting max constraintMartin Odersky2013-11-101-19/+23
* Fixing inference problem and block scope problemMartin Odersky2013-11-071-4/+3
* Fixing several type checking problems.Martin Odersky2013-11-061-0/+5
* Avoiding to record constraints of the form P <:< P.Martin Odersky2013-11-062-2/+5
* Adding a Scala2x flag.Martin Odersky2013-11-062-0/+4
* Fallback to old treatement of tuples.Martin Odersky2013-11-041-1/+1
* Upgraded handling of positionsMartin Odersky2013-11-042-1/+9
* Changing the type of pairs to be scala.Tuple2.Martin Odersky2013-11-031-1/+1
* Generalizing the idea of lossless dealiasings to all accumulators and typemaps.Martin Odersky2013-11-031-9/+14
* Added missing case in allOverriddenSymbolsMartin Odersky2013-11-031-1/+4
* Adding simplification and fixing a variance problem.Martin Odersky2013-11-032-5/+54
* Changed handling of signatures in TermRefs.Martin Odersky2013-11-013-10/+16
* To tweaks to derivedRefinedType for higher-kinded types.Martin Odersky2013-10-311-12/+46
* Fixes to subtyping tests for constrained parameters.Martin Odersky2013-10-311-16/+38
* Fixes to type inferenceMartin Odersky2013-10-291-8/+22
* Fixed unpickling of polymorphic constructors.Martin Odersky2013-10-274-8/+33
* Forcing less when determining the class symbol(s) of a type.Martin Odersky2013-10-271-0/+6
* Fixed handling of varargsMartin Odersky2013-10-262-13/+20
* Fixed problem in handing of self types.Martin Odersky2013-10-242-1/+4
* Fix: Missing prefixes are considered stable.Martin Odersky2013-10-241-0/+1
* Added missing case matching against hk type in refinement.Martin Odersky2013-10-231-2/+10
* Caching asSeenFrom on denotations.Martin Odersky2013-10-233-7/+29
* Making explanations available outside type comparersMartin Odersky2013-10-231-1/+13
* Added forgotten cases to TypeAccumulators.Martin Odersky2013-10-151-0/+7
* Changes to adaptation and local type inference.Martin Odersky2013-10-152-7/+8
* Fixes to typevar instantiationMartin Odersky2013-10-132-11/+13
* Bug fixes in <:<Martin Odersky2013-10-131-3/+20
* New invariant: refined types must have a refined info that's more specific th...Martin Odersky2013-10-122-11/+13
* Tightening up typer state + printing refinementsMartin Odersky2013-10-124-14/+55
* Fixed missing type comparisons for bound types.Martin Odersky2013-10-102-8/+42
* Added shortcuiting for type argument aliases.Martin Odersky2013-10-101-4/+49
* New TypeArgs flagMartin Odersky2013-10-101-1/+6
* Added disambiguation for reported messages.Martin Odersky2013-10-101-4/+7
* Partial revert of "instance flags" commitMartin Odersky2013-10-091-9/+1
* Cleanup of new scheme for handling local type parameters and type members.Martin Odersky2013-10-094-33/+68
* flags for instancesMartin Odersky2013-10-071-4/+18
* Fixed problem with withMode leaking into enclosing context.Martin Odersky2013-10-041-7/+7
* Prefiltering members in computeMembers ...Martin Odersky2013-10-022-1/+24
* Introducing mapReduce for OrTypes and AndTypesMartin Odersky2013-10-022-5/+17
* Added option -YheartbeatMartin Odersky2013-10-011-49/+72
* Changed &, | to distribute inside non-value types.Martin Odersky2013-10-012-74/+246
* Removing a triggered assertion in applications.Martin Odersky2013-10-011-6/+8
* Changed logic for merges in lub/glbMartin Odersky2013-09-303-50/+80
* Fixed logic in newTypeParamsMartin Odersky2013-09-301-4/+11