aboutsummaryrefslogtreecommitdiff
path: root/src/dotty/tools/dotc/core
Commit message (Expand)AuthorAgeFilesLines
* Taking accessibility into account for &, |Martin Odersky2013-06-194-29/+110
* Distribute & into TypeTypes.Martin Odersky2013-06-181-2/+28
* Added typedIdent method.Martin Odersky2013-06-184-7/+30
* Forward-ported Jason's fix to setting privateWIthin from Java classfiles.Martin Odersky2013-06-151-0/+1
* Removed dead code.Martin Odersky2013-06-121-2/+0
* Made type parameters left leaning for AndTypes.Martin Odersky2013-06-122-38/+60
* Made pos a total method on Symbols, returns NoSymbol if undefined.Martin Odersky2013-06-121-3/+3
* Integrated new treatment of higher-kinded types with Unpickler.Martin Odersky2013-06-074-151/+69
* Added support for eliminating type parameters from TypeDefs.Martin Odersky2013-06-072-5/+157
* Added `pos` meethod to symbols.Martin Odersky2013-06-071-0/+5
* Namer redesign.Martin Odersky2013-06-064-5/+6
* Changed meaning of typeParamsMartin Odersky2013-06-061-7/+15
* wip - partial redesign of namer/typerMartin Odersky2013-06-051-1/+7
* Refactoring: breaking out desugaring into its own object.Martin Odersky2013-06-043-0/+7
* Refactorings: ModDefTree renamed to MemberDef and removed EmptyFlags comparis...Martin Odersky2013-06-031-1/+1
* More solid design of Namer with some Typer bits added.Martin Odersky2013-06-035-13/+82
* wip, because I have to get off this machine.Martin Odersky2013-05-306-20/+47
* wip namer.Martin Odersky2013-05-285-3/+12
* 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