summaryrefslogtreecommitdiff
path: root/src/compiler/scala
Commit message (Expand)AuthorAgeFilesLines
* Unix script template: get java version through java commandscript-linuxJakob Odersky2016-12-121-2/+2
* Merge pull request #5543 from retronym/ticket/10069Lukas Rytz2016-12-121-2/+2
|\
| * SI-10069 Fix code gen errors with array updates, NothingJason Zaugg2016-12-021-2/+2
* | Merge pull request #5550 from retronym/ticket/3772Lukas Rytz2016-12-122-5/+26
|\ \
| * | Refactor companion lookup methods after code reviewJason Zaugg2016-11-291-1/+1
| * | SI-3772 Fix detection of term-owned companionsJason Zaugg2016-11-292-5/+26
| |/
* | Compiler support for JEP-193 VarHandle polymorphic signaturesJason Zaugg2016-12-121-1/+1
* | Merge pull request #5570 from adriaanm/t10075Adriaan Moors2016-12-055-20/+42
|\ \
| * | Drop annotations from trait static super accessorAdriaan Moors2016-12-051-1/+1
| * | SI-10075 annotations go to lazy val's underlying fieldAdriaan Moors2016-12-054-19/+41
* | | Support Java 9 modular runtime imagesJason Zaugg2016-12-024-3/+57
* | | Adapt to the removal of sun.boot.class.pathJason Zaugg2016-12-021-0/+8
* | | SI-9833 Fix -nobootcp in the Unix scala scriptJason Zaugg2016-12-021-4/+3
* | | 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