summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Compiler support for JEP-193 VarHandle polymorphic signaturesJason Zaugg2016-12-123-5/+10
* Applied further cleanup to VectorPap Lőrinc2016-12-061-56/+63
* Changed >> to >>> in Vector to unify stylePap Lőrinc2016-12-061-118/+118
* Applied suggestions to Vector cleanupPap Lőrinc2016-12-061-179/+161
* Deleted leftover code-comments from VectorPap Lőrinc2016-12-061-93/+20
* Deleted leftover debug method from VectorPap Lőrinc2016-12-061-38/+0
* Unified masks in VectorPap Lőrinc2016-12-061-31/+31
* Removed redundant casts from VectorPap Lőrinc2016-12-061-29/+29
* 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
* | Merge pull request #5573 from adriaanm/revert-part-5376Adriaan Moors2016-12-021-39/+34
|\ \
| * | Revert existential infer part of #5376Adriaan Moors2016-12-011-39/+34
* | | Support Java 9 modular runtime imagesJason Zaugg2016-12-025-4/+136
* | | 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-308-14/+76
|\ \
| * | Partial fix for SI-7046Miles Sabin2016-11-288-14/+76
* | | Merge pull request #5376 from milessabin/topic/clean-experimentalAdriaan Moors2016-11-306-20/+12
|\ \ \ | |_|/ |/| |
| * | Typevar experimentals now default; t5729 pos -> neg.Miles Sabin2016-11-282-19/+8
| * | Pattern matching virtualization now guarded by -Yvirtpatmat.Miles Sabin2016-11-284-1/+4
| |/
* | Merge pull request #5562 from retronym/ticket/SD-275Jason Zaugg2016-11-302-32/+14
|\ \
| * | SD-275 Remove obsolete code from the unpicklerJason Zaugg2016-11-291-27/+12
| * | SD-275 Further harden against refs to absentee classesJason Zaugg2016-11-291-3/+2
| * | SI-8502 Rework handling of stub symbols in unpicklerJason Zaugg2016-11-292-6/+4
* | | Merge pull request #5537 from paplorinc/hashTableIndexJason Zaugg2016-11-301-59/+24
|\ \ \
| * | | Optimized HashTable.indexPap Lőrinc2016-11-241-7/+7
| * | | Changed modulo to bitwise AND in hash calculationPap Lőrinc2016-11-231-52/+17
* | | | 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-293-5/+16
|\ \ \ \ \
| * | | | | SI-10009 Fields survive untypecheck/retypecheckJason Zaugg2016-11-283-5/+16
| | |/ / / | |/| | |
* | | | | 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-296-5/+19
|\ \ \ \ \ \ | |_|_|/ / / |/| | | | |
| * | | | | Avoid name table pollution with fresh existentialsJason Zaugg2016-11-086-5/+19
* | | | | | Merge commit '57290a1' into topic/merge-2.11.x-to-2.12.x-20161129Jason Zaugg2016-11-291-1/+2
|\ \ \ \ \ \ | |_|_|_|/ / |/| | | | |
| * | | | | Improve performance of REPL autocompletionJason Zaugg2016-11-221-1/+2
| * | | | | [nomerge] SI-10037 ASR/LSR switched in ICodeReaderSom Snytt2016-11-102-5/+5
| * | | | | Merge pull request #5478 from dragos/backport/remove-println-SI-8717Adriaan Moors2016-10-281-4/+4
| |\ \ \ \ \
| | * | | | | [backport] Replace println with log calls in BrowsingLoadersIulian Dragos2016-10-251-4/+4
* | | | | | | Merge pull request #5544 from retronym/ticket/8779Jason Zaugg2016-11-296-21/+39
|\ \ \ \ \ \ \
| * | | | | | | Support inlining under -Yrepl-class-based REPLJason Zaugg2016-11-281-1/+1
| * | | | | | | SI-8779 Enable inlining of code within a REPL sessionJason Zaugg2016-11-285-20/+38
| | |_|_|_|_|/ | |/| | | | |
* | | | | | | Merge pull request #5529 from lrytz/sd259Jason Zaugg2016-11-298-234/+421
|\ \ \ \ \ \ \ | |/ / / / / / |/| | | | | |
| * | | | | | 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-258-206/+327
* | | | | | | Merge pull request #5556 from dragos/ticket/10071Iulian Dragos2016-11-255-65/+105
|\ \ \ \ \ \ \ | |/ / / / / / |/| | | | | |
| * | | | | | Simplify creation of varargs forwarder symbolJason Zaugg2016-11-251-42/+26