aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Fixing problem related to overloaded symbolsMartin Odersky2013-09-243-13/+60
* Module classes are now enteredMartin Odersky2013-09-243-6/+12
* Better display of list arguments in "i" interpolatorMartin Odersky2013-09-231-4/+8
* Fixed a bug related to classfile parsingMartin Odersky2013-09-232-3/+7
* Avoided a cyclic reference error when dealing with hk types.Martin Odersky2013-09-231-9/+17
* Changed Throwing reporting scheme.Martin Odersky2013-09-237-8/+14
* Changed type comparers to compare symbols of standard types instead of types ...Martin Odersky2013-09-231-42/+65
* Experimental branch that drops {Term/Type}RefWithSym typesMartin Odersky2013-09-188-64/+81
* Made TermRefs always resolve to NotAMethod signature by default.Martin Odersky2013-09-171-23/+23
* Made lub/glb fail early when trying to mix a class info with another type type.Martin Odersky2013-09-172-10/+23
* expolaratory worksheetMartin Odersky2013-09-161-0/+29
* Bug fixes and improvements in error diagnostics.Martin Odersky2013-09-1616-180/+287
* Added utility methods for TermRefs.Martin Odersky2013-09-121-2/+8
* Implemented "two-hop" implicit adaptation.Martin Odersky2013-09-082-7/+27
* Fixed an initialization problem in implicitsMartin Odersky2013-09-081-3/+3
* Improvements to termref printing.Martin Odersky2013-09-073-18/+43
* Made sets of TermRefs work correctly wrt =:=Martin Odersky2013-09-071-2/+26
* Improvements in implicits error reportingMartin Odersky2013-09-0613-153/+244
* Several fixes in typer.Martin Odersky2013-09-055-13/+54
* added widenSingleton method.Martin Odersky2013-09-051-0/+6
* Made SimpleMap non-variant in key type and added map2 method.Martin Odersky2013-09-051-16/+32
* Foleded typeConforms back into <:<Martin Odersky2013-09-051-8/+5
* Fix that avoids constraint pollution when computing cached scope implicits.Martin Odersky2013-09-051-2/+5
* File renameMartin Odersky2013-09-051-5/+33
* Changes in typecomparersMartin Odersky2013-09-053-10/+20
* More tests and fixes related to inference.Martin Odersky2013-08-308-36/+61
* Buf fixing of namer/typer interface.Martin Odersky2013-08-293-76/+105
* Reverting explicit arguments for zipoped/unzipMartin Odersky2013-08-295-10/+18
* Added implicit parameters, need to find out why they are suddenly needed.Martin Odersky2013-08-272-2/+2
* Fixed bugs related to typechecking closures.Martin Odersky2013-08-2710-19/+57
* Added wildcard argument handling to parsingMartin Odersky2013-08-252-8/+60
* Inserts AnyRef as a parent if parents of class def or module def are empty.Martin Odersky2013-08-251-8/+9
* Inferred singleton type instance of a type variable is widened …Martin Odersky2013-08-251-3/+16
* Inferred type of a valdef or defdef is always widenedMartin Odersky2013-08-251-2/+2
* Fixed bug in adaptation that confused tree types and their widened versions.Martin Odersky2013-08-251-17/+17
* Optimized case for findMember on a type refinement.Martin Odersky2013-08-241-4/+9
* When merging denotations with &, always avoid NoSymbol when you can.Martin Odersky2013-08-241-1/+3
* Review of all deompositions of NamedTypeMartin Odersky2013-08-246-8/+12
* Fixed two problems that lead to over-zealous lifting.Martin Odersky2013-08-233-4/+6
* Fixes in implicit handlingMartin Odersky2013-08-237-32/+55
* Fixes bug in erasure.Martin Odersky2013-08-231-1/+1
* Fixes expansion and general handling of pattern defs.Martin Odersky2013-08-235-59/+66
* Fix in printerMartin Odersky2013-08-231-2/+2
* Fixing a cyclic reference error.Martin Odersky2013-08-221-2/+1
* Fixing a buf in implicit searchMartin Odersky2013-08-222-2/+8
* More typer bug fixes and improvements in error messagesMartin Odersky2013-08-2211-29/+37
* Various bug fixes for typer.Martin Odersky2013-08-2210-22/+41
* Fixing leak logic by turning a key predicate around.Martin Odersky2013-08-221-4/+4
* Emprt package is now a member of Root package, not just owned by it.Martin Odersky2013-08-221-2/+3
* Change: MultiDenotation#symbol gives NoSymbol instead of assertion error.Martin Odersky2013-08-221-1/+1