aboutsummaryrefslogtreecommitdiff
path: root/src/dotty/tools/dotc/core
Commit message (Expand)AuthorAgeFilesLines
* NameTransformer.encode now goes from names to names.Martin Odersky2013-05-243-10/+7
* More tweaks to desugaringMartin Odersky2013-05-231-1/+1
* Made tpd/untpd toplevel objects.Martin Odersky2013-05-226-7/+6
* More tree refactorings.Martin Odersky2013-05-2212-2974/+14
* Added desugaring.Martin Odersky2013-05-227-70/+467
* Fix to typechecking of Try nodes.Martin Odersky2013-05-171-7/+4
* Refactored Printing architecture.Martin Odersky2013-05-1712-25/+34
* Refactored Printers, Showable and Text into new package dotc.printing.Martin Odersky2013-05-1411-567/+16
* First tiny bit of statistics.Martin Odersky2013-05-131-0/+6
* Added conditional warning facilityMartin Odersky2013-05-131-1/+1
* Various fixes to trees.Martin Odersky2013-05-124-24/+30
* Fixes to tree printingMartin Odersky2013-05-121-2/+3
* Making Abstract a common flag.Martin Odersky2013-05-121-18/+20
* Added locator for untyped trees.Martin Odersky2013-05-101-0/+13
* Some parser revisionsMartin Odersky2013-05-091-1/+5
* Added a parser.Martin Odersky2013-05-076-115/+98
* New tree organization, with untyped trees that closely model source.Martin Odersky2013-04-304-195/+167
* Small fixes prompted by last week's code walkthrough.Martin Odersky2013-04-303-14/+29
* Modifications in prepation of parsing.Martin Odersky2013-04-237-48/+173
* Changed classSymbol so that it returns traits as well as classes.Martin Odersky2013-04-231-11/+9
* Making fields in MethodType, PolyType strict to avoid context capturing.Martin Odersky2013-04-231-4/+5
* Fixed build errors.Martin Odersky2013-04-231-1/+1
* Some annotations and changes prompted by the code walkthrough.Martin Odersky2013-04-223-14/+22
* Added symbolic XML builderMartin Odersky2013-04-194-2/+8
* Added TreeBuilder and TreeInfo classes.Martin Odersky2013-04-196-154/+685
* Added some predefined methods in Definitions.Martin Odersky2013-04-197-93/+214
* Commented out pluggable transformers.Martin Odersky2013-04-171-2/+2
* Scanners added.Martin Odersky2013-04-1715-244/+225
* Logging deep subtype recusionsMartin Odersky2013-04-101-1/+3
* Consolidation isStatic, isStaticOwner, owner is PackageMartin Odersky2013-04-102-2/+2
* Re-organized comparisons of types with classes.Martin Odersky2013-04-1010-37/+48
* Removing automatic legal prefix checking.Martin Odersky2013-04-105-19/+40
* Turn off preloading of denotations for unpickled symbols.Martin Odersky2013-04-101-4/+4
* Renamed creation methods of NamedTypesMartin Odersky2013-04-0910-28/+25
* Added initial denotations to NamedType where feasible.Martin Odersky2013-04-094-7/+5
* Producing denotations for typeConstructors in ClassInfos early.Martin Odersky2013-04-092-5/+3
* Cosmetic fix/clarification in Printers.Martin Odersky2013-04-091-5/+5
* Renaming ClassCompleter -> ClassCoimpleterWithDeclsMartin Odersky2013-04-094-12/+20
* Refining refined printers.Martin Odersky2013-04-091-39/+77
* Unpickling now removes ExprTypes nested in PolyTypes.Martin Odersky2013-04-091-1/+5
* Fix to typeParamNamed.Martin Odersky2013-04-091-2/+2
* Fixes to originalName and allOverrddenSymbols.Martin Odersky2013-04-091-4/+6
* Extension mechanism which allows to add more properties to contexts.Martin Odersky2013-04-091-0/+9
* More refinements to classfile loading.Martin Odersky2013-04-082-4/+1
* Changes to pre complete declsMartin Odersky2013-04-079-43/+57
* Added filter utility method to Scopeā€¦Martin Odersky2013-04-071-5/+9
* RenamingsMartin Odersky2013-04-064-14/+14
* Refactored lazy class completers and module class completers.Martin Odersky2013-04-064-81/+41
* Weakening disambiguation from =:= to matches.Martin Odersky2013-04-051-1/+1
* Added case for ThisType#typeSymbol.Martin Odersky2013-04-051-0/+1