aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* 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
* Making FunProto a prototype so that we can use it in implicit search.Martin Odersky2013-08-221-1/+4
* Added some first test files to compileMartin Odersky2013-08-222-0/+40
* Refactoring to prototype schemeMartin Odersky2013-08-216-88/+90
* Making Main friendler as a compile target for dottyMartin Odersky2013-08-211-2/+2
* Fixes to import handling and adaptation and implicitsMartin Odersky2013-08-218-43/+66
* Fixing two typer bugsMartin Odersky2013-08-202-9/+16
* Fixes handling of modules in namer.Martin Odersky2013-08-205-45/+84
* Refactored scheme for maintaining sourceModule, moduleClass and decls in lazy...Martin Odersky2013-08-205-65/+47
* Some additions to module completionMartin Odersky2013-08-197-20/+25
* Changed handling of selection prototypes.Martin Odersky2013-08-193-5/+27
* Fixed printing of self types tto prevent cyclic reference errors.Martin Odersky2013-08-191-4/+5
* Added missing file for last commit.Martin Odersky2013-08-191-1/+1
* Several fixes and refactorings for typecheckingMartin Odersky2013-08-1914-110/+141
* Made NameTransformer encode return the kind of name it is given.Martin Odersky2013-08-191-2/+4
* Reverting isValid test in SymbolLoaders.Martin Odersky2013-08-171-7/+1
* Making definitions permanentMartin Odersky2013-08-178-27/+36
* Defined root context with importsMartin Odersky2013-08-179-37/+42
* Changed desugaring of modulesMartin Odersky2013-08-171-2/+1
* Eliminating getter generation in namer/typer.Martin Odersky2013-08-166-98/+15
* Fixed overeager classfile pruning which dropped ::.classMartin Odersky2013-08-161-1/+3
* Various bugfixes for namer/typer/treesMartin Odersky2013-08-1613-71/+145
* Converted some more s"" to i""Martin Odersky2013-08-151-2/+3
* Fixes CyclicReference on enterMartin Odersky2013-08-152-7/+15
* Better robustness in the presence of error types.Martin Odersky2013-08-151-0/+2
* Fixed expansion scheme for member defs.Martin Odersky2013-08-151-12/+8
* ErrorSymbols now have TypeBounds as info when they are type symbols.Martin Odersky2013-08-143-17/+26
* Converted more strings to be "i" interpolated.Martin Odersky2013-08-145-29/+34
* Fixed a typo in previous commit.Martin Odersky2013-08-141-1/+1
* New error reporting scheme.Martin Odersky2013-08-144-49/+104
* Integrated parser/typer into compilerMartin Odersky2013-08-1410-35/+170
* Suppressing file names with $'s in them from loadingMartin Odersky2013-08-141-1/+5
* Fixing validity checking of denotations.Martin Odersky2013-08-133-14/+14
* Refactored handling of phases to make them more robust and simpler to install.Martin Odersky2013-08-122-20/+34
* Added main runner and driver.Martin Odersky2013-08-128-3/+222
* Finished rest of typer.Martin Odersky2013-08-106-141/+214
* Added typing of Alternatives.Martin Odersky2013-08-102-13/+19
* Added typing of all forms of type trees.Martin Odersky2013-08-105-17/+115