aboutsummaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Fix problem with duplicate companion objects for classes with default paramet...Martin Odersky2014-01-172-10/+12
* 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-173-2/+4
* Making UniqueMessagePositions Dotty compliantMartin Odersky2014-01-161-1/+1
* Refactoring to avoid multiple overloaded traceIndent methods.Martin Odersky2014-01-166-21/+22
* Flag multiple overloaded variants with default arguments as an error.Martin Odersky2014-01-161-0/+4
* Avoiding a crash in the face of multiple overloaded variants with default arg...Martin Odersky2014-01-161-1/+5
* Generalize implicit scope of ThisTypeMartin Odersky2014-01-162-30/+45
* Make RefinedPrinter Dotty compliant.Martin Odersky2014-01-151-7/+9
* Tweak to typing of function values.Martin Odersky2014-01-152-5/+16
* Relax type checking rule for pattern matching.Martin Odersky2014-01-151-12/+20
* Allow views when matching the result type of a selection prototype.Martin Odersky2014-01-155-19/+23
* Avoid stale symbol errors for package objectsMartin Odersky2014-01-152-2/+5
* Fix for constant foldingMartin Odersky2014-01-154-31/+30
* Make Parsers Dotty-compliant.Martin Odersky2014-01-151-5/+5
* Fix typing of unapplySeq extractor arguments.Martin Odersky2014-01-151-1/+6
* Treat "this" specially when it appears in a parent constructorMartin Odersky2014-01-153-6/+17
* Avoid procedure syntaxMartin Odersky2014-01-144-11/+11
* Allow ExprType as the type of a view argument.Martin Odersky2014-01-141-1/+2
* 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 typing a () tree without position when typing returnMartin Odersky2014-01-141-1/+1
* Avoiding cyclic references involving module vals and imports.Martin Odersky2014-01-143-4/+18
* Better error message for double definitions.Martin Odersky2014-01-141-5/+9
* 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
* Refined handling of importsMartin Odersky2014-01-131-5/+11
* Fix parsing implicit function literals.Martin Odersky2014-01-131-1/+1
* More refined handling of avoidable aliases.Martin Odersky2014-01-132-3/+12
* Better handling of assignment.Martin Odersky2014-01-131-4/+4
* Fix to typedFunctionMartin Odersky2014-01-131-2/+2
* Survive searching viers oper exprTypesMartin Odersky2014-01-131-1/+1
* Improved avoidance of local symbolsMartin Odersky2014-01-131-2/+9
* Make sure constructors have at least one non-empty parameter listsMartin Odersky2014-01-131-1/+5
* Making some traces conditional on printers being enabled.Martin Odersky2014-01-134-9/+17
* Follow through multople layers of instantiation when printing a typevarMartin Odersky2014-01-131-1/+1
* When typing a function value (xs) => T with a function type as exp[ected type,Martin Odersky2014-01-131-0/+3
* 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-132-0/+39
* Redo isFullyDefinedAccumulatorMartin Odersky2014-01-131-22/+43
* fix for comparing or-types.Martin Odersky2014-01-111-1/+1
* Avoid cyclic references using imports.Martin Odersky2014-01-111-1/+1
* Handling refined types.Martin Odersky2014-01-112-15/+23
* Handles setters where the getter takes implicit or other parameters.Martin Odersky2014-01-111-16/+20
* Better reporting of cyclic references involving imports.Martin Odersky2014-01-113-1/+16
* Strip implicit parameters when deciding specifity of methods.Martin Odersky2014-01-112-10/+16
* 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