aboutsummaryrefslogtreecommitdiff
path: root/src/dotty/tools/dotc/typer/Namer.scala
Commit message (Expand)AuthorAgeFilesLines
* 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
* Make etaExpandIfHk work for non-symbol type paramsMartin Odersky2016-07-111-1/+1
* Abstract type parameters out from type symbolsMartin Odersky2016-07-111-1/+1
* Merge pull request #1270 from dotty-staging/fix-bootstrapDmitry Petrashko2016-05-271-1/+9
|\
| * Replace aliases to Unit by UnitMartin Odersky2016-05-231-1/+9
* | Add class annotations as first step of completing the class.Martin Odersky2016-05-131-1/+2
* | Evaluate annotations before completing tree of definitionsMartin Odersky2016-05-101-1/+1
|/
* Add binding between Symbol and Untyped tree in base contextFelix Mulder2016-04-071-3/+13
* Check that classOf gets applied to class typesMartin Odersky2016-02-201-1/+2
* Check named type params for welformedness rules.Martin Odersky2016-02-191-4/+52
* Support for extending the TyperJonathan Rodriguez2016-02-161-1/+1
* Avoid caching the wrong bounds in TypeRefsMartin Odersky2016-01-181-1/+16
* Compute type params in namer without completing the whole infoMartin Odersky2016-01-161-5/+24
* Better diagnosis for cyclic references caused by class clashes.Martin Odersky2015-12-141-1/+6
* Fix tricky bug coming up when compiling TraversableViewLike.Martin Odersky2015-12-141-4/+34
* Perform variance adaptation only when needed in isSubTypeMartin Odersky2015-12-131-1/+1