summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #5532 from retronym/ticket/SD-264Adriaan Moors2016-11-167-703/+22
|\
| * Workaround a bug that rendered MiMa inoperativeJason Zaugg2016-11-162-3/+7
| * Revert "SI-9750 isJavaAtLeast(Int)"Jason Zaugg2016-11-162-14/+3
| * Restore binary compatiblity with 2.12.0Jason Zaugg2016-11-163-686/+12
* | Merge pull request #5449 from som-snytt/issue/9953Lukas Rytz2016-11-164-1/+21
|\ \
| * | SI-9953 Any Any aborts warn on equalsSom Snytt2016-10-074-1/+21
* | | Merge pull request #5440 from som-snytt/issue/9944Lukas Rytz2016-11-163-2/+30
|\ \ \
| * | | SI-9944 Scan after interp expr keeps CRSom Snytt2016-10-013-2/+30
* | | | Merge pull request #5533 from som-snytt/issue/broken-9915Seth Tisue2016-11-161-1/+3
|\ \ \ \
| * | | | SI-9915 Fix test on windowsSom Snytt2016-11-161-1/+3
* | | | | Merge pull request #5530 from dwijnand/j-single-unitStefan Zeiger2016-11-161-0/+1
|\ \ \ \ \
| * | | | | Avoid double-compiling junit sourcesDale Wijnand2016-11-161-0/+1
| |/ / / /
* | | | | Merge pull request #5513 from SethTisue/compiler-rootdocLukas Rytz2016-11-161-6/+1
|\ \ \ \ \
| * | | | | improve top-level compiler/reflect doc textSeth Tisue2016-11-081-6/+1
* | | | | | Merge pull request #5534 from lrytz/t10059Lukas Rytz2016-11-163-1/+13
|\ \ \ \ \ \ | |_|_|_|_|/ |/| | | | |
| * | | | | SI-10059 reset the `DEFERRED` flag for Java varargs forwardersLukas Rytz2016-11-163-1/+13
* | | | | | Merge pull request #5512 from szeiger/wip/more-compiler-scaladocSeth Tisue2016-11-151-0/+10
|\ \ \ \ \ \ | |_|_|/ / / |/| | | | |
| * | | | | Add “test”, “scaladoc” and “repl” projects to scala-compiler docsStefan Zeiger2016-11-081-0/+10
| |/ / / /
* | | | | Merge pull request #5384 from som-snytt/issue/9915Seth Tisue2016-11-143-2/+36
|\ \ \ \ \
| * | | | | SI-9915 Utf8_info are modified UTF8Som Snytt2016-10-203-2/+36
| | |_|_|/ | |/| | |
* | | | | Merge pull request #5526 from 0xmohit/typo-man-pagesLukas Rytz2016-11-142-2/+2
|\ \ \ \ \
| * | | | | Fix typo in scalac, scalap man pagesMohit Agarwal2016-11-132-2/+2
* | | | | | Merge pull request #5525 from som-snytt/issue/8433-9689-212Lukas Rytz2016-11-145-0/+82
|\ \ \ \ \ \ | |/ / / / / |/| | | | |
| * | | | | SI-8433 SI-9689 Progressive testsSom Snytt2016-11-125-0/+82
|/ / / / /
* | | | | Merge pull request #5494 from janekdb/topic/2.12.x-scaladoc-spelling-correctionsSeth Tisue2016-11-1172-92/+91
|\ \ \ \ \
| * | | | | Typo and spelling correctionsJanek Bogucki2016-11-1172-92/+91
|/ / / / /
* | | | | Merge pull request #5517 from SethTisue/remove-manifest-mfJason Zaugg2016-11-111-51/+0
|\ \ \ \ \
| * | | | | remove old, now-unused MANIFEST.MF fileSeth Tisue2016-11-091-51/+0
| | |_|/ / | |/| | |
* | | | | Merge pull request #5303 from xuwei-k/isNaN-boxingJason Zaugg2016-11-112-7/+7
|\ \ \ \ \
| * | | | | avoid boxingxuwei-k2016-10-282-7/+7
* | | | | | Merge pull request #5335 from rumoku/SI-9888Jason Zaugg2016-11-114-8/+24
|\ \ \ \ \ \
| * | | | | | SI-9888. Prevent OOM on ParRange. Improve toString.Vladimir Glushak2016-10-024-8/+24
* | | | | | | Merge pull request #5387 from dwijnand/root-project-scala-versionJason Zaugg2016-11-111-6/+3
|\ \ \ \ \ \ \
| * | | | | | | Define the root sbt project's scalaVersionDale Wijnand2016-11-101-6/+3
* | | | | | | | Merge pull request #5516 from Ichoran/non-slow-vector-twelveJason Zaugg2016-11-117-13/+11
|\ \ \ \ \ \ \ \
| * | | | | | | | Manually inlined all other instances of Platform.arraycopy to System.arraycopyRex Kerr2016-11-096-8/+7
| * | | | | | | | Improved runtime speed for Vector, restoring previous performance.Rex Kerr2016-11-091-5/+4
| | |_|_|_|_|/ / | |/| | | | | |
* | | | | | | | Merge pull request #5497 from szeiger/wip/sd-254Jason Zaugg2016-11-111-4/+9
|\ \ \ \ \ \ \ \ | |_|/ / / / / / |/| | | | | | |
| * | | | | | | Don’t include scala-asm.jar in scala-compiler.jarStefan Zeiger2016-11-101-4/+9
* | | | | | | | Merge pull request #5503 from dsbos/dsbos-SpecFixQuotesInProseSeth Tisue2016-11-102-4/+4
|\ \ \ \ \ \ \ \
| * | | | | | | | Fix two instances of ASCII `...' quoting to Unicode ‘...’ (to match others).Daniel Barclay2016-11-051-2/+2
| * | | | | | | | Added U+hhhh values for quote characters to clarify.Daniel Barclay2016-11-051-2/+2
| | |/ / / / / / | |/| | | | | |
* | | | | | | | Merge pull request #5432 from dwijnand/partest-scalac_optsAdriaan Moors2016-11-101-1/+4
|\ \ \ \ \ \ \ \ | |_|/ / / / / / |/| | | | | | |
| * | | | | | | Add support for -Dpartest.scalac_opts to the partest commandDale Wijnand2016-09-291-1/+4
* | | | | | | | Merge pull request #5460 from som-snytt/issue/6978Jason Zaugg2016-11-104-1/+14
|\ \ \ \ \ \ \ \
| * | | | | | | | SI-6978 No linting of Java parensSom Snytt2016-10-154-1/+14
| | |_|_|_|_|/ / | |/| | | | | |
* | | | | | | | Merge pull request #5486 from som-snytt/issue/6734-synthsJason Zaugg2016-11-102-3/+35
|\ \ \ \ \ \ \ \
| * | | | | | | | SI-6734 CommentSom Snytt2016-10-312-16/+11
| * | | | | | | | SI-6734 Synthesize companion near case classSom Snytt2016-10-272-3/+40
* | | | | | | | | Merge pull request #5509 from lrytz/t10032Lukas Rytz2016-11-105-20/+288
|\ \ \ \ \ \ \ \ \