summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #5588 from retronym/ticket/10098Jason Zaugg2016-12-151-8/+5
|\
| * S-10098 Fix regression in Unix runner script with JAVA_HOME unsetJason Zaugg2016-12-081-8/+5
* | Modules w. serializable type alias "companions" are not serializableJason Zaugg2016-12-141-2/+2
* | Merge pull request #5558 from larsrh/topic/deprecated-y-flagsAdriaan Moors2016-12-135-24/+4
|\ \
| * | delete dead codeLars Hupel2016-12-011-2/+0
| * | remove deprecated compiler flag "-Yinfer-by-name"Lars Hupel2016-12-012-5/+2
| * | remove deprecated compiler flag "-Yeta-expand-keeps-star"Lars Hupel2016-12-014-17/+2
* | | Merge pull request #5531 from tabdulradi/SI-10060Lukas Rytz2016-12-121-2/+2
|\ \ \
| * | | SI-10060 Fixes NumericRange.max bug on empty rangesTamer AbdulRadi2016-11-161-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 #5527 from som-snytt/fix/use-modern-replaceLukas Rytz2016-12-121-9/+3
|\ \ \ \ \
| * | | | | String.replaceAllLiterally is String.replaceSom Snytt2016-11-131-9/+3
* | | | | | Merge pull request #5550 from retronym/ticket/3772Lukas Rytz2016-12-123-5/+54
|\ \ \ \ \ \
| * | | | | | Refactor companion lookup methods after code reviewJason Zaugg2016-11-292-7/+6
| * | | | | | SI-3772 Fix detection of term-owned companionsJason Zaugg2016-11-293-5/+55
* | | | | | | Merge pull request #5569 from paplorinc/rotrLukas Rytz2016-12-122-19/+8
|\ \ \ \ \ \ \
| * | | | | | | Changed hashing bit rotation to use Integer.rotateRightPap Lőrinc2016-12-072-19/+8
* | | | | | | | 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
| | |/ / / / / / / | |/| | | | | | |