aboutsummaryrefslogtreecommitdiff
path: root/src/dotty/tools/dotc/typer/Namer.scala
Commit message (Expand)AuthorAgeFilesLines
* Move compiler and compiler tests to compiler dirFelix Mulder2016-11-221-1061/+0
* Merge pull request #1634 from dotty-staging/change-tasty-pos-ctdodersky2016-11-211-5/+13
|\
| * Clean up parameterized typedefsMartin Odersky2016-11-111-4/+12
| * Replace PolyType.fromSymbols with LambdaAbstractMartin Odersky2016-11-111-1/+1
* | Annotate error in test not revealed before prev commitFelix Mulder2016-11-171-4/+4
* | Fix #1708: return ErrorTree in `typedPackageDef` if pkg has no symbolFelix Mulder2016-11-171-1/+1
* | Only issue error, no unlinkingFelix Mulder2016-11-171-7/+7
* | Unlink type when entering clashing packageFelix Mulder2016-11-171-2/+13
* | Merge pull request #1666 from dotty-staging/fix-#1653odersky2016-11-161-1/+10
|\ \ | |/ |/|
| * Fix #1653: Check "no inherit from final" earlier.Martin Odersky2016-11-061-1/+10
* | Separate addInlineInfo and addAnnotationsMartin Odersky2016-11-071-3/+3
* | Address reviewer commentsMartin Odersky2016-11-071-1/+0
* | Use inline flag instead of @inline annotationMartin Odersky2016-11-071-13/+4
|/
* Drop original on TypeTreeMartin Odersky2016-10-151-1/+1
* Keep or typesMartin Odersky2016-10-111-1/+1
* Separate `ContextDocstrings` from `Context` and make it pluggableFelix Mulder2016-10-061-1/+1
* Implement docbase as propertyFelix Mulder2016-10-061-1/+2
* Fix cooking of docstringsFelix Mulder2016-10-061-9/+2
* Typecheck usecasesFelix Mulder2016-10-061-1/+8
* Move logic from InlineInfo to BodyAnnotMartin Odersky2016-10-021-2/+2
* Always use implicit context at the current periodMartin Odersky2016-10-021-2/+2
* Add inline for valsMartin Odersky2016-10-021-1/+1
* Make inline a keywordMartin Odersky2016-10-021-1/+14
* Refactoring for registering InlineInfoMartin Odersky2016-10-021-5/+5
* Better names and documentation for Inliner.Martin Odersky2016-10-021-1/+1
* Add accessors for non-public members accessed from inline methodsMartin Odersky2016-10-021-3/+6
* Fix stack overflow on recurs in namerFelix Mulder2016-10-021-4/+4
* Don't expand stat before recursion in namerFelix Mulder2016-10-021-2/+2
* Make Context#moreProperties strongly typedMartin Odersky2016-10-021-4/+4
* First version of inline schemeMartin Odersky2016-10-021-0/+7
* Namer refactoingMartin Odersky2016-10-021-30/+31
* Make namePos a member of memberDefMartin Odersky2016-09-291-13/+2
* Make positions fit for metaMartin Odersky2016-09-241-2/+14
* Clean up config.Printers importsOlivier Blanvillain2016-09-231-1/+1
* Make inherited inferred result type work for dependent methodsMartin Odersky2016-08-261-10/+17
* implementation of exhaustivity and redundancy checkliu fengyun2016-08-241-0/+28
* Fix #25: move doc related structures to `DocBase`Felix Mulder2016-08-191-1/+1
* New string infterpolatorsMartin Odersky2016-08-161-4/+4
* Merge pull request #1414 from dotty-staging/add-array-strawmanodersky2016-08-141-1/+2
|\
| * Index members of a class before evaluating its parentsMartin Odersky2016-07-291-1/+2
* | Fix #1285: Mutable vars are not to be considered constantMartin Odersky2016-07-311-2/+2
* | Merge pull request #1409 from dotty-staging/fix-hk-typdefs-of-lambdasGuillaume Martres2016-07-251-7/+5
|\ \ | |/ |/|
| * Simplify abstractedMartin Odersky2016-07-221-5/+5
| * Fix parameterized typedefs with lambdas as rhsMartin Odersky2016-07-221-8/+6
* | Resume suspensions also when reading from classfilesMartin Odersky2016-07-221-4/+3
* | Fix #1401: Make sure all refs are forwardedMartin Odersky2016-07-211-1/+4
|/
* Refactor handling of unpickled type paramsMartin Odersky2016-07-111-27/+30
* Remove old hk schemeMartin Odersky2016-07-111-24/+1
* Fix condition for lambda abstracting in NamerMartin Odersky2016-07-111-1/+1
* Eta-expand unapplied types that have type parametersMartin Odersky2016-07-111-3/+5