summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #5481 from som-snytt/issue/10007-processLukas Rytz2016-11-183-24/+28
|\
| * SI-10007 sys.process thread syncSom Snytt2016-11-173-24/+28
* | Merge pull request #5330 from som-snytt/issue/9885Jason Zaugg2016-11-181-9/+14
|\ \
| * | SI-9885 Don't return offset past EOFSom Snytt2016-08-121-9/+14
* | | Merge pull request #5532 from retronym/ticket/SD-264Adriaan Moors2016-11-162-9/+3
|\ \ \
| * | | Revert "SI-9750 isJavaAtLeast(Int)"Jason Zaugg2016-11-161-6/+0
| * | | Restore binary compatiblity with 2.12.0Jason Zaugg2016-11-161-3/+3
* | | | Merge pull request #5449 from som-snytt/issue/9953Lukas Rytz2016-11-161-1/+1
|\ \ \ \
| * | | | SI-9953 Any Any aborts warn on equalsSom Snytt2016-10-071-1/+1
* | | | | Merge pull request #5440 from som-snytt/issue/9944Lukas Rytz2016-11-161-2/+11
|\ \ \ \ \
| * | | | | SI-9944 Scan after interp expr keeps CRSom Snytt2016-10-011-2/+11
* | | | | | 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-161-1/+1
|\ \ \ \ \ \ \ | |_|_|_|/ / / |/| | | | | |
| * | | | | | SI-10059 reset the `DEFERRED` flag for Java varargs forwardersLukas Rytz2016-11-161-1/+1
* | | | | | | Merge pull request #5384 from som-snytt/issue/9915Seth Tisue2016-11-141-2/+6
|\ \ \ \ \ \ \
| * | | | | | | SI-9915 Utf8_info are modified UTF8Som Snytt2016-10-201-2/+6
| | |_|_|/ / / | |/| | | | |
* | | | | | | Fix typo in scalac, scalap man pagesMohit Agarwal2016-11-132-2/+2
* | | | | | | Typo and spelling correctionsJanek Bogucki2016-11-1170-89/+88
* | | | | | | 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-111-0/+1
|\ \ \ \ \ \ \ \
| * | | | | | | | SI-9888. Prevent OOM on ParRange. Improve toString.Vladimir Glushak2016-10-021-0/+1
* | | | | | | | | 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 #5460 from som-snytt/issue/6978Jason Zaugg2016-11-101-1/+1
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | SI-6978 No linting of Java parensSom Snytt2016-10-151-1/+1
| | |_|_|/ / / / / | |/| | | | | | |
* | | | | | | | | Merge pull request #5486 from som-snytt/issue/6734-synthsJason Zaugg2016-11-101-3/+18
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | SI-6734 CommentSom Snytt2016-10-311-1/+2
| * | | | | | | | | SI-6734 Synthesize companion near case classSom Snytt2016-10-271-3/+17
* | | | | | | | | | Merge pull request #5509 from lrytz/t10032Lukas Rytz2016-11-103-20/+42
|\ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | Fix returns from within finalizersLukas Rytz2016-11-093-13/+4
| * | | | | | | | | | SI-10032 Fix code gen with returns in nested try-finally blocksLukas Rytz2016-11-081-7/+38
| | |_|/ / / / / / / | |/| | | | | | | |
* | | | | | | | | | Merge pull request #5507 from viktorklang/wip-SI-10034-√Jason Zaugg2016-11-101-1/+1
|\ \ \ \ \ \ \ \ \ \ | |_|_|_|_|_|/ / / / |/| | | | | | | | |
| * | | | | | | | | Regression: Make Future.failed(e).failed turn into a success instead of failureViktor Klang2016-11-081-1/+1
| |/ / / / / / / /
* | | | | | | | | Merge commit 'b9a16c4' into 2.12.xJason Zaugg2016-11-081-13/+10
|\ \ \ \ \ \ \ \ \ | |/ / / / / / / / |/| | | | | | | |
| * | | | | | | | Merge pull request #5378 from som-snytt/issue/9913Seth Tisue2016-10-261-13/+10
| |\ \ \ \ \ \ \ \
| | * | | | | | | | SI-9913 Tighten bolts on span iteratorSom Snytt2016-09-061-13/+10
| | * | | | | | | | SI-9913 Lead span iterator finishes at state -1Som Snytt2016-09-051-1/+1
| * | | | | | | | | Merge pull request #5343 from milessabin/topic/si-2712-backportAdriaan Moors2016-10-184-5/+38
| |\ \ \ \ \ \ \ \ \
| | * | | | | | | | | SI-2712 Add support for higher order unificationMiles Sabin2016-08-154-5/+38
| | |/ / / / / / / /
* | | | | | | | | | Merge pull request #5469 from adriaanm/java-scan-tailrecAdriaan Moors2016-11-043-104/+70
|\ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | Factor out some more into ScaladocScannerAdriaan Moors2016-10-192-30/+26
| * | | | | | | | | | DocScanner has doc-comment scanning hooks.Adriaan Moors2016-10-193-67/+46
| * | | | | | | | | | Keep `skipBlockComment` tail recursiveAdriaan Moors2016-10-192-39/+30
* | | | | | | | | | | Revert "Temporarily insource Scalacheck 1.11.6"Adriaan Moors2016-11-0114-3613/+0
| |_|_|_|_|_|_|_|_|/ |/| | | | | | | | |
* | | | | | | | | | Merge pull request #5373 from TimWSpence/2.12.xSeth Tisue2016-10-311-3/+3
|\ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | SI-9909: corrected stream example so it does not give forward referenceTim Spence2016-10-211-3/+3
* | | | | | | | | | | Merge pull request #5482 from lrytz/sd248-frontendLukas Rytz2016-10-287-190/+164
|\ \ \ \ \ \ \ \ \ \ \ | |_|_|_|_|_|_|_|/ / / |/| | | | | | | | | |