summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
...
| | * | | | | 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 #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
| | | |/ / / /
| | * / / / / Fix List Scaladoc time & space formattingJanek Bogucki2015-11-221-13/+13
| | |/ / / /
| | * | | | Merge pull request #4828 from retronym/topic/existential-containsLukas Rytz2015-11-162-13/+29
| | |\ \ \ \
| | | * | | | Attacking exponential complexity in TypeMapsJason Zaugg2015-11-132-13/+29
| | * | | | | Merge pull request #4839 from SethTisue/reword-dependent-type-errorSeth Tisue2015-11-141-1/+1
| | |\ \ \ \ \ | | | |_|_|/ / | | |/| | | |
| | | * | | | less confusing wording for a dependent method type errorSeth Tisue2015-11-071-1/+1
| | | |/ / /
| | * | | | Merge pull request #4824 from szeiger/wip/sbt-mkBinJason Zaugg2015-11-131-1/+1
| | |\ \ \ \
| | | * | | | Create shaded JLine in sbt buildStefan Zeiger2015-10-291-1/+1
| | | |/ / /
| | * | | | Merge pull request #4809 from wpopielarski/delambdafy-multiple-outputsJason Zaugg2015-11-132-5/+5
| | |\ \ \ \
| | | * | | | 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-137-10/+10
| | |\ \ \ \
| | | * | | | it's Scaladoc, not "ScalaDoc" or "Scala doc"Seth Tisue2015-11-127-10/+10
| | | |/ / /
| | * | | | Merge pull request #4810 from ruippeixotog/fix-mutable-setlike-clearAdriaan Moors2015-11-121-1/+3
| | |\ \ \ \
| | | * | | | SI-9497 Fix SetLike#clear() default implementationRui Gonçalves2015-10-211-1/+3
| | * | | | | Merge pull request #4804 from jvican/issue/9503Adriaan Moors2015-11-121-1/+2
| | |\ \ \ \ \
| | | * | | | | [SI-9503] Deprecate scala.collection.immutable.PagedSeqjvican2015-11-041-1/+2
| | * | | | | | Improve collections documentation and prefer () to {}vsalvis2015-10-275-88/+85
| | | |_|/ / / | | |/| | | |
| | * | | | | 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 #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-163-18/+24
| | |\ \ \ \
| | | * | | | more readme improvementsSeth Tisue2015-10-083-18/+24
| * | | | | | SI-9363 - Add empty serializabletriggerNZ2015-11-241-1/+1
| * | | | | | Fix for SI-9363triggerNZ2015-11-241-5/+6
| | |_|_|/ / | |/| | | |
| * | | | | 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
| | * | | | | Revert suspicious widening of getter's result typeAdriaan Moors2015-11-111-4/+5
| | * | | | | Cleanups, debuglogs, small refactoringsAdriaan Moors2015-11-114-77/+88
| | * | | | | Replacement javap in AsmUtilsAdriaan Moors2015-11-111-6/+26
| | * | | | | Review feedback from lrytz: better commentsAdriaan Moors2015-11-112-14/+13
| | * | | | | Constructors: encapsulate whether to memoize a valAdriaan Moors2015-11-111-10/+14
| | * | | | | Constructors: further clarify which defs are added & whenAdriaan Moors2015-11-113-37/+27
| | * | | | | Constructors: mutate lessAdriaan Moors2015-11-113-117/+103
| | * | | | | Constructors: consolidate `ValDef` cases in `transformed`Adriaan Moors2015-11-111-19/+27
| | * | | | | Constructors: narrow interfaces of its componentsAdriaan Moors2015-11-111-150/+161
| * | | | | | Merge pull request #4822 from retronym/ticket/9178Lukas Rytz2015-11-181-1/+8
| |\ \ \ \ \ \