summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* 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
|\
| * Replace println with log calls in BrowsingLoadersIulian Dragos2016-10-191-4/+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-214-21/+11
|\ \ \
| * | | No warn when discarding r.f(): r.typeSom Snytt2016-09-104-21/+11
* | | | 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-201-12/+59
|\ \ \ \ \
| * | | | | Rewrite TraversableLike.stringPrefix not to blow up code size in Scala.js.Sébastien Doeraene2016-09-151-12/+59
| | |/ / / | |/| | |
* | | | | Merge pull request #5439 from som-snytt/issue/fields-fieldwidthSeth Tisue2016-10-201-7/+7
|\ \ \ \ \
| * | | | | Don't clip descrip when -YdebugSom Snytt2016-09-301-6/+6
| * | | | | Shorten fields phase descriptionSom Snytt2016-09-301-1/+1
* | | | | | Merge pull request #5450 from adriaanm/dev240Seth Tisue2016-10-201-2/+10
|\ \ \ \ \ \
| * | | | | | Repl prints '\n' as newline, not "^J"Adriaan Moors2016-10-081-2/+10
| | |_|_|/ / | |/| | | |
* | | | | | Merge pull request #5463 from adriaanm/merge-2.11-to-2.12Seth Tisue2016-10-205-16/+28
|\ \ \ \ \ \
| * \ \ \ \ \ Merge 2.11.x into 2.12.xAdriaan Moors2016-10-181-5/+13
| |\ \ \ \ \ \
| | * \ \ \ \ \ Merge pull request #5453 from som-snytt/issue/9832-2.11Adriaan Moors2016-10-181-5/+13
| | |\ \ \ \ \ \
| | | * | | | | | SI-9832 -Xlint:help shows defaultSom Snytt2016-10-111-5/+13
| | * | | | | | | Merge pull request #5345 from milessabin/topic/si-7046-backportAdriaan Moors2016-10-188-12/+76
| | |\ \ \ \ \ \ \
| | | * | | | | | | Partial fix for SI-7046Miles Sabin2016-08-158-12/+76
| | * | | | | | | | Merge pull request #5341 from milessabin/topci/si-9760-backportAdriaan Moors2016-10-181-1/+0
| | |\ \ \ \ \ \ \ \
| | | * | | | | | | | SI-9760 Fix for higher-kinded GADT refinementMiles Sabin2016-08-151-1/+0
| | | |/ / / / / / /
| * | | | | | | | | Merge 2.11.x into 2.12.x, including #5239, #5240Adriaan Moors2016-10-182-2/+6
| |\| | | | | | | |
| | * | | | | | | | Merge pull request #5240 from som-snytt/issue/9336-paste-tabAdriaan Moors2016-10-181-2/+5
| | |\ \ \ \ \ \ \ \
| | | * | | | | | | | SI-9336 Enable paste detect in jlineSom Snytt2016-06-211-2/+5
| | * | | | | | | | | Merge pull request #5239 from martijnhoekstra/doc_capitalizeAdriaan Moors2016-10-181-0/+1
| | |\ \ \ \ \ \ \ \ \
| | | * | | | | | | | | doc: capitalize only works on BMP charactersMartijn Hoekstra2016-06-211-0/+1
| | | |/ / / / / / / /
| | * | | | | | | | | Merge pull request #5218 from retronym/ticket/9806Jason Zaugg2016-10-181-2/+2
| | |\ \ \ \ \ \ \ \ \
| | | * | | | | | | | | SI-9806 Fix incorrect codegen with optimizer, constants, try/catchJason Zaugg2016-06-071-2/+2
| | * | | | | | | | | | Avoid tripping cyclic errors under -Ytyper-debugJason Zaugg2016-10-071-1/+1
| | | |_|_|/ / / / / / | | |/| | | | | | | |
| * | | | | | | | | | Merge 2.11.x into 2.12.xAdriaan Moors2016-10-182-9/+9
| |\| | | | | | | | | | | |_|_|_|_|_|_|_|/ | |/| | | | | | | |
| | * | | | | | | | In ProcessBuilder docs, replace .lines w/ .lineStreamPaul Kernfeld2016-09-162-9/+9
| | | |_|/ / / / / | | |/| | | | | |
| | * | | | | | | Merge pull request #5236 from som-snytt/issue/triple-backportLukas Rytz2016-07-131-1/+1
| | |\ \ \ \ \ \ \ | | | |_|/ / / / / | | |/| | | | | |
| | | * | | | | | Avoid triple-quoting triple quotesSom Snytt2016-06-171-1/+1
* | | | | | | | | Fix typo in GenTraversableLikeBoris Korogvich2016-10-201-1/+1
|/ / / / / / / /
* | | | | | | | Merge remote-tracking branch 'origin/2.12.0' into merge/2.12.0-to-2.12.xJason Zaugg2016-10-1413-109/+146
|\ \ \ \ \ \ \ \ | |_|_|_|/ / / / |/| | | | | | |
| * | | | | | | Detect clash of mixedin val and existing member.Adriaan Moors2016-10-122-14/+20
| * | | | | | | Merge pull request #5429 from lrytz/sd224Adriaan Moors2016-10-117-18/+41
| |\ \ \ \ \ \ \
| | * | | | | | | Default -Xmixin-force-forwarders to trueLukas Rytz2016-09-302-6/+7
| | * | | | | | | Explicit SerialVersionUID for all ClassTags / ManifestsLukas Rytz2016-09-304-10/+32
| | * | | | | | | Error message for super calls to indirect java parent interfacesLukas Rytz2016-09-301-2/+2
| * | | | | | | | Merge pull request #5442 from adriaanm/t9943Adriaan Moors2016-10-111-2/+2
| |\ \ \ \ \ \ \ \
| | * | | | | | | | SI-9943 final/sealed class does not yield SAM typeAdriaan Moors2016-10-041-2/+2
| | |/ / / / / / /
| * | | | | | | | Merge pull request #5452 from lrytz/sd242Adriaan Moors2016-10-101-2/+1
| |\ \ \ \ \ \ \ \
| | * | | | | | | | Fix the interface flag when re-writing a closure call to the body methodLukas Rytz2016-10-091-2/+1
| | |/ / / / / / /
| * | | | | | | | SI-9946 don't null field in lazy accessors that turn out to be liveJason Zaugg2016-10-074-73/+82
| * | | | | | | | SI-9946 make nullification of lazy val dependencies module awareJason Zaugg2016-10-071-1/+1
| |/ / / / / / /