aboutsummaryrefslogtreecommitdiff
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
* Generalize test infrastructureMartin Odersky2014-02-071-1/+0
* Fix bug for reading type arguments in ClassfileParserMartin Odersky2014-02-061-7/+4
* Commenting out unused alternative isSubType implementation.Martin Odersky2014-02-031-5/+9
* Fix problems with TypeVar instantiationMartin Odersky2014-02-031-0/+3
* Relaxing check that implicits must have explicit return typeMartin Odersky2014-02-021-1/+1
* Improve eligible caching in implicit search.Martin Odersky2014-02-021-0/+11
* Avoid accessing implicits that come from root imports that are hidden by some...Martin Odersky2014-02-021-1/+1
* Fix checking for disabled root importsMartin Odersky2014-02-021-0/+11
* Fixes to constraint handling.Martin Odersky2014-01-262-1429/+225
* Make better use of AndOrTypes.Martin Odersky2014-01-201-26/+1452
* Normalize parent types so that first one always refers to a class, not a trait.Martin Odersky2014-01-191-4/+12
* Refinement of fully-defined accumulator.Martin Odersky2014-01-192-167/+24
* Fix to computation of implicit scopesMartin Odersky2014-01-181-111/+148
* Fix isWildcardStarArg test so that it works also for typed trees.Martin Odersky2014-01-181-0/+6
* More tests.Martin Odersky2014-01-181-0/+6
* Refine avoiding local refs in block's type.Martin Odersky2014-01-181-494/+102
* Tweak to typing of function values.Martin Odersky2014-01-151-7/+14
* Fix typing of unapplySeq extractor arguments.Martin Odersky2014-01-151-1/+12
* Making some traces conditional on printers being enabled.Martin Odersky2014-01-131-0/+6
* Better reporting of cyclic references involving imports.Martin Odersky2014-01-111-262/+452
* Add a constructor to class Any, so that it can be inherited.Martin Odersky2014-01-101-0/+337
* New subtype constraint maintenance algorithm.Martin Odersky2014-01-071-0/+5
* Fix to overloading resolution: prioritize non-methods over methods.Martin Odersky2014-01-061-1/+3
* Generalize overloading resolution to type arguments.Martin Odersky2014-01-041-1/+4
* Constraints need to be ignored when forming lubs and glbs of constrained oara...Martin Odersky2014-01-011-1/+7
* Adding a prototype of the right-hand side of default-getters.Martin Odersky2013-12-311-3/+12
* Upgrades to handle subtyping between parameterized and higher-kinded types.Martin Odersky2013-12-311-0/+35
* New version of eta-expansion.Martin Odersky2013-12-281-0/+4
* Making the name of self visible inside a class.Martin Odersky2013-12-251-0/+17
* Fixing problems in treatment of private symbolsMartin Odersky2013-12-241-0/+15
* Handling implicit unapply arguments.Martin Odersky2013-12-201-0/+8
* Making sure New's always end in an application.Martin Odersky2013-12-181-0/+12
* Special handling of implicit members.Martin Odersky2013-12-171-0/+10
* Fixes for by-name argumentsMartin Odersky2013-12-171-1/+14
* Fixes to desugaring and indexing package objectsMartin Odersky2013-12-172-0/+9
* Small tweaks to typerMartin Odersky2013-12-161-4/+7
* Better handling of cyclic reference errors.Martin Odersky2013-12-162-0/+18
* Negative typer tests.Martin Odersky2013-12-161-0/+41
* Checking for double definitions among class definitions.Martin Odersky2013-12-163-24/+28
* Fix to desugaring refinement types.Martin Odersky2013-12-161-1/+32
* Fixes related to SAM types.Martin Odersky2013-12-151-2/+1
* Fixed several deep problems in handling of types and symbols.Martin Odersky2013-12-141-1/+20
* Fixes to typer.Martin Odersky2013-12-112-0/+48
* Fixes and tests for typedIdentMartin Odersky2013-12-102-0/+68
* Fixes to avoid stale symbols and to avoid methods as pattern constructors.Martin Odersky2013-12-092-1/+21
* Added desugaring for & and | types.Martin Odersky2013-12-091-0/+18
* Fixes to desugaring and typing of parameterized TypedefsMartin Odersky2013-12-091-0/+4
* Fixes to inherited result types in Namer.Martin Odersky2013-12-092-3/+23
* Last fixes to desugar.Martin Odersky2013-12-081-1/+27
* Fixes to desugaring of for-expressions with embedded aliases.Martin Odersky2013-12-082-5/+25