summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Unix script template: get java version through java commandscript-linuxJakob Odersky2016-12-121-2/+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
| | |/ / / / / / / | |/| | | | | | |
* | | | | | | | | 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