aboutsummaryrefslogtreecommitdiff
path: root/src/dotty/tools/dotc/core
Commit message (Expand)AuthorAgeFilesLines
* Added isRef method to determine whether a type is a typeref that refers to a ...Martin Odersky2013-09-265-26/+41
* Sereval more bugfixes to typer and type handling.Martin Odersky2013-09-254-13/+25
* Fixed handling of packages in world without HasFixedSymMartin Odersky2013-09-241-0/+2
* Fixing problem related to overloaded symbolsMartin Odersky2013-09-241-1/+6
* Module classes are now enteredMartin Odersky2013-09-242-3/+9
* Fixed a bug related to classfile parsingMartin Odersky2013-09-231-1/+2
* Avoided a cyclic reference error when dealing with hk types.Martin Odersky2013-09-231-9/+17
* Changed Throwing reporting scheme.Martin Odersky2013-09-233-3/+3
* 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-185-56/+73
* 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-168-151/+227
* Added utility methods for TermRefs.Martin Odersky2013-09-121-2/+8
* Improvements to termref printing.Martin Odersky2013-09-071-1/+7
* Improvements in implicits error reportingMartin Odersky2013-09-065-25/+28
* Several fixes in typer.Martin Odersky2013-09-051-11/+38
* added widenSingleton method.Martin Odersky2013-09-051-0/+6
* File renameMartin Odersky2013-09-051-5/+33
* Changes in typecomparersMartin Odersky2013-09-052-9/+19
* More tests and fixes related to inference.Martin Odersky2013-08-303-28/+37
* Fixed bugs related to typechecking closures.Martin Odersky2013-08-271-2/+0
* Added wildcard argument handling to parsingMartin Odersky2013-08-251-0/+1
* Inferred singleton type instance of a type variable is widened …Martin Odersky2013-08-251-3/+16
* 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-243-3/+3
* Fixed two problems that lead to over-zealous lifting.Martin Odersky2013-08-231-1/+0
* Fixes in implicit handlingMartin Odersky2013-08-231-2/+2
* Fixes bug in erasure.Martin Odersky2013-08-231-1/+1
* Fixes expansion and general handling of pattern defs.Martin Odersky2013-08-231-2/+2
* Fixing a buf in implicit searchMartin Odersky2013-08-221-2/+1
* More typer bug fixes and improvements in error messagesMartin Odersky2013-08-222-3/+2
* Various bug fixes for typer.Martin Odersky2013-08-224-11/+17
* 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
* Refactoring to prototype schemeMartin Odersky2013-08-211-6/+1
* Fixes to import handling and adaptation and implicitsMartin Odersky2013-08-215-18/+27
* Fixes handling of modules in namer.Martin Odersky2013-08-204-13/+15
* Refactored scheme for maintaining sourceModule, moduleClass and decls in lazy...Martin Odersky2013-08-204-52/+42
* Some additions to module completionMartin Odersky2013-08-194-16/+23
* Changed handling of selection prototypes.Martin Odersky2013-08-192-1/+6
* Several fixes and refactorings for typecheckingMartin Odersky2013-08-198-43/+76
* Reverting isValid test in SymbolLoaders.Martin Odersky2013-08-171-7/+1
* Making definitions permanentMartin Odersky2013-08-175-24/+34
* Defined root context with importsMartin Odersky2013-08-171-22/+7
* Eliminating getter generation in namer/typer.Martin Odersky2013-08-162-72/+2
* Fixed overeager classfile pruning which dropped ::.classMartin Odersky2013-08-161-1/+3
* Various bugfixes for namer/typer/treesMartin Odersky2013-08-166-11/+33
* Fixes CyclicReference on enterMartin Odersky2013-08-151-1/+1