summaryrefslogtreecommitdiff
path: root/test/files
Commit message (Expand)AuthorAgeFilesLines
* SI-8417 Check adapts of each param sectionSom Snytt2017-02-203-0/+22
* Ignore BoundedWildcardType in erasure type mapAdriaan Moors2017-02-191-0/+11
* SI-10148 Accept verbose zeroSom Snytt2017-02-181-1/+9
* Merge branch '2.12.x' into merge-2.11.x-to-2.12.x-20170214Seth Tisue2017-02-1716-3/+274
|\
| * Merge pull request #5648 from som-snytt/issue/10148Seth Tisue2017-02-163-2/+30
| |\
| | * SI-10148 Follow Java for float literalsSom Snytt2017-01-183-2/+30
| * | Merge pull request #5589 from allisonhb/feature/si-4700Adriaan Moors2017-02-162-0/+66
| |\ \
| | * | SI-4700 Make infix notation default for symbolic types.allisonhb2016-12-142-21/+17
| | * | SI-4700 Show infix types with as few parentheses as needed.allisonhb2016-12-132-0/+20
| | * | SI-4700 Add `@infix` annotation for type printingVlad Ureche2016-09-192-0/+50
| * | | Merge pull request #5546 from som-snytt/issue/9636Adriaan Moors2017-02-164-1/+25
| |\ \ \
| | * | | SI-9636 More precise error pos on apply inferenceSom Snytt2016-12-204-1/+25
| * | | | Merge pull request #5662 from teldosas/SI-9675Adriaan Moors2017-02-163-0/+52
| |\ \ \ \
| | * | | | Add warning about non-sensible equals in anonymous functionsteldosas2017-02-013-0/+52
| | | |_|/ | | |/| |
| * | | | Merge pull request #5587 from lrytz/t10072Adriaan Moors2017-02-161-0/+18
| |\ \ \ \
| | * | | | SI-10072 cast Function nodes to environment in specializationLukas Rytz2016-12-071-0/+18
| * | | | | Merge pull request #5542 from retronym/ticket/10066Adriaan Moors2017-02-163-0/+83
| |\ \ \ \ \
| | * | | | | SI-10066 Fix crash in erroneous code with implicits, dynamicJason Zaugg2016-11-183-0/+83
* | | | | | | Merge commit '0965028809' into merge-2.11.x-to-2.12.x-20170214Seth Tisue2017-02-1613-4/+107
|\ \ \ \ \ \ \
| * | | | | | | Optimised implementation of List.filter/filterNotRory Graves2017-01-281-4/+4
| * | | | | | | SI-1459 two bridges for impl of java generic vararg methodAdriaan Moors2017-01-244-0/+20
| * | | | | | | SI-9013 SI-1459 Tests for inherited @varargs annotationsJason Zaugg2017-01-248-0/+78
| * | | | | | | Merge pull request #5630 from adriaanm/rebase-5557Adriaan Moors2017-01-1014-65/+208
| |\ \ \ \ \ \ \
| | * | | | | | | [backport] SI-6412 remove flaky testSeth Tisue2017-01-091-26/+0
| | * | | | | | | SI-10071 Separate compilation for varargs methodsIulian Dragos2017-01-096-0/+42
| | * | | | | | | SI-8786 fix generic signature for @varargs forwarder methodsLukas Rytz2017-01-097-39/+166
* | | | | | | | | Merge commit '36967321c7' into merge-2.11.x-to-2.12.x-20170214Seth Tisue2017-02-164-35/+72
|\| | | | | | | | | |_|/ / / / / / |/| | | | | | |
| * | | | | | | Merge pull request #5632 from adriaanm/ticket/9114Adriaan Moors2017-01-101-0/+31
| |\ \ \ \ \ \ \
| | * | | | | | | SI-9114 Fix crasher in pattern matcher with type aliasesJason Zaugg2017-01-091-0/+31
| | |/ / / / / /
| * / / / / / / SI-9331 Fix canEqual for case classes with HK type paramsJason Zaugg2017-01-093-35/+41
| |/ / / / / /
| * | | | | | SI-9630 Fix spurious warning related to same-named case accessors [backport]Jason Zaugg2016-12-219-0/+101
* | | | | | | 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
| | |_|_|/ / / | |/| | | | |
* | | | | | | Correct the AbstractVar error messageJon Pretty2017-02-093-5/+5
* | | | | | | Merge pull request #5245 from dwijnand/trailing-commasAdriaan Moors2017-02-085-0/+357
|\ \ \ \ \ \ \
| * | | | | | | SIP-27 Tweak and test wildstar in REPLDale Wijnand2017-01-083-0/+20
| * | | | | | | SIP-27 Test varargs, "@", and ": _*"Dale Wijnand2017-01-081-0/+23
| * | | | | | | SI-4986 SIP-27 Trailing Comma (multi-line only) supportDale Wijnand2016-12-113-0/+314
* | | | | | | | Merge pull request #5646 from som-snytt/issue/8685Adriaan Moors2017-02-071-1/+4
|\ \ \ \ \ \ \ \
| * | | | | | | | SI-8685 Warn on deprecated case ctorSom Snytt2017-01-161-1/+4
| | |/ / / / / / | |/| | | | | |
* | | | | | | | Merge pull request #5585 from som-snytt/issue/10097Adriaan Moors2017-02-0715-5/+58
|\ \ \ \ \ \ \ \
| * | | | | | | | SI-10097 Adapt unless -Xsource:2.13Som Snytt2016-12-148-2/+23
| * | | | | | | | 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-145-5/+13
* | | | | | | | | Merge pull request #5579 from edmundnoble/queue-concatAdriaan Moors2017-02-071-1/+7
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | Improve Queue.++ when building another QueueEdmund Noble2017-01-181-1/+7
* | | | | | | | | | Merge pull request #5667 from som-snytt/issue/maxerrsLukas Rytz2017-02-036-0/+94
|\ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | SI-9729 -Xmaxerrs to limit messagesSom Snytt2017-01-316-0/+94
| | |_|/ / / / / / / | |/| | | | | | | |
* | | | | | | | | | run ScalaCheck tests directly, not through partestSeth Tisue2017-01-2763-7814/+0