summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | | | * Replace isPackage with hasPackageFlagKota Mizushima2016-03-172-2/+2
| * | | | | | Fix one warning in Util.scalaKota Mizushima2016-03-171-1/+1
| | |/ / / / | |/| | | |
* | | | | | Merge pull request #5034 from janekdb/topic/2.12.x-scaladoc-Predef-method-groupsSeth Tisue2016-03-211-0/+106
|\ \ \ \ \ \ | |_|/ / / / |/| | | | |
| * | | | | Organise Predef members into Scaladoc groupsJanek Bogucki2016-03-161-0/+106
| |/ / / /
* | | | | Merge pull request #5043 from dongjoon-hyun/fix_typos_in_spec_and_commentsJason Zaugg2016-03-2128-34/+34
|\ \ \ \ \
| * | | | | Fix some typos in `spec` documents and comments.Dongjoon Hyun2016-03-1528-34/+34
| |/ / / /
* | | | | Merge pull request #5049 from janekdb/topic/2.12.x-bump-sbt-compiler-interfac...Jason Zaugg2016-03-211-2/+2
|\ \ \ \ \
| * | | | | Update sbt version to most recent releaseJanek Bogucki2016-03-171-2/+2
| |/ / / /
* | | | | Merge pull request #5003 from retronym/topic/nuke-impl-classes-sans-fieldsAdriaan Moors2016-03-2088-1428/+513
|\ \ \ \ \ | |/ / / / |/| | | |
| * | | | Update STARR after bootstrapping the new trait encodingJason Zaugg2016-03-181-2/+2
| * | | | Remove manual mixins in JFunctionN.v2.12.0-M3-dc9effeJason Zaugg2016-03-1848-528/+197
| * | | | New trait encoding: use default methods, jettison impl classesJason Zaugg2016-03-1841-893/+294
| * | | | Skip module docs in first round of bootstrap when STARR_REF is usedJason Zaugg2016-03-181-5/+20
|/ / / /
* | | | Merge pull request #5037 from janekdb/topic/2.12.x-scaladoc-fix-Source-linksAdriaan Moors2016-03-141-10/+8
|\ \ \ \
| * | | | Fix Scaladoc links in scala.io.SourceJanek Bogucki2016-03-131-10/+8
| | |_|/ | |/| |
* | | | Merge pull request #4974 from szeiger/wip/patmat-outertestAdriaan Moors2016-03-1412-68/+204
|\ \ \ \
| * | | | Improved outer ref checking in pattern matches:Adriaan Moors2016-03-0712-68/+204
* | | | | Merge pull request #5040 from adriaanm/rebase-5031Jason Zaugg2016-03-1516-118/+198
|\ \ \ \ \
| * \ \ \ \ Skip merging 2.11.x's #5025 into 2.12.xAdriaan Moors2016-03-140-0/+0
| |\ \ \ \ \ | | | |_|/ / | | |/| | |
| | * | | | Merge pull request #5025 from SethTisue/next-is-2-11-9Seth Tisue2016-03-094-5/+5
| | |\ \ \ \ | | | |_|_|/ | | |/| | |
| | | * | | bump versions after 2.11.8 releaseSeth Tisue2016-03-084-5/+5
| | |/ / /
| * | | | Merge 2.11.x into 2.12.xAdriaan Moors2016-03-1413-70/+150
| |\| | |
| | * | | Merge pull request #5005 from janekdb/2.11.x-man-page-scalacv2.11.8Seth Tisue2016-03-041-25/+26
| | |\ \ \
| | | * | | Document -Xxml:coalescing in scalac man pageJanek Bogucki2016-03-031-25/+26
| | * | | | Merge pull request #4994 from dk14/patch-1Seth Tisue2016-03-041-1/+1
| | |\ \ \ \
| | | * | | | explicitly specify insertion-order feature in docsdk142016-02-231-1/+1
| | * | | | | Merge pull request #5006 from SethTisue/more-cowbell-more-lightbendSeth Tisue2016-03-045-6/+6
| | |\ \ \ \ \
| | | * | | | | Typesafe -> Lightbend in more placesSeth Tisue2016-03-045-6/+6
| | |/ / / / /
| | * | | | | Merge pull request #5002 from retronym/ticket/9546Lukas Rytz2016-03-046-29/+107
| | |\ \ \ \ \ | | | |_|/ / / | | |/| | | |
| | | * | | | SI-9425 Fix a residual bug with multi-param-list case classesJason Zaugg2016-03-042-3/+25
| | | * | | | SI-9546 Fix regression in rewrite of case apply to constructor callJason Zaugg2016-03-022-4/+16
| | | * | | | Refactor transform of case apply in refchecksJason Zaugg2016-03-024-28/+72
| | |/ / / /
| * | | | | Skip merging #5000 from 2.11.x into 2.12.xAdriaan Moors2016-03-140-0/+0
| |\| | | |
| | * | | | Merge pull request #5000 from felixmulder/patch-2Seth Tisue2016-03-011-1/+1
| | |\ \ \ \
| | | * | | | Fix bold text in reflect API for 2.11.xFelix Mulder2016-02-271-1/+1
| | |/ / / /
| * | | | | Merge commit 2.11.x into 2.12.x.Adriaan Moors2016-03-143-48/+48
| |\| | | |
| | * | | | Merge pull request #4993 from SethTisue/sbt-0.13.11Seth Tisue2016-02-263-48/+48
| | |\ \ \ \
| | | * | | | upgrade to sbt 0.13.11Seth Tisue2016-02-223-48/+48
* | | | | | | Merge pull request #5018 from janekdb/topic/2.12.x-scaladoc-advertise-depreca...Seth Tisue2016-03-141-5/+31
|\ \ \ \ \ \ \
| * | | | | | | Remove mention of deprecated I/O methods from Predef main commentJanek Bogucki2016-03-141-5/+31
| |/ / / / / /
* | | | | | | Merge pull request #5013 from janekdb/2.12.x-Scaladoc-ConversionsSeth Tisue2016-03-143-49/+49
|\ \ \ \ \ \ \
| * | | | | | | Format collection conversions Scaladoc as code blocks instead of bulletsJanek Bogucki2016-03-093-49/+49
| | |_|_|_|_|/ | |/| | | | |
* | | | | | | Merge pull request #5014 from janekdb/2.12.x-WeakHashSet-spellingSeth Tisue2016-03-141-6/+6
|\ \ \ \ \ \ \
| * | | | | | | Fix var spelling in WeakHashSetJanek Bogucki2016-03-091-6/+6
| |/ / / / / /
* | | | | | | Merge pull request #5039 from felixmulder/topic/scaladoc-clear-input-behaviorSeth Tisue2016-03-142-19/+13
|\ \ \ \ \ \ \ | |_|/ / / / / |/| | | | | |
| * | | | | | Change behavior of clear-button on input fieldsFelix Mulder2016-03-142-19/+13
|/ / / / / /
* | | | | | Merge pull request #4717 from Ichoran/issue/9347Adriaan Moors2016-03-146-3/+79
|\ \ \ \ \ \
| * | | | | | SI-9347 Efficient head/tail, if possible, for immutable maps & setsRex Kerr2016-02-176-3/+79
* | | | | | | Merge pull request #5023 from dongjoon-hyun/fix_link_descriptionSeth Tisue2016-03-141-2/+2
|\ \ \ \ \ \ \
| * | | | | | | Fix link descriptions.Dongjoon Hyun2016-03-131-2/+2
| | |/ / / / / | |/| | | | |