summaryrefslogtreecommitdiff
path: root/src/compiler/scala
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | SI-6734 Synthesize companion near case classSom Snytt2016-10-271-3/+17
* | | | | Fix returns from within finalizersLukas Rytz2016-11-093-13/+4
* | | | | SI-10032 Fix code gen with returns in nested try-finally blocksLukas Rytz2016-11-081-7/+38
| |_|/ / |/| | |
* | | | Merge pull request #5469 from adriaanm/java-scan-tailrecAdriaan Moors2016-11-042-24/+44
|\ \ \ \
| * | | | Factor out some more into ScaladocScannerAdriaan Moors2016-10-191-1/+1
| * | | | DocScanner has doc-comment scanning hooks.Adriaan Moors2016-10-192-22/+32
| * | | | Keep `skipBlockComment` tail recursiveAdriaan Moors2016-10-191-8/+18
* | | | | Merge pull request #5482 from lrytz/sd248-frontendLukas Rytz2016-10-282-136/+135
|\ \ \ \ \
| * | | | | Address review commentsLukas Rytz2016-10-282-34/+34
| * | | | | For scala classfiles, only parse the scala signature annotationLukas Rytz2016-10-281-24/+45
| * | | | | Minor style cleanups, no changes in logicLukas Rytz2016-10-271-4/+4
| * | | | | Classfile parser and unpickler require class and module symbol argumentsLukas Rytz2016-10-272-30/+31
| * | | | | Clean up cross-check in classfile parser, remove unnecessary assignmentLukas Rytz2016-10-271-6/+3
| * | | | | Clean up lookup class by name in the classfile parserLukas Rytz2016-10-271-46/+26
| | |/ / / | |/| | |
* | | | | Merge pull request #5276 from som-snytt/issue/9750Seth Tisue2016-10-261-27/+17
|\ \ \ \ \ | |/ / / / |/| | | |
| * | | | SI-9750 Remove isJavaAtLeast from util.StackTracingSom Snytt2016-07-291-27/+17
* | | | | assorted typo fixes, cleanup, updating of commentsSeth Tisue2016-10-244-9/+9
* | | | | SI-9516 remove now-unneeded codeSeth Tisue2016-10-241-3/+3
* | | | | Merge pull request #5466 from dragos/issue/remove-println-SI-8717Lukas Rytz2016-10-211-4/+4
|\ \ \ \ \
| * | | | | Replace println with log calls in BrowsingLoadersIulian Dragos2016-10-191-4/+4
| | |/ / / | |/| | |
* | | | | Merge pull request #5393 from som-snytt/issue/nowarn-thistype-discardLukas Rytz2016-10-213-16/+10
|\ \ \ \ \
| * | | | | No warn when discarding r.f(): r.typeSom Snytt2016-09-103-16/+10
| | |_|_|/ | |/| | |
* | | | | Merge pull request #5439 from som-snytt/issue/fields-fieldwidthSeth Tisue2016-10-201-7/+7
|\ \ \ \ \
| * | | | | Don't clip descrip when -YdebugSom Snytt2016-09-301-6/+6
| * | | | | Shorten fields phase descriptionSom Snytt2016-09-301-1/+1
| |/ / / /
* | | | | Merge 2.11.x into 2.12.xAdriaan Moors2016-10-181-5/+13
|\ \ \ \ \ | |_|/ / / |/| | | |
| * | | | Merge pull request #5453 from som-snytt/issue/9832-2.11Adriaan Moors2016-10-181-5/+13
| |\ \ \ \
| | * | | | SI-9832 -Xlint:help shows defaultSom Snytt2016-10-111-5/+13
| * | | | | Merge pull request #5345 from milessabin/topic/si-7046-backportAdriaan Moors2016-10-184-11/+48
| |\ \ \ \ \
| | * | | | | Partial fix for SI-7046Miles Sabin2016-08-154-11/+48
| | |/ / / /
| * | | | | Merge pull request #5341 from milessabin/topci/si-9760-backportAdriaan Moors2016-10-181-1/+0
| |\ \ \ \ \
| | * | | | | SI-9760 Fix for higher-kinded GADT refinementMiles Sabin2016-08-151-1/+0
| | |/ / / /
| * | | | | Merge pull request #5218 from retronym/ticket/9806Jason Zaugg2016-10-181-2/+2
| |\ \ \ \ \ | | |/ / / / | |/| | | |
| | * | | | SI-9806 Fix incorrect codegen with optimizer, constants, try/catchJason Zaugg2016-06-071-2/+2
* | | | | | Detect clash of mixedin val and existing member.Adriaan Moors2016-10-122-14/+20
* | | | | | Merge pull request #5429 from lrytz/sd224Adriaan Moors2016-10-113-8/+9
|\ \ \ \ \ \
| * | | | | | Default -Xmixin-force-forwarders to trueLukas Rytz2016-09-302-6/+7
| * | | | | | Error message for super calls to indirect java parent interfacesLukas Rytz2016-09-301-2/+2
| | |_|_|_|/ | |/| | | |
* | | | | | Merge pull request #5452 from lrytz/sd242Adriaan Moors2016-10-101-2/+1
|\ \ \ \ \ \
| * | | | | | Fix the interface flag when re-writing a closure call to the body methodLukas Rytz2016-10-091-2/+1
| |/ / / / /
* | | | | | SI-9946 don't null field in lazy accessors that turn out to be liveJason Zaugg2016-10-073-72/+81
* | | | | | SI-9946 make nullification of lazy val dependencies module awareJason Zaugg2016-10-071-1/+1
|/ / / / /
* | | | | Merge pull request #5430 from adriaanm/dev235Adriaan Moors2016-09-291-30/+29
|\ \ \ \ \
| * | | | | Clarify docs, variable nameAdriaan Moors2016-09-291-11/+12
| * | | | | Emit local module like lazy valAdriaan Moors2016-09-291-22/+20
* | | | | | Merge pull request #5423 from lrytz/sd229Adriaan Moors2016-09-282-11/+35
|\ \ \ \ \ \
| * | | | | | SI-4683 fix $outer accesses in class bodies extending DelayedInitLukas Rytz2016-09-281-1/+1
| * | | | | | SI-9697 / SD-229 Fix DelayedInit subclass capturing local valueLukas Rytz2016-09-281-10/+34
* | | | | | | Merge pull request #5397 from retronym/ticket/9920Adriaan Moors2016-09-282-2/+9
|\ \ \ \ \ \ \ | |_|/ / / / / |/| | | | | |
| * | | | | | SI-9920 Avoid linkage errors with captured local objects + self typesJason Zaugg2016-09-272-2/+9
| |/ / / / /