aboutsummaryrefslogtreecommitdiff
path: root/src/dotty/tools/dotc/core
Commit message (Expand)AuthorAgeFilesLines
* Made findDecl more forgivingMartin Odersky2014-01-171-1/+3
* Handle cases AndType and OrType in WildApproxMartin Odersky2014-01-171-2/+26
* Make typedAhead adapt to prototype.Martin Odersky2014-01-171-0/+1
* Refactoring to avoid multiple overloaded traceIndent methods.Martin Odersky2014-01-161-1/+1
* Generalize implicit scope of ThisTypeMartin Odersky2014-01-161-16/+22
* Avoid stale symbol errors for package objectsMartin Odersky2014-01-152-2/+5
* Do ot search for implicit members in packages.Martin Odersky2014-01-141-3/+6
* Making files in pickling dotty-compliant.Martin Odersky2014-01-144-32/+39
* Avoiding cyclic references involving module vals and imports.Martin Odersky2014-01-141-1/+2
* Make SelfName (and ImplClass) flags that are valid from startMartin Odersky2014-01-141-1/+3
* Renaming to make program Scala2x and Dotty compatible.Martin Odersky2014-01-142-5/+10
* When instantiating a type var, need to map back from polyparams to typevars.Martin Odersky2014-01-132-2/+14
* Extend type maps and type accumulators to prototypesMartin Odersky2014-01-131-0/+8
* fix for comparing or-types.Martin Odersky2014-01-111-1/+1
* Better reporting of cyclic references involving imports.Martin Odersky2014-01-111-0/+1
* Strip implicit parameters when deciding specifity of methods.Martin Odersky2014-01-111-8/+8
* Type comparison tweak.Martin Odersky2014-01-102-0/+2
* Removing conforms from StdNames because it shadows Predef.conforms, which is ...Martin Odersky2014-01-102-5/+5
* Mover termRef/typeRef and friends up to Denotation.Martin Odersky2014-01-103-21/+35
* Ensure completion before computing non-private members.Martin Odersky2014-01-101-0/+1
* Add type parameters to synthetic constructors.Martin Odersky2014-01-102-2/+6
* Add a constructor to class Any, so that it can be inherited.Martin Odersky2014-01-102-3/+8
* Refine eligibilityMartin Odersky2014-01-091-2/+5
* Augment namedParts to follow through on some proxy types.Martin Odersky2014-01-092-5/+9
* Change namedParts to also include the underlying types of TermRefs.Martin Odersky2014-01-081-2/+5
* Mapping over a SelectionProto should give a SelectionProto, not a RefinedType.Martin Odersky2014-01-081-1/+1
* Fixing illegal code that should have been flagged by scalac.Martin Odersky2014-01-071-3/+5
* New subtype constraint maintenance algorithm.Martin Odersky2014-01-073-50/+86
* Change to overloading behaviorMartin Odersky2014-01-061-2/+4
* Relax isFullyDefined testMartin Odersky2014-01-061-1/+1
* Changes to propagation of wildcardtypesMartin Odersky2014-01-042-5/+7
* Output cleanupsMartin Odersky2014-01-042-2/+2
* Hardening against a possible NoDenotation has no owner crash.Martin Odersky2014-01-031-1/+1
* typeArgs should return TypeBounds for a wildcard type.Martin Odersky2014-01-031-1/+1
* Avoid premature caching of baseClasses and superclass bits.Martin Odersky2014-01-031-8/+12
* Making namedPartsWith more robust.Martin Odersky2014-01-031-2/+6
* Drop module class suffix when looking for class with enclosing name.Martin Odersky2014-01-031-6/+10
* Making printing configurable.Martin Odersky2014-01-032-15/+16
* safeUnderlyingTypeParams now forces uncompleted symbols.Martin Odersky2014-01-031-7/+5
* Some cleanups.Martin Odersky2014-01-023-3/+5
* Ensuring that contexts do not have NoSymbol as owner.Martin Odersky2014-01-021-1/+5
* Avoiding a crash in denot-union.Martin Odersky2014-01-021-1/+1
* More precise widening of types referring to a block-local.Martin Odersky2014-01-011-4/+17
* Constraints need to be ignored when forming lubs and glbs of constrained oara...Martin Odersky2014-01-011-3/+18
* Better assertions and diagnostics in TypeComparers.Martin Odersky2013-12-311-4/+6
* Check that constraints are not cyclic, and avoid cycles when replacing parame...Martin Odersky2013-12-311-4/+44
* Avoiding search for companion module if class in question is anonymous.Martin Odersky2013-12-311-1/+1
* Combining AndType, OrType into common Trait.Martin Odersky2013-12-311-2/+7
* Adding dotty.Predef to root importsMartin Odersky2013-12-311-7/+5
* Adding a prototype of the right-hand side of default-getters.Martin Odersky2013-12-311-0/+7