summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Avoid 2 more deprecated sbt 0.12 operatorsDale Wijnand2016-11-042-2/+2
* avoid deprecated sbt 0.12 operatorsSeth Tisue2016-11-042-11/+14
* Merge pull request #5469 from adriaanm/java-scan-tailrecAdriaan Moors2016-11-046-104/+88
|\
| * Add regression tests for SI-10027Jakob Odersky2016-11-033-0/+18
| * 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
* | Merge pull request #5499 from xuwei-k/patch-1Adriaan Moors2016-11-041-1/+1
|\ \
| * | fix starr version in README.mdkenji yoshida2016-11-041-1/+1
|/ /
* | Merge pull request #5496 from adriaanm/2.12.xSeth Tisue2016-11-0318-3656/+12
|\ \
| * | Revert "Temporarily insource Scalacheck 1.11.6"Adriaan Moors2016-11-0118-3652/+5
| * | Use 2.12.0 for STARRAdriaan Moors2016-11-011-1/+1
| * | Merge 2.12.0 into 2.12.xAdriaan Moors2016-11-011-3/+6
| |\ \
| | * \ Merge pull request #5470 from adriaanm/2.12.0-RC2Seth Tisue2016-10-201-2/+2
| | |\ \
| | | * | Bump to 2.12.0-RC2 starr and modulesAdriaan Moors2016-10-191-2/+2
| | |/ /
| | * | Drop repo_ref from jenkins.propertiesAdriaan Moors2016-10-141-2/+0
* | | | Merge pull request #5488 from SethTisue/sbt-0.13.13Seth Tisue2016-11-022-2/+2
|\ \ \ \ | |/ / / |/| | |
| * | | upgrade to sbt 0.13.13Seth Tisue2016-10-282-2/+2
* | | | Bump baseVersion to 2.12.1 (#5389)Seth Tisue2016-11-013-5/+3
* | | | Merge pull request #5492 from thefourtheye/patch-1Lukas Rytz2016-11-011-1/+1
|\ \ \ \
| * | | | doc: minor grammatical fixSakthipriyan Vairamani2016-11-011-1/+1
* | | | | Merge pull request #5493 from thefourtheye/patch-2Adriaan Moors2016-10-311-1/+1
|\ \ \ \ \ | |/ / / / |/| | | |
| * | | | doc: fix README linkSakthipriyan Vairamani2016-11-011-1/+1
|/ / / /
* | | | Merge pull request #5410 from SethTisue/scala-xml-1.0.6Adriaan Moors2016-10-311-1/+1
|\ \ \ \
| * | | | upgrade to scala-xml 1.0.6Seth Tisue2016-09-191-1/+1
* | | | | 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-2823-190/+233
|\ \ \ \ \ \ | |_|_|/ / / |/| | | | |
| * | | | | Address review commentsLukas Rytz2016-10-285-40/+41
| * | | | | For scala classfiles, only parse the scala signature annotationLukas Rytz2016-10-2811-24/+76
| * | | | | SI-7139 test case, fixed by one of the recent commitsLukas Rytz2016-10-273-0/+28
| * | | | | 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-264-3/+11
* | | | | | Merge pull request #5379 from szeiger/wip/persist-buildcharacterStefan Zeiger2016-10-272-3/+21
|\ \ \ \ \ \
| * | | | | | Store buildcharacter.properties in scala-compiler.jarStefan Zeiger2016-09-062-3/+21
* | | | | | | Merge pull request #5276 from som-snytt/issue/9750Seth Tisue2016-10-263-72/+140
|\ \ \ \ \ \ \ | |_|/ / / / / |/| | | | | |
| * | | | | | SI-9750 Remove isJavaAtLeast from util.StackTracingSom Snytt2016-07-291-27/+17
| * | | | | | SI-9750 Spec check major.minor.securitySom Snytt2016-07-212-29/+91
| * | | | | | SI-9750 isJavaAtLeast(Int)Som Snytt2016-07-152-2/+9
| * | | | | | SI-9750 Tweak tests for what is a numberSom Snytt2016-07-152-22/+5
| * | | | | | SI-9750 scala.util.Properties.isJavaAtLeast works with JDK9Pavel Petlinsky2016-07-132-28/+54
* | | | | | | Merge pull request #5383 from SethTisue/post-rc1-cleanupsSeth Tisue2016-10-2420-275/+242
|\ \ \ \ \ \ \
| * | | | | | | assorted typo fixes, cleanup, updating of commentsSeth Tisue2016-10-2418-66/+54
| * | | | | | | re-enable (or simplify) various tests now that STARR is bumpedSeth Tisue2016-10-241-206/+185
| * | | | | | | SI-9516 remove now-unneeded codeSeth Tisue2016-10-241-3/+3
|/ / / / / / /