summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Revert "Optimize slice and take in ArrayOps, WrappedArray"Adriaan Moors2017-04-072-114/+11
* Revert "Optimised implementation of List.filter/filterNot"Adriaan Moors2017-04-073-107/+1
* Revert "Handle WrappedArray the same way as ArrayOps for binary compatibility"Adriaan Moors2017-04-071-23/+21
* Merge 2.11.x into 2.12.xAdriaan Moors2017-04-071-19/+22
|\
| * Merge pull request #5736 from adriaanm/t10206Adriaan Moors2017-03-211-19/+22
| |\
| | * SI-10206 tighten fix for SI-6889Adriaan Moors2017-02-231-19/+22
| * | [backport] new repo, version numbers for integration buildsLukas Rytz2017-03-091-1/+1
* | | Merge 2.11.x into 2.12.xAdriaan Moors2017-04-073-3/+3
|\| |
| * | Merge pull request #5753 from Philippus/issue/copyright_yearSeth Tisue2017-03-063-3/+3
| |\ \
| | * | bump copyright year to 2017Philippus Baalman2017-03-023-3/+3
| | |/
| * | Improvements based on reviews by Lukas & JasonAdriaan Moors2017-03-022-17/+45
| * | Allow user-defined `[un]apply` in case companionAdriaan Moors2017-02-271-12/+69
| |/
* | Merge pull request #5811 from milessabin/topic/implicitinfo-hashcodeJason Zaugg2017-04-051-1/+4
|\ \
| * | Make ImplicitInfo hashCode consistent with equals.Miles Sabin2017-04-031-1/+4
* | | Merge pull request #5773 from wpopielarski/2.12.xAdriaan Moors2017-04-042-1/+13
|\ \ \
| * | | Adds three Java 8 new Constant Pool structures to scalap.wpopielarski2017-03-132-1/+13
* | | | Merge pull request #5813 from viktorklang/wip-improve-await-docs-√Seth Tisue2017-04-042-26/+59
|\ \ \ \
| * | | | Improving ScalaDoc for ExecutionContext and Await.Viktor Klang2017-03-292-26/+59
| | |/ / | |/| |
* | | | Merge pull request #5817 from ashawley/java-converters-typoSeth Tisue2017-03-311-6/+6
|\ \ \ \
| * | | | Fix typo in JavaConverters docAaron S. Hawley2017-03-311-6/+6
* | | | | Merge pull request #5802 from jrudolph/jr/w/ListBuffer-isEmpty-nonEmptyLukas Rytz2017-03-301-0/+4
|\ \ \ \ \ | |_|/ / / |/| | | |
| * | | | Implement ListBuffer.isEmpty / nonEmpty efficientlyJohannes Rudolph2017-03-271-0/+4
* | | | | Merge pull request #5724 from jvican/stub-errors-2.12.xAdriaan Moors2017-03-275-12/+99
|\ \ \ \ \
| * | | | | Improve stub error messages (SCP-009 proposal)jvican2017-03-245-12/+99
* | | | | | `def run(log: ProcessLogger, connectInput: Boolean): Process` doesn't block u...Pablo Fco. Pérez Hidalgo2017-03-241-4/+3
* | | | | | Merge pull request #5778 from som-snytt/issue/10225som-snytt2017-03-231-331/+283
|\ \ \ \ \ \ | |_|/ / / / |/| | | | |
| * | | | | SI-10225 Either evinces good styleSom Snytt2017-03-211-58/+54
| * | | | | SI-10225 Either docs compileSom Snytt2017-03-141-317/+273
* | | | | | Merge pull request #5797 from jrudolph/patch-1Lukas Rytz2017-03-231-1/+1
|\ \ \ \ \ \
| * | | | | | Improve List creation in BatchingExecutorJohannes Rudolph2017-03-221-1/+1
* | | | | | | Merge pull request #5783 from lrytz/t10231Adriaan Moors2017-03-221-7/+17
|\ \ \ \ \ \ \
| * | | | | | | SI-10231 Skip outer parameter when classfile parsing java param namesLukas Rytz2017-03-171-7/+17
* | | | | | | | Merge pull request #5643 from som-snytt/issue/8417Adriaan Moors2017-03-222-18/+20
|\ \ \ \ \ \ \ \ | |_|/ / / / / / |/| | | | | | |
| * | | | | | | SI-8417 Check adapts of each param sectionSom Snytt2017-02-202-18/+20
| | |_|/ / / / | |/| | | | |
* | | | | | | Merge pull request #5592 from fommil/jar-open-closeJason Zaugg2017-03-221-18/+58
|\ \ \ \ \ \ \
| * | | | | | | SI-9632 don't keep JarFile open in ZipArchiveSam Halliday2017-02-221-18/+58
* | | | | | | | Merge pull request #5771 from som-snytt/issue/regex-doc-errSeth Tisue2017-03-211-16/+30
|\ \ \ \ \ \ \ \
| * | | | | | | | Fix and improve Regex docSom Snytt2017-03-101-16/+30
* | | | | | | | | remove two empty source filesSeth Tisue2017-03-202-0/+0
* | | | | | | | | fix typosSeth Tisue2017-03-201-1/+1
| |_|_|/ / / / / |/| | | | | | |
* | | | | | | | SI-10226 REPL handles paste when colorizedSom Snytt2017-03-142-5/+4
| |_|_|/ / / / |/| | | | | |
* | | | | | | Merge pull request #5756 from rorygraves/2.12.x_depthboxingJason Zaugg2017-03-141-1/+1
|\ \ \ \ \ \ \
| * | | | | | | Reduce boxing of scala.reflect.internal.DepthRory Graves2017-03-041-1/+1
* | | | | | | | Merge pull request #5755 from rorygraves/2.12.x_map4Jason Zaugg2017-03-142-2/+2
|\ \ \ \ \ \ \ \ | |_|_|_|_|_|/ / |/| | | | | | |
| * | | | | | | Performance improvements for Map4 to HashMap nad Set4 to HashSet transitionsRory Graves2017-03-042-2/+2
* | | | | | | | Merge pull request #5675 from piyush-jaiswal/issue/9729som-snytt2017-03-101-2/+2
|\ \ \ \ \ \ \ \ | |_|_|/ / / / / |/| | | | | | |
| * | | | | | | Add tests for ConsoleReporter.piyush-jaiswal2017-03-111-2/+2
* | | | | | | | Merge pull request #5761 from lrytz/sd329Adriaan Moors2017-03-101-5/+13
|\ \ \ \ \ \ \ \
| * | | | | | | | Don't use `equals` for comparing java.lang.Double/FloatLukas Rytz2017-03-091-5/+13
* | | | | | | | | Merge pull request #5719 from retronym/ticket/10187Adriaan Moors2017-03-101-2/+10
|\ \ \ \ \ \ \ \ \