summaryrefslogtreecommitdiff
path: root/test
Commit message (Expand)AuthorAgeFilesLines
* Add benchmark for List.mapConserveRory Graves2017-01-281-0/+15
* Optimised implementation of List.filter/filterNotRory Graves2017-01-282-4/+61
* Test IndexedSeq, including ArrayOps, WrappedArray.Mike Skells2017-01-281-0/+567
* 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 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
|/
* Merge pull request #5615 from monkey-mas/modify-ArrayBuilder-reusability-bug-...Stefan Zeiger2017-01-092-0/+58
|\
| * [Backport] Modify ArrayBuilder and WrappedArrayBuilder to be reusableMasaru Nomura2016-12-282-0/+58
* | SI-9630 Fix spurious warning related to same-named case accessors [backport]Jason Zaugg2016-12-219-0/+101
|/
* Use ClassTag instead of Manifest in AssertUtil.assertThrows.Sébastien Doeraene2016-12-171-5/+4
* 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
* | Merge pull request #5454 from som-snytt/issue/9834-2.11Adriaan Moors2016-12-156-0/+34
|\ \
| * | 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
* | | SI-10086 NumericRange.min|max with custom Integral (#5575)Tobias Schlatter2016-12-121-0/+39
* | | 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 #5378 from som-snytt/issue/9913Seth Tisue2016-10-261-0/+6
|\ \ | |/ |/|
| * SI-9913 Lead span iterator finishes at state -1Som Snytt2016-09-051-0/+6
* | Merge pull request #5467 from som-snytt/issue/9832-2.11-cleanupSeth Tisue2016-10-191-18/+22
|\ \
| * | SI-9832 Fix line endings in junit testSom Snytt2016-10-191-18/+22
* | | Merge pull request #5343 from milessabin/topic/si-2712-backportAdriaan Moors2016-10-1829-0/+466
|\ \ \
| * | | SI-2712 Add support for higher order unificationMiles Sabin2016-08-1529-0/+466
| | |/ | |/|
* | | Merge pull request #5453 from som-snytt/issue/9832-2.11Adriaan Moors2016-10-181-0/+63
|\ \ \ | | |/ | |/|
| * | SI-9832 -Xlint:help shows defaultSom Snytt2016-10-111-0/+63
| |/
* | Merge pull request #5345 from milessabin/topic/si-7046-backportAdriaan Moors2016-10-1813-1/+176
|\ \
| * | Partial fix for SI-7046Miles Sabin2016-08-1513-1/+176
| |/
* | Merge pull request #5341 from milessabin/topci/si-9760-backportAdriaan Moors2016-10-181-0/+18
|\ \
| * | SI-9760 Fix for higher-kinded GADT refinementMiles Sabin2016-08-151-0/+18
| |/
* | Merge pull request #5348 from som-snytt/issue/9841-test-2.11Adriaan Moors2016-10-181-0/+24
|\ \
| * | SI-9841 Regression test for init SOSom Snytt2016-08-241-0/+24
| |/
* | Merge pull request #5218 from retronym/ticket/9806Jason Zaugg2016-10-181-0/+18
|\ \ | |/ |/|
| * SI-9806 Fix incorrect codegen with optimizer, constants, try/catchJason Zaugg2016-06-071-0/+18
* | Merge pull request #5236 from som-snytt/issue/triple-backportLukas Rytz2016-07-131-0/+8
|\ \
| * | Avoid triple-quoting triple quotesSom Snytt2016-06-171-0/+8
* | | Use sbt for PR validationStefan Zeiger2016-06-148-7/+37
|/ /
* | Merge pull request #5219 from som-snytt/issue/9245Jason Zaugg2016-06-141-0/+27
|\ \
| * | SI-9245 Fresher name in Try and testSom Snytt2016-06-071-0/+27
| |/
* / SI-9737 [no-merge] Backport stringOf ParIterableNicolas Stucki2016-06-031-0/+57
|/
* Merge pull request #4998 from som-snytt/issue/7898-iLukas Rytz2016-06-015-4/+35
|\