summaryrefslogtreecommitdiff
path: root/test/files/pos
Commit message (Expand)AuthorAgeFilesLines
* Merge 2.11.x into 2.12.xAdriaan Moors2017-04-071-0/+15
|\
| * Merge pull request #5736 from adriaanm/t10206Adriaan Moors2017-03-211-0/+15
| |\
| | * Test case for SI-10206Jason Zaugg2017-03-021-0/+15
| * | Improvements based on reviews by Lukas & JasonAdriaan Moors2017-03-021-0/+18
| * | Allow user-defined `[un]apply` in case companionAdriaan Moors2017-02-271-0/+36
| |/
* | SI-8969 Accept poly+implicit for assignment syntaxSom Snytt2017-03-091-2/+13
* | Merge pull request #5708 from szeiger/issue/si10194Lukas Rytz2017-02-211-0/+15
|\ \
| * | SI-10194: Fix abstract type resolution for overloaded HOFsStefan Zeiger2017-02-211-0/+15
* | | Ignore BoundedWildcardType in erasure type mapAdriaan Moors2017-02-191-0/+11
* | | Merge branch '2.12.x' into merge-2.11.x-to-2.12.x-20170214Seth Tisue2017-02-171-0/+38
|\| |
| * | Merge pull request #5542 from retronym/ticket/10066Adriaan Moors2017-02-161-0/+38
| |\ \
| | * | SI-10066 Fix crash in erroneous code with implicits, dynamicJason Zaugg2016-11-181-0/+38
* | | | Merge commit '36967321c7' into merge-2.11.x-to-2.12.x-20170214Seth Tisue2017-02-161-0/+6
|\ \ \ \ | |/ / / |/| | / | | |/ | |/|
| * | SI-9331 Fix canEqual for case classes with HK type paramsJason Zaugg2017-01-091-0/+6
| * | SI-9630 Fix spurious warning related to same-named case accessors [backport]Jason Zaugg2016-12-219-0/+101
| * | Merge pull request #5343 from milessabin/topic/si-2712-backportAdriaan Moors2016-10-1818-0/+206
| |\ \
| | * | SI-2712 Add support for higher order unificationMiles Sabin2016-08-1518-0/+206
| * | | Merge pull request #5345 from milessabin/topic/si-7046-backportAdriaan Moors2016-10-182-0/+23
| |\ \ \
| | * | | Partial fix for SI-7046Miles Sabin2016-08-152-0/+23
| | |/ /
| * / / SI-9760 Fix for higher-kinded GADT refinementMiles Sabin2016-08-151-0/+18
| |/ /
* | | Merge pull request #5654 from retronym/ticket/10154Adriaan Moors2017-02-142-0/+27
|\ \ \
| * | | SI-10154 Fix implicit search regression for term-owned objectsJason Zaugg2017-01-202-0/+27
* | | | Merge pull request #5245 from dwijnand/trailing-commasAdriaan Moors2017-02-081-0/+155
|\ \ \ \ | |/ / / |/| | |
| * | | SIP-27 Tweak and test wildstar in REPLDale Wijnand2017-01-081-0/+4
| * | | SIP-27 Test varargs, "@", and ": _*"Dale Wijnand2017-01-081-0/+23
| * | | SI-4986 SIP-27 Trailing Comma (multi-line only) supportDale Wijnand2016-12-111-0/+128
* | | | Merge pull request #5583 from lrytz/t10093Adriaan Moors2016-12-212-0/+6
|\ \ \ \
| * | | | SI-10093 don't move member traits to constructor body in constructorsLukas Rytz2016-12-062-0/+6
| |/ / /
* | | | Fix how "sbt" is writtenDale Wijnand2016-12-212-2/+2
* | | | Merge pull request #5550 from retronym/ticket/3772Lukas Rytz2016-12-122-20/+8
|\ \ \ \ | |/ / / |/| | |
| * | | SI-3772 Fix detection of term-owned companionsJason Zaugg2016-11-292-20/+8
| | |/ | |/|
* | | Merge pull request #5284 from milessabin/topic/si-7046Adriaan Moors2016-11-302-0/+23
|\ \ \
| * | | Partial fix for SI-7046Miles Sabin2016-11-282-0/+23
| |/ /
* | | Merge pull request #5376 from milessabin/topic/clean-experimentalAdriaan Moors2016-11-301-6/+0
|\ \ \
| * | | Typevar experimentals now default; t5729 pos -> neg.Miles Sabin2016-11-281-6/+0
| |/ /
* | | Merge pull request #5554 from retronym/ticket/10009Adriaan Moors2016-11-291-0/+6
|\ \ \
| * | | SI-10009 Fields survive untypecheck/retypecheckJason Zaugg2016-11-281-0/+6
| |/ /
* / / Fix more compiler crashes with fields, refinement typesJason Zaugg2016-11-211-0/+17
|/ /
* | Merge pull request #5460 from som-snytt/issue/6978Jason Zaugg2016-11-103-0/+13
|\ \
| * | SI-6978 No linting of Java parensSom Snytt2016-10-153-0/+13
* | | Merge pull request #5486 from som-snytt/issue/6734-synthsJason Zaugg2016-11-101-0/+17
|\ \ \
| * | | SI-6734 CommentSom Snytt2016-10-311-15/+9
| * | | SI-6734 Synthesize companion near case classSom Snytt2016-10-271-0/+23
* | | | For scala classfiles, only parse the scala signature annotationLukas Rytz2016-10-288-20/+25
* | | | Ensure companionClass returns a class, not a type aliasLukas Rytz2016-10-263-0/+10
|/ / /
* | | Merge pull request #5393 from som-snytt/issue/nowarn-thistype-discardLukas Rytz2016-10-211-0/+6
|\ \ \
| * | | No warn when discarding r.f(): r.typeSom Snytt2016-09-101-0/+6
* | | | Detect clash of mixedin val and existing member.Adriaan Moors2016-10-121-0/+2
* | | | Merge pull request #5429 from lrytz/sd224Adriaan Moors2016-10-111-4/+0
|\ \ \ \
| * | | | Default -Xmixin-force-forwarders to trueLukas Rytz2016-09-301-4/+0
| | |/ / | |/| |