aboutsummaryrefslogtreecommitdiff
path: root/src/dotty/tools
Commit message (Expand)AuthorAgeFilesLines
* Avoid eager forcing in enterArgBindingMartin Odersky2014-01-203-6/+12
* 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-194-23/+85
* 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-192-2/+4
* Dropping isFullyRefined requirement when adapting to SAM type.Martin Odersky2014-01-191-1/+5
* Refinement of fully-defined accumulator.Martin Odersky2014-01-193-10/+21
* Fix to computation of implicit scopesMartin Odersky2014-01-182-8/+13
* 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-181-2/+3
* More tests.Martin Odersky2014-01-181-5/+5
* 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-181-6/+22
* Refine notion of pattern variables.Martin Odersky2014-01-183-32/+55
* Fixing the test suite.Martin Odersky2014-01-171-3/+3
* 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-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