summaryrefslogtreecommitdiff
path: root/test
Commit message (Expand)AuthorAgeFilesLines
* 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 #5687 from retronym/ticket/10177Adriaan Moors2017-02-161-0/+54
|\ \
| * | SI-10177 Override lazy operations to preserve TrieMap's semanticsJason Zaugg2017-02-101-0/+54
* | | 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 #5692 from lrytz/remove-pyAdriaan Moors2017-02-165-1214/+0
|\ \ \ \ \
| * | | | | Delete some unused scriptsLukas Rytz2017-02-135-1214/+0
* | | | | | 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 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 #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
|\ \ \ \ \ \ \