summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* 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
|/ /
* | 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 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 #4995 from SethTisue/typesafe-is-now-lightbendSeth Tisue2016-02-2414-25/+25
|\ \ \
| * | | Typesafe is now LightbendSeth Tisue2016-02-2414-25/+25
* | | | Merge pull request #4975 from szeiger/wip/backport-partest-0.13-to-2.11.xSeth Tisue2016-02-239-20/+17
|\ \ \ \ | |/ / / |/| | |
| * | | Update to partest 1.0.13Jason Zaugg2016-02-173-18/+3
| * | | Update partest to 1.0.12, test case for reporting invalid flagsLukas Rytz2016-02-177-3/+15
* | | | Merge pull request #4992 from joeratt/issue/9664Seth Tisue2016-02-221-2/+2
|\ \ \ \
| * | | | [SI-9664] - Updating README.md's IntelliJ version reference.JoeRatt2016-02-221-2/+2
* | | | | Merge pull request #4986 from janekdb/2.11.x-remove-GNU-Java-man-pages-helpSeth Tisue2016-02-223-15/+3
|\ \ \ \ \ | |/ / / / |/| | | |
| * | | | Remove GIJ memory configuration advice from fsc, scala and scalac man pages.Janek Bogucki2016-02-203-15/+3
|/ / / /
* | | | Merge pull request #4981 from retronym/topic/version-override-sbtStefan Zeiger2016-02-191-1/+3
|\ \ \ \ | |/ / / |/| | |
| * | | [sbt] Allow system properties to override entries in verions.propsJason Zaugg2016-02-191-1/+3
|/ / /
* | | Merge pull request #4967 from lrytz/smhasherUrlSeth Tisue2016-02-152-2/+2
|\ \ \
| * | | fix smhasher urlxuwei-k2016-02-152-2/+2
|/ / /
* | | Merge pull request #4960 from janekdb/2.11.x-Scaladoc-ProductN-off-by-oneLukas Rytz2016-02-1523-24/+23
|\ \ \ | |/ / |/| |
| * | Fix off-by-one documentation error in Product<N>Janek Bogucki2016-02-1123-24/+23
* | | Merge pull request #4956 from retronym/topic/sbt-tweaks-4Seth Tisue2016-02-113-18/+17
|\ \ \ | |/ / |/| |
| * | Fix SBT tab completion of scala commandJason Zaugg2016-02-113-18/+17
* | | Merge pull request #4954 from retronym/topic/fullnameLukas Rytz2016-02-101-13/+25
|\ \ \
| * | | Micro optimise Symbol#fullNameJason Zaugg2016-02-091-13/+25
* | | | Merge pull request #4939 from szeiger/issue/9624Lukas Rytz2016-02-103-15/+25
|\ \ \ \
| * | | | SI-9624 Improve documentation for TraversableOnceStefan Zeiger2016-02-043-15/+25
* | | | | Merge pull request #4928 from szeiger/wip/document-e-ncLukas Rytz2016-02-102-1/+14
|\ \ \ \ \ | |_|_|/ / |/| | | |
| * | | | Document when the `scala` command starts/uses a compilation daemonStefan Zeiger2016-02-012-1/+14
* | | | | Merge pull request #4950 from retronym/topic/sbt-tweaks-3Seth Tisue2016-02-096-4/+421
|\ \ \ \ \ | |_|_|/ / |/| | | |
| * | | | Add SBT tab completion for scala{,c,doc}Jason Zaugg2016-02-094-18/+221
| * | | | Enable IntellIJ smarts while editing the buildJason Zaugg2016-02-072-1/+111
| * | | | Add tab completion to the partest commandJason Zaugg2016-02-062-1/+87
| * | | | Convenient aliases for the SBT buildJason Zaugg2016-02-051-3/+21
* | | | | Merge pull request #4937 from szeiger/issue/9623-2.11Seth Tisue2016-02-082-6/+73
|\ \ \ \ \ | |/ / / / |/| | | |
| * | | | SI-9623 Avoid unnecessary hasNext calls in JoinIterator & ConcatIteratorStefan Zeiger2016-02-012-6/+73
| |/ / /
* | | | Merge pull request #4942 from SethTisue/copyright-2016Seth Tisue2016-02-047-9/+9
|\ \ \ \ | |_|/ / |/| | |
| * | | bump copyright year to 2016Seth Tisue2016-02-037-9/+9
|/ / /
* | | Merge pull request #4927 from szeiger/issue/9572Jason Zaugg2016-02-015-35/+71
|\ \ \
| * | | SI-9572 Check for illegal tuple sizes in the parserStefan Zeiger2016-01-285-35/+71
| |/ /
* | | Merge pull request #4922 from SethTisue/fix-cla-linksJason Zaugg2016-02-012-2/+2
|\ \ \
| * | | fix broken links to Scala CLASeth Tisue2016-01-272-2/+2