aboutsummaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Fixed missing type comparisons for bound types.Martin Odersky2013-10-103-14/+46
* Added shortcuiting for type argument aliases.Martin Odersky2013-10-101-4/+49
* Modified printing of variant aliasesMartin Odersky2013-10-101-4/+8
* New TypeArgs flagMartin Odersky2013-10-101-1/+6
* Added disambiguation for reported messages.Martin Odersky2013-10-102-5/+9
* Partial revert of "instance flags" commitMartin Odersky2013-10-091-9/+1
* Cleanup of new scheme for handling local type parameters and type members.Martin Odersky2013-10-095-34/+69
* flags for instancesMartin Odersky2013-10-072-6/+18
* Fixed problem with withMode leaking into enclosing context.Martin Odersky2013-10-042-8/+8
* No eta-expansion, implicit parameters when Mode = TypeMartin Odersky2013-10-041-3/+6
* Prefiltering members in computeMembers ...Martin Odersky2013-10-022-1/+24
* Introducing mapReduce for OrTypes and AndTypesMartin Odersky2013-10-022-5/+17
* Added option -YheartbeatMartin Odersky2013-10-018-223/+307
* Changed &, | to distribute inside non-value types.Martin Odersky2013-10-012-74/+246
* Removing a triggered assertion in applications.Martin Odersky2013-10-012-10/+10
* Changed logic for merges in lub/glbMartin Odersky2013-09-305-53/+90
* Made sourcePos more robustMartin Odersky2013-09-301-1/+2
* Fixed logic in newTypeParamsMartin Odersky2013-09-301-4/+11
* Fixed problem that () was not inserted if method was overloaded.Martin Odersky2013-09-281-2/+11
* Fixes problem with printing summary after compilationMartin Odersky2013-09-282-1/+4
* Fixing a display bug.Martin Odersky2013-09-281-1/+1
* Several bug fixes to typer and classfile reader.Martin Odersky2013-09-2814-34/+87
* Direct access to symbol in TermRefMartin Odersky2013-09-263-2/+7
* Added isRef method to determine whether a type is a typeref that refers to a ...Martin Odersky2013-09-2610-34/+48
* Sereval more bugfixes to typer and type handling.Martin Odersky2013-09-255-21/+35
* Fixed handling of packages in world without HasFixedSymMartin Odersky2013-09-241-0/+2
* Fixing problem related to overloaded symbolsMartin Odersky2013-09-242-4/+10
* Module classes are now enteredMartin Odersky2013-09-242-3/+9
* 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-235-6/+9
* 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
* Bug fixes and improvements in error diagnostics.Martin Odersky2013-09-1615-177/+275
* Added utility methods for TermRefs.Martin Odersky2013-09-121-2/+8
* Implemented "two-hop" implicit adaptation.Martin Odersky2013-09-081-6/+26
* 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-0612-152/+243
* Several fixes in typer.Martin Odersky2013-09-053-13/+40
* 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