summaryrefslogtreecommitdiff
path: root/src
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
* | | 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 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
* | | Typesafe is now LightbendSeth Tisue2016-02-249-18/+18
* | | Remove GIJ memory configuration advice from fsc, scala and scalac man pages.Janek Bogucki2016-02-203-15/+3
* | | fix smhasher urlxuwei-k2016-02-152-2/+2
* | | Fix off-by-one documentation error in Product<N>Janek Bogucki2016-02-1123-24/+23
|/ /
* | 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-092-1/+111
|\ \ \ \ \ | |_|_|/ / |/| | | |
| * | | | Enable IntellIJ smarts while editing the buildJason Zaugg2016-02-072-1/+111
* | | | | Merge pull request #4937 from szeiger/issue/9623-2.11Seth Tisue2016-02-081-6/+45
|\ \ \ \ \ | |/ / / / |/| | | |
| * | | | SI-9623 Avoid unnecessary hasNext calls in JoinIterator & ConcatIteratorStefan Zeiger2016-02-011-6/+45
| |/ / /
* | / / bump copyright year to 2016Seth Tisue2016-02-033-3/+3
| |/ / |/| |
* | | Merge pull request #4927 from szeiger/issue/9572Jason Zaugg2016-02-013-35/+58
|\ \ \
| * | | SI-9572 Check for illegal tuple sizes in the parserStefan Zeiger2016-01-283-35/+58
| |/ /
* / / SI-9534 Use BoxedUnit in all cases for creating Array[Unit]Stefan Zeiger2016-01-271-0/+3
|/ /
* | Merge pull request #4891 from janekdb/2.11.x-CommentFactoryBase-mix-1Lukas Rytz2016-01-261-18/+16
|\ \
| * | Trim complexity in CommentFactoryBaseJanek Bogucki2016-01-251-18/+16
* | | Link 'Future' scaladoc to 'Futures and Promises'Arnout Engelen2016-01-251-0/+2
|/ /
* | Merge pull request #4899 from som-snytt/issue/9616Jason Zaugg2016-01-191-12/+15
|\ \
| * | [backport] SI-9616 False positive in unused import warningSom Snytt2016-01-071-12/+15
* | | Fix some simple extra wordsEitan Adler2016-01-1710-13/+13
* | | Merge pull request #4886 from janekdb/2.11.x-scaladoc-Duration-linksSeth Tisue2016-01-141-2/+2
|\ \ \
| * | | Fix Scaladoc overloaded method link to Duration companion objectJanek Bogucki2016-01-041-2/+2
| |/ /
* | | Merge pull request #4902 from ruippeixotog/issue/9605Seth Tisue2016-01-131-6/+6
|\ \ \
| * | | SI-9605 Searching does not use binary search for ArrayRui Gonçalves2016-01-121-6/+6
| |/ /
* / / SI-8641 Fix right shift docs for integer typesLinas Medziunas2016-01-035-20/+20
|/ /
* | Merge pull request #4862 from retronym/ticket/9567Lukas Rytz2015-12-182-4/+16
|\ \
| * | SI-9567 Fix pattern match on 23+ param, method local case classJason Zaugg2015-11-251-1/+1
| * | SI-9567 Fix latent bugs in patmat's reasoning about mutabilityJason Zaugg2015-11-251-3/+15
* | | Merge pull request #4882 from janekdb/2.11.x-scaladoc-tables-1Lukas Rytz2015-12-182-6/+11
|\ \ \
| * | | Document JavaConverters conversion from java.util.Properties to MapJanek Bogucki2015-12-122-6/+11
* | | | Merge pull request #4831 from martijnhoekstra/patch-4Seth Tisue2015-12-171-0/+12
|\ \ \ \
| * | | | change phrasing around eulers number for `log(x)`martijnhoekstra2015-12-111-3/+1
| * | | | add doc for log, sqrtmartijnhoekstra2015-10-301-0/+14
* | | | | Apply title case to Scaladoc buttons: By Inheritance & Show AllJanek Bogucki2015-12-151-2/+2
* | | | | SI-9581 Fix overflow on Vector take and drop methodsRui Gonçalves2015-12-061-2/+2
| |/ / / |/| | |