aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* More nitpickingVlad Ureche2014-01-232-5/+12
* NitpickingVlad Ureche2014-01-231-10/+10
* Update readme with instructions for EclipseVlad Ureche2014-01-231-0/+6
* Fix (run, Test) classpath issuesVlad Ureche2014-01-231-4/+18
* Build infrastructureVlad Ureche2014-01-237-13/+91
* Make better use of AndOrTypes.Martin Odersky2014-01-204-40/+1458
* For a typeRef, prefer info.isAlias over symbol.isAliasTypeMartin Odersky2014-01-207-17/+17
* Avoid eager forcing in enterArgBindingMartin Odersky2014-01-204-7/+19
* Drop AnyRef parent generation in DeSugar.Martin Odersky2014-01-191-4/+1
* Normalize parent types so that first one always refers to a class, not a trait.Martin Odersky2014-01-195-27/+97
* Fix to lub: recompute if either operand can be widenedMartin Odersky2014-01-191-1/+1
* Adapt fun prototype when looking for second chance implicits (aka BigInt)Martin Odersky2014-01-193-3/+7
* Dropping isFullyRefined requirement when adapting to SAM type.Martin Odersky2014-01-191-1/+5
* Refinement of fully-defined accumulator.Martin Odersky2014-01-195-177/+45
* Fix to computation of implicit scopesMartin Odersky2014-01-183-119/+161
* Make signatures use fully qualified names.Martin Odersky2014-01-183-8/+10
* Fix isWildcardStarArg test so that it works also for typed trees.Martin Odersky2014-01-182-2/+9
* More tests.Martin Odersky2014-01-183-5/+13
* Fix openPackageModule wrt overloaded definitionsMartin Odersky2014-01-182-3/+8
* Invalidate companions of source-defined symbolsMartin Odersky2014-01-182-2/+23
* Fixing problems around isAbsentMartin Odersky2014-01-182-7/+14
* Refine avoiding local refs in block's type.Martin Odersky2014-01-182-500/+124
* Refine notion of pattern variables.Martin Odersky2014-01-183-32/+55
* Fixing the test suite.Martin Odersky2014-01-173-6/+7
* Avoid SuppressedError exceptionsMartin Odersky2014-01-172-3/+3
* 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-152-7/+10
* Tweak to typing of function values.Martin Odersky2014-01-153-12/+30
* 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-153-2/+6
* 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-152-2/+18
* Treat "this" specially when it appears in a parent constructorMartin Odersky2014-01-153-6/+17
* Avoid procedure syntaxMartin Odersky2014-01-145-11/+12
* 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-145-32/+40
* 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-144-26/+19
* Better error message for double definitions.Martin Odersky2014-01-141-5/+9