summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #5179 from liff/topic/SI-9781Adriaan Moors2016-05-231-1/+3
|\
| * SI-9781 Don't convert erroneous expression to assignmentOlli Helenius2016-05-201-1/+3
* | Merge pull request #5106 from milessabin/topic/hkgadtAdriaan Moors2016-05-231-1/+0
|\ \
| * | SI-9760 Fix for higher-kinded GADT refinementMiles Sabin2016-04-191-1/+0
* | | Merge pull request #5181 from chrisokasaki/issue/9776Adriaan Moors2016-05-231-18/+106
|\ \ \
| * | | SI-9776: Fix type of PriorityQueue.newBuilder and improve performancechrisokasaki2016-05-221-18/+106
* | | | Merge pull request #5164 from viktorklang/wip-future-docs-√Adriaan Moors2016-05-231-58/+101
|\ \ \ \
| * | | | Improvements to scala.concurrent.FutureViktor Klang2016-05-201-58/+101
* | | | | Group Console and AnsiColor entities and add usage examplesJanek Bogucki2016-05-232-36/+265
* | | | | Merge pull request #5122 from lrytz/t9121Stefan Zeiger2016-05-231-1/+1
|\ \ \ \ \
| * | | | | SI-9121 test case (fixed in new optimizer), SI-9179 test caseLukas Rytz2016-05-231-1/+1
| | |/ / / | |/| | |
* | | | | Merge pull request #5162 from milessabin/t9361Lukas Rytz2016-05-231-2/+3
|\ \ \ \ \
| * | | | | SI-9361 fixed assert allowing display of improved error message.Miles Sabin2016-05-141-2/+3
* | | | | | Merge pull request #5153 from petermz/ticket/5463Lukas Rytz2016-05-231-1/+11
|\ \ \ \ \ \
| * | | | | | SI-5463 Check .jars before using thempeterz2016-05-171-1/+11
* | | | | | | Merge pull request #5168 from xuwei-k/range-value-classLukas Rytz2016-05-231-1/+1
|\ \ \ \ \ \ \ | |_|_|/ / / / |/| | | | | |
| * | | | | | Make Range.Partial a value classxuwei-k2016-05-171-1/+1
| | |/ / / / | |/| | | |
* | | | | | Merge pull request #4988 from som-snytt/issue/backtick-barAdriaan Moors2016-05-201-2/+2
|\ \ \ \ \ \
| * | | | | | SI-9665 Backquoted vbar in extractor patternSom Snytt2016-03-151-2/+2
* | | | | | | SI-7916: ScriptEngine supportSom Snytt2016-05-193-163/+385
| |_|_|_|_|/ |/| | | | |
* | | | | | Merge pull request #5176 from lrytz/t9671Lukas Rytz2016-05-193-20/+33
|\ \ \ \ \ \
| * | | | | | SI-9066 fix null.asInstanceOf[Unit]Lukas Rytz2016-05-181-0/+4
| * | | | | | SI-9671, SI-7397 fix null.asInstanceOf[Int] when pt erases to ObjectLukas Rytz2016-05-183-20/+29
* | | | | | | Generate static forwarders for object members in companion interface (#5131)Jason Zaugg2016-05-191-2/+1
* | | | | | | Merge pull request #5130 from retronym/ticket/SD-129Jason Zaugg2016-05-1923-23/+23
|\ \ \ \ \ \ \ | |/ / / / / / |/| | | | | |
| * | | | | | SD-129 Mark JFunctionN as serializableJason Zaugg2016-04-2723-23/+23
* | | | | | | SI-8756 Fix generic signature for refinement of primitiveJason Zaugg2016-05-181-1/+1
* | | | | | | improve README (#5163)Lukas Rytz2016-05-181-16/+48
* | | | | | | Merge pull request #5103 from ruippeixotog/improve-list-map-set-perfLukas Rytz2016-05-172-305/+194
|\ \ \ \ \ \ \ | |_|_|_|/ / / |/| | | | | |
| * | | | | | Add SerialVersionUID to ListSetRui Gonçalves2016-05-171-0/+3
| * | | | | | Make ListMap and ListSet implementations similarRui Gonçalves2016-05-172-247/+156
| * | | | | | Improve performance and behavior of ListMap and ListSetRui Gonçalves2016-05-172-62/+39
* | | | | | | Merge pull request #5170 from retronym/merge/2.11.x-to-2.12.x-20160517Lukas Rytz2016-05-172-19/+25
|\ \ \ \ \ \ \
| * \ \ \ \ \ \ Merge remote-tracking branch 'origin/2.11.x' into merge/2.11.x-to-2.12.x-2016...Jason Zaugg2016-05-172-19/+25
| |\ \ \ \ \ \ \ | | |_|_|_|/ / / | |/| | | | | |
| | * | | | | | SI-9740 Repl import fix -Yrepl-class-basedSom Snytt2016-05-022-19/+25
* | | | | | | | SI-9773 Fix doc for "".lines (#5161)som-snytt2016-05-171-7/+9
|/ / / / / / /
* | | | | | | Add summary reporting to Scaladoc (#5063)Felix Mulder2016-05-137-23/+81
* | | | | | | Merge pull request #5146 from som-snytt/issue/9045-msgLukas Rytz2016-05-132-36/+34
|\ \ \ \ \ \ \
| * | | | | | | SI-9045 Error on recursive ctorSom Snytt2016-05-042-8/+14
| * | | | | | | SI-9045 Refactor to abuse of matchSom Snytt2016-05-041-36/+28
* | | | | | | | Add check to scala REPL package to improve feedback about implicits (#5159)Jens2016-05-131-4/+8
| |_|_|_|_|/ / |/| | | | | |
* | | | | | | Merge pull request #5156 from retronym/topic/partest-1.0.14Jason Zaugg2016-05-122-2/+2
|\ \ \ \ \ \ \
| * | | | | | | Bump to scala-partest 1.0.14Jason Zaugg2016-05-122-2/+2
* | | | | | | | Correct off-by-one error in Product documentation (#5148)Janek Bogucki2016-05-111-1/+1
* | | | | | | | SI-9397 Add "_root_" to "GenUtils.scalaFactoryCall" to avoid the scala packag...Shixiong Zhu2016-05-112-2/+2
* | | | | | | | SI-9666: Use inline group names in Regex (#4990)som-snytt2016-05-111-7/+22
* | | | | | | | BitSet{1,2} conversion (#5127)Ruslan Sennov2016-05-111-5/+7
|/ / / / / / /
* | | | | | | Merge pull request #5042 from soc/SI-9539Jason Zaugg2016-05-051-2/+2
|\ \ \ \ \ \ \
| * | | | | | | SI-9539 Specify charset when reading ScalaSignatures, ...Simon Ochsenreither2016-03-151-2/+2
* | | | | | | | Merge pull request #5083 from xuwei-k/fix-Future-scaladocJason Zaugg2016-05-051-2/+2
|\ \ \ \ \ \ \ \