summaryrefslogtreecommitdiff
path: root/test
Commit message (Expand)AuthorAgeFilesLines
...
* | | | | | | | | | | Merge pull request #5522 from ruippeixotog/issue/9886Stefan Zeiger2017-02-081-0/+6
|\ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | SI-9507 Make Stream #:: and #::: allow type wideningRui Gonçalves2017-02-021-0/+6
* | | | | | | | | | | | 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 #5673 from retronym/topic/hashmap-containsAdriaan Moors2017-02-071-0/+56
|\ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | Fix copy/pasto references to mutable package in benchmarkJason Zaugg2017-02-031-3/+1
| * | | | | | | | | | | | Benchmark for immutable.HashMap.{get, contains}Jason Zaugg2017-02-031-0/+58
| | |/ / / / / / / / / / | |/| | | | | | | | | |
* | | | | | | | | | | | Merge pull request #5585 from som-snytt/issue/10097Adriaan Moors2017-02-0716-6/+59
|\ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | 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-146-6/+14
* | | | | | | | | | | | | 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
| | |_|_|_|/ / / / / / / | |/| | | | | | | | | |
* | | | | | | | | | | | Move scalacheck test suite sources to folders corresponding packagingJason Zaugg2017-01-2741-0/+40
* | | | | | | | | | | | run ScalaCheck tests directly, not through partestSeth Tisue2017-01-2771-1025/+892
* | | | | | | | | | | | adjust to partest 1.1.0's new mixed Java/Scala compilationLukas Rytz2017-01-2720-48/+60
|/ / / / / / / / / / /
* | | / / / / / / / / SI-10113 mutable.TreeMap.range does not workEvgeny Slutsky2017-01-092-0/+54
| |_|/ / / / / / / / |/| | | | | | | | |
* | | | | | | | | | SI-9936 LinearSeqOptimized.indexWhereSom Snytt2016-12-301-0/+19
| |_|_|_|_|_|_|_|/ |/| | | | | | | |
* | | | | | | | | Merge pull request #5583 from lrytz/t10093Adriaan Moors2016-12-213-2/+44
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | SI-10093 don't move member traits to constructor body in constructorsLukas Rytz2016-12-063-2/+44
| | |_|_|_|_|/ / / | |/| | | | | | |
* | | | | | | | | Fix how "sbt" is writtenDale Wijnand2016-12-213-6/+6
| |_|_|_|_|_|/ / |/| | | | | | |
* | | | | | | | Merge remote-tracking branch 'origin/2.11.x' into merge/2.11.x-to-2.12.x-2016...Jason Zaugg2016-12-2027-5/+355
|\ \ \ \ \ \ \ \ | | |_|_|_|/ / / | |/| | | | | |
| * | | | | | | 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
| | |_|_|/ / / / / | |/| | | | | | |
* | | | | | | | | Merge pull request #5539 from som-snytt/issue/10068Adriaan Moors2016-12-195-1/+45
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | SI-10068 Only permit elidable methodsSom Snytt2016-12-145-1/+45
| | |_|_|_|/ / / / | |/| | | | | | |
* | | | | | | | | Merge pull request #5541 from retronym/ticket/10067Adriaan Moors2016-12-193-0/+27
|\ \ \ \ \ \ \ \ \ | |/ / / / / / / / |/| | | | | | | |
| * | | | | | | | SI-10067 Don't speculatively emit outer tests for inner Java classesJason Zaugg2016-11-181-3/+0
| * | | | | | | | SI-10067 Java defined inner classes don't have outer accessorsJason Zaugg2016-11-184-0/+30
| | |_|_|_|_|/ / | |/| | | | | |
* | | | | | | | 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