aboutsummaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Normalize parents to be class refsMartin Odersky2013-12-224-8/+9
* Make PolyProto a true prototype.Martin Odersky2013-12-221-1/+9
* Desugaring changesMartin Odersky2013-12-223-23/+31
* Adding () insertion to normalization.Martin Odersky2013-12-212-6/+18
* Adding a subtype relationship between ()T and =>TMartin Odersky2013-12-211-3/+12
* Rename TyperPhase.scala -> FrontEnd.scalaMartin Odersky2013-12-211-1/+1
* Handling implicit unapply arguments.Martin Odersky2013-12-207-22/+48
* Changing TypeMap to drop annotationsMartin Odersky2013-12-201-1/+2
* More shadowing tweaking.Martin Odersky2013-12-191-4/+10
* Refinement to shadowing checking for implicitsMartin Odersky2013-12-193-3/+12
* Fixed problem in adapt after infer implicit arguments.Martin Odersky2013-12-191-1/+1
* Change to computing arguments in a pattern match.Martin Odersky2013-12-192-2/+5
* 3 changes to implicit searchMartin Odersky2013-12-192-6/+15
* Following type aliases when pattern matching.Martin Odersky2013-12-193-15/+78
* Fixing a typo in mergeDenots.Martin Odersky2013-12-181-1/+1
* Allowing curried closures.Martin Odersky2013-12-182-3/+2
* Making sure New's always end in an application.Martin Odersky2013-12-183-5/+10
* Fixes to parent types.Martin Odersky2013-12-172-5/+9
* Special handling of implicit members.Martin Odersky2013-12-172-4/+10
* Three bugfixes to typing.Martin Odersky2013-12-175-11/+14
* Fixes for by-name argumentsMartin Odersky2013-12-175-14/+16
* Two fixes in TyperMartin Odersky2013-12-171-3/+6
* Fixes to desugaring and indexing package objectsMartin Odersky2013-12-173-21/+25
* Bringing isFunctionType in line with isTupleTypeMartin Odersky2013-12-171-3/+6
* Eliminating StateFulMartin Odersky2013-12-162-23/+17
* Small tweaks to typerMartin Odersky2013-12-162-5/+6
* Better handling of cyclic reference errors.Martin Odersky2013-12-165-2/+42
* Fix in printing RefinedTypesMartin Odersky2013-12-161-1/+1
* Checking for double definitions among class definitions.Martin Odersky2013-12-164-20/+43
* 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-162-2/+3
* Fixes to typed return, try, match.Martin Odersky2013-12-163-18/+21
* Fixes related to SAM types.Martin Odersky2013-12-156-24/+50
* Fixed several deep problems in handling of types and symbols.Martin Odersky2013-12-1412-29/+102
* 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