summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* 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
|\ \ \ \ \ \ \ \ \ | |_|_|_|_|_|_|_|/ |/| | | | | | | |
| * | | | | | | | Address review commentsLukas Rytz2016-10-285-40/+41
| * | | | | | | | For scala classfiles, only parse the scala signature annotationLukas Rytz2016-10-281-24/+45
| * | | | | | | | Minor style cleanups, no changes in logicLukas Rytz2016-10-274-35/+11
| * | | | | | | | Robustly identify unpickling the current module classLukas Rytz2016-10-271-11/+11
| * | | | | | | | Classfile parser and unpickler require class and module symbol argumentsLukas Rytz2016-10-273-32/+34
| * | | | | | | | Clean up cross-check in classfile parser, remove unnecessary assignmentLukas Rytz2016-10-271-6/+3
| * | | | | | | | Clean up lookup class by name in the classfile parserLukas Rytz2016-10-271-46/+26
| * | | | | | | | Don't follow type aliases in getClassByName and friendsLukas Rytz2016-10-261-1/+0
| * | | | | | | | Ensure companionClass returns a class, not a type aliasLukas Rytz2016-10-261-3/+1
| | |_|_|_|/ / / | |/| | | | | |
* | | | | | | | Merge pull request #5276 from som-snytt/issue/9750Seth Tisue2016-10-262-44/+66
|\ \ \ \ \ \ \ \ | |/ / / / / / / |/| | | | | | |
| * | | | | | | SI-9750 Remove isJavaAtLeast from util.StackTracingSom Snytt2016-07-291-27/+17
| * | | | | | | SI-9750 Spec check major.minor.securitySom Snytt2016-07-211-21/+47
| * | | | | | | SI-9750 isJavaAtLeast(Int)Som Snytt2016-07-151-0/+2
| * | | | | | | SI-9750 Tweak tests for what is a numberSom Snytt2016-07-151-1/+1
| * | | | | | | SI-9750 scala.util.Properties.isJavaAtLeast works with JDK9Pavel Petlinsky2016-07-131-11/+15
* | | | | | | | assorted typo fixes, cleanup, updating of commentsSeth Tisue2016-10-2411-36/+36
* | | | | | | | SI-9516 remove now-unneeded codeSeth Tisue2016-10-241-3/+3
* | | | | | | | Merge pull request #5466 from dragos/issue/remove-println-SI-8717Lukas Rytz2016-10-211-4/+4
|\ \ \ \ \ \ \ \