summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #5173 from janekdb/topic/2.12.x-scaladoc-AnsiColourLukas Rytz2016-05-232-36/+265
|\
| * Group Console and AnsiColor entities and add usage examplesJanek Bogucki2016-05-232-36/+265
|/
* Merge pull request #5122 from lrytz/t9121Stefan Zeiger2016-05-233-1/+55
|\
| * SI-9121 test case (fixed in new optimizer), SI-9179 test caseLukas Rytz2016-05-233-1/+55
* | Merge pull request #5162 from milessabin/t9361Lukas Rytz2016-05-233-2/+19
|\ \
| * | SI-9361 fixed assert allowing display of improved error message.Miles Sabin2016-05-143-2/+19
* | | Merge pull request #5153 from petermz/ticket/5463Lukas Rytz2016-05-232-1/+32
|\ \ \
| * | | SI-5463 Check .jars before using thempeterz2016-05-172-1/+32
* | | | 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 #5180 from lrytz/junit-passJason Zaugg2016-05-2346-2036/+2051
|\ \ \ \
| * | | | Adapt naming convention for collection.convert null safety testLukas Rytz2016-05-203-279/+286
| * | | | All JUnit tests pass without bootstrap (when run in intellij, sbt)Lukas Rytz2016-05-203-92/+123
| * | | | Split RunTest and BytecodeTest into parts, put in matching packages.Lukas Rytz2016-05-2013-610/+660
| * | | | Cleanup in BytecodeTestLukas Rytz2016-05-201-28/+20
| * | | | Small cleanup in JUnit testLukas Rytz2016-05-201-5/+1
| * | | | Clean up bytecode testing methods.Lukas Rytz2016-05-2022-462/+496
| * | | | Better abstraction for JUnit run testsLukas Rytz2016-05-202-11/+22
| * | | | Better abstraction for bytecode tests. Also organize some imports.Lukas Rytz2016-05-2030-555/+453
| * | | | Rename nsc.backend.jvm.CodeGenTools to testing.BytecodeTestingLukas Rytz2016-05-2030-39/+35
* | | | | Merge pull request #4988 from som-snytt/issue/backtick-barAdriaan Moors2016-05-202-2/+9
|\ \ \ \ \
| * | | | | SI-9665 Backquoted vbar in extractor patternSom Snytt2016-03-152-2/+9
* | | | | | Merge pull request #4819 from som-snytt/issue/7916-ScriptEngine-deferredStefan Zeiger2016-05-2011-189/+471
|\ \ \ \ \ \
| * | | | | | SI-7916: ScriptEngine supportSom Snytt2016-05-1911-189/+471
| | |/ / / / | |/| | | |
* | | | | | Merge pull request #5093 from jodersky/scaladoc-include-assetsStefan Zeiger2016-05-201-1/+1
|\ \ \ \ \ \ | |/ / / / / |/| | | | |
| * | | | | Include missing web assets in scaladocscaladoc-include-assetsJakob Odersky2016-05-191-1/+1
|/ / / / /
* | | | | Test case for SI-5183, tagged primitives in case classes (#5144)Ben Hutchison2016-05-192-0/+42
* | | | | Merge pull request #5176 from lrytz/t9671Lukas Rytz2016-05-196-36/+155
|\ \ \ \ \
| * | | | | SI-9066 fix null.asInstanceOf[Unit]Lukas Rytz2016-05-183-23/+27
| * | | | | SI-9671, SI-7397 fix null.asInstanceOf[Int] when pt erases to ObjectLukas Rytz2016-05-186-30/+145
* | | | | | Generate static forwarders for object members in companion interface (#5131)Jason Zaugg2016-05-194-2/+12
* | | | | | 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
* | | | | | Merge pull request #5174 from retronym/ticket/8756Lukas Rytz2016-05-183-1/+32
|\ \ \ \ \ \
| * | | | | | SI-8756 Fix generic signature for refinement of primitiveJason Zaugg2016-05-182-2/+2
| * | | | | | SI-8756 Test to demonstrate the status quoJason Zaugg2016-05-182-0/+31
|/ / / / / /
* | | | | | improve README (#5163)Lukas Rytz2016-05-183-185/+287
* | | | | | Merge pull request #5103 from ruippeixotog/improve-list-map-set-perfLukas Rytz2016-05-1710-346/+306
|\ \ \ \ \ \ | |_|_|_|/ / |/| | | | |
| * | | | | Add SerialVersionUID to ListSetRui Gonçalves2016-05-172-1/+6
| * | | | | Make ListMap and ListSet implementations similarRui Gonçalves2016-05-174-251/+160
| * | | | | Improve performance and behavior of ListMap and ListSetRui Gonçalves2016-05-179-98/+144
* | | | | | Merge pull request #5170 from retronym/merge/2.11.x-to-2.12.x-20160517Lukas Rytz2016-05-179-27/+115
|\ \ \ \ \ \
| * \ \ \ \ \ Merge remote-tracking branch 'origin/2.11.x' into merge/2.11.x-to-2.12.x-2016...Jason Zaugg2016-05-179-27/+115
| |\ \ \ \ \ \ | | |_|_|_|/ / | |/| | | | |
| | * | | | | Merge pull request #5152 from retronym/topic/silencioJason Zaugg2016-05-173-9/+46
| | |\ \ \ \ \
| | | * | | | | [backport] sbt build targets build/Adriaan Moors2016-05-171-5/+5
| | | * | | | | Eliminate major sources of daily noise in SBT build.Jason Zaugg2016-05-163-4/+41
| | * | | | | | Merge pull request #5090 from som-snytt/issue/9740-repl-bad-importLukas Rytz2016-05-118-92/+80
| | |\ \ \ \ \ \
| | | * | | | | | SI-9740 Repl import fix -Yrepl-class-basedSom Snytt2016-05-028-92/+80
| | | |/ / / / /
* | | | | | | | SI-9773 Fix doc for "".lines (#5161)som-snytt2016-05-171-7/+9
* | | | | | | | SI-2458 Clarify spec for package syms (#5151)som-snytt2016-05-171-37/+54
|/ / / / / / /