aboutsummaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Add missing star in docstringFelix Mulder2016-10-101-1/+1
* Change layout of ErrorMessagesFelix Mulder2016-10-107-120/+135
* Add more examples to TyperFelix Mulder2016-10-102-11/+45
* Use highlighting in explanation classesFelix Mulder2016-10-101-18/+27
* Simplify "hl" interpolatorFelix Mulder2016-10-101-11/+2
* Add highlighting for `???`Felix Mulder2016-10-101-1/+6
* Return iterable from highlighting function instead of vectorFelix Mulder2016-10-102-3/+3
* Add highlighter string interpolatorFelix Mulder2016-10-101-0/+16
* Add initial structure for improved explanations of error messagesFelix Mulder2016-10-104-13/+91
* Remove `Context` reference in `Comment` and `UseCase`Felix Mulder2016-10-061-16/+28
* Separate `ContextDocstrings` from `Context` and make it pluggableFelix Mulder2016-10-067-91/+104
* Implement docbase as propertyFelix Mulder2016-10-065-33/+39
* Typecheck usecases in fresh local scopeFelix Mulder2016-10-064-5/+3
* Move docstring cooking to dottyFelix Mulder2016-10-064-21/+604
* Fix cooking of docstringsFelix Mulder2016-10-067-29/+48
* Move typing of usecases to `typedClassDef`Felix Mulder2016-10-061-3/+4
* Fix type parameters not getting properly typedFelix Mulder2016-10-062-18/+18
* Fix name clashes because of `@usecase`Felix Mulder2016-10-061-12/+25
* Typecheck usecasesFelix Mulder2016-10-062-1/+12
* Add `Comments` object instead of `Scanners.Comment` case classFelix Mulder2016-10-065-9/+81
* Fix build failure after merging #1492Guillaume Martres2016-10-061-1/+3
* Merge pull request #1492 from dotty-staging/add-inlineGuillaume Martres2016-10-0667-366/+1354
|\
| * Fix inline failure in the presence of unit conversionMartin Odersky2016-10-021-1/+3
| * Address @smarter's review commentsMartin Odersky2016-10-027-14/+17
| * Fix incremental compilation when inline method body changesGuillaume Martres2016-10-021-2/+18
| * Fix incremental compilation when inline method signature changesGuillaume Martres2016-10-021-0/+4
| * Remove incorrect special case for Inline purity checksGuillaume Martres2016-10-021-2/+1
| * CleanupsMartin Odersky2016-10-027-35/+28
| * Move logic from InlineInfo to BodyAnnotMartin Odersky2016-10-027-116/+63
| * Use BodyAnnot to indicate rhs of inline methodMartin Odersky2016-10-027-25/+60
| * Handle inlining in inlining argumentsMartin Odersky2016-10-025-23/+44
| * Inline function parametersMartin Odersky2016-10-023-21/+25
| * Generalize checkInlineConformant to functionsMartin Odersky2016-10-021-1/+4
| * Change owner as necessary when typing a TypedSpliceMartin Odersky2016-10-025-9/+28
| * Drop annotations from dealiasMartin Odersky2016-10-022-11/+23
| * Don't drop inline closure bindings that are referred in the bodyMartin Odersky2016-10-022-11/+31
| * Always use implicit context at the current periodMartin Odersky2016-10-024-22/+36
| * Document deviations from inline SIPMartin Odersky2016-10-021-0/+7
| * Add inline for valsMartin Odersky2016-10-028-8/+54
| * Add accessibility check for type of newMartin Odersky2016-10-021-0/+1
| * Fix problem related to accessor generation under separate compilationMartin Odersky2016-10-023-5/+22
| * Make inline methods and field effectively finalMartin Odersky2016-10-022-2/+2
| * Make inline a keywordMartin Odersky2016-10-028-20/+58
| * Don't add inline accessors twiceMartin Odersky2016-10-022-5/+7
| * Refactoring for registering InlineInfoMartin Odersky2016-10-025-16/+24
| * Fix bug in InlineableClosureMartin Odersky2016-10-021-3/+3
| * Inline argument closures to inline methodsMartin Odersky2016-10-023-7/+48
| * Better names and documentation for Inliner.Martin Odersky2016-10-025-59/+222
| * Support access for setting private vars from inlined codeMartin Odersky2016-10-021-42/+55
| * Add accessors for non-public members accessed from inline methodsMartin Odersky2016-10-0212-34/+187