aboutsummaryrefslogtreecommitdiff
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
* 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
* Better reporting for pattern matching errors.Martin Odersky2013-12-081-2/+6
* Fixes for translation of pattern definitions (PatDef)Martin Odersky2013-12-071-0/+2
* Fixes for desugarings of case classes.Martin Odersky2013-12-071-1/+10
* Fixing expansion and merge companion defs.Martin Odersky2013-12-061-0/+14
* Fixes to liftingMartin Odersky2013-12-051-0/+30
* Fixes to named and default arguments.Martin Odersky2013-12-052-0/+46
* Fixes to type applications and unapply.Martin Odersky2013-12-022-0/+28
* Tweaks to applications, operator assignments, and variable definitions.Martin Odersky2013-12-011-0/+28
* Tweaks to adaptation and interpolationMartin Odersky2013-11-151-4/+2
* Tweak to Coder testMartin Odersky2013-11-151-2/+2
* Some configuation parametersMartin Odersky2013-11-141-1/+3
* Dealias before add to constraint.Martin Odersky2013-11-101-1/+2
* New tests.Martin Odersky2013-11-093-11/+43
* Fixing inference problem and block scope problemMartin Odersky2013-11-071-10/+34
* Fallback to old treatement of tuples.Martin Odersky2013-11-041-0/+41
* Fixed unpickling of polymorphic constructors.Martin Odersky2013-10-273-1/+5
* Fixed handling of varargsMartin Odersky2013-10-261-0/+13
* Fixed problem in handing of self types.Martin Odersky2013-10-241-0/+20
* Flipping the logic to determine type leaksMartin Odersky2013-10-242-0/+16
* New test case: map and filter now seem to work.Martin Odersky2013-10-241-2/+3
* Small cleanups, plus a new test case.Martin Odersky2013-10-241-2/+2
* Changes to adaptation and local type inference.Martin Odersky2013-10-151-0/+15
* New TypeArgs flagMartin Odersky2013-10-101-19/+0
* Partial revert of "instance flags" commitMartin Odersky2013-10-091-0/+19
* Changed logic for merges in lub/glbMartin Odersky2013-09-301-11/+14
* Fixed problem that () was not inserted if method was overloaded.Martin Odersky2013-09-281-1/+1
* Several bug fixes to typer and classfile reader.Martin Odersky2013-09-281-6/+18
* Added isRef method to determine whether a type is a typeref that refers to a ...Martin Odersky2013-09-262-5/+13
* Sereval more bugfixes to typer and type handling.Martin Odersky2013-09-251-1/+7
* Bug fixes and improvements in error diagnostics.Martin Odersky2013-09-161-3/+12