aboutsummaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* 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-113-18/+16
* Fixes to lifting in eta-expansionMartin Odersky2013-12-111-5/+5
* Fixes and tests for typedIdentMartin Odersky2013-12-102-22/+27
* 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-093-32/+53
* 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-093-2/+6
* Fixes to desugaring and typing of parameterized TypedefsMartin Odersky2013-12-092-3/+3
* Fixes to inherited result types in Namer.Martin Odersky2013-12-092-12/+13
* Fix to & and |Martin Odersky2013-12-091-4/+8
* Last fixes to desugar.Martin Odersky2013-12-081-2/+9
* 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-081-24/+56
* 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-082-3/+4
* Fixes to type-checking (_: T)Martin Odersky2013-12-071-9/+17
* Fixes for translation of pattern definitions (PatDef)Martin Odersky2013-12-071-2/+4
* Fixes for desugarings of case classes.Martin Odersky2013-12-074-27/+50
* Fixing expansion and merge companion defs.Martin Odersky2013-12-061-15/+24
* Dropping TRAIT_CONSTRUCTOR name.Martin Odersky2013-12-063-5/+4
* Empty type trees in desugarings need a TypeTree(), not an EmptyTreeMartin Odersky2013-12-062-4/+6
* Refined printing of module names.Martin Odersky2013-12-062-3/+10
* Made New(tpt, args) work for parameterized types tpt.Martin Odersky2013-12-061-3/+12
* Fixes to liftingMartin Odersky2013-12-052-4/+35
* Fixes to named and default arguments.Martin Odersky2013-12-054-55/+64
* Changes to Desugar and Namer.Martin Odersky2013-12-054-40/+74
* Overloading resolution changeMartin Odersky2013-12-051-3/+7
* Changing some assertions on isCommittableMartin Odersky2013-12-053-4/+4
* Refactoring test compatible.Martin Odersky2013-12-022-11/+10
* Streamlining isApplicableMartin Odersky2013-12-022-24/+19
* Fixes to type applications and unapply.Martin Odersky2013-12-026-35/+56
* Tweaks to applications, operator assignments, and variable definitions.Martin Odersky2013-12-016-101/+125
* Polishing EtaExpansionMartin Odersky2013-12-012-26/+55
* Added divergence check for implicit searchesMartin Odersky2013-11-303-1/+77
* Tweaking ImplicitsMartin Odersky2013-11-292-42/+40
* SimpleMap.foreachKey -> foreachBindingMartin Odersky2013-11-294-29/+24
* Tweaks to InferencingMartin Odersky2013-11-294-132/+178
* File name renamingMartin Odersky2013-11-283-4/+1
* Using SimpleMap instead of Map for replayability.Martin Odersky2013-11-281-13/+12
* Making substitutions deep type maps that also map parents and self type of a ...Martin Odersky2013-11-282-25/+28
* Refactorings in TypeComparers and elsewhereMartin Odersky2013-11-283-106/+78
* Tightening (constraint contains param) conditionMartin Odersky2013-11-281-1/+1
* Making maps configurable so that they can also go inside parents and self typ...Martin Odersky2013-11-281-1/+16