summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
| | * | | | | 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
| | * | | | fix t7634 to work on CygwinSeth Tisue2015-10-082-3/+3
| * | | | | Merge pull request #4800 from sjrd/remove-lingering-printlnLukas Rytz2015-10-212-4/+1
| |\ \ \ \ \ | | |_|/ / / | |/| | | |
| | * | | | Remove two lingering `println`s in non-debug methods of the library.Sébastien Doeraene2015-10-132-4/+1
| | |/ / /
| * | | | Merge pull request #4792 from SethTisue/round-of-readme-updatesLukas Rytz2015-10-164-45/+36
| |\ \ \ \
| | * | | | more readme improvementsSeth Tisue2015-10-084-36/+31
| | * | | | misc upgrades to READMESeth Tisue2015-10-071-10/+6
* | | | | | Merge pull request #4854 from triggerNZ/serializable-partial-functionsLukas Rytz2015-11-242-6/+43
|\ \ \ \ \ \ | |_|_|_|/ / |/| | | | |
| * | | | | SI-9363 - Add empty serializabletriggerNZ2015-11-242-1/+3
| * | | | | Fix for SI-9363triggerNZ2015-11-242-5/+40
|/ / / / /
* | | | | Merge pull request #4852 from soc/topic/misc-warning-fixesSeth Tisue2015-11-203-7/+7
|\ \ \ \ \
| * | | | | Fix some small warnings that pop up on every compileSimon Ochsenreither2015-11-193-7/+7
|/ / / / /
* | | | | Merge pull request #4842 from adriaanm/fields-prepAdriaan Moors2015-11-1917-428/+451
|\ \ \ \ \
| * | | | | Clean up a bit more in Constructors.Adriaan Moors2015-11-122-12/+14
| * | | | | Sbt-compatible implementation of `isPastXXXPhase`Adriaan Moors2015-11-122-13/+8
| * | | | | Annotation filtering & derivation in one place.Adriaan Moors2015-11-122-34/+47
| * | | | | Refactor AddInterfaces triage of impl v iface memberAdriaan Moors2015-11-121-13/+11
| * | | | | Also mutate module *class*'s owner in ChangeOwnerTraverserAdriaan Moors2015-11-122-15/+5
| * | | | | LazyVals looks for local vals in all term treesAdriaan Moors2015-11-111-14/+9