summaryrefslogtreecommitdiff
path: root/test/files
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | | 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
* | | | | | | | | | adjust to partest 1.1.0's new mixed Java/Scala compilationLukas Rytz2017-01-2720-48/+60
|/ / / / / / / / /
* | | | | | | | | 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 remote-tracking branch 'origin/2.11.x' into merge/2.11.x-to-2.12.x-2016...Jason Zaugg2016-12-2025-0/+312
|\ \ \ \ \ \ \ \ | | |_|_|_|/ / / | |/| | | | | |
| * | | | | | | Merge pull request #5487 from lrytz/java-constantsAdriaan Moors2016-12-1519-0/+278
| |\ \ \ \ \ \ \
| | * | | | | | | neg test for parsing constants in Java sourcesLukas Rytz2016-11-027-0/+104
| | * | | | | | | SI-3236 constant types for literal final static java fieldsJohannes Rudolph2016-10-2812-0/+174
| * | | | | | | | SI-9834 Show expansion of update on errorSom Snytt2016-11-251-0/+1
| * | | | | | | | SI-9834 Improve error on failed op=Som Snytt2016-11-256-0/+33
| | |_|/ / / / / | |/| | | | | |