aboutsummaryrefslogtreecommitdiff
path: root/src/dotty/tools/dotc/core
Commit message (Expand)AuthorAgeFilesLines
* Fix reporting of ErrorTypes in highlighted segmentsFelix Mulder2016-10-101-0/+4
* Remove duplication of console reportersFelix Mulder2016-10-101-1/+1
* Rename `ConsoleReporter` => `FancyConsoleReporter`Felix Mulder2016-10-101-1/+1
* Add missing star in docstringFelix Mulder2016-10-101-1/+1
* Remove `Context` reference in `Comment` and `UseCase`Felix Mulder2016-10-061-16/+28
* Separate `ContextDocstrings` from `Context` and make it pluggableFelix Mulder2016-10-063-48/+37
* Implement docbase as propertyFelix Mulder2016-10-063-8/+9
* Typecheck usecases in fresh local scopeFelix Mulder2016-10-061-1/+1
* Move docstring cooking to dottyFelix Mulder2016-10-062-14/+362
* Fix cooking of docstringsFelix Mulder2016-10-063-8/+10
* Fix type parameters not getting properly typedFelix Mulder2016-10-061-14/+3
* Fix name clashes because of `@usecase`Felix Mulder2016-10-061-12/+25
* Add `Comments` object instead of `Scanners.Comment` case classFelix Mulder2016-10-062-1/+78
* Address @smarter's review commentsMartin Odersky2016-10-022-3/+3
* CleanupsMartin Odersky2016-10-022-5/+4
* Move logic from InlineInfo to BodyAnnotMartin Odersky2016-10-023-2/+11
* Use BodyAnnot to indicate rhs of inline methodMartin Odersky2016-10-024-11/+41
* Handle inlining in inlining argumentsMartin Odersky2016-10-021-1/+1
* Inline function parametersMartin Odersky2016-10-021-1/+1
* Drop annotations from dealiasMartin Odersky2016-10-021-10/+22
* Always use implicit context at the current periodMartin Odersky2016-10-021-2/+5
* Add inline for valsMartin Odersky2016-10-023-1/+22
* Make inline methods and field effectively finalMartin Odersky2016-10-022-2/+2
* Make inline a keywordMartin Odersky2016-10-022-1/+5
* Refactoring for registering InlineInfoMartin Odersky2016-10-022-5/+12
* Better names and documentation for Inliner.Martin Odersky2016-10-021-1/+1
* Add accessors for non-public members accessed from inline methodsMartin Odersky2016-10-026-4/+32
* Better toString for TermRefWithSigMartin Odersky2016-10-021-0/+1
* Make inline annotation @scala.inline.Martin Odersky2016-10-022-2/+2
* Inline key operations in dottyMartin Odersky2016-10-021-1/+1
* Better error message in TreePicklerMartin Odersky2016-10-021-2/+1
* Fix problems handling types in InlinerMartin Odersky2016-10-021-4/+3
* Handle outer this in InlinerMartin Odersky2016-10-022-1/+2
* Add comment missing from last PRMartin Odersky2016-10-021-0/+12
* Fix some problems in InlinerMartin Odersky2016-10-021-4/+4
* Set the positions of inlined trees wehn read form TastyMartin Odersky2016-10-028-159/+103
* Support separate compilationMartin Odersky2016-10-021-0/+7
* Simplify enclosingInlinedsMartin Odersky2016-10-022-8/+3
* Print inlining positions in error messagesMartin Odersky2016-10-022-8/+14
* Track Inlined nodes in ctx.sourceMartin Odersky2016-10-021-3/+7
* Add Inlined tree nodeMartin Odersky2016-10-021-0/+10
* Make Context#moreProperties strongly typedMartin Odersky2016-10-021-5/+10
* First version of inline schemeMartin Odersky2016-10-024-7/+18
* Make namePos a member of memberDefMartin Odersky2016-09-291-1/+4
* Make Modifiers untyped only.Martin Odersky2016-09-282-3/+4
* Get rid of SelectFromType tree node.Martin Odersky2016-09-251-1/+1
* Drop PairMartin Odersky2016-09-254-11/+5
* Swap order of elements in AnnotatedMartin Odersky2016-09-241-1/+1
* Merge pull request #1534 from OlivierBlanvillain/clean-up-printersFelix Mulder2016-09-2311-11/+10
|\
| * Clean up config.Printers importsOlivier Blanvillain2016-09-2311-11/+10