summaryrefslogtreecommitdiff
path: root/src/compiler
Commit message (Expand)AuthorAgeFilesLines
* SI-10069 Fix code gen errors with array updates, NothingJason Zaugg2016-12-021-2/+2
* Merge pull request #5449 from som-snytt/issue/9953Lukas Rytz2016-11-161-1/+1
|\
| * SI-9953 Any Any aborts warn on equalsSom Snytt2016-10-071-1/+1
* | Merge pull request #5440 from som-snytt/issue/9944Lukas Rytz2016-11-161-2/+11
|\ \
| * | SI-9944 Scan after interp expr keeps CRSom Snytt2016-10-011-2/+11
* | | Merge pull request #5513 from SethTisue/compiler-rootdocLukas Rytz2016-11-161-6/+1
|\ \ \
| * | | improve top-level compiler/reflect doc textSeth Tisue2016-11-081-6/+1
* | | | Merge pull request #5534 from lrytz/t10059Lukas Rytz2016-11-161-1/+1
|\ \ \ \
| * | | | SI-10059 reset the `DEFERRED` flag for Java varargs forwardersLukas Rytz2016-11-161-1/+1
| |/ / /
* | | | Merge pull request #5384 from som-snytt/issue/9915Seth Tisue2016-11-141-2/+6
|\ \ \ \
| * | | | SI-9915 Utf8_info are modified UTF8Som Snytt2016-10-201-2/+6
| | |_|/ | |/| |
* | | | Typo and spelling correctionsJanek Bogucki2016-11-115-5/+5
* | | | Merge pull request #5460 from som-snytt/issue/6978Jason Zaugg2016-11-101-1/+1
|\ \ \ \
| * | | | SI-6978 No linting of Java parensSom Snytt2016-10-151-1/+1
| |/ / /
* | | | Merge pull request #5486 from som-snytt/issue/6734-synthsJason Zaugg2016-11-101-3/+18
|\ \ \ \
| * | | | SI-6734 CommentSom Snytt2016-10-311-1/+2
| * | | | 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