aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
| * | | Add `UsecasePhase` to dottydocFelix Mulder2016-10-063-1/+80
| * | | Typecheck usecasesFelix Mulder2016-10-062-1/+12
| * | | Add `Comments` object instead of `Scanners.Comment` case classFelix Mulder2016-10-067-56/+128
| * | | Add symbols to Doc AST, needed for `@usecase`Felix Mulder2016-10-066-16/+38
* | | | Merge pull request #1555 from felixmulder/topic/docsFelix Mulder2016-10-0644-654/+2657
|\ \ \ \ | |/ / / |/| | |
| * | | Warn users about outdated HK schemeFelix Mulder2016-10-061-1/+5
| * | | Add Jekyll as static site generatorFelix Mulder2016-10-0639-109/+768
| * | | Add posts from dotty-websiteFelix Mulder2016-10-066-12/+471
| * | | Add index.mdFelix Mulder2016-10-062-0/+31
| * | | Move wiki into docs dirFelix Mulder2016-10-0621-643/+1493
|/ / /
* | | Merge pull request #1561 from dotty-staging/fix/inline-mergeGuillaume Martres2016-10-061-1/+3
|\ \ \
| * | | Fix build failure after merging #1492Guillaume Martres2016-10-061-1/+3
|/ / /
* | | Merge pull request #1492 from dotty-staging/add-inlineGuillaume Martres2016-10-06100-376/+1903
|\ \ \
| * | | Add InlineBytecodeTests to check that inline really worksGuillaume Martres2016-10-052-7/+32
| * | | DottyBytecodeTest: fix diffInstructions outputGuillaume Martres2016-10-051-1/+1
| * | | Add test caseMartin Odersky2016-10-051-0/+7
| * | | Fix inline failure in the presence of unit conversionMartin Odersky2016-10-021-1/+3
| * | | Address @smarter's review commentsMartin Odersky2016-10-028-16/+18
| * | | Fix incremental compilation when inline method body changesGuillaume Martres2016-10-024-3/+31
| * | | Fix incremental compilation when inline method signature changesGuillaume Martres2016-10-027-0/+43
| * | | Disable scaladoc generation for dottyGuillaume Martres2016-10-021-0/+3
| * | | 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
| * | | Add check fileMartin Odersky2016-10-021-0/+137
| * | | Use BodyAnnot to indicate rhs of inline methodMartin Odersky2016-10-027-25/+60
| * | | Handle inlining in inlining argumentsMartin Odersky2016-10-026-27/+52
| * | | Inline function parametersMartin Odersky2016-10-024-22/+30
| * | | Generalize checkInlineConformant to functionsMartin Odersky2016-10-022-1/+48
| * | | 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-023-11/+35
| * | | Always use implicit context at the current periodMartin Odersky2016-10-025-27/+40
| * | | Document deviations from inline SIPMartin Odersky2016-10-021-0/+7
| * | | Add inline for valsMartin Odersky2016-10-0210-10/+81
| * | | Add accessibility check for type of newMartin Odersky2016-10-022-1/+1
| * | | Fix problem related to accessor generation under separate compilationMartin Odersky2016-10-026-10/+43
| * | | Make inline methods and field effectively finalMartin Odersky2016-10-022-2/+2
| * | | Make inline a keywordMartin Odersky2016-10-0215-70/+80
| * | | Don't add inline accessors twiceMartin Odersky2016-10-022-5/+7
| * | | More inline testsMartin Odersky2016-10-023-0/+84
| * | | 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
| * | | Fix ExplicitSelf phaseMartin Odersky2016-10-021-2/+3
| * | | Better toString for TermRefWithSigMartin Odersky2016-10-021-0/+1
| * | | Suppress inline in dottydoc test of standard libraryMartin Odersky2016-10-021-0/+1