aboutsummaryrefslogtreecommitdiff
path: root/src/dotty/tools/dotc/core/Types.scala
Commit message (Expand)AuthorAgeFilesLines
* Made tpd/untpd toplevel objects.Martin Odersky2013-05-221-1/+1
* More tree refactorings.Martin Odersky2013-05-221-2/+2
* Added desugaring.Martin Odersky2013-05-221-13/+1
* Refactored Printing architecture.Martin Odersky2013-05-171-1/+2
* Refactored Printers, Showable and Text into new package dotc.printing.Martin Odersky2013-05-141-3/+3
* 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
* Some annotations and changes prompted by the code walkthrough.Martin Odersky2013-04-221-8/+10
* Added TreeBuilder and TreeInfo classes.Martin Odersky2013-04-191-0/+7
* Re-organized comparisons of types with classes.Martin Odersky2013-04-101-6/+17
* Removing automatic legal prefix checking.Martin Odersky2013-04-101-4/+13
* Renamed creation methods of NamedTypesMartin Odersky2013-04-091-11/+9
* Added initial denotations to NamedType where feasible.Martin Odersky2013-04-091-3/+1
* Producing denotations for typeConstructors in ClassInfos early.Martin Odersky2013-04-091-1/+1
* Fix to typeParamNamed.Martin Odersky2013-04-091-2/+2
* Changes to pre complete declsMartin Odersky2013-04-071-17/+20
* Added case for ThisType#typeSymbol.Martin Odersky2013-04-051-0/+1
* Weakinging of AndType invariant.Martin Odersky2013-04-051-2/+1
* Made & , | NoType-aware.Martin Odersky2013-04-051-1/+3
* Added new classSymbol method for Types.Martin Odersky2013-04-051-1/+26
* Fixed hashcode computation.Martin Odersky2013-04-051-2/+2
* Consolidated tracing under -YdebugTrace.Martin Odersky2013-04-041-0/+4
* Trying to get at the root of cyclic reference problems.Martin Odersky2013-04-041-1/+1
* Improvements in tracing and some Type fixes.Martin Odersky2013-04-031-4/+6
* Some more fixes of classfile reading.Martin Odersky2013-03-261-3/+5
* More fixes to classfile reading.Martin Odersky2013-03-251-1/+20
* More fixes for classfile reading.Martin Odersky2013-03-251-10/+7
* More fixes to classfile loading.Martin Odersky2013-03-241-0/+2
* Some more fixes for classfile loadingMartin Odersky2013-03-231-2/+11
* More fixes to classfile reading.Martin Odersky2013-03-231-1/+11
* More fixes to classfile reading.Martin Odersky2013-03-211-1/+11
* Pretty-printing improvements.Martin Odersky2013-03-201-2/+2
* Adding missing methods for type equalityMartin Odersky2013-03-191-9/+46
* More changes for higher-kinded types emulation.Martin Odersky2013-03-181-6/+48
* Added emulation of higher-kinded types.Martin Odersky2013-03-171-4/+25
* Various fixes to make classfile loading work.Martin Odersky2013-03-151-9/+40
* Various fixes that make loadDef largely work.Martin Odersky2013-03-141-7/+46
* Revising of Denotation#existsMartin Odersky2013-03-121-9/+8
* Checking abstractness of types by their flags.Martin Odersky2013-03-121-25/+5
* Split filterAsSeenFrom and generalized flag handling.Martin Odersky2013-03-121-3/+3
* First steps to make compiler start work.Martin Odersky2013-03-111-24/+30
* Some refinements for priningMartin Odersky2013-03-071-1/+1
* Finished polishing of Types and TypeOps.Martin Odersky2013-03-061-360/+399
* More polishing of types.Martin Odersky2013-03-051-15/+12
* Review of TypeComparersMartin Odersky2013-03-051-5/+5
* Collapsed some methods in PreDenotations…Martin Odersky2013-03-051-57/+34
* Rewrite of isVolatileMartin Odersky2013-03-041-42/+94
* Renamed RefinedType#name, #info…Martin Odersky2013-03-041-49/+31
* Polishing of denotationsMartin Odersky2013-03-021-3/+3
* more docs.Martin Odersky2013-02-281-2/+2