aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Fixes to parent types.Martin Odersky2013-12-172-5/+9
* Special handling of implicit members.Martin Odersky2013-12-174-4/+21
* Three bugfixes to typing.Martin Odersky2013-12-175-11/+14
* Fixes for by-name argumentsMartin Odersky2013-12-176-15/+30
* Two fixes in TyperMartin Odersky2013-12-171-3/+6
* Fixes to desugaring and indexing package objectsMartin Odersky2013-12-176-21/+35
* Bringing isFunctionType in line with isTupleTypeMartin Odersky2013-12-171-3/+6
* Eliminating StateFulMartin Odersky2013-12-162-23/+17
* Small tweaks to typerMartin Odersky2013-12-163-9/+13
* Better handling of cyclic reference errors.Martin Odersky2013-12-168-3/+61
* Fix in printing RefinedTypesMartin Odersky2013-12-161-1/+1
* Negative typer tests.Martin Odersky2013-12-161-0/+41
* Checking for double definitions among class definitions.Martin Odersky2013-12-168-45/+73
* Default arguments now have a positionMartin Odersky2013-12-161-1/+6
* Fix to prompting.Martin Odersky2013-12-161-4/+3
* Setting Method flag when parsing classfiles and sourcesMartin Odersky2013-12-162-2/+3
* Making Method a fromStartFlagMartin Odersky2013-12-163-5/+6
* Small cleanups to scanning and parsing.Martin Odersky2013-12-163-25/+17
* Check for no double defsMartin Odersky2013-12-161-1/+4
* Fix to desugaring refinement types.Martin Odersky2013-12-163-3/+35
* Fixes to typed return, try, match.Martin Odersky2013-12-163-18/+21
* Fixes related to SAM types.Martin Odersky2013-12-157-26/+51
* Fixed several deep problems in handling of types and symbols.Martin Odersky2013-12-1415-33/+125
* Modification of subtype tests of abstract types.Martin Odersky2013-12-131-11/+32
* Skipping TypedSplices in TreeInfo methods.Martin Odersky2013-12-111-19/+28
* Fixes to typer.Martin Odersky2013-12-116-18/+66
* Fixes to lifting in eta-expansionMartin Odersky2013-12-111-5/+5
* Fixes and tests for typedIdentMartin Odersky2013-12-105-22/+98
* Fixing a problem with swallowed errorsMartin Odersky2013-12-102-3/+15
* Fixes to avoid stale symbols and to avoid methods as pattern constructors.Martin Odersky2013-12-095-33/+74
* Fix of error that arose when searching for the companion object of a class wi...Martin Odersky2013-12-091-1/+1
* Added desugaring for & and | types.Martin Odersky2013-12-094-2/+24
* Fixes to desugaring and typing of parameterized TypedefsMartin Odersky2013-12-093-3/+7
* Fixes to inherited result types in Namer.Martin Odersky2013-12-095-15/+37
* Fix to & and |Martin Odersky2013-12-091-4/+8
* Last fixes to desugar.Martin Odersky2013-12-082-3/+36
* Defensive programming in ApplicationsMartin Odersky2013-12-081-3/+5
* Names of created symbols need to be encoded.Martin Odersky2013-12-081-2/+2
* Fix to parsing infix types.Martin Odersky2013-12-081-2/+3
* Making encode stick on <init>Martin Odersky2013-12-081-1/+2
* Fixes to desugaring of for-expressions with embedded aliases.Martin Odersky2013-12-083-29/+81
* Fix that avoids overzealous function lifting.Martin Odersky2013-12-081-1/+1
* Fixing toText for for expressions.Martin Odersky2013-12-081-1/+6
* Fixing problem in TypeComparing.Martin Odersky2013-12-081-1/+1
* Better reporting for pattern matching errors.Martin Odersky2013-12-083-5/+10
* Fixes to type-checking (_: T)Martin Odersky2013-12-071-9/+17
* Fixes for translation of pattern definitions (PatDef)Martin Odersky2013-12-072-2/+6
* Fixes for desugarings of case classes.Martin Odersky2013-12-075-28/+60
* Fixing expansion and merge companion defs.Martin Odersky2013-12-063-15/+40
* Dropping TRAIT_CONSTRUCTOR name.Martin Odersky2013-12-063-5/+4