aboutsummaryrefslogtreecommitdiff
path: root/src/dotty/tools/dotc/core/Denotations.scala
Commit message (Expand)AuthorAgeFilesLines
* Some configuation parametersMartin Odersky2013-11-141-8/+10
* Changed handling of signatures in TermRefs.Martin Odersky2013-11-011-1/+3
* Caching asSeenFrom on denotations.Martin Odersky2013-10-231-3/+20
* Prefiltering members in computeMembers ...Martin Odersky2013-10-021-1/+21
* Several bug fixes to typer and classfile reader.Martin Odersky2013-09-281-3/+3
* Sereval more bugfixes to typer and type handling.Martin Odersky2013-09-251-7/+1
* When merging denotations with &, always avoid NoSymbol when you can.Martin Odersky2013-08-241-1/+3
* Change: MultiDenotation#symbol gives NoSymbol instead of assertion error.Martin Odersky2013-08-221-1/+1
* Fixes to import handling and adaptation and implicitsMartin Odersky2013-08-211-4/+4
* Several fixes and refactorings for typecheckingMartin Odersky2013-08-191-3/+7
* Making definitions permanentMartin Odersky2013-08-171-1/+1
* Various bugfixes for namer/typer/treesMartin Odersky2013-08-161-2/+4
* Fixing validity checking of denotations.Martin Odersky2013-08-131-5/+4
* Handling typevars in inference.Martin Odersky2013-08-011-1/+1
* Logic to ensure the following invariant: A class denotation's validity period...Martin Odersky2013-07-121-29/+30
* Added functionality to deal with function applications.Martin Odersky2013-07-111-0/+7
* Changed symbol selection for |Martin Odersky2013-06-191-4/+14
* Removed the comparison with previous behavior for &.Martin Odersky2013-06-191-75/+9
* Taking accessibility into account for &, |Martin Odersky2013-06-191-19/+95
* Added typedIdent method.Martin Odersky2013-06-181-0/+17
* 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-031-0/+11
* Refactored Printing architecture.Martin Odersky2013-05-171-1/+2
* Refactored Printers, Showable and Text into new package dotc.printing.Martin Odersky2013-05-141-2/+2
* Some annotations and changes prompted by the code walkthrough.Martin Odersky2013-04-221-5/+2
* Added some predefined methods in Definitions.Martin Odersky2013-04-191-1/+4
* Changes to pre complete declsMartin Odersky2013-04-071-0/+8
* Small change to disjointAsSeenFrom.Martin Odersky2013-04-051-1/+1
* Fxing cyclic references during findMemberMartin Odersky2013-04-041-25/+28
* Trying to get at the root of cyclic reference problems.Martin Odersky2013-04-041-3/+10
* More fixes for classfile reading.Martin Odersky2013-03-251-0/+5
* More fixes to classfile reading.Martin Odersky2013-03-211-6/+16
* Pretty-printing improvements.Martin Odersky2013-03-201-1/+2
* Improvements to stub handling.Martin Odersky2013-03-141-16/+23
* Various fixes that make loadDef largely work.Martin Odersky2013-03-141-1/+1
* Revising of Denotation#existsMartin Odersky2013-03-121-7/+2
* Checking abstractness of types by their flags.Martin Odersky2013-03-121-10/+2
* Split filterAsSeenFrom and generalized flag handling.Martin Odersky2013-03-121-20/+24
* Fixed too hasty commit that caused build errors.Martin Odersky2013-03-111-3/+6
* First steps to make compiler start work.Martin Odersky2013-03-111-2/+2
* Collapsed some methods in PreDenotations…Martin Odersky2013-03-051-25/+13
* Dropped context from altsWith/suchThat/hasAltMartin Odersky2013-03-041-12/+14
* Added logic that retains symbol denotations from one run to the next if it is...Martin Odersky2013-03-041-39/+63
* Polishing of denotationsMartin Odersky2013-03-021-7/+7
* Polishing of Denotations and Transformers.Martin Odersky2013-02-281-59/+111
* more docs.Martin Odersky2013-02-281-3/+3
* Renamed DenotationSet -> PreDenotationMartin Odersky2013-02-271-20/+20
* Filling in all ???sMartin Odersky2013-02-271-8/+8
* Refactoring and cleanup of several symbol creation related aspects.Martin Odersky2013-02-241-1/+1
* More utility methods and split up filterMartin Odersky2013-02-211-10/+39