summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Add regression tests for SI-10027SI-10027-testJakob Odersky2016-11-033-0/+18
* 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
|/ / / / /
* | | | | Merge pull request #5466 from dragos/issue/remove-println-SI-8717Lukas Rytz2016-10-213-6/+4
|\ \ \ \ \
| * | | | | Replace println with log calls in BrowsingLoadersIulian Dragos2016-10-193-6/+4
* | | | | | Merge pull request #5451 from lifuhuang/patch-1Lukas Rytz2016-10-211-3/+3
|\ \ \ \ \ \
| * | | | | | Replace deprecated conformsLifu Huang2016-10-091-3/+3
* | | | | | | Merge pull request #5393 from som-snytt/issue/nowarn-thistype-discardLukas Rytz2016-10-215-21/+17
|\ \ \ \ \ \ \
| * | | | | | | No warn when discarding r.f(): r.typeSom Snytt2016-09-105-21/+17
| | |_|_|_|_|/ | |/| | | | |
* | | | | | | Merge pull request #5371 from chrisokasaki/issue/9906Seth Tisue2016-10-201-0/+19
|\ \ \ \ \ \ \
| * | | | | | | SI-9906: override ListBuffer.last/lastOption to run in O(1) timechrisokasaki2016-08-301-0/+19
* | | | | | | | Merge pull request #5400 from sjrd/rewrite-traversablelike-stringprefixSeth Tisue2016-10-202-17/+100
|\ \ \ \ \ \ \ \
| * | | | | | | | Rewrite TraversableLike.stringPrefix not to blow up code size in Scala.js.Sébastien Doeraene2016-09-152-17/+100
| | |/ / / / / / | |/| | | | | |
* | | | | | | | Merge pull request #5406 from dsbos/dsbos-SI-9924Seth Tisue2016-10-201-1/+1
|\ \ \ \ \ \ \ \
| * | | | | | | | SI-9924: Fix: Spec. refers to U+007F (DELETE) as printable characterDaniel Barclay2016-09-261-1/+1
* | | | | | | | | Merge pull request #5439 from som-snytt/issue/fields-fieldwidthSeth Tisue2016-10-206-12/+12
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | Don't clip descrip when -YdebugSom Snytt2016-09-301-6/+6
| * | | | | | | | | Shorten fields phase descriptionSom Snytt2016-09-306-6/+6
* | | | | | | | | | Merge pull request #5441 from dsbos/dsbos-SpecFixQuotesSeth Tisue2016-10-205-111/+111
|\ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | Fixed some ‘...‘ (two open quotes) to ‘...’ (open vs. close quotes) i...Daniel Barclay2016-10-031-2/+2