summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* 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
| | * | | | | Typesafe -> Lightbend in more placesSeth Tisue2016-03-042-2/+2
| | * | | | | SI-9425 Fix a residual bug with multi-param-list case classesJason Zaugg2016-03-041-3/+10
| | * | | | | SI-9546 Fix regression in rewrite of case apply to constructor callJason Zaugg2016-03-021-4/+3
| | * | | | | Refactor transform of case apply in refchecksJason Zaugg2016-03-021-28/+30
| | | |/ / / | | |/| | |
| | * | | | 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-141-46/+46
| |\| | | |
| | * | | | Merge pull request #4993 from SethTisue/sbt-0.13.11Seth Tisue2016-02-261-46/+46
| | |\ \ \ \
| | | * | | | upgrade to sbt 0.13.11Seth Tisue2016-02-221-46/+46
* | | | | | | 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
| |/ / / / / /
* | / / / / / 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
* | | | | | | Remove unused classes from ScaladocFelix Mulder2016-03-1411-1226/+11
* | | | | | | Scaladoc: Fix elidable threshold off-by-one comment and link elidableJanek Bogucki2016-03-091-8/+8
| |/ / / / / |/| | | | |
* | | | | | Fix typomathhun2016-03-091-2/+2
* | | | | | Merge pull request #4970 from retronym/ticket/9658Jason Zaugg2016-03-091-2/+2
|\ \ \ \ \ \ | |_|_|_|_|/ |/| | | | |
| * | | | | SI-9658 Fix crosstalk between partial fun. and GADT matchJason Zaugg2016-03-041-2/+2
* | | | | | Add fallback typefaces for monospaced sections in scaladocFelix Mulder2016-03-073-31/+32
* | | | | | SI-6886: Deprecate -expand-all-typesJanek Bogucki2016-03-041-1/+5
|/ / / / /
* | | | | Fix diagrams for `Content Hierarchies` in scaladocFelix Mulder2016-03-023-10/+14
* | | | | Merge pull request #4934 from Shadow53/2.12.xSeth Tisue2016-03-011-0/+2
|\ \ \ \ \
| * | | | | Added Properties.isLinux to compliment the isWin and isMac methodsShadow532016-01-301-0/+2