summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #5066 from acjay/cleanup_scaladoc_hoverAdriaan Moors2016-03-301-3/+3
|\
| * minor style updates for Scaladoc formattingAlan Johnson2016-03-281-3/+3
* | Merge pull request #5033 from szeiger/issue/9623-2.12Adriaan Moors2016-03-301-44/+46
|\ \
| * | Replace JoinIterator & improve ConcatIteratorStefan Zeiger2016-03-111-44/+46
* | | Merge pull request #5062 from felixmulder/topic/scaladoc-search-historySeth Tisue2016-03-301-0/+24
|\ \ \
| * | | Add search history for ScaladocFelix Mulder2016-03-301-0/+24
* | | | Add type and class/trait member search, fixes SI-9721 and SI-9722Felix Mulder2016-03-302-14/+29
|/ / /
* | | Merge pull request #5058 from lrytz/newTraitsInlinerLukas Rytz2016-03-302-3/+9
|\ \ \
| * | | Inline super calls, as they are statically resolvedLukas Rytz2016-03-232-3/+9
* | | | Merge pull request #5060 from scala/DarkDimius-patch-1Lukas Rytz2016-03-291-2/+2
|\ \ \ \
| * | | | Fix a bug in multi-dimensional array creationDmitry Petrashko2016-03-231-2/+2
| |/ / /
* | | | Merge pull request #5008 from janekdb/2.12.x-remove-Predef-errorSeth Tisue2016-03-291-7/+1
|\ \ \ \
| * | | | Remove deprecated Predef.errorJanek Bogucki2016-03-261-7/+1
| | |_|/ | |/| |
* | | | Merge pull request #5021 from szeiger/wip/remove-deprecationsSeth Tisue2016-03-2917-248/+204
|\ \ \ \ | |/ / / |/| | |
| * | | Make some collection classes final or sealedStefan Zeiger2016-03-2317-248/+204
* | | | scaladoc fix permalinksDavid Hoepelman2016-03-251-25/+30
* | | | Fixed Typo in scaladoc scheduler.jsPim Verkerk2016-03-251-1/+1
* | | | Merge pull request #5055 from lrytz/merge-2.11-to-2.12-mar-21Adriaan Moors2016-03-2323-228/+364
|\ \ \ \
| * | | | Updates to IntelliJ files for 2.12.xLukas Rytz2016-03-212-32/+41
| * | | | Merge commit '5f5cc18' into merge-2.11-to-2.12-mar-21Lukas Rytz2016-03-2123-228/+355
| |\ \ \ \
| | * | | | Update IntelliJ build for use with sbtLukas Rytz2016-03-2123-234/+336
* | | | | | Merge pull request #5051 from kmizu/improve-api-docsAdriaan Moors2016-03-231-0/+1
|\ \ \ \ \ \
| * | | | | | Add scaladoc comment about the case when Exception will be thrown by invocati...Kota Mizushima2016-03-241-0/+1
| | |_|/ / / | |/| | | |
* | | | | | Merge pull request #5053 from som-snytt/issue/9314Lukas Rytz2016-03-231-7/+13
|\ \ \ \ \ \ | |_|_|_|/ / |/| | | | |
| * | | | | SI-9314 No warn on ${nonid}Som Snytt2016-03-231-7/+11
| * | | | | SI-9314 Ignore "${}"Som Snytt2016-03-201-3/+5
| * | | | | SI-9314 Don't warn on "$pkg"Som Snytt2016-03-201-1/+1
| |/ / / /
* | | | | Merge pull request #5057 from lrytz/flatClasspathLukas Rytz2016-03-2316-202/+361
|\ \ \ \ \
| * | | | | Support :require when using the flat classpath representation.Lukas Rytz2016-03-227-82/+198
| * | | | | Enable flat classpath by defaultLukas Rytz2016-03-2210-120/+163
| | |/ / / | |/| | |
* | | | | Merge pull request #5047 from kmizu/resolve-several-warningsAdriaan Moors2016-03-226-12/+12
|\ \ \ \ \
| * | | | | Resolve warnings related to SyncVar#setKota Mizushima2016-03-183-9/+9
| * | | | | * 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-2123-28/+28
|\ \ \ \
| * | | | Fix some typos in `spec` documents and comments.Dongjoon Hyun2016-03-1523-28/+28
| |/ / /
* | | | Remove manual mixins in JFunctionN.v2.12.0-M3-dc9effeJason Zaugg2016-03-1824-264/+2
* | | | New trait encoding: use default methods, jettison impl classesJason Zaugg2016-03-1831-816/+188
|/ / /
* | | 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-145-64/+55
|\ \ \
| * | | Improved outer ref checking in pattern matches:Adriaan Moors2016-03-075-64/+55
* | | | Merge pull request #5040 from adriaanm/rebase-5031Jason Zaugg2016-03-156-112/+122
|\ \ \ \
| * \ \ \ Merge 2.11.x into 2.12.xAdriaan Moors2016-03-145-66/+76
| |\ \ \ \ | | | |_|/ | | |/| |
| | * | | 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