summaryrefslogtreecommitdiff
path: root/test
Commit message (Expand)AuthorAgeFilesLines
* SI-8704 Also warn if effectively multiple implicitSom Snytt2016-12-143-0/+7
* SI-8704 Error on bad implicit sectionsSom Snytt2016-12-144-3/+20
* SI-10097 Error if no non-implicit case class paramSom Snytt2016-12-146-6/+14
* Modules w. serializable type alias "companions" are not serializableJason Zaugg2016-12-141-0/+39
* Merge pull request #5558 from larsrh/topic/deprecated-y-flagsAdriaan Moors2016-12-139-50/+0
|\
| * remove deprecated compiler flag "-Yinfer-by-name"Lars Hupel2016-12-013-26/+0
| * remove deprecated compiler flag "-Yeta-expand-keeps-star"Lars Hupel2016-12-016-24/+0
* | Merge pull request #5531 from tabdulradi/SI-10060Lukas Rytz2016-12-121-0/+42
|\ \
| * | fixup! SI-10060 Fixes NumericRange.max bug on empty rangesTamer Mohammed Abdul-Radi2016-11-161-2/+14
| * | SI-10060 Fixes NumericRange.max bug on empty rangesTamer AbdulRadi2016-11-161-0/+30
* | | Merge pull request #5543 from retronym/ticket/10069Lukas Rytz2016-12-122-0/+47
|\ \ \
| * | | SI-10069 Fix code gen errors with array updates, NothingJason Zaugg2016-12-022-0/+47
* | | | Merge pull request #5550 from retronym/ticket/3772Lukas Rytz2016-12-126-20/+48
|\ \ \ \
| * | | | SI-3772 Fix detection of term-owned companionsJason Zaugg2016-11-296-20/+48
* | | | | add project/build.properties for benchmark projectkenji yoshida2016-12-071-0/+1
* | | | | Merge pull request #5570 from adriaanm/t10075Adriaan Moors2016-12-055-2/+157
|\ \ \ \ \
| * | | | | Drop annotations from trait static super accessorAdriaan Moors2016-12-051-2/+2
| * | | | | SI-10075 annotations go to lazy val's underlying fieldAdriaan Moors2016-12-054-0/+155
* | | | | | Revert existential infer part of #5376Adriaan Moors2016-12-012-0/+0
| |_|_|_|/ |/| | | |
* | | | | Merge pull request #5284 from milessabin/topic/si-7046Adriaan Moors2016-11-3012-0/+175
|\ \ \ \ \
| * | | | | Partial fix for SI-7046Miles Sabin2016-11-2812-0/+175
* | | | | | Merge pull request #5376 from milessabin/topic/clean-experimentalAdriaan Moors2016-11-303-1/+8
|\ \ \ \ \ \ | |_|/ / / / |/| | | | |
| * | | | | Typevar experimentals now default; t5729 pos -> neg.Miles Sabin2016-11-282-0/+7
| * | | | | Pattern matching virtualization now guarded by -Yvirtpatmat.Miles Sabin2016-11-281-1/+1
| |/ / / /
* | | | | Merge pull request #5562 from retronym/ticket/SD-275Jason Zaugg2016-11-305-0/+111
|\ \ \ \ \
| * | | | | SD-275 Further harden against refs to absentee classesJason Zaugg2016-11-295-0/+111
* | | | | | Merge pull request #5537 from paplorinc/hashTableIndexJason Zaugg2016-11-301-0/+170
|\ \ \ \ \ \
| * | | | | | Optimized HashTable.indexPap LÅ‘rinc2016-11-241-0/+170
* | | | | | | Merge pull request #5563 from lrytz/sd259bJason Zaugg2016-11-301-0/+15
|\ \ \ \ \ \ \
| * | | | | | | Don't exclude super calls to trait methods from inliningLukas Rytz2016-11-291-0/+15
* | | | | | | | Merge pull request #5554 from retronym/ticket/10009Adriaan Moors2016-11-292-0/+34
|\ \ \ \ \ \ \ \
| * | | | | | | | SI-10009 Fields survive untypecheck/retypecheckJason Zaugg2016-11-282-0/+34
| | |/ / / / / / | |/| | | | | |
* | | | | | | | Merge pull request #5536 from retronym/ticket/SD-268Adriaan Moors2016-11-291-0/+17
|\ \ \ \ \ \ \ \
| * | | | | | | | Fix more compiler crashes with fields, refinement typesJason Zaugg2016-11-211-0/+17
| | |_|_|_|_|/ / | |/| | | | | |
* | | | | | | | Merge pull request #5506 from retronym/topic/existential-idsAdriaan Moors2016-11-295-11/+11
|\ \ \ \ \ \ \ \ | |_|_|/ / / / / |/| | | | | | |
| * | | | | | | Avoid name table pollution with fresh existentialsJason Zaugg2016-11-085-11/+11
* | | | | | | | Merge commit '57290a1' into topic/merge-2.11.x-to-2.12.x-20161129Jason Zaugg2016-11-291-0/+8
|\ \ \ \ \ \ \ \ | |_|_|_|/ / / / |/| | | | | | |
| * | | | | | | Improve performance of REPL autocompletionJason Zaugg2016-11-221-0/+8
| * | | | | | | [nomerge] SI-10037 ASR/LSR switched in ICodeReaderSom Snytt2016-11-104-0/+18
| * | | | | | | Merge pull request #5478 from dragos/backport/remove-println-SI-8717Adriaan Moors2016-10-282-2/+0
| |\ \ \ \ \ \ \
| | * | | | | | | [backport] Replace println with log calls in BrowsingLoadersIulian Dragos2016-10-252-2/+0
* | | | | | | | | Merge pull request #5544 from retronym/ticket/8779Jason Zaugg2016-11-295-4/+94
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | Support inlining under -Yrepl-class-based REPLJason Zaugg2016-11-283-9/+20
| * | | | | | | | | SI-8779 Enable inlining of code within a REPL sessionJason Zaugg2016-11-284-1/+80
| | |_|_|_|_|/ / / | |/| | | | | | |
* | | | | | | | | Merge pull request #5529 from lrytz/sd259Jason Zaugg2016-11-296-36/+157
|\ \ \ \ \ \ \ \ \ | |/ / / / / / / / |/| | | | | | | |
| * | | | | | | | Better inliner support for 2.12 trait encodingLukas Rytz2016-11-256-36/+157
* | | | | | | | | Merge pull request #5556 from dragos/ticket/10071Iulian Dragos2016-11-256-0/+42
|\ \ \ \ \ \ \ \ \ | |/ / / / / / / / |/| | | | | | | |
| * | | | | | | | SI-10071 Separate compilation for varargs methodsIulian Dragos2016-11-256-0/+42
* | | | | | | | | Merge pull request #5540 from retronym/ticket/9814Lukas Rytz2016-11-251-0/+28
|\ \ \ \ \ \ \ \ \ | |/ / / / / / / / |/| | | | | | | |
| * | | | | | | | SI-9814 Fix synchronized in specialized overridesJason Zaugg2016-11-251-0/+28
| | |_|_|/ / / / | |/| | | | | |