summaryrefslogtreecommitdiff
path: root/src/compiler/scala/tools/nsc
Commit message (Expand)AuthorAgeFilesLines
* Support Java 9 modular runtime imagesJason Zaugg2016-12-023-3/+56
* Merge pull request #5284 from milessabin/topic/si-7046Adriaan Moors2016-11-304-13/+48
|\
| * Partial fix for SI-7046Miles Sabin2016-11-284-13/+48
* | Merge pull request #5376 from milessabin/topic/clean-experimentalAdriaan Moors2016-11-303-3/+2
|\ \
| * | Typevar experimentals now default; t5729 pos -> neg.Miles Sabin2016-11-281-2/+0
| * | Pattern matching virtualization now guarded by -Yvirtpatmat.Miles Sabin2016-11-282-1/+2
| |/
* | Merge pull request #5563 from lrytz/sd259bJason Zaugg2016-11-301-4/+8
|\ \
| * | Don't exclude super calls to trait methods from inliningLukas Rytz2016-11-291-4/+8
* | | Merge pull request #5554 from retronym/ticket/10009Adriaan Moors2016-11-292-4/+14
|\ \ \
| * | | SI-10009 Fields survive untypecheck/retypecheckJason Zaugg2016-11-282-4/+14
* | | | Merge pull request #5536 from retronym/ticket/SD-268Adriaan Moors2016-11-292-15/+16
|\ \ \ \
| * | | | Fix more compiler crashes with fields, refinement typesJason Zaugg2016-11-212-15/+16
| |/ / /
* | | | Merge pull request #5506 from retronym/topic/existential-idsAdriaan Moors2016-11-292-2/+2
|\ \ \ \ | |_|/ / |/| | |
| * | | Avoid name table pollution with fresh existentialsJason Zaugg2016-11-082-2/+2
* | | | Merge pull request #5544 from retronym/ticket/8779Jason Zaugg2016-11-293-7/+10
|\ \ \ \
| * | | | SI-8779 Enable inlining of code within a REPL sessionJason Zaugg2016-11-283-7/+10
| | |_|/ | |/| |
* | | | Merge pull request #5529 from lrytz/sd259Jason Zaugg2016-11-296-232/+419
|\ \ \ \ | |/ / / |/| | |
| * | | Clean up the implementation and output of Yopt-log-inlineLukas Rytz2016-11-281-42/+109
| * | | Address review feedbackLukas Rytz2016-11-281-15/+14
| * | | Better inliner support for 2.12 trait encodingLukas Rytz2016-11-256-204/+325
* | | | Merge pull request #5556 from dragos/ticket/10071Iulian Dragos2016-11-252-62/+34
|\ \ \ \ | |/ / / |/| | |
| * | | SI-10071 Separate compilation for varargs methodsIulian Dragos2016-11-252-62/+34
* | | | Merge pull request #5540 from retronym/ticket/9814Lukas Rytz2016-11-251-1/+2
|\ \ \ \ | |/ / / |/| | |
| * | | SI-9814 Fix synchronized in specialized overridesJason Zaugg2016-11-251-1/+2
| | |/ | |/|
* / | SI-9945 Don't warn imports in java unitsSom Snytt2016-11-161-1/+1
|/ /
* | 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 #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