summaryrefslogtreecommitdiff
path: root/test/files
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #4935 from som-snytt/issue/8044-tickvarAdriaan Moors2016-05-245-0/+31
|\
| * SI-8044 Allow any id in explicit pattern bindingSom Snytt2016-05-201-0/+8
| * SI-8044 Test for quoted not-a-varidSom Snytt2016-05-202-0/+8
| * SI-8044 Allow binding backquoted varid in patternsSom Snytt2016-05-203-0/+15
* | Merge pull request #5175 from som-snytt/issue/9656-range-toStringStefan Zeiger2016-05-244-8/+65
|\ \
| * | SI-9656 Range.toString distinguishes Numeric stepSteve Robinson2016-05-194-8/+65
* | | Merge pull request #5179 from liff/topic/SI-9781Adriaan Moors2016-05-232-0/+8
|\ \ \
| * | | SI-9781 Don't convert erroneous expression to assignmentOlli Helenius2016-05-202-0/+8
| | |/ | |/|
* | | Merge pull request #5106 from milessabin/topic/hkgadtAdriaan Moors2016-05-233-0/+101
|\ \ \
| * | | Added pos test with multiple cases; added neg tests.Miles Sabin2016-05-063-4/+87
| * | | Added missing result type to test.Miles Sabin2016-04-201-1/+1
| * | | SI-9760 Fix for higher-kinded GADT refinementMiles Sabin2016-04-191-0/+18
* | | | Merge pull request #5181 from chrisokasaki/issue/9776Adriaan Moors2016-05-231-0/+102
|\ \ \ \
| * | | | SI-9776: Fix type of PriorityQueue.newBuilder and improve performancechrisokasaki2016-05-221-0/+102
* | | | | Merge pull request #5164 from viktorklang/wip-future-docs-√Adriaan Moors2016-05-232-1/+32
|\ \ \ \ \
| * | | | | Improves the test cases for the scala-concurrent-tckViktor Klang2016-05-132-1/+32
* | | | | | Merge pull request #5162 from milessabin/t9361Lukas Rytz2016-05-232-0/+16
|\ \ \ \ \ \
| * | | | | | SI-9361 fixed assert allowing display of improved error message.Miles Sabin2016-05-142-0/+16
* | | | | | | Merge pull request #5153 from petermz/ticket/5463Lukas Rytz2016-05-231-0/+21
|\ \ \ \ \ \ \ | |_|_|/ / / / |/| | | | | |
| * | | | | | SI-5463 Check .jars before using thempeterz2016-05-171-0/+21
* | | | | | | Merge pull request #4988 from som-snytt/issue/backtick-barAdriaan Moors2016-05-201-0/+7
|\ \ \ \ \ \ \
| * | | | | | | SI-9665 Backquoted vbar in extractor patternSom Snytt2016-03-151-0/+7
* | | | | | | | SI-7916: ScriptEngine supportSom Snytt2016-05-196-25/+2
| |_|_|_|_|/ / |/| | | | | |
* | | | | | | Test case for SI-5183, tagged primitives in case classes (#5144)Ben Hutchison2016-05-192-0/+42
* | | | | | | Generate static forwarders for object members in companion interface (#5131)Jason Zaugg2016-05-193-0/+11
* | | | | | | SI-8756 Fix generic signature for refinement of primitiveJason Zaugg2016-05-181-1/+1
* | | | | | | SI-8756 Test to demonstrate the status quoJason Zaugg2016-05-182-0/+31
| |_|_|_|_|/ |/| | | | |
* | | | | | Merge pull request #5103 from ruippeixotog/improve-list-map-set-perfLukas Rytz2016-05-176-41/+11
|\ \ \ \ \ \ | |_|/ / / / |/| | | | |
| * | | | | Add SerialVersionUID to ListSetRui Gonçalves2016-05-171-1/+3
| * | | | | Make ListMap and ListSet implementations similarRui Gonçalves2016-05-172-4/+4
| * | | | | Improve performance and behavior of ListMap and ListSetRui Gonçalves2016-05-175-36/+4
* | | | | | Merge remote-tracking branch 'origin/2.11.x' into merge/2.11.x-to-2.12.x-2016...Jason Zaugg2016-05-174-4/+49
|\ \ \ \ \ \ | |_|_|/ / / |/| | | | |
| * | | | | SI-9740 Repl import fix -Yrepl-class-basedSom Snytt2016-05-026-73/+55
* | | | | | Merge pull request #5146 from som-snytt/issue/9045-msgLukas Rytz2016-05-135-3/+18
|\ \ \ \ \ \
| * | | | | | SI-9045 Error on recursive ctorSom Snytt2016-05-045-3/+18
* | | | | | | Add check to scala REPL package to improve feedback about implicits (#5159)Jens2016-05-134-0/+25
| |_|_|_|/ / |/| | | | |
* | | | | | SI-9397 Add "_root_" to "GenUtils.scalaFactoryCall" to avoid the scala packag...Shixiong Zhu2016-05-111-0/+12
* | | | | | SI-9666: Use inline group names in Regex (#4990)som-snytt2016-05-111-1/+0
* | | | | | Merge pull request #5112 from lrytz/dropRecursiveClasspathJason Zaugg2016-05-052-22/+5
|\ \ \ \ \ \ | |/ / / / / |/| | | | |
| * | | | | Remove abstraction layer in classpath implementationLukas Rytz2016-05-022-2/+1
| * | | | | remove recursive classpath implementationLukas Rytz2016-04-232-20/+4
* | | | | | Emit a warning when a constant expression evaluates to an ArithmeticException...Olli Helenius2016-05-023-0/+8
| |_|/ / / |/| | | |
* | | | | More efficient code for deciding if a mixin forwarder is needed (#5116)Lukas Rytz2016-04-254-0/+15
* | | | | Merge pull request #5115 from lrytz/merge-2.11-to-2.12-apr-22Lukas Rytz2016-04-254-0/+76
|\ \ \ \ \
| * \ \ \ \ Merge commit '684c314' into merge-2.11-to-2.12-apr-22Lukas Rytz2016-04-224-0/+76
| |\ \ \ \ \ | | |/ / / / | |/| / / / | | |/ / /
| | * | | SI-9734 Narrow type when import REPL history (#5084)som-snytt2016-04-202-0/+40
| | * | | SI-9735 REPL prefer standard escapes for code text (#5086)som-snytt2016-04-202-0/+36
| | * | | SI-9488 - adds the same default toString format to Scala Futures as 2.12.xViktor Klang2016-03-221-2/+18
* | | | | Merge pull request #5109 from lrytz/pr5064Lukas Rytz2016-04-2322-45/+70
|\ \ \ \ \
| * | | | | Rename the (deprecated) implicit conversion methods in JavaConversionsLukas Rytz2016-04-222-0/+21