aboutsummaryrefslogtreecommitdiff
path: root/src/dotty/tools/dotc/core/SymDenotations.scala
Commit message (Expand)AuthorAgeFilesLines
* Merge GenericType, TypeLambda and PolyTypeMartin Odersky2016-10-121-1/+1
* Don't let import symbols go staleMartin Odersky2016-10-121-1/+4
* Separate `ContextDocstrings` from `Context` and make it pluggableFelix Mulder2016-10-061-2/+2
* Implement docbase as propertyFelix Mulder2016-10-061-1/+1
* Typecheck usecases in fresh local scopeFelix Mulder2016-10-061-1/+1
* Fix cooking of docstringsFelix Mulder2016-10-061-2/+4
* Move logic from InlineInfo to BodyAnnotMartin Odersky2016-10-021-0/+6
* Make inline methods and field effectively finalMartin Odersky2016-10-021-1/+1
* Refactoring for registering InlineInfoMartin Odersky2016-10-021-0/+9
* Add accessors for non-public members accessed from inline methodsMartin Odersky2016-10-021-1/+7
* First version of inline schemeMartin Odersky2016-10-021-6/+11
* Merge pull request #1534 from OlivierBlanvillain/clean-up-printersFelix Mulder2016-09-231-1/+1
|\
| * Clean up config.Printers importsOlivier Blanvillain2016-09-231-1/+1
* | Avoid stale symbol errors for Scala-2 compiled symbolsMartin Odersky2016-09-191-0/+1
* | Fix select staticMartin Odersky2016-09-191-12/+17
|/
* New string infterpolatorsMartin Odersky2016-08-161-8/+8
* Simplify lexicallyEnclosingClassMartin Odersky2016-07-271-12/+3
* Quick-fix eclosingMethod attribute generation for t3048.scalaDmitry Petrashko2016-07-271-0/+13
* Address reviewers commentsMartin Odersky2016-07-111-6/+7
* Add a case where caching was missing.Martin Odersky2016-07-111-0/+1
* Do the right thing for NoDenotation.mapInfoMartin Odersky2016-07-111-0/+1
* Refactorings of GenericTypes and underlying/upperboundMartin Odersky2016-07-111-4/+2
* Revert complications in asMemberOfMartin Odersky2016-07-111-5/+0
* Refactor handling of unpickled type paramsMartin Odersky2016-07-111-13/+23
* Refactoring of PolyType and TypeLambdaMartin Odersky2016-07-111-1/+3
* Start new, direct HK schemeMartin Odersky2016-07-111-0/+1
* Remove old hk schemeMartin Odersky2016-07-111-4/+0
* Refinement of cycle avoidanceMartin Odersky2016-07-111-0/+5
* Turn on new hk schemeMartin Odersky2016-07-111-2/+2
* Introduce recursive typesMartin Odersky2016-07-111-1/+2
* SymDenotations: fix comment.Dmitry Petrashko2016-06-071-1/+1
* Fix Ycheck: allow assigning fields in static constructors.Dmitry Petrashko2016-06-071-0/+4
* Fix type in SymDenotations.Dmitry Petrashko2016-06-071-1/+1
* SymDenotations: Allow entering Static symbols.Dmitry Petrashko2016-06-071-1/+1
* Avoid issues when calling methods on root package symbolGuillaume Martres2016-05-281-1/+1
* Merge pull request #1186 from dotty-staging/fix-#1185odersky2016-04-061-0/+15
|\
| * Add methods for expressing named type paramsMartin Odersky2016-03-301-0/+15
* | Move Mode to coreMartin Odersky2016-04-011-1/+0
|/
* Nothing is not nullableMartin Odersky2016-03-101-1/+1
* Fix problem of overloading resolution when receiver is not stable.Martin Odersky2016-02-191-4/+1
* Make type parameter reordering generally available.Martin Odersky2016-02-191-0/+17
* Adress reviewer commentsMartin Odersky2016-02-171-4/+4
* Fix validity checking refinementMartin Odersky2016-02-171-2/+3
* Refine validity checkingMartin Odersky2016-02-171-12/+16
* Add diagnostic why a symbol is stale.Martin Odersky2016-02-171-0/+30
* By-name parameters are not stable values.Martin Odersky2016-02-091-7/+1
* Big realizability refactoringMartin Odersky2016-02-091-9/+1
* Consider by name parameters as lazily initializedMartin Odersky2016-02-091-1/+7
* Fix isRealizableTestMartin Odersky2016-02-091-1/+1
* Only final lazy vals can be paths.Martin Odersky2016-02-091-1/+3