aboutsummaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Added forgotten cases to TypeAccumulators.Martin Odersky2013-10-151-0/+7
* Fixed problem where lifted types leak into OfTypeImplicitsMartin Odersky2013-10-151-8/+16
* Changes to adaptation and local type inference.Martin Odersky2013-10-157-41/+52
* Handles isAsGood with two polymorphic arguments.Martin Odersky2013-10-151-4/+12
* Implemented refined prinitng of function prototypesMartin Odersky2013-10-151-0/+2
* Made tracing appear even when currently in StoreReporter contextMartin Odersky2013-10-143-6/+8
* Fixes to typevar instantiationMartin Odersky2013-10-132-11/+13
* Bug fixes in <:<Martin Odersky2013-10-132-4/+21
* New invariant: refined types must have a refined info that's more specific th...Martin Odersky2013-10-123-11/+14
* Tightening up typer state + printing refinementsMartin Odersky2013-10-1211-32/+94
* 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