summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Merge commit '8eb1d4c' into merge-2.11-to-2.12-nov-24Lukas Rytz2015-11-2485-542/+954
|\
| * Merge pull request #4859 from fthomas/topic/spec-value-conversionsLukas Rytz2015-11-241-1/+1
| |\
| | * Update number of subsections in Value ConversionsFrank S. Thomas2015-11-231-1/+1
| * | Merge pull request #4860 from janekdb/2.11.x-scaladoc-fix-one-off-dot-restart...Lukas Rytz2015-11-241-5/+5
| |\ \ | | |/ | |/|
| | * Align DotRunner dot restart count with command option descriptionJanek Bogucki2015-11-231-5/+5
| * | Merge pull request #4849 from janekdb/2.11.x-remove-lagged-scaladoc-setttings...Lukas Rytz2015-11-231-2/+2
| |\ \
| | * | Remove notes about -doc-title and -doc-version not being usedJanek Bogucki2015-11-181-2/+2
| | |/
| * | Merge pull request #4850 from janekdb/2.11.x-add-missing-scaladoc-commands-to...Lukas Rytz2015-11-231-1/+2
| |\ \
| | * | Add two missed scaladoc commands into scaladoc specific help sectionJanek Bogucki2015-11-181-1/+2
| | |/
| * | Merge pull request #4853 from SethTisue/mima-upgradeLukas Rytz2015-11-231-1/+1
| |\ \
| | * | upgrade to MiMa 0.1.8Seth Tisue2015-11-191-1/+1
| * | | Merge pull request #4856 from janekdb/2.11.x-scaladoc-excluded-classnames-mor...Lukas Rytz2015-11-231-11/+23
| |\ \ \
| | * | | Refactor excluded qname test to be more data likeJanek Bogucki2015-11-201-11/+23
| | | |/ | | |/|
| * | | Merge pull request #4857 from janekdb/2.11.x-scaladoc-fix-List-performance-ti...Lukas Rytz2015-11-231-13/+13
| |\ \ \ | | |/ / | |/| |
| | * | Fix List Scaladoc time & space formattingJanek Bogucki2015-11-221-13/+13
| |/ /
| * | Merge pull request #4828 from retronym/topic/existential-containsLukas Rytz2015-11-165-13/+44
| |\ \
| | * | Attacking exponential complexity in TypeMapsJason Zaugg2015-11-135-13/+44
| * | | Merge pull request #4839 from SethTisue/reword-dependent-type-errorSeth Tisue2015-11-142-3/+3
| |\ \ \
| | * | | less confusing wording for a dependent method type errorSeth Tisue2015-11-072-3/+3
| | |/ /
| * | | Merge pull request #4824 from szeiger/wip/sbt-mkBinJason Zaugg2015-11-136-137/+394
| |\ \ \
| | * | | Improve version handling and scaladoc generation in sbt buildStefan Zeiger2015-11-062-91/+167
| | * | | Build scaladoc sets from sbtStefan Zeiger2015-11-052-23/+37
| | * | | Create usable “quick” and “pack” builds from sbtStefan Zeiger2015-11-021-32/+64
| | * | | Create shaded JLine in sbt buildStefan Zeiger2015-10-294-9/+133
| | * | | Fix the dist/mkBin target in the sbt buildStefan Zeiger2015-10-271-3/+14
| | |/ /
| * | | Merge pull request #4809 from wpopielarski/delambdafy-multiple-outputsJason Zaugg2015-11-133-5/+78
| |\ \ \
| | * | | Test addedwpopielarski2015-11-061-0/+73
| | * | | Sets source for newly created lambda classwpopielarski2015-11-051-0/+1
| | * | | Allows to propagate fatal errors when output folder not found.wpopielarski2015-11-052-23/+8
| | * | | Multi output problem with delambdafied compilationwpopielarski2015-11-042-9/+23
| | |/ /
| * | | Merge pull request #4843 from SethTisue/scaladoc-little-d-pleaseJason Zaugg2015-11-1316-19/+19
| |\ \ \ | | |_|/ | |/| |
| | * | it's Scaladoc, not "ScalaDoc" or "Scala doc"Seth Tisue2015-11-1216-19/+19
| * | | Merge pull request #4810 from ruippeixotog/fix-mutable-setlike-clearAdriaan Moors2015-11-122-1/+29
| |\ \ \
| | * | | SI-9497 Fix SetLike#clear() default implementationRui Gonçalves2015-10-212-1/+29
| * | | | Merge pull request #4804 from jvican/issue/9503Adriaan Moors2015-11-122-1/+3
| |\ \ \ \
| | * | | | [SI-9503] Deprecate scala.collection.immutable.PagedSeqjvican2015-11-042-1/+3
| * | | | | Merge pull request #4760 from janekdb/2.11.x-collection-documentation-fixes-p...Adriaan Moors2015-11-125-88/+85
| |\ \ \ \ \ | | |_|_|/ / | |/| | | |
| | * | | | Improve collections documentation and prefer () to {}vsalvis2015-10-275-88/+85
| | | |_|/ | | |/| |
| * | | | Merge pull request #4833 from xuwei-k/patch-2Seth Tisue2015-11-091-5/+5
| |\ \ \ \ | | |/ / / | |/| | |
| | * | | "macro" is a reserved word since Scala 2.11kenji yoshida2015-11-021-5/+5
| |/ / /
| * | | Merge pull request #4803 from janekdb/2.11.x-conform-foreach-tparamSeth Tisue2015-10-2727-169/+170
| |\ \ \
| | * | | Conform foreach tparam to majority naming conventionvsalvis2015-10-2127-169/+170
| | |/ /
| * | | Merge pull request #4818 from som-snytt/issue/4950-tweakJason Zaugg2015-10-272-13/+18
| |\ \ \ | | |_|/ | |/| |
| | * | SI-4950 Test reductionSom Snytt2015-10-252-13/+18
| |/ /
| * | Merge pull request #4795 from SethTisue/windows-ciLukas Rytz2015-10-217-7/+32
| |\ \
| | * | Windows CI: don't hardcode Ant path quite so hardSeth Tisue2015-10-091-1/+5
| | * | add note to readme about Windows buildSeth Tisue2015-10-081-0/+2
| | * | add comment about Cygwin trouble to test/partestSeth Tisue2015-10-081-0/+8
| | * | add experimental Windows script for testingSeth Tisue2015-10-081-0/+11
| | * | Windows: make get-scala-commit-sha/date scripts work on CygwinSeth Tisue2015-10-082-4/+4